Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit 7ab5273

Browse files
committed
Changed header import to non-user header type and added @import to access control header
1 parent 7958da0 commit 7ab5273

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

SSKeychain/SSKeychainAccessControl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
@import Foundation;
10+
@import Security;
1011

1112
/** kSecAttrAccessible */
1213
typedef NS_ENUM(NSUInteger, SSKeychainAccessibility) {

SSKeychain/SSKeychainQuery.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#endif
1515

1616
#ifdef SSKEYCHAIN_ACCESS_CONTROL_AVAILABLE
17-
#import "SSKeychainAccessControl.h"
17+
#import <SSKeychain/SSKeychainAccessControl.h>
1818
#endif
1919

2020
#if __IPHONE_7_0 || __MAC_10_9

0 commit comments

Comments
 (0)