locatable icon indicating copy to clipboard operation
locatable copied to clipboard

A micro-framework that leverages Swift Property Wrappers to implement the Service Locator pattern

Results 3 locatable issues
Sort by recently updated
recently updated
newest added

Fixed a Swift 5 compilation error in 'Locatable' which was complaining of wrapper type 'Locatable' missing a non-static property named 'wrappedValue'. Renaming the `Locatable.value` property to `Locatable.wrappedValue` fixes it.

Added Swift PM support, update .gitignore