Open grosch opened 8 years ago
Mostly time. I don't think its much work, but I just haven't had time to do it. Maybe after I get the Swift 3.0 version out.
Just an update, I don't have time to look into adding macOS support, but I'll leave this open for now as a reminder.
The library works on macOS, the way of installing it does not work. I don't like dependencies so i use it the old way with dragging files in my project.
@cristibaluta is there any update on the use of this pod on MacCatalyst
@codicil I don't know about MacCatalyst but if you can use swiftpackages I made a clone and added support for it on master. https://github.com/cristibaluta/SwiftKeychainWrapper
@cristibaluta Mac Catalyst is Xcode tool that allow iOS to run on macOS. I did not understand your statement if I can use swift packages and support for clone, you mean should I manually drag and drop swift file in my project as you said? I am new to cocoa pod and so to terminologies
@codicil Swiftpackages is the libraries manager built in xcode (equivalent of cocoapods). You can ignore my comment and clone link because i just saw SwiftKeychain added support for swiftpackages in the meantime, so you can go ahead and use it. Libraries will not interfere with your UI technology choice.
Hey, this library work on iPhone and iPad but in macOS, it not save information in the keychain. please help. (MacCatalyst)
Is there a reason to restrict this to iOS? Can't it pretty easily support macOS as well?