jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 340 forks source link

Support MacOS #43

Open grosch opened 8 years ago

grosch commented 8 years ago

Is there a reason to restrict this to iOS? Can't it pretty easily support macOS as well?

jrendel commented 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.

jrendel commented 7 years ago

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.

cristibaluta commented 7 years ago

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.

codicil commented 3 years ago

@cristibaluta is there any update on the use of this pod on MacCatalyst

cristibaluta commented 3 years ago

@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

codicil commented 3 years ago

@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

cristibaluta commented 3 years ago

@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.

YogeshPateliOS commented 3 years ago

Hey, this library work on iPhone and iPad but in macOS, it not save information in the keychain. please help. (MacCatalyst)