KeyClip
KeyClip copied to clipboard
KeyClip is yet another Keychain library written in Swift.
In the 1.3.4 and 1.4 tags, the podspec still has 1.3.3. This is confusing cocoapods when switching between a Swift 2.2 and Swift 3.0 branch.
I'm having problems building KeyClip, and I also can't get it to save any data. When running: ``` carthage update --platform iOS --no-use-binaries KeyClip ``` I get: ``` ld: warning:...
I have the following code to produce a Dictionary for KeyClip: ``` var serialized: [String: String] { var dict = [ "username": self.username, "password": self.password ] if let accessToken =...
Hello, i was trying to implement this wrapper for keychain, but i definitely got some problem working with swift 3 on the new Xcode 8, when trying to reading a...
I saw that you have a branch for this but it does not compile on Xcode 8 GM
Running Carthage 0.8.0 and xcode 6.3.2 I'm constantly running into issues with Keyclip for some reason ``` The following build commands failed: CompileSwift normal x86_64 /Users/localstackpro/Github/getclink-ios/Carthage/Checkouts/KeyClip/KeyClip/KeyClip.swift CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler...