Skip to content

Commit 6b998c9

Browse files
committed
Apparently, CocoaPods doesn't like <angle> include and "quotes" should be used instead
1 parent 4ea0085 commit 6b998c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/scrypt/scrypt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FOUNDATION_EXPORT const unsigned char scryptVersionString[];
1616

1717
// In this header, you should import all the public headers of your framework using statements like #import <scrypt/PublicHeader.h>
1818
#if COCOAPODS
19-
#import <crypto_scrypt.h>
19+
#import "crypto_scrypt.h"
2020
#else
2121
#import <scrypt/crypto_scrypt.h>
2222
#endif

0 commit comments

Comments
 (0)