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 339 forks source link

Swift Package Manager / XCode11 support #127

Closed SlashDevSlashGnoll closed 3 years ago

SlashDevSlashGnoll commented 5 years ago

Are there plans to support SPM? Xcode 11 now supports SPM for all project types and will soon become the desired method for managing dependencies.

m0n9oose commented 5 years ago

@SlashDevSlashGnoll #131

SlashDevSlashGnoll commented 5 years ago

Good deal!

cristibaluta commented 4 years ago

Hi, i forked the repository and converted it to swift package, you can use this url https://github.com/ralcr/SwiftKeychainWrapper with branch develop. There are few tests failing but my guess is it's because of the new setup.

legolasW commented 4 years ago

@ralcr Sadly your branch seems not working with SPM as well. Could you please have a look at it?

Showing All Messages : https://github.com/ralcr/SwiftKeychainWrapper.git has no Package.swift manifest for version 3.4.0

cristibaluta commented 4 years ago

@legolasW It works but you need to use the branch develop instead version 3.4.0

thejeff77 commented 4 years ago

Would love to see this merged soon :)

akshitzaveri commented 4 years ago

Thanks @ralcr

jrendel commented 3 years ago

Hey guys, sorry for not keeping up with this repo. I've just pushed a 4.0 to CocoaPods with a bunch of PRs merged, including support for SPM.