SwiftKeychainWrapper icon indicating copy to clipboard operation
SwiftKeychainWrapper copied to clipboard

Support MacOS

Open grosch opened this issue 8 years ago • 8 comments

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

grosch avatar Jul 20 '16 18:07 grosch

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 avatar Sep 05 '16 13:09 jrendel

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.

jrendel avatar Jun 27 '17 02:06 jrendel

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 avatar Jul 03 '17 05:07 cristibaluta

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

codicil avatar Mar 15 '21 16:03 codicil

@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 avatar Mar 16 '21 07:03 cristibaluta

@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 avatar Mar 18 '21 01:03 codicil

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

cristibaluta avatar Mar 18 '21 06:03 cristibaluta

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

YogeshPateliOS avatar Apr 18 '21 06:04 YogeshPateliOS