José

Results 13 comments of José

My app Social Steps is using this library: https://apps.apple.com/us/app/social-steps/id1217028732 I never had any issues when submitting the app related to the ring. I am only displaying one ring though and...

I created a custom object that holds the dictionary, based on the example provided in the documentation: ``` struct UserColors: DefaultsSerializable { static var _defaults: DefaultsBridge { DefaultsKeyedArchiverBridge() } static...

I have the following in my Podfile: ``` pod 'Firebase/Core', :binary => true pod 'Firebase/Firestore', :binary => true pod 'Firebase/Auth', :binary => true ``` And this results in `[!] Binary...

This would be great to have. Any plans in merging this?

Confirming that 1.6.2 does not work with SPM

I tried resetting the cache, but with no luck. I also did the remove derived data dance and it still failed.

Default Swift version: ``` swift-driver version: 1.62.8 Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50) Target: arm64-apple-macosx12.0 ``` Only difference that I can see is that I have a M1 computer. My...

Swift 4 (no compiler warnings) - all ideas combined: ``` extension UIStoryboard { enum Storyboard: String { case main case customer var filename: String { return rawValue.capitalized } } convenience...

Has this project been abandoned?