Compare commits
14 Commits
swift-3.0
...
rocket-link
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e9fc402dd | |||
| 4010a3303e | |||
| 955f12033c | |||
| 798405f93a | |||
| 299bb3fa3f | |||
| 6814e7f7aa | |||
| 173ab46b6e | |||
| f2269ef8d1 | |||
| 4d00c74922 | |||
| 1e8fcc8c2c | |||
| 9e1e912788 | |||
| c6838a31f2 | |||
| cdd1b2893a | |||
| 7b9237c39e |
@@ -718,6 +718,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;
|
||||
@@ -766,6 +767,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
|
||||
|
||||
Reference in New Issue
Block a user