Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b80a90c104 | |||
| ee3b4e3584 | |||
| 861c054729 | |||
| 3a97bd9e80 | |||
| 9613c8fd22 | |||
| f2269ef8d1 | |||
| 4d00c74922 | |||
| 1e8fcc8c2c | |||
| 9e1e912788 | |||
| c6838a31f2 | |||
| cdd1b2893a | |||
| 7b9237c39e |
@@ -0,0 +1 @@
|
||||
3.0
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "Locksmith"
|
||||
s.version = "2.0.8"
|
||||
s.version = "3.0.0"
|
||||
s.summary = "Locksmith is a powerful, protocol-oriented library for working with the keychain in Swift."
|
||||
s.description = <<-DESC
|
||||
Locksmith is a powerful, protocol-oriented library for working with the iOS, Mac OS X, watchOS, and tvOS keychain in Swift. It provides extensive support for a lot of different keychain requests, and extensively uses Swift-native concepts.
|
||||
|
||||
@@ -430,6 +430,7 @@
|
||||
};
|
||||
E3DD3B331D84356500A59312 = {
|
||||
CreatedOnToolsVersion = 8.0;
|
||||
LastSwiftMigration = 0800;
|
||||
ProvisioningStyle = Automatic;
|
||||
SystemCapabilities = {
|
||||
com.apple.Keychain = {
|
||||
@@ -853,6 +854,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
APPLICATION_EXTENSION_API_ONLY = YES;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
@@ -903,6 +905,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
APPLICATION_EXTENSION_API_ONLY = YES;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
|
||||
@@ -7,6 +7,14 @@ A powerful, protocol-oriented library for working with the keychain in Swift.
|
||||
- [x] ⌚️ watchOS 2
|
||||
- [x] 📺 tvOS
|
||||
|
||||
>
|
||||
>
|
||||
> 🚀 I make [Rocket](http://matthewpalmer.net/rocket?utm_source=locksmith&utm_medium=readme&utm_campaign=open_source), an app that gives you Slack-style emoji everywhere on your Mac.
|
||||
>
|
||||
>
|
||||
|
||||
## Details
|
||||
|
||||
How is Locksmith different to other keychain wrappers?
|
||||
|
||||
* Locksmith’s API is both super-simple and deeply powerful
|
||||
@@ -22,6 +30,8 @@ How is Locksmith different to other keychain wrappers?
|
||||
[](https://github.com/Carthage/Carthage)
|
||||
[](https://travis-ci.org/matthewpalmer/Locksmith)
|
||||
|
||||
* Locksmith 3.0 and greater is Swift 3 compatible. See the `swift-2.3` branch for compatibility with older versions of Swift.
|
||||
|
||||
### CocoaPods
|
||||
|
||||
Locksmith is available through [CocoaPods](http://cocoapods.org).
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.1</string>
|
||||
<string>3.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
||||
Reference in New Issue
Block a user