ObservableUserDefault icon indicating copy to clipboard operation
ObservableUserDefault copied to clipboard

A Swift macro that adds accessor blocks to properties in `Observable` classes that read and write values in `UserDefaults`.

Results 6 ObservableUserDefault issues
Sort by recently updated
recently updated
newest added

There's no longer any need to use the experimental branch, and some of apple's newer versions now require the updated version of swift syntax. Updating this helps with some conflicts.

Hello, This library misses a major functionality of “observability”, which is notifying of changes that occur to the observed value from different processes. Cheers

Please, add support enums for macro

Thanks for this macro. I love the idea of it, which aims to prevent code bloat and typing the same variable name multiple times. However, it looks like in order...

`swift-syntax` repo has been moved to `swiftlang` GitHub org, this PR updates the `Package.swift` to the new repo URL.

Adding this project as a dependency to my project causes it to fail its Xcode cloud build: > Target 'ObservableUserDefaultMacros' must be enabled before it can be used. I'm not...