diff --git a/Example/PNObject.xcodeproj/project.pbxproj b/Example/PNObject.xcodeproj/project.pbxproj index 50bcefc..0589d5a 100644 --- a/Example/PNObject.xcodeproj/project.pbxproj +++ b/Example/PNObject.xcodeproj/project.pbxproj @@ -328,7 +328,7 @@ }; 43252B3B955A9E6FDF55EF8C /* 📦 Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; + buildActionMask = 12; files = ( ); inputPaths = ( diff --git a/Example/PNObject.xcodeproj/xcshareddata/xcschemes/PNObject-Example.xcscheme b/Example/PNObject.xcodeproj/xcshareddata/xcschemes/PNObject-Example.xcscheme index 7af5b08..56a938b 100644 --- a/Example/PNObject.xcodeproj/xcshareddata/xcschemes/PNObject-Example.xcscheme +++ b/Example/PNObject.xcodeproj/xcshareddata/xcschemes/PNObject-Example.xcscheme @@ -89,26 +89,11 @@ - - - - - - 1.0) @@ -36,28 +37,31 @@ PODS: - FBSnapshotTestCase/Core (2.0.7) - FBSnapshotTestCase/SwiftSupport (2.0.7): - FBSnapshotTestCase/Core - - NSDate_Utils (0.1.2) - - NSString-Helper (1.0.3) + - NACrypto (1.0.6) + - NSDate_Utils (0.1.3) + - NSString-Helper (1.0.4) + - NSUserDefaults-AESEncryptor (0.0.4): + - CocoaSecurity (~> 1.2.2) - nv-ios-http-status (0.0.1) - PEAR-FileManager-iOS (1.3.1) - - PNObject (0.3.17): + - PNObject (0.3.18): - AFNetworking - CodFis-Helper - FBSDKCoreKit - FBSDKLoginKit - FBSDKShareKit + - NACrypto - NSDate_Utils - NSString-Helper + - NSUserDefaults-AESEncryptor - nv-ios-http-status - PEAR-FileManager-iOS - - RNCryptor - StrongestPasswordValidator - UIDevice-Utils - PureLayout (3.0.1) - - RNCryptor (4.0.0) - Specta (1.0.5) - - StrongestPasswordValidator (0.1.1) - - UIDevice-Utils (0.1.4) + - StrongestPasswordValidator (0.1.2) + - UIDevice-Utils (0.1.5) DEPENDENCIES: - AFNetworking @@ -85,24 +89,26 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: AFNetworking: a0075feb321559dc78d9d85b55d11caa19eabb93 Bolts: f52a250053bb517ca874523c3913776359ab3def - CodFis-Helper: f303810699f22dbcba8fb8c600545ac91fc3ec42 + CocoaSecurity: d288a6f87e0f363823d2cb83e753814a6944f71a + CodFis-Helper: 28be4c74d7202542459d72354f59b1215871de87 Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe Expecta+Snapshots: 29b38dd695bc72a0ed2bea833937d78df41943ba FBSDKCoreKit: 13bec8373fb3af94d44daf2aa1e0958687897fbd FBSDKLoginKit: d3d4a2e9d31954deb00bfea964167a05ca1ea976 FBSDKShareKit: 54587b4624706ace1e810cf83412a918141f807a FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547 - NSDate_Utils: 6f310af16917c48536836d4c17e1e47bf6fbe8e4 - NSString-Helper: d4c5459e8142ee6a96b070118009f08637030c2d + NACrypto: ce3900f1775f1b0cc27ce7c4953b94c598a74149 + NSDate_Utils: 68669d2c81f310ee13026c791f4f0ed227b94c65 + NSString-Helper: b4183f73f0a00c6fcd607edebb6c35a7a461376d + NSUserDefaults-AESEncryptor: da02cfef056f1e18ebe2748767915f08b274c9c5 nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3 - PNObject: ecc91ff0b61392abb7ab87b4d4c0c633f2f8520b + PNObject: 9c66f67c7861a646060f8dc7a550eeeb3f8bd924 PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb - RNCryptor: 59d6483908115af5c12b884db23392024e52a5fe Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2 - StrongestPasswordValidator: 554de9038705e18904f0337903dfd3b85a6b271b - UIDevice-Utils: 0beb5f9d2bd256a3efe05c1e43a2a8b8702199c4 + StrongestPasswordValidator: 921e42615bdf353513c6f925bffd4fc29865dbd7 + UIDevice-Utils: a87bbaed53a74d503deb3e25511c9a4d865b92ea PODFILE CHECKSUM: 2e494b482bc938579e08ab48dab20d64709c3062 -COCOAPODS: 1.0.0.beta.5 +COCOAPODS: 1.0.0.beta.6 diff --git a/Example/Pods/CocoaSecurity/CocoaSecurity/CocoaSecurity.h b/Example/Pods/CocoaSecurity/CocoaSecurity/CocoaSecurity.h new file mode 100644 index 0000000..e574fbd --- /dev/null +++ b/Example/Pods/CocoaSecurity/CocoaSecurity/CocoaSecurity.h @@ -0,0 +1,85 @@ +/* + CocoaSecurity 1.1 + + Created by Kelp on 12/5/12. + Copyright (c) 2012 Kelp http://kelp.phate.org/ + MIT License + + CocoaSecurity is core. It provides AES encrypt, AES decrypt, Hash(MD5, HmacMD5, SHA1~SHA512, HmacSHA1~HmacSHA512) messages. +*/ + +#import +#import + + +#pragma mark - CocoaSecurityResult +@interface CocoaSecurityResult : NSObject + +@property (strong, nonatomic, readonly) NSData *data; +@property (strong, nonatomic, readonly) NSString *utf8String; +@property (strong, nonatomic, readonly) NSString *hex; +@property (strong, nonatomic, readonly) NSString *hexLower; +@property (strong, nonatomic, readonly) NSString *base64; + +- (id)initWithBytes:(unsigned char[])initData length:(NSUInteger)length; + +@end + + +#pragma mark - CocoaSecurity +@interface CocoaSecurity : NSObject +#pragma mark - AES Encrypt ++ (CocoaSecurityResult *)aesEncrypt:(NSString *)data key:(NSString *)key; ++ (CocoaSecurityResult *)aesEncrypt:(NSString *)data hexKey:(NSString *)key hexIv:(NSString *)iv; ++ (CocoaSecurityResult *)aesEncrypt:(NSString *)data key:(NSData *)key iv:(NSData *)iv; ++ (CocoaSecurityResult *)aesEncryptWithData:(NSData *)data key:(NSData *)key iv:(NSData *)iv; +#pragma mark AES Decrypt ++ (CocoaSecurityResult *)aesDecryptWithBase64:(NSString *)data key:(NSString *)key; ++ (CocoaSecurityResult *)aesDecryptWithBase64:(NSString *)data hexKey:(NSString *)key hexIv:(NSString *)iv; ++ (CocoaSecurityResult *)aesDecryptWithBase64:(NSString *)data key:(NSData *)key iv:(NSData *)iv; ++ (CocoaSecurityResult *)aesDecryptWithData:(NSData *)data key:(NSData *)key iv:(NSData *)iv; + +#pragma mark - MD5 ++ (CocoaSecurityResult *)md5:(NSString *)hashString; ++ (CocoaSecurityResult *)md5WithData:(NSData *)hashData; +#pragma mark HMAC-MD5 ++ (CocoaSecurityResult *)hmacMd5:(NSString *)hashString hmacKey:(NSString *)key; ++ (CocoaSecurityResult *)hmacMd5WithData:(NSData *)hashData hmacKey:(NSString *)key; + +#pragma mark - SHA ++ (CocoaSecurityResult *)sha1:(NSString *)hashString; ++ (CocoaSecurityResult *)sha1WithData:(NSData *)hashData; ++ (CocoaSecurityResult *)sha224:(NSString *)hashString; ++ (CocoaSecurityResult *)sha224WithData:(NSData *)hashData; ++ (CocoaSecurityResult *)sha256:(NSString *)hashString; ++ (CocoaSecurityResult *)sha256WithData:(NSData *)hashData; ++ (CocoaSecurityResult *)sha384:(NSString *)hashString; ++ (CocoaSecurityResult *)sha384WithData:(NSData *)hashData; ++ (CocoaSecurityResult *)sha512:(NSString *)hashString; ++ (CocoaSecurityResult *)sha512WithData:(NSData *)hashData; +#pragma mark HMAC-SHA ++ (CocoaSecurityResult *)hmacSha1:(NSString *)hashString hmacKey:(NSString *)key; ++ (CocoaSecurityResult *)hmacSha1WithData:(NSData *)hashData hmacKey:(NSString *)key; ++ (CocoaSecurityResult *)hmacSha224:(NSString *)hashString hmacKey:(NSString *)key; ++ (CocoaSecurityResult *)hmacSha224WithData:(NSData *)hashData hmacKey:(NSString *)key; ++ (CocoaSecurityResult *)hmacSha256:(NSString *)hashString hmacKey:(NSString *)key; ++ (CocoaSecurityResult *)hmacSha256WithData:(NSData *)hashData hmacKey:(NSString *)key; ++ (CocoaSecurityResult *)hmacSha384:(NSString *)hashString hmacKey:(NSString *)key; ++ (CocoaSecurityResult *)hmacSha384WithData:(NSData *)hashData hmacKey:(NSString *)key; ++ (CocoaSecurityResult *)hmacSha512:(NSString *)hashString hmacKey:(NSString *)key; ++ (CocoaSecurityResult *)hmacSha512WithData:(NSData *)hashData hmacKey:(NSString *)key; +@end + + +#pragma mark - CocoaSecurityEncoder +@interface CocoaSecurityEncoder : NSObject +- (NSString *)base64:(NSData *)data; +- (NSString *)hex:(NSData *)data useLower:(BOOL)isOutputLower; +@end + + +#pragma mark - CocoaSecurityDecoder +@interface CocoaSecurityDecoder : NSObject +- (NSData *)base64:(NSString *)data; +- (NSData *)hex:(NSString *)data; +@end diff --git a/Example/Pods/CocoaSecurity/CocoaSecurity/CocoaSecurity.m b/Example/Pods/CocoaSecurity/CocoaSecurity/CocoaSecurity.m new file mode 100644 index 0000000..b519285 --- /dev/null +++ b/Example/Pods/CocoaSecurity/CocoaSecurity/CocoaSecurity.m @@ -0,0 +1,508 @@ +// +// CocoaSecurity.m +// +// Created by Kelp on 12/5/12. +// Copyright (c) 2012 Kelp http://kelp.phate.org/ +// MIT License +// + +#import "CocoaSecurity.h" +#import +#import +#import "Base64.h" + +#pragma mark - CocoaSecurity +@implementation CocoaSecurity + + +#pragma mark - AES Encrypt +// default AES Encrypt, key -> SHA384(key).sub(0, 32), iv -> SHA384(key).sub(32, 16) ++ (CocoaSecurityResult *)aesEncrypt:(NSString *)data key:(NSString *)key +{ + CocoaSecurityResult * sha = [self sha384:key]; + NSData *aesKey = [sha.data subdataWithRange:NSMakeRange(0, 32)]; + NSData *aesIv = [sha.data subdataWithRange:NSMakeRange(32, 16)]; + + return [self aesEncrypt:data key:aesKey iv:aesIv]; +} +#pragma mark AES Encrypt 128, 192, 256 ++ (CocoaSecurityResult *)aesEncrypt:(NSString *)data hexKey:(NSString *)key hexIv:(NSString *)iv +{ + CocoaSecurityDecoder *decoder = [CocoaSecurityDecoder new]; + NSData *aesKey = [decoder hex:key]; + NSData *aesIv = [decoder hex:iv]; + + return [self aesEncrypt:data key:aesKey iv:aesIv]; +} ++ (CocoaSecurityResult *)aesEncrypt:(NSString *)data key:(NSData *)key iv:(NSData *)iv +{ + return [self aesEncryptWithData:[data dataUsingEncoding:NSUTF8StringEncoding] key:key iv:iv]; +} ++ (CocoaSecurityResult *)aesEncryptWithData:(NSData *)data key:(NSData *)key iv:(NSData *)iv +{ + // check length of key and iv + if ([iv length] != 16) { + @throw [NSException exceptionWithName:@"Cocoa Security" + reason:@"Length of iv is wrong. Length of iv should be 16(128bits)" + userInfo:nil]; + } + if ([key length] != 16 && [key length] != 24 && [key length] != 32 ) { + @throw [NSException exceptionWithName:@"Cocoa Security" + reason:@"Length of key is wrong. Length of iv should be 16, 24 or 32(128, 192 or 256bits)" + userInfo:nil]; + } + + // setup output buffer + size_t bufferSize = [data length] + kCCBlockSizeAES128; + void *buffer = malloc(bufferSize); + + // do encrypt + size_t encryptedSize = 0; + CCCryptorStatus cryptStatus = CCCrypt(kCCEncrypt, + kCCAlgorithmAES128, + kCCOptionPKCS7Padding, + [key bytes], // Key + [key length], // kCCKeySizeAES + [iv bytes], // IV + [data bytes], + [data length], + buffer, + bufferSize, + &encryptedSize); + if (cryptStatus == kCCSuccess) { + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:buffer length:encryptedSize]; + free(buffer); + + return result; + } + else { + free(buffer); + @throw [NSException exceptionWithName:@"Cocoa Security" + reason:@"Encrypt Error!" + userInfo:nil]; + return nil; + } +} +#pragma mark - AES Decrypt +// default AES Decrypt, key -> SHA384(key).sub(0, 32), iv -> SHA384(key).sub(32, 16) ++ (CocoaSecurityResult *)aesDecryptWithBase64:(NSString *)data key:(NSString *)key +{ + CocoaSecurityResult * sha = [self sha384:key]; + NSData *aesKey = [sha.data subdataWithRange:NSMakeRange(0, 32)]; + NSData *aesIv = [sha.data subdataWithRange:NSMakeRange(32, 16)]; + + return [self aesDecryptWithBase64:data key:aesKey iv:aesIv]; +} +#pragma mark AES Decrypt 128, 192, 256 ++ (CocoaSecurityResult *)aesDecryptWithBase64:(NSString *)data hexKey:(NSString *)key hexIv:(NSString *)iv +{ + CocoaSecurityDecoder *decoder = [CocoaSecurityDecoder new]; + NSData *aesKey = [decoder hex:key]; + NSData *aesIv = [decoder hex:iv]; + + return [self aesDecryptWithBase64:data key:aesKey iv:aesIv]; +} ++ (CocoaSecurityResult *)aesDecryptWithBase64:(NSString *)data key:(NSData *)key iv:(NSData *)iv +{ + CocoaSecurityDecoder *decoder = [CocoaSecurityDecoder new]; + return [self aesDecryptWithData:[decoder base64:data] key:key iv:iv]; +} ++ (CocoaSecurityResult *)aesDecryptWithData:(NSData *)data key:(NSData *)key iv:(NSData *)iv +{ + // check length of key and iv + if ([iv length] != 16) { + @throw [NSException exceptionWithName:@"Cocoa Security" + reason:@"Length of iv is wrong. Length of iv should be 16(128bits)" + userInfo:nil]; + } + if ([key length] != 16 && [key length] != 24 && [key length] != 32 ) { + @throw [NSException exceptionWithName:@"Cocoa Security" + reason:@"Length of key is wrong. Length of iv should be 16, 24 or 32(128, 192 or 256bits)" + userInfo:nil]; + } + + // setup output buffer + size_t bufferSize = [data length] + kCCBlockSizeAES128; + void *buffer = malloc(bufferSize); + + // do encrypt + size_t encryptedSize = 0; + CCCryptorStatus cryptStatus = CCCrypt(kCCDecrypt, + kCCAlgorithmAES128, + kCCOptionPKCS7Padding, + [key bytes], // Key + [key length], // kCCKeySizeAES + [iv bytes], // IV + [data bytes], + [data length], + buffer, + bufferSize, + &encryptedSize); + if (cryptStatus == kCCSuccess) { + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:buffer length:encryptedSize]; + free(buffer); + + return result; + } + else { + free(buffer); + @throw [NSException exceptionWithName:@"Cocoa Security" + reason:@"Decrypt Error!" + userInfo:nil]; + return nil; + } +} + + +#pragma mark - MD5 ++ (CocoaSecurityResult *)md5:(NSString *)hashString +{ + return [self md5WithData:[hashString dataUsingEncoding:NSUTF8StringEncoding]]; +} ++ (CocoaSecurityResult *)md5WithData:(NSData *)hashData +{ + unsigned char *digest; + digest = malloc(CC_MD5_DIGEST_LENGTH); + + CC_MD5([hashData bytes], (CC_LONG)[hashData length], digest); + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:digest length:CC_MD5_DIGEST_LENGTH]; + free(digest); + + return result; +} +#pragma mark - HMAC-MD5 ++ (CocoaSecurityResult *)hmacMd5:(NSString *)hashString hmacKey:(NSString *)key +{ + return [self hmacMd5WithData:[hashString dataUsingEncoding:NSUTF8StringEncoding] hmacKey:key]; +} ++ (CocoaSecurityResult *)hmacMd5WithData:(NSData *)hashData hmacKey:(NSString *)key +{ + unsigned char *digest; + digest = malloc(CC_MD5_DIGEST_LENGTH); + const char *cKey = [key cStringUsingEncoding:NSUTF8StringEncoding]; + + CCHmac(kCCHmacAlgMD5, cKey, strlen(cKey), [hashData bytes], [hashData length], digest); + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:digest length:CC_MD5_DIGEST_LENGTH]; + free(digest); + cKey = nil; + + return result; +} + + +#pragma mark - SHA1 ++ (CocoaSecurityResult *)sha1:(NSString *)hashString +{ + return [self sha1WithData:[hashString dataUsingEncoding:NSUTF8StringEncoding]]; +} ++ (CocoaSecurityResult *)sha1WithData:(NSData *)hashData +{ + unsigned char *digest; + digest = malloc(CC_SHA1_DIGEST_LENGTH); + + CC_SHA1([hashData bytes], (CC_LONG)[hashData length], digest); + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:digest length:CC_SHA1_DIGEST_LENGTH]; + free(digest); + + return result; +} +#pragma mark SHA224 ++ (CocoaSecurityResult *)sha224:(NSString *)hashString +{ + return [self sha224WithData:[hashString dataUsingEncoding:NSUTF8StringEncoding]]; +} ++ (CocoaSecurityResult *)sha224WithData:(NSData *)hashData +{ + unsigned char *digest; + digest = malloc(CC_SHA224_DIGEST_LENGTH); + + CC_SHA224([hashData bytes], (CC_LONG)[hashData length], digest); + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:digest length:CC_SHA224_DIGEST_LENGTH]; + free(digest); + + return result; +} +#pragma mark SHA256 ++ (CocoaSecurityResult *)sha256:(NSString *)hashString +{ + return [self sha256WithData:[hashString dataUsingEncoding:NSUTF8StringEncoding]]; +} ++ (CocoaSecurityResult *)sha256WithData:(NSData *)hashData +{ + unsigned char *digest; + digest = malloc(CC_SHA256_DIGEST_LENGTH); + + CC_SHA256([hashData bytes], (CC_LONG)[hashData length], digest); + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:digest length:CC_SHA256_DIGEST_LENGTH]; + free(digest); + + return result; +} +#pragma mark SHA384 ++ (CocoaSecurityResult *)sha384:(NSString *)hashString +{ + return [self sha384WithData:[hashString dataUsingEncoding:NSUTF8StringEncoding]]; +} ++ (CocoaSecurityResult *)sha384WithData:(NSData *)hashData +{ + unsigned char *digest; + digest = malloc(CC_SHA384_DIGEST_LENGTH); + + CC_SHA384([hashData bytes], (CC_LONG)[hashData length], digest); + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:digest length:CC_SHA384_DIGEST_LENGTH]; + free(digest); + + return result; +} +#pragma mark SHA512 ++ (CocoaSecurityResult *)sha512:(NSString *)hashString +{ + return [self sha512WithData:[hashString dataUsingEncoding:NSUTF8StringEncoding]]; +} ++ (CocoaSecurityResult *)sha512WithData:(NSData *)hashData +{ + unsigned char *digest; + digest = malloc(CC_SHA512_DIGEST_LENGTH); + + CC_SHA512([hashData bytes], (CC_LONG)[hashData length], digest); + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:digest length:CC_SHA512_DIGEST_LENGTH]; + free(digest); + + return result; +} + + +#pragma mark - HMAC-SHA1 ++ (CocoaSecurityResult *)hmacSha1:(NSString *)hashString hmacKey:(NSString *)key +{ + return [self hmacSha1WithData:[hashString dataUsingEncoding:NSUTF8StringEncoding] hmacKey:key]; +} ++ (CocoaSecurityResult *)hmacSha1WithData:(NSData *)hashData hmacKey:(NSString *)key +{ + unsigned char *digest; + digest = malloc(CC_SHA1_DIGEST_LENGTH); + const char *cKey = [key cStringUsingEncoding:NSUTF8StringEncoding]; + + CCHmac(kCCHmacAlgSHA1, cKey, strlen(cKey), [hashData bytes], [hashData length], digest); + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:digest length:CC_SHA1_DIGEST_LENGTH]; + free(digest); + cKey = nil; + + return result; +} +#pragma mark HMAC-SHA224 ++ (CocoaSecurityResult *)hmacSha224:(NSString *)hashString hmacKey:(NSString *)key +{ + return [self hmacSha224WithData:[hashString dataUsingEncoding:NSUTF8StringEncoding] hmacKey:key]; +} ++ (CocoaSecurityResult *)hmacSha224WithData:(NSData *)hashData hmacKey:(NSString *)key +{ + unsigned char *digest; + digest = malloc(CC_SHA224_DIGEST_LENGTH); + const char *cKey = [key cStringUsingEncoding:NSUTF8StringEncoding]; + + CCHmac(kCCHmacAlgSHA224, cKey, strlen(cKey), [hashData bytes], [hashData length], digest); + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:digest length:CC_SHA224_DIGEST_LENGTH]; + free(digest); + cKey = nil; + + return result; +} +#pragma mark HMAC-SHA256 ++ (CocoaSecurityResult *)hmacSha256:(NSString *)hashString hmacKey:(NSString *)key +{ + return [self hmacSha256WithData:[hashString dataUsingEncoding:NSUTF8StringEncoding] hmacKey:key]; +} ++ (CocoaSecurityResult *)hmacSha256WithData:(NSData *)hashData hmacKey:(NSString *)key +{ + unsigned char *digest; + digest = malloc(CC_SHA256_DIGEST_LENGTH); + const char *cKey = [key cStringUsingEncoding:NSUTF8StringEncoding]; + + CCHmac(kCCHmacAlgSHA256, cKey, strlen(cKey), [hashData bytes], [hashData length], digest); + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:digest length:CC_SHA256_DIGEST_LENGTH]; + free(digest); + cKey = nil; + + return result; +} +#pragma mark HMAC-SHA384 ++ (CocoaSecurityResult *)hmacSha384:(NSString *)hashString hmacKey:(NSString *)key +{ + return [self hmacSha384WithData:[hashString dataUsingEncoding:NSUTF8StringEncoding] hmacKey:key]; +} ++ (CocoaSecurityResult *)hmacSha384WithData:(NSData *)hashData hmacKey:(NSString *)key +{ + unsigned char *digest; + digest = malloc(CC_SHA384_DIGEST_LENGTH); + const char *cKey = [key cStringUsingEncoding:NSUTF8StringEncoding]; + + CCHmac(kCCHmacAlgSHA384, cKey, strlen(cKey), [hashData bytes], [hashData length], digest); + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:digest length:CC_SHA384_DIGEST_LENGTH]; + free(digest); + cKey = nil; + + return result; +} +#pragma mark HMAC-SHA512 ++ (CocoaSecurityResult *)hmacSha512:(NSString *)hashString hmacKey:(NSString *)key +{ + return [self hmacSha512WithData:[hashString dataUsingEncoding:NSUTF8StringEncoding] hmacKey:key]; +} ++ (CocoaSecurityResult *)hmacSha512WithData:(NSData *)hashData hmacKey:(NSString *)key +{ + unsigned char *digest; + digest = malloc(CC_SHA512_DIGEST_LENGTH); + const char *cKey = [key cStringUsingEncoding:NSUTF8StringEncoding]; + + CCHmac(kCCHmacAlgSHA512, cKey, strlen(cKey), [hashData bytes], [hashData length], digest); + CocoaSecurityResult *result = [[CocoaSecurityResult alloc] initWithBytes:digest length:CC_SHA512_DIGEST_LENGTH]; + free(digest); + cKey = nil; + + return result; +} + +@end + + + +#pragma mark - CocoaSecurityResult +@implementation CocoaSecurityResult + +@synthesize data = _data; + +#pragma mark - Init +- (id)initWithBytes:(unsigned char[])initData length:(NSUInteger)length +{ + self = [super init]; + if (self) { + _data = [NSData dataWithBytes:initData length:length]; + } + return self; +} + +#pragma mark UTF8 String +// convert CocoaSecurityResult to UTF8 string +- (NSString *)utf8String +{ + NSString *result = [[NSString alloc] initWithData:_data encoding:NSUTF8StringEncoding]; + return result; +} + +#pragma mark HEX +// convert CocoaSecurityResult to HEX string +- (NSString *)hex +{ + CocoaSecurityEncoder *encoder = [CocoaSecurityEncoder new]; + return [encoder hex:_data useLower:false]; +} +- (NSString *)hexLower +{ + CocoaSecurityEncoder *encoder = [CocoaSecurityEncoder new]; + return [encoder hex:_data useLower:true]; +} + +#pragma mark Base64 +// convert CocoaSecurityResult to Base64 string +- (NSString *)base64 +{ + CocoaSecurityEncoder *encoder = [CocoaSecurityEncoder new]; + return [encoder base64:_data]; +} + +@end + + +#pragma mark - CocoaSecurityEncoder +@implementation CocoaSecurityEncoder + +// convert NSData to Base64 +- (NSString *)base64:(NSData *)data +{ + return [data base64EncodedString]; +} + +// convert NSData to hex string +- (NSString *)hex:(NSData *)data useLower:(BOOL)isOutputLower +{ + if (data.length == 0) { return nil; } + + static const char HexEncodeCharsLower[] = "0123456789abcdef"; + static const char HexEncodeChars[] = "0123456789ABCDEF"; + char *resultData; + // malloc result data + resultData = malloc([data length] * 2 +1); + // convert imgData(NSData) to char[] + unsigned char *sourceData = ((unsigned char *)[data bytes]); + NSUInteger length = [data length]; + + if (isOutputLower) { + for (NSUInteger index = 0; index < length; index++) { + // set result data + resultData[index * 2] = HexEncodeCharsLower[(sourceData[index] >> 4)]; + resultData[index * 2 + 1] = HexEncodeCharsLower[(sourceData[index] % 0x10)]; + } + } + else { + for (NSUInteger index = 0; index < length; index++) { + // set result data + resultData[index * 2] = HexEncodeChars[(sourceData[index] >> 4)]; + resultData[index * 2 + 1] = HexEncodeChars[(sourceData[index] % 0x10)]; + } + } + resultData[[data length] * 2] = 0; + + // convert result(char[]) to NSString + NSString *result = [NSString stringWithCString:resultData encoding:NSASCIIStringEncoding]; + sourceData = nil; + free(resultData); + + return result; +} + +@end + +#pragma mark - CocoaSecurityDecoder +@implementation CocoaSecurityDecoder +- (NSData *)base64:(NSString *)string +{ + return [NSData dataWithBase64EncodedString:string]; +} +- (NSData *)hex:(NSString *)data +{ + if (data.length == 0) { return nil; } + + static const unsigned char HexDecodeChars[] = + { + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, //49 + 2, 3, 4, 5, 6, 7, 8, 9, 0, 0, //59 + 0, 0, 0, 0, 0, 10, 11, 12, 13, 14, + 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, //79 + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 10, 11, 12, //99 + 13, 14, 15 + }; + + // convert data(NSString) to CString + const char *source = [data cStringUsingEncoding:NSUTF8StringEncoding]; + // malloc buffer + unsigned char *buffer; + NSUInteger length = strlen(source) / 2; + buffer = malloc(length); + for (NSUInteger index = 0; index < length; index++) { + buffer[index] = (HexDecodeChars[source[index * 2]] << 4) + (HexDecodeChars[source[index * 2 + 1]]); + } + // init result NSData + NSData *result = [NSData dataWithBytes:buffer length:length]; + free(buffer); + source = nil; + + return result; +} + +@end diff --git a/Example/Pods/CocoaSecurity/LICENSE b/Example/Pods/CocoaSecurity/LICENSE new file mode 100644 index 0000000..fcbc817 --- /dev/null +++ b/Example/Pods/CocoaSecurity/LICENSE @@ -0,0 +1,8 @@ +The MIT License (MIT) +Copyright (c) 2013 Kelp https://github.com/kelp404 + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Example/Pods/CocoaSecurity/README.md b/Example/Pods/CocoaSecurity/README.md new file mode 100644 index 0000000..aa692a1 --- /dev/null +++ b/Example/Pods/CocoaSecurity/README.md @@ -0,0 +1,111 @@ +#CocoaSecurity [![Build Status](https://secure.travis-ci.org/kelp404/CocoaSecurity.png?branch=master)](http://travis-ci.org/#!/kelp404/CocoaSecurity) + +Kelp https://twitter.com/kelp404/ +[MIT License][mit] +[MIT]: http://www.opensource.org/licenses/mit-license.php + + +CocoaSecurity include 4 classes, `CocoaSecurity`, `CocoaSecurityResult`, `CocoaSecurityEncoder` and `CocoaSecurityDecoder`. + +##CocoaSecurity +CocoaSecurity is core. It provides AES encrypt, AES decrypt, Hash(MD5, HmacMD5, SHA1~SHA512, HmacSHA1~HmacSHA512) messages. + +**MD5:** +```objective-c +CocoaSecurityResult *md5 = [CocoaSecurity md5:@"kelp"]; + +// md5.hex = 'C40C69779E15780ADAE46C45EB451E23' +// md5.hexLower = 'c40c69779e15780adae46c45eb451e23' +// md5.base64 = 'xAxpd54VeAra5GxF60UeIw==' +``` +**SHA256:** +```objective-c +CocoaSecurityResult *sha256 = [CocoaSecurity sha256:@"kelp"]; + +// sha256.hexLower = '280f8bb8c43d532f389ef0e2a5321220b0782b065205dcdfcb8d8f02ed5115b9' +// sha256.base64 = 'KA+LuMQ9Uy84nvDipTISILB4KwZSBdzfy42PAu1RFbk=' +``` +**default AES Encrypt:**
+key -> SHA384(key).sub(0, 32)
+iv -> SHA384(key).sub(32, 16) +```objective-c +CocoaSecurityResult *aesDefault = [CocoaSecurity aesEncrypt:@"kelp" key:@"key"]; + +// aesDefault.base64 = 'ez9uubPneV1d2+rpjnabJw==' +``` +**AES256 Encrypt & Decrypt:** +```objective-c +CocoaSecurityResult *aes256 = [CocoaSecurity aesEncrypt:@"kelp" + hexKey:@"280f8bb8c43d532f389ef0e2a5321220b0782b065205dcdfcb8d8f02ed5115b9" + hexIv:@"CC0A69779E15780ADAE46C45EB451A23"]; +// aes256.base64 = 'WQYg5qvcGyCBY3IF0hPsoQ==' + +CocoaSecurityResult *aes256Decrypt = [CocoaSecurity aesDecryptWithBase64:@"WQYg5qvcGyCBY3IF0hPsoQ==" + hexKey:@"280f8bb8c43d532f389ef0e2a5321220b0782b065205dcdfcb8d8f02ed5115b9" + hexIv:@"CC0A69779E15780ADAE46C45EB451A23"]; +// aes256Decrypt.utf8String = 'kelp' +``` + + +##CocoaSecurityResult +CocoaSecurityResult is the result class of CocoaSecurity. It provides convert result data to NSData, NSString, HEX string, Base64 string. + +```objective-c +@property (strong, nonatomic, readonly) NSData *data; +@property (strong, nonatomic, readonly) NSString *utf8String; +@property (strong, nonatomic, readonly) NSString *hex; +@property (strong, nonatomic, readonly) NSString *hexLower; +@property (strong, nonatomic, readonly) NSString *base64; +``` + + +##CocoaSecurityEncoder +CocoaSecurityEncoder provides convert NSData to HEX string, Base64 string. + +```objective-c +- (NSString *)base64:(NSData *)data; +- (NSString *)hex:(NSData *)data useLower:(BOOL)isOutputLower; +``` +**example:** +```objective-c +CocoaSecurityEncoder *encoder = [CocoaSecurityEncoder new]; +NSString *str1 = [encoder hex:[@"kelp" dataUsingEncoding:NSUTF8StringEncoding] useLower:NO]; +// str1 = '6B656C70' +NSString *str2 = [encoder base64:[@"kelp" dataUsingEncoding:NSUTF8StringEncoding]]; +// str2 = 'a2VscA==' +``` + +##CocoaSecurityDecoder +CocoaSecurityEncoder provides convert HEX string or Base64 string to NSData. + +```objective-c +- (NSData *)base64:(NSString *)data; +- (NSData *)hex:(NSString *)data; +``` +**example:** +```objective-c +CocoaSecurityDecoder *decoder = [CocoaSecurityDecoder new]; +NSData *data1 = [decoder hex:@"CC0A69779E15780ADAE46C45EB451A23"]; +// data1 = +NSData *data2 = [decoder base64:@"zT1PS64MnXIUDCUiy13RRg=="]; +// data2 = +``` + + +##Installation +1. **git:** +``` +$ git clone git://github.com/kelp404/CocoaSecurity.git +$ cd CocoaSecurity +$ git submodule update --init +``` + +2. **CocoadPods:** +add `Podfile` in your project path +``` +platform :ios +pod 'CocoaSecurity' +``` +``` +$ pod install +``` diff --git a/Example/Pods/CocoaSecurity/submodules/Base64/Base64/Base64.h b/Example/Pods/CocoaSecurity/submodules/Base64/Base64/Base64.h new file mode 100644 index 0000000..69154a3 --- /dev/null +++ b/Example/Pods/CocoaSecurity/submodules/Base64/Base64/Base64.h @@ -0,0 +1,53 @@ +// +// Base64.h +// +// Version 1.2 +// +// Created by Nick Lockwood on 12/01/2012. +// Copyright (C) 2012 Charcoal Design +// +// Distributed under the permissive zlib License +// Get the latest version from here: +// +// https://github.com/nicklockwood/Base64 +// +// This software is provided 'as-is', without any express or implied +// warranty. In no event will the authors be held liable for any damages +// arising from the use of this software. +// +// Permission is granted to anyone to use this software for any purpose, +// including commercial applications, and to alter it and redistribute it +// freely, subject to the following restrictions: +// +// 1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software. If you use this software +// in a product, an acknowledgment in the product documentation would be +// appreciated but is not required. +// +// 2. Altered source versions must be plainly marked as such, and must not be +// misrepresented as being the original software. +// +// 3. This notice may not be removed or altered from any source distribution. +// + +#import + + +@interface NSData (Base64) + ++ (NSData *)dataWithBase64EncodedString:(NSString *)string; +- (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth; +- (NSString *)base64EncodedString; + +@end + + +@interface NSString (Base64) + ++ (NSString *)stringWithBase64EncodedString:(NSString *)string; +- (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth; +- (NSString *)base64EncodedString; +- (NSString *)base64DecodedString; +- (NSData *)base64DecodedData; + +@end diff --git a/Example/Pods/CocoaSecurity/submodules/Base64/Base64/Base64.m b/Example/Pods/CocoaSecurity/submodules/Base64/Base64/Base64.m new file mode 100644 index 0000000..0dffdb0 --- /dev/null +++ b/Example/Pods/CocoaSecurity/submodules/Base64/Base64/Base64.m @@ -0,0 +1,167 @@ +// +// Base64.m +// +// Version 1.2 +// +// Created by Nick Lockwood on 12/01/2012. +// Copyright (C) 2012 Charcoal Design +// +// Distributed under the permissive zlib License +// Get the latest version from here: +// +// https://github.com/nicklockwood/Base64 +// +// This software is provided 'as-is', without any express or implied +// warranty. In no event will the authors be held liable for any damages +// arising from the use of this software. +// +// Permission is granted to anyone to use this software for any purpose, +// including commercial applications, and to alter it and redistribute it +// freely, subject to the following restrictions: +// +// 1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software. If you use this software +// in a product, an aacknowledgment in the product documentation would be +// appreciated but is not required. +// +// 2. Altered source versions must be plainly marked as such, and must not be +// misrepresented as being the original software. +// +// 3. This notice may not be removed or altered from any source distribution. +// + +#import "Base64.h" + + +#pragma GCC diagnostic ignored "-Wselector" + + +#import +#if !__has_feature(objc_arc) +#error This library requires automatic reference counting +#endif + + +@implementation NSData (Base64) + ++ (NSData *)dataWithBase64EncodedString:(NSString *)string +{ + if (![string length]) return nil; + + NSData *decoded = nil; + +#if __MAC_OS_X_VERSION_MIN_REQUIRED < __MAC_10_9 || __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_7_0 + + if (![NSData instancesRespondToSelector:@selector(initWithBase64EncodedString:options:)]) + { + decoded = [[self alloc] initWithBase64Encoding:[string stringByReplacingOccurrencesOfString:@"[^A-Za-z0-9+/=]" withString:@"" options:NSRegularExpressionSearch range:NSMakeRange(0, [string length])]]; + } + else + +#endif + + { + decoded = [[self alloc] initWithBase64EncodedString:string options:NSDataBase64DecodingIgnoreUnknownCharacters]; + } + + return [decoded length]? decoded: nil; +} + +- (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth +{ + if (![self length]) return nil; + + NSString *encoded = nil; + +#if __MAC_OS_X_VERSION_MIN_REQUIRED < __MAC_10_9 || __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_7_0 + + if (![NSData instancesRespondToSelector:@selector(base64EncodedStringWithOptions:)]) + { + encoded = [self base64Encoding]; + } + else + +#endif + + { + switch (wrapWidth) + { + case 64: + { + return [self base64EncodedStringWithOptions:NSDataBase64Encoding64CharacterLineLength]; + } + case 76: + { + return [self base64EncodedStringWithOptions:NSDataBase64Encoding76CharacterLineLength]; + } + default: + { + encoded = [self base64EncodedStringWithOptions:(NSDataBase64EncodingOptions)0]; + } + } + } + + if (!wrapWidth || wrapWidth >= [encoded length]) + { + return encoded; + } + + wrapWidth = (wrapWidth / 4) * 4; + NSMutableString *result = [NSMutableString string]; + for (NSUInteger i = 0; i < [encoded length]; i+= wrapWidth) + { + if (i + wrapWidth >= [encoded length]) + { + [result appendString:[encoded substringFromIndex:i]]; + break; + } + [result appendString:[encoded substringWithRange:NSMakeRange(i, wrapWidth)]]; + [result appendString:@"\r\n"]; + } + + return result; +} + +- (NSString *)base64EncodedString +{ + return [self base64EncodedStringWithWrapWidth:0]; +} + +@end + + +@implementation NSString (Base64) + ++ (NSString *)stringWithBase64EncodedString:(NSString *)string +{ + NSData *data = [NSData dataWithBase64EncodedString:string]; + if (data) + { + return [[self alloc] initWithData:data encoding:NSUTF8StringEncoding]; + } + return nil; +} + +- (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth +{ + NSData *data = [self dataUsingEncoding:NSUTF8StringEncoding allowLossyConversion:YES]; + return [data base64EncodedStringWithWrapWidth:wrapWidth]; +} + +- (NSString *)base64EncodedString +{ + NSData *data = [self dataUsingEncoding:NSUTF8StringEncoding allowLossyConversion:YES]; + return [data base64EncodedString]; +} + +- (NSString *)base64DecodedString +{ + return [NSString stringWithBase64EncodedString:self]; +} + +- (NSData *)base64DecodedData +{ + return [NSData dataWithBase64EncodedString:self]; +} + +@end diff --git a/Example/Pods/Local Podspecs/PNObject.podspec.json b/Example/Pods/Local Podspecs/PNObject.podspec.json index 3f47a39..2d4293e 100644 --- a/Example/Pods/Local Podspecs/PNObject.podspec.json +++ b/Example/Pods/Local Podspecs/PNObject.podspec.json @@ -1,6 +1,6 @@ { "name": "PNObject", - "version": "0.3.17", + "version": "0.3.18", "summary": "PNObject is a simple replica of the more complex ParseObject", "homepage": "https://github.com/giuseppenucifora/PNObject", "license": "MIT", @@ -9,18 +9,13 @@ }, "source": { "git": "https://github.com/giuseppenucifora/PNObject.git", - "tag": "0.3.17" + "tag": "0.3.18" }, "platforms": { - "ios": "7.0" + "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", - "resource_bundles": { - "PNObject": [ - "Pod/Assets/*.png" - ] - }, "dependencies": { "AFNetworking": [ @@ -55,7 +50,10 @@ "FBSDKLoginKit": [ ], - "RNCryptor": [ + "NACrypto": [ + + ], + "NSUserDefaults-AESEncryptor": [ ] } diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index fbe41b9..6788f58 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -20,7 +20,8 @@ PODS: - Bolts/AppLinks (1.6.0): - Bolts/Tasks - Bolts/Tasks (1.6.0) - - CodFis-Helper (0.1.2) + - CocoaSecurity (1.2.4) + - CodFis-Helper (0.1.3) - Expecta (1.0.5) - Expecta+Snapshots (2.0.0): - Expecta (~> 1.0) @@ -36,28 +37,31 @@ PODS: - FBSnapshotTestCase/Core (2.0.7) - FBSnapshotTestCase/SwiftSupport (2.0.7): - FBSnapshotTestCase/Core - - NSDate_Utils (0.1.2) - - NSString-Helper (1.0.3) + - NACrypto (1.0.6) + - NSDate_Utils (0.1.3) + - NSString-Helper (1.0.4) + - NSUserDefaults-AESEncryptor (0.0.4): + - CocoaSecurity (~> 1.2.2) - nv-ios-http-status (0.0.1) - PEAR-FileManager-iOS (1.3.1) - - PNObject (0.3.17): + - PNObject (0.3.18): - AFNetworking - CodFis-Helper - FBSDKCoreKit - FBSDKLoginKit - FBSDKShareKit + - NACrypto - NSDate_Utils - NSString-Helper + - NSUserDefaults-AESEncryptor - nv-ios-http-status - PEAR-FileManager-iOS - - RNCryptor - StrongestPasswordValidator - UIDevice-Utils - PureLayout (3.0.1) - - RNCryptor (4.0.0) - Specta (1.0.5) - - StrongestPasswordValidator (0.1.1) - - UIDevice-Utils (0.1.4) + - StrongestPasswordValidator (0.1.2) + - UIDevice-Utils (0.1.5) DEPENDENCIES: - AFNetworking @@ -85,24 +89,26 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: AFNetworking: a0075feb321559dc78d9d85b55d11caa19eabb93 Bolts: f52a250053bb517ca874523c3913776359ab3def - CodFis-Helper: f303810699f22dbcba8fb8c600545ac91fc3ec42 + CocoaSecurity: d288a6f87e0f363823d2cb83e753814a6944f71a + CodFis-Helper: 28be4c74d7202542459d72354f59b1215871de87 Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe Expecta+Snapshots: 29b38dd695bc72a0ed2bea833937d78df41943ba FBSDKCoreKit: 13bec8373fb3af94d44daf2aa1e0958687897fbd FBSDKLoginKit: d3d4a2e9d31954deb00bfea964167a05ca1ea976 FBSDKShareKit: 54587b4624706ace1e810cf83412a918141f807a FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547 - NSDate_Utils: 6f310af16917c48536836d4c17e1e47bf6fbe8e4 - NSString-Helper: d4c5459e8142ee6a96b070118009f08637030c2d + NACrypto: ce3900f1775f1b0cc27ce7c4953b94c598a74149 + NSDate_Utils: 68669d2c81f310ee13026c791f4f0ed227b94c65 + NSString-Helper: b4183f73f0a00c6fcd607edebb6c35a7a461376d + NSUserDefaults-AESEncryptor: da02cfef056f1e18ebe2748767915f08b274c9c5 nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3 - PNObject: ecc91ff0b61392abb7ab87b4d4c0c633f2f8520b + PNObject: 9c66f67c7861a646060f8dc7a550eeeb3f8bd924 PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb - RNCryptor: 59d6483908115af5c12b884db23392024e52a5fe Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2 - StrongestPasswordValidator: 554de9038705e18904f0337903dfd3b85a6b271b - UIDevice-Utils: 0beb5f9d2bd256a3efe05c1e43a2a8b8702199c4 + StrongestPasswordValidator: 921e42615bdf353513c6f925bffd4fc29865dbd7 + UIDevice-Utils: a87bbaed53a74d503deb3e25511c9a4d865b92ea PODFILE CHECKSUM: 2e494b482bc938579e08ab48dab20d64709c3062 -COCOAPODS: 1.0.0.beta.5 +COCOAPODS: 1.0.0.beta.6 diff --git a/Example/Pods/NACrypto/LICENSE b/Example/Pods/NACrypto/LICENSE new file mode 100644 index 0000000..24c7920 --- /dev/null +++ b/Example/Pods/NACrypto/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 Gabriel Handford + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/Example/Pods/NACrypto/NACrypto/NAAES.h b/Example/Pods/NACrypto/NACrypto/NAAES.h new file mode 100644 index 0000000..c8ec754 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NAAES.h @@ -0,0 +1,25 @@ +// +// NAAES.h +// NACrypto +// +// Created by Gabriel on 6/20/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import + +typedef NS_ENUM (NSUInteger, NAAESAlgorithm) { + NAAESAlgorithm256CTR = 1, +}; + +@interface NAAES : NSObject + +@property (readonly) NAAESAlgorithm algorithm; + +- (instancetype)initWithAlgorithm:(NAAESAlgorithm)algorithm; + +- (NSData *)encrypt:(NSData *)data nonce:(NSData *)nonce key:(NSData *)key error:(NSError **)error; + +- (NSData *)decrypt:(NSData *)data nonce:(NSData *)nonce key:(NSData *)key error:(NSError **)error; + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NAAES.m b/Example/Pods/NACrypto/NACrypto/NAAES.m new file mode 100644 index 0000000..c7fd868 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NAAES.m @@ -0,0 +1,72 @@ +// +// NAAES.m +// NACrypto +// +// Created by Gabriel on 6/20/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import "NAAES.h" + +//#include "crypto_stream_aes256estream.h" +#include + +#import "NACounter.h" +#import "NANSMutableData+Utils.h" + +#define AES_256_CTR_NONCE_BYTES (16) +#define AES_256_CTR_KEY_BYTES (32) + +@implementation NAAES + +- (instancetype)initWithAlgorithm:(NAAESAlgorithm)algorithm { + if ((self = [super init])) { + _algorithm = algorithm; + } + return self; +} + +- (NSData *)encrypt:(NSData *)data nonce:(NSData *)nonce key:(NSData *)key error:(NSError **)error { + NSAssert(_algorithm == NAAESAlgorithm256CTR, @"Unsupported algorithm"); + + if (!nonce || [nonce length] < AES_256_CTR_NONCE_BYTES) { + if (error) *error = [NSError errorWithDomain:@"NACrypto" code:600 userInfo:@{NSLocalizedDescriptionKey: @"Invalid AES nonce"}]; + return nil; + } + + if (!key || [key length] != AES_256_CTR_KEY_BYTES) { + if (error) *error = [NSError errorWithDomain:@"NACrypto" code:601 userInfo:@{NSLocalizedDescriptionKey: @"Invalid AES key"}]; + return nil; + } + + // This libsodium version doesn't return what I expected + //int retval = crypto_stream_aes256estream_xor([outData mutableBytes], [data bytes], [data length], [nonce bytes], [key bytes]); + + NSMutableData *outData = [data mutableCopy]; + + CCCryptorStatus cryptStatus; + CCCryptorRef cryptor; + cryptStatus = CCCryptorCreateWithMode(kCCEncrypt, kCCModeCTR, kCCAlgorithmAES128, ccNoPadding, [nonce bytes], [key bytes], [key length], NULL, 0, 0, kCCModeOptionCTR_BE, &cryptor); + + if (cryptStatus != kCCSuccess) { + if (error) *error = [NSError errorWithDomain:@"NACrypto" code:604 userInfo:@{NSLocalizedDescriptionKey: @"Failed AES (1)"}]; + return nil; + } + + size_t bytesEncrypted; + cryptStatus = CCCryptorUpdate(cryptor, [data bytes],[ data length], [outData mutableBytes], [outData length], &bytesEncrypted); + + if (cryptStatus != kCCSuccess) { + if (error) *error = [NSError errorWithDomain:@"NACrypto" code:605 userInfo:@{NSLocalizedDescriptionKey: @"Failed AES (2)"}]; + return nil; + } + + return outData; +} + +- (NSData *)decrypt:(NSData *)data nonce:(NSData *)nonce key:(NSData *)key error:(NSError **)error { + NSAssert(_algorithm == NAAESAlgorithm256CTR, @"Unsupported algorithm"); + return [self encrypt:data nonce:nonce key:key error:error]; +} + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NACounter.h b/Example/Pods/NACrypto/NACrypto/NACounter.h new file mode 100644 index 0000000..3657723 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NACounter.h @@ -0,0 +1,20 @@ +// +// NACounter.h +// NACrypto +// +// Created by Gabriel on 6/20/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import + +// Counter for CTR mode +@interface NACounter : NSObject + +- (instancetype)initWithData:(NSData *)data; + +- (void)increment; + +- (NSData *)data; + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NACounter.m b/Example/Pods/NACrypto/NACrypto/NACounter.m new file mode 100644 index 0000000..3522654 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NACounter.m @@ -0,0 +1,44 @@ +// +// NACounter.m +// NACrypto +// +// Created by Gabriel on 6/20/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import "NACounter.h" + +@interface NACounter () +@property NSMutableData *counterData; +@end + +#define DEFAULT_LENGTH (16) + +@implementation NACounter + +- (instancetype)init { + NSAssert(NO, @"Use initWithData:"); + return nil; +} + +- (instancetype)initWithData:(NSData *)data { + if ((self = [super init])) { + _counterData = [data mutableCopy]; + } + return self; +} + +- (void)increment { + for (NSInteger i = [_counterData length] - 1; i >= 0; i--) { + uint8_t *bytes = [_counterData mutableBytes]; + bytes[i]++; + if (bytes[i]) + break; + } +} + +- (NSData *)data { + return _counterData; +} + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NACrypto.h b/Example/Pods/NACrypto/NACrypto/NACrypto.h new file mode 100644 index 0000000..54ca388 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NACrypto.h @@ -0,0 +1,33 @@ +// +// NACrypto.h +// NACrypto +// +// Created by Gabriel on 6/16/15. +// Copyright (c) 2015 Gabriel Handford. All rights reserved. +// + +#import + +//! Project version number for NACrypto. +FOUNDATION_EXPORT double NACryptoVersionNumber; + +//! Project version string for NACrypto. +FOUNDATION_EXPORT const unsigned char NACryptoVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + +#import +#import +#import + +#import +#import +#import + +#import +#import + +#import +#import +#import + diff --git a/Example/Pods/NACrypto/NACrypto/NADigest.h b/Example/Pods/NACrypto/NACrypto/NADigest.h new file mode 100644 index 0000000..2e0f62c --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NADigest.h @@ -0,0 +1,34 @@ +// +// NADigest.h +// NACrypto +// +// Created by Gabriel on 7/3/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import + +typedef NS_ENUM (NSUInteger, NADigestAlgorithm) { + //NADigestAlgorithmSHA1 = 1, // SHA1 might not be secure enough + NADigestAlgorithmSHA2_224 = 2, + NADigestAlgorithmSHA2_256, + NADigestAlgorithmSHA2_384, + NADigestAlgorithmSHA2_512, + + // SHA3 + NADigestAlgorithmSHA3_256, + NADigestAlgorithmSHA3_384, + NADigestAlgorithmSHA3_512, +}; + +@interface NADigest : NSObject + +@property NADigestAlgorithm algorithm; + +- (instancetype)initWithAlgorithm:(NADigestAlgorithm)algorithm; + +- (NSData *)digestForData:(NSData *)data; + ++ (NSData *)digestForData:(NSData *)data algorithm:(NADigestAlgorithm)algorithm; + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NADigest.m b/Example/Pods/NACrypto/NACrypto/NADigest.m new file mode 100644 index 0000000..b62641e --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NADigest.m @@ -0,0 +1,77 @@ +// +// NADigest.m +// NACrypto +// +// Created by Gabriel on 7/3/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import "NADigest.h" +#import "NASHA3.h" + +#import + +@implementation NADigest + +- (instancetype)initWithAlgorithm:(NADigestAlgorithm)algorithm { + if ((self = [super init])) { + _algorithm = algorithm; + } + return self; +} + +- (NSData *)digestForData:(NSData *)data { + return [NADigest digestForData:data algorithm:_algorithm]; +} + ++ (NSData *)digestForData:(NSData *)data algorithm:(NADigestAlgorithm)algorithm { + switch (algorithm) { + case NADigestAlgorithmSHA2_224: + case NADigestAlgorithmSHA2_256: + case NADigestAlgorithmSHA2_384: + case NADigestAlgorithmSHA2_512: + return [self _SHAForData:data algorithm:algorithm]; + + case NADigestAlgorithmSHA3_256: + return [NASHA3 SHA3ForData:data digestBitLength:256]; + case NADigestAlgorithmSHA3_384: + return [NASHA3 SHA3ForData:data digestBitLength:384]; + case NADigestAlgorithmSHA3_512: + return [NASHA3 SHA3ForData:data digestBitLength:512]; + } +} + ++ (NSData *)_SHAForData:(NSData *)data algorithm:(NADigestAlgorithm)algorithm { + switch (algorithm) { + case NADigestAlgorithmSHA2_224: { + uint8_t digest[CC_SHA224_DIGEST_LENGTH]; + CC_SHA224(data.bytes, (CC_LONG)data.length, digest); + return [[NSData alloc] initWithBytes:digest length:sizeof(digest)]; + } + + case NADigestAlgorithmSHA2_256: { + uint8_t digest[CC_SHA256_DIGEST_LENGTH]; + CC_SHA256(data.bytes, (CC_LONG)data.length, digest); + return [[NSData alloc] initWithBytes:digest length:sizeof(digest)]; + } + + case NADigestAlgorithmSHA2_384: { + uint8_t digest[CC_SHA384_DIGEST_LENGTH]; + CC_SHA384(data.bytes, (CC_LONG)data.length, digest); + return [[NSData alloc] initWithBytes:digest length:sizeof(digest)]; + } + + case NADigestAlgorithmSHA2_512: { + uint8_t digest[CC_SHA512_DIGEST_LENGTH]; + CC_SHA512(data.bytes, (CC_LONG)data.length, digest); + return [[NSData alloc] initWithBytes:digest length:sizeof(digest)]; + } + + default: { + NSAssert(NO, @"Unsupported algorithm"); + return nil; + } + } +} + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NAHMAC.h b/Example/Pods/NACrypto/NACrypto/NAHMAC.h new file mode 100644 index 0000000..0c357ff --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NAHMAC.h @@ -0,0 +1,34 @@ +// +// NAHMAC.h +// NACL +// +// Created by Gabriel Handford on 1/16/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import + +typedef NS_ENUM (NSUInteger, NAHMACAlgorithm) { + NAHMACAlgorithmSHA1, + NAHMACAlgorithmSHA2_224, + NAHMACAlgorithmSHA2_256, + NAHMACAlgorithmSHA2_384, + NAHMACAlgorithmSHA2_512, + + // SHA3 + NAHMACAlgorithmSHA3_256, + NAHMACAlgorithmSHA3_384, + NAHMACAlgorithmSHA3_512, +}; + +@interface NAHMAC : NSObject + +@property NAHMACAlgorithm algorithm; + +- (instancetype)initWithAlgorithm:(NAHMACAlgorithm)algorithm; + +- (NSData *)HMACForKey:(NSData *)key data:(NSData *)data; + ++ (NSData *)HMACForKey:(NSData *)key data:(NSData *)data algorithm:(NAHMACAlgorithm)algorithm; + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NAHMAC.m b/Example/Pods/NACrypto/NACrypto/NAHMAC.m new file mode 100644 index 0000000..5b381ce --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NAHMAC.m @@ -0,0 +1,121 @@ +// +// NAHMAC.m +// NACL +// +// Created by Gabriel Handford on 1/16/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import "NAHMAC.h" + +#include +#import "NANSData+Utils.h" +#import "NANSString+Utils.h" +#import "NASHA3.h" + +@implementation NAHMAC + +- (instancetype)initWithAlgorithm:(NAHMACAlgorithm)algorithm { + if ((self = [super init])) { + _algorithm = algorithm; + } + return self; +} + +- (NSData *)HMACForKey:(NSData *)key data:(NSData *)data { + return [NAHMAC HMACForKey:key data:data algorithm:_algorithm]; +} + ++ (NSData *)HMACForKey:(NSData *)key data:(NSData *)data algorithm:(NAHMACAlgorithm)algorithm { + NSParameterAssert(key); + + switch (algorithm) { + case NAHMACAlgorithmSHA1: + case NAHMACAlgorithmSHA2_224: + case NAHMACAlgorithmSHA2_256: + case NAHMACAlgorithmSHA2_384: + case NAHMACAlgorithmSHA2_512: + return [self _HMACSHAForKey:key data:data algorithm:algorithm]; + + case NAHMACAlgorithmSHA3_256: + case NAHMACAlgorithmSHA3_384: + case NAHMACAlgorithmSHA3_512: + return [self _HMACSHA3ForKey:key data:data algorithm:algorithm]; + } +} + ++ (NSData *)_HMACSHAForKey:(NSData *)key data:(NSData *)data algorithm:(NAHMACAlgorithm)algorithm { + CCHmacAlgorithm ccAlgorithm; + NSUInteger dataLength; + switch (algorithm) { + case NAHMACAlgorithmSHA1: ccAlgorithm = kCCHmacAlgSHA1; dataLength = CC_SHA1_DIGEST_LENGTH; break; + case NAHMACAlgorithmSHA2_224: ccAlgorithm = kCCHmacAlgSHA224; dataLength = CC_SHA224_DIGEST_LENGTH; break; + case NAHMACAlgorithmSHA2_256: ccAlgorithm = kCCHmacAlgSHA256; dataLength = CC_SHA256_DIGEST_LENGTH; break; + case NAHMACAlgorithmSHA2_384: ccAlgorithm = kCCHmacAlgSHA384; dataLength = CC_SHA384_DIGEST_LENGTH; break; + case NAHMACAlgorithmSHA2_512: ccAlgorithm = kCCHmacAlgSHA512; dataLength = CC_SHA512_DIGEST_LENGTH; break; + default: + NSAssert(NO, @"Unsupported algorithm"); + return nil; + } + + CCHmacContext ctx; + CCHmacInit(&ctx, ccAlgorithm, [key bytes], [key length]); + + CCHmacUpdate(&ctx, [data bytes], [data length]); + + NSMutableData *macOut = [NSMutableData dataWithLength:dataLength]; + CCHmacFinal(&ctx, [macOut mutableBytes]); + return macOut; +} + ++ (NSData *)_HMACSHA3ForKey:(NSData *)key data:(NSData *)data algorithm:(NAHMACAlgorithm)algorithm { + NSUInteger blockLength = 72; + NSUInteger keyLength = [key length]; + + NSUInteger digestBitLength; + switch (algorithm) { + case NAHMACAlgorithmSHA3_256: digestBitLength = 256; break; + case NAHMACAlgorithmSHA3_384: digestBitLength = 384; break; + case NAHMACAlgorithmSHA3_512: digestBitLength = 512; break; + + default: + NSAssert(NO, @"Unsupported algorithm"); + return nil; + } + + // + // Used this as a reference: + // http://www.opensource.apple.com/source/CommonCrypto/CommonCrypto-55010/Source/API/CommonHMAC.c + // + + uint8_t *keyP; + + if (keyLength > blockLength) { + key = [NASHA3 SHA3ForData:key digestBitLength:digestBitLength]; + keyLength = [key length]; + } + + NSMutableData *keyIn = [NSMutableData dataWithLength:blockLength]; + uint8_t *k_ipad = [keyIn mutableBytes]; + NSMutableData *keyOut = [NSMutableData dataWithLength:blockLength]; + uint8_t *k_opad = [keyOut mutableBytes]; + + keyP = (uint8_t *)[key bytes]; + /* Copy the key into k_ipad and k_opad while doing the XOR. */ + for (uint32_t byte = 0; byte < keyLength; byte++) { + k_ipad[byte] = keyP[byte] ^ 0x36; + k_opad[byte] = keyP[byte] ^ 0x5c; + } + /* Fill the remainder of k_ipad and k_opad with 0 XORed with the appropriate value. */ + if (keyLength < blockLength) { + memset(k_ipad + keyLength, 0x36, blockLength - keyLength); + memset(k_opad + keyLength, 0x5c, blockLength - keyLength); + } + + NSData *macOut = [NASHA3 SHA3ForDatas:@[keyIn, data] digestBitLength:digestBitLength]; + + /* Perform outer digest */ + return [NASHA3 SHA3ForDatas:@[keyOut, macOut] digestBitLength:digestBitLength]; +} + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NAKeychain.h b/Example/Pods/NACrypto/NACrypto/NAKeychain.h new file mode 100644 index 0000000..ed8a917 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NAKeychain.h @@ -0,0 +1,17 @@ +// +// NAKeychain.h +// NACL +// +// Created by Gabriel Handford on 1/21/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import + +@interface NAKeychain : NSObject + ++ (BOOL)addSymmetricKey:(NSData *)symmetricKey applicationLabel:(NSString *)applicationLabel tag:(NSData *)tag label:(NSString *)label; + ++ (NSData *)symmetricKeyWithApplicationLabel:(NSString *)applicationLabel; + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NAKeychain.m b/Example/Pods/NACrypto/NACrypto/NAKeychain.m new file mode 100644 index 0000000..ec60a5e --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NAKeychain.m @@ -0,0 +1,104 @@ +// +// NAKeychain.m +// NACL +// +// Created by Gabriel Handford on 1/21/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import "NAKeychain.h" + +@implementation NAKeychain + ++ (BOOL)addKey:(NSData *)key attributes:(NSDictionary *)attributes { + if (!key || attributes[(__bridge id)(kSecAttrKeyClass)] == nil || attributes[(__bridge id)(kSecAttrApplicationLabel)] == nil) { + return NO; + } + + NSMutableDictionary *allAttributes = [NSMutableDictionary dictionaryWithDictionary:attributes]; + allAttributes[(__bridge __strong id)(kSecClass)] = (__bridge id)(kSecClassKey); + allAttributes[(__bridge __strong id)(kSecValueData)] = key; + if (allAttributes[(__bridge id)(kSecAttrIsPermanent)] == nil) { + allAttributes[(__bridge __strong id)(kSecAttrIsPermanent)] = @(YES); + } + + OSStatus status = SecItemAdd((__bridge CFDictionaryRef)(allAttributes), NULL); + if (status != errSecSuccess) { + return NO; + } + return YES; +} + ++ (BOOL)addSymmetricKey:(NSData *)symmetricKey applicationLabel:(NSString *)applicationLabel tag:(NSData *)tag label:(NSString *)label { + + if (!symmetricKey || !applicationLabel) { + return NO; + } + + NSMutableDictionary *attributes = [NSMutableDictionary dictionary]; + attributes[(__bridge __strong id)kSecAttrKeyClass] = (__bridge id)kSecAttrKeyClassSymmetric; + attributes[(__bridge __strong id)kSecAttrAccessible] = (__bridge id)kSecAttrAccessibleWhenUnlockedThisDeviceOnly; + attributes[(__bridge __strong id)kSecAttrApplicationLabel] = applicationLabel; + if (tag) { + attributes[(__bridge __strong id)kSecAttrApplicationTag] = tag; + } + if (label) { + attributes[(__bridge __strong id)kSecAttrLabel] = label; + } + + return [self addKey:symmetricKey attributes:attributes]; +} + ++ (NSData *)keyWithApplicationLabel:(NSString *)applicationLabel attributes:(NSDictionary *)attributes { + if (!applicationLabel || !attributes[(__bridge id)(kSecAttrKeyClass)]) { + return nil; + } + + NSMutableDictionary *allAttributes = [NSMutableDictionary dictionaryWithDictionary:attributes]; + allAttributes[(__bridge __strong id)(kSecClass)] = (__bridge id)(kSecClassKey); + allAttributes[(__bridge __strong id)kSecAttrApplicationLabel] = applicationLabel; + if (allAttributes[(__bridge id)(kSecAttrIsPermanent)] == nil) { + allAttributes[(__bridge __strong id)(kSecAttrIsPermanent)] = @(YES); + } + allAttributes[(__bridge __strong id)(kSecReturnData)] = @(YES); + + CFTypeRef keyData = nil; + OSStatus status = SecItemCopyMatching((__bridge CFDictionaryRef)allAttributes, &keyData); + if (status != errSecSuccess) { + return nil; + } + + return (__bridge_transfer NSData *)keyData; +} + ++ (NSData *)symmetricKeyWithApplicationLabel:(NSString *)applicationLabel { + NSDictionary *attributes = @{(__bridge __strong id)kSecAttrKeyClass: (__bridge id)kSecAttrKeyClassSymmetric}; + return [self keyWithApplicationLabel:applicationLabel attributes:attributes]; +} + ++ (NSDictionary *)keyAttributesWithApplicationLabel:(NSString *)applicationLabel queryAttributes:(NSDictionary *)queryAttributes { + if (!applicationLabel || !queryAttributes || !queryAttributes[(__bridge id)(kSecAttrKeyClass)]) { + return nil; + } + + NSMutableDictionary *allAttributes = [NSMutableDictionary dictionaryWithDictionary:queryAttributes]; + allAttributes[(__bridge __strong id)(kSecClass)] = (__bridge id)(kSecClassKey); + allAttributes[(__bridge __strong id)(kSecAttrApplicationLabel)] = applicationLabel; + allAttributes[(__bridge __strong id)(kSecReturnData)] = @YES; + allAttributes[(__bridge __strong id)(kSecReturnAttributes)] = @YES; + + CFTypeRef resultData = nil; + OSStatus status = SecItemCopyMatching((__bridge CFDictionaryRef)allAttributes, &resultData); + if (status != errSecSuccess) { + return nil; + } + + return (__bridge_transfer NSDictionary *)resultData; +} + ++ (NSDictionary *)symmetricKeyAttributesWithApplicationLabel:(NSString *)applicationLabel { + NSDictionary *queryAttributes = @{(__bridge __strong id)(kSecAttrKeyClass): (__bridge id)(kSecAttrKeyClassSymmetric)}; + return [self keyAttributesWithApplicationLabel:applicationLabel queryAttributes:queryAttributes]; +} + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NANSData+Utils.h b/Example/Pods/NACrypto/NACrypto/NANSData+Utils.h new file mode 100644 index 0000000..cedc442 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NANSData+Utils.h @@ -0,0 +1,23 @@ +// +// NANSData+Utils.h +// NACL +// +// Created by Gabriel Handford on 1/16/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import + +@interface NSData (NAUtils) + +- (NSString *)na_hexString; + ++ (NSData *)na_dataWithDatas:(NSArray *)datas; + +- (BOOL)na_isEqualConstantTime:(NSData *)data; + +- (void)na_sliceNoCopyAtIndex:(NSUInteger)index data:(NSData **)data1 data:(NSData **)data2; + ++ (NSData *)na_dataNoCopy:(NSData *)data offset:(NSUInteger)offset length:(NSUInteger)length; + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NANSData+Utils.m b/Example/Pods/NACrypto/NACrypto/NANSData+Utils.m new file mode 100644 index 0000000..fa38c4d --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NANSData+Utils.m @@ -0,0 +1,70 @@ +// +// NANSData+Utils.m +// NACL +// +// Created by Gabriel Handford on 1/16/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import "NANSData+Utils.h" + +@implementation NSData (NAUtils) + +- (NSString *)na_hexString { + if ([self length] == 0) return nil; + NSMutableString *hexString = [NSMutableString stringWithCapacity:[self length] * 2]; + for (NSUInteger i = 0; i < [self length]; ++i) { + [hexString appendFormat:@"%02X", *((uint8_t *)[self bytes] + i)]; + } + return [hexString lowercaseString]; +} + ++ (NSData *)na_dataWithDatas:(NSArray *)datas { + NSInteger length = 0; + for (NSData *data in datas) { + length += data.length; + } + NSMutableData *combined = [NSMutableData dataWithCapacity:length]; + for (NSData *data in datas) { + [combined appendData:data]; + } + return combined; +} + +- (BOOL)na_isEqualConstantTime:(NSData *)data { + if ([self length] != [data length]) return NO; + + const uint8_t *dataPtr = (uint8_t *)self.bytes; + const uint8_t *data2Ptr = (uint8_t *)data.bytes; + + uint8_t result = 0; + for (int i = 0; i < self.length; i++) { + result = result ^ (dataPtr[i] ^ data2Ptr[i]); + } + return (result == 0); +} + +- (void)na_sliceNoCopyAtIndex:(NSUInteger)index data:(NSData **)data1 data:(NSData **)data2 { + if (index > [self length]) { + [NSException raise:NSRangeException format:@"Index is out of bounds"]; + return; + } + + if (index > 0) { + *data1 = [NSData dataWithBytesNoCopy:(uint8_t *)[self bytes] length:index freeWhenDone:NO]; + } else { + *data1 = [NSData data]; + } + + if ([self length] > index) { + *data2 = [NSData dataWithBytesNoCopy:((uint8_t *)[self bytes] + index) length:([self length] - index) freeWhenDone:NO]; + } else { + *data2 = [NSData data]; + } +} + ++ (NSData *)na_dataNoCopy:(NSData *)data offset:(NSUInteger)offset length:(NSUInteger)length { + return [NSData dataWithBytesNoCopy:((uint8_t *)[data bytes] + offset) length:length freeWhenDone:NO]; +} + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NANSMutableData+Utils.h b/Example/Pods/NACrypto/NACrypto/NANSMutableData+Utils.h new file mode 100644 index 0000000..60dc070 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NANSMutableData+Utils.h @@ -0,0 +1,15 @@ +// +// NANSMutableData+Utils.h +// NACrypto +// +// Created by Gabriel on 6/20/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import + +@interface NSMutableData (NAUtils) + +- (void)na_XORWithData:(NSData *)data index:(NSInteger)index; + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NANSMutableData+Utils.m b/Example/Pods/NACrypto/NACrypto/NANSMutableData+Utils.m new file mode 100644 index 0000000..c02b0ca --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NANSMutableData+Utils.m @@ -0,0 +1,24 @@ +// +// NANSMutableData+Utils.m +// NACrypto +// +// Created by Gabriel on 6/20/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import "NANSMutableData+Utils.h" + +@implementation NSMutableData (NAUtils) + +- (void)na_XORWithData:(NSData *)data index:(NSInteger)index { + uint8_t *dataPtr = (uint8_t *)self.mutableBytes; + const uint8_t *data2Ptr = (uint8_t *)data.bytes; + + NSAssert(index < self.length, @"Invalid index"); + + for (int i = 0; i < data.length && (i + index) < self.length; i++) { + dataPtr[i + index] = dataPtr[i + index] ^ data2Ptr[i]; + } +} + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NANSString+Utils.h b/Example/Pods/NACrypto/NACrypto/NANSString+Utils.h new file mode 100644 index 0000000..2fd712d --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NANSString+Utils.h @@ -0,0 +1,15 @@ +// +// NANSString+Utils.h +// NACrypto +// +// Created by Gabriel on 6/19/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import + +@interface NSString (NAUtils) + +- (NSData *)na_dataFromHexString; + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NANSString+Utils.m b/Example/Pods/NACrypto/NACrypto/NANSString+Utils.m new file mode 100644 index 0000000..631035b --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NANSString+Utils.m @@ -0,0 +1,33 @@ +// +// NANSString+Utils.m +// NACrypto +// +// Created by Gabriel on 6/19/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import "NANSString+Utils.h" + +@implementation NSString (NAUtils) + +- (NSData *)na_dataFromHexString { + if ((self.length % 2) != 0) { + return nil; + } + + const char *chars = [self UTF8String]; + NSMutableData *data = [NSMutableData dataWithCapacity:self.length / 2]; + char byteChars[3] = {0, 0, 0}; + unsigned long wholeByte; + + for (int i = 0; i < self.length; i += 2) { + byteChars[0] = chars[i]; + byteChars[1] = chars[i + 1]; + wholeByte = strtoul(byteChars, NULL, 16); + [data appendBytes:&wholeByte length:1]; + } + + return data; +} + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NASHA3.h b/Example/Pods/NACrypto/NACrypto/NASHA3.h new file mode 100644 index 0000000..d503672 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NASHA3.h @@ -0,0 +1,17 @@ +// +// NASHA3.h +// NACrypto +// +// Created by Gabriel on 6/23/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import + +@interface NASHA3 : NSObject + ++ (NSData *)SHA3ForData:(NSData *)data digestBitLength:(NSUInteger)digestBitLength; + ++ (NSData *)SHA3ForDatas:(NSArray *)datas digestBitLength:(NSUInteger)digestBitLength; + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NASHA3.m b/Example/Pods/NACrypto/NACrypto/NASHA3.m new file mode 100644 index 0000000..a8b98db --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NASHA3.m @@ -0,0 +1,37 @@ +// +// NASHA3.m +// NACrypto +// +// Created by Gabriel on 6/23/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import "NASHA3.h" + +#import "KeccakNISTInterface.h" + +@implementation NASHA3 + ++ (NSData *)SHA3ForData:(NSData *)data digestBitLength:(NSUInteger)digestBitLength { + return [self SHA3ForDatas:@[data] digestBitLength:digestBitLength]; +} + ++ (NSData *)SHA3ForDatas:(NSArray *)datas digestBitLength:(NSUInteger)digestBitLength { + NSUInteger digestLength = digestBitLength/8; + NSMutableData *outData = [NSMutableData dataWithLength:digestLength]; + + hashState state; + int result; + result = Init(&state, (int)digestBitLength); // Bit length + NSAssert(result == 0, @"Failed to init"); + for (NSData *data in datas) { + result = Update(&state, (const BitSequence *)[data bytes], [data length] * 8); // Bit length + NSAssert(result == 0, @"Failed to update"); + } + result = Final(&state, [outData mutableBytes]); + NSAssert(result == 0, @"Failed to finalize"); + + return outData; +} + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NASecRandom.h b/Example/Pods/NACrypto/NACrypto/NASecRandom.h new file mode 100644 index 0000000..e1415d3 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NASecRandom.h @@ -0,0 +1,27 @@ +// +// NASecRandom.h +// +// Created by Gabriel Handford on 1/16/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import + +@interface NASecRandom : NSObject + +/*! + Generate random data. + The source code of SecRandomCopyBytes() is located at + http://opensource.apple.com/source/Security/Security-55179.11/sec/Security/SecFramework.c + + @param len Number of random bytes to generate + @result NSData of length bytes, or nil if an error occurred + */ ++ (NSData *)randomData:(size_t)numBytes error:(NSError **)error; + +/*! + Generate random base64 string. + */ ++ (NSString *)randomBase64String:(size_t)length error:(NSError **)error; + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NASecRandom.m b/Example/Pods/NACrypto/NACrypto/NASecRandom.m new file mode 100644 index 0000000..7f0008b --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NASecRandom.m @@ -0,0 +1,35 @@ +// +// NASecRandom.m +// +// Created by Gabriel Handford on 1/16/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import "NASecRandom.h" +#import "NANSData+Utils.h" + +#include + +@implementation NASecRandom + ++ (NSData *)randomData:(size_t)numBytes error:(NSError **)error { + NSMutableData *data = [NSMutableData dataWithLength:numBytes]; + int ret = SecRandomCopyBytes(kSecRandomDefault, numBytes, [data mutableBytes]); + if (ret == -1) { + if (error) *error = [NSError errorWithDomain:@"NACrypto" code:50 userInfo:@{NSLocalizedDescriptionKey: @"Unable to generate random data"}]; + return nil; + } + return data; +} + ++ (NSString *)randomBase64String:(size_t)length error:(NSError **)error { + size_t numBytes = (size_t)ceil((length * 8.0) / 6.0); + NSData *data = [self randomData:numBytes error:error]; + if (!data) return nil; + + NSString *base64String = [data base64EncodedStringWithOptions:0]; + if ([base64String length] > length) base64String = [base64String substringToIndex:length]; + return base64String; +} + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NATwoFish.h b/Example/Pods/NACrypto/NACrypto/NATwoFish.h new file mode 100644 index 0000000..55ff7b3 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NATwoFish.h @@ -0,0 +1,17 @@ +// +// NATwoFish.h +// NACrypto +// +// Created by Gabriel on 6/20/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import + +@interface NATwoFish : NSObject + +- (NSData *)encrypt:(NSData *)data nonce:(NSData *)nonce key:(NSData *)key error:(NSError **)error; + +- (NSData *)decrypt:(NSData *)data nonce:(NSData *)nonce key:(NSData *)key error:(NSError **)error; + +@end diff --git a/Example/Pods/NACrypto/NACrypto/NATwoFish.m b/Example/Pods/NACrypto/NACrypto/NATwoFish.m new file mode 100644 index 0000000..d964e43 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/NATwoFish.m @@ -0,0 +1,58 @@ +// +// NATwoFish.m +// NACrypto +// +// Created by Gabriel on 6/20/14. +// Copyright (c) 2014 Gabriel Handford. All rights reserved. +// + +#import "NATwoFish.h" + +#import "NACounter.h" +#import "NANSMutableData+Utils.h" +#import "NANSData+Utils.h" + +#include "twofish.h" + +@implementation NATwoFish + +static dispatch_once_t twoFishInit; + +- (NSData *)encrypt:(NSData *)data nonce:(NSData *)nonce key:(NSData *)key error:(NSError **)error { + if (!nonce || [nonce length] < 16) { + if (error) *error = [NSError errorWithDomain:@"NACrypto" code:700 userInfo:@{NSLocalizedDescriptionKey: @"Invalid TwoFish nonce"}]; + return nil; + } + + if (!key || [key length] != 32) { + if (error) *error = [NSError errorWithDomain:@"NACrypto" code:701 userInfo:@{NSLocalizedDescriptionKey: @"Invalid TwoFish key"}]; + return nil; + } + + dispatch_once(&twoFishInit, ^{ Twofish_initialise(); }); + + Twofish_key xkey; + Twofish_prepare_key((uint8_t *)[key bytes], (int)[key length], &xkey); + + NACounter *counter = [[NACounter alloc] initWithData:nonce]; + + NSInteger blockLength = [nonce length]; + + NSMutableData *outData = [data mutableCopy]; + + NSMutableData *blockOutData = [NSMutableData dataWithLength:blockLength]; + + for (NSInteger index = 0; index < [data length]; index += blockLength) { + Twofish_encrypt(&xkey, (uint8_t *)[counter.data bytes], [blockOutData mutableBytes]); + [outData na_XORWithData:blockOutData index:index]; + [counter increment]; + } + + return outData; +} + +- (NSData *)decrypt:(NSData *)data nonce:(NSData *)nonce key:(NSData *)key error:(NSError **)error { + return [self encrypt:data nonce:nonce key:key error:error]; +} + +@end diff --git a/Example/Pods/NACrypto/NACrypto/TwoFish/twofish.c b/Example/Pods/NACrypto/NACrypto/TwoFish/twofish.c new file mode 100644 index 0000000..17937ec --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/TwoFish/twofish.c @@ -0,0 +1,1691 @@ +/* + * Fast, portable, and easy-to-use Twofish implementation, + * Version 0.3. + * Copyright (c) 2002 by Niels Ferguson. + * (See further down for the almost-unrestricted licensing terms.) + * + * -------------------------------------------------------------------------- + * There are two files for this implementation: + * - twofish.h, the header file. + * - twofish.c, the code file. + * + * To incorporate this code into your program you should: + * - Check the licensing terms further down in this comment. + * - Fix the two type definitions in twofish.h to suit your platform. + * - Fix a few definitions in twofish.c in the section marked + * PLATFORM FIXES. There is one important ones that affects + * functionality, and then a few definitions that you can optimise + * for efficiency but those have no effect on the functionality. + * Don't change anything else. + * - Put the code in your project and compile it. + * + * To use this library you should: + * - Call Twofish_initialise() in your program before any other function in + * this library. + * - Use Twofish_prepare_key(...) to convert a key to internal form. + * - Use Twofish_encrypt(...) and Twofish_decrypt(...) to encrypt and decrypt + * data. + * See the comments in the header file for details on these functions. + * -------------------------------------------------------------------------- + * + * There are many Twofish implementation available for free on the web. + * Most of them are hard to integrate into your own program. + * As we like people to use our cipher, I thought I would make it easier. + * Here is a free and easy-to-integrate Twofish implementation in C. + * The latest version is always available from my personal home page at + * http://niels.ferguson.net/ + * + * Integrating library code into a project is difficult because the library + * header files interfere with the project's header files and code. + * And of course the project's header files interfere with the library code. + * I've tried to resolve these problems here. + * The header file of this implementation is very light-weight. + * It contains two typedefs, a structure, and a few function declarations. + * All names it defines start with "Twofish_". + * The header file is therefore unlikely to cause problems in your project. + * The code file of this implementation doesn't need to include the header + * files of the project. There is thus no danger of the project interfering + * with all the definitions and macros of the Twofish code. + * In most situations, all you need to do is fill in a few platform-specific + * definitions in the header file and code file, + * and you should be able to run the Twofish code in your project. + * I estimate it should take you less than an hour to integrate this code + * into your project, most of it spent reading the comments telling you what + * to do. + * + * For people using C++: it is very easy to wrap this library into a + * TwofishKey class. One of the big advantages is that you can automate the + * wiping of the key material in the destructor. I have not provided a C++ + * class because the interface depends too much on the abstract base class + * you use for block ciphers in your program, which I don't know about. + * + * This implementation is designed for use on PC-class machines. It uses the + * Twofish 'full' keying option which uses large tables. Total table size is + * around 5-6 kB for static tables plus 4.5 kB for each pre-processed key. + * If you need an implementation that uses less memory, + * take a look at Brian Gladman's code on his web site: + * http://fp.gladman.plus.com/cryptography_technology/aes/ + * He has code for all AES candidates. + * His Twofish code has lots of options trading off table size vs. speed. + * You can also take a look at the optimised code by Doug Whiting on the + * Twofish web site + * http://www.counterpane.com/twofish.html + * which has loads of options. + * I believe these existing implementations are harder to re-use because they + * are not clean libraries and they impose requirements on the environment. + * This implementation is very careful to minimise those, + * and should be easier to integrate into any larger program. + * + * The default mode of this implementation is fully portable as it uses no + * behaviour not defined in the C standard. (This is harder than you think.) + * If you have any problems porting the default mode, please let me know + * so that I can fix the problem. (But only if this code is at fault, I + * don't fix compilers.) + * Most of the platform fixes are related to non-portable but faster ways + * of implementing certain functions. + * + * In general I've tried to make the code as fast as possible, at the expense + * of memory and code size. However, C does impose limits, and this + * implementation will be slower than an optimised assembler implementation. + * But beware of assembler implementations: a good Pentium implementation + * uses completely different code than a good Pentium II implementation. + * You basically have to re-write the assembly code for every generation of + * processor. Unless you are severely pressed for speed, stick with C. + * + * The initialisation routine of this implementation contains a self-test. + * If initialisation succeeds without calling the fatal routine, then + * the implementation works. I don't think you can break the implementation + * in such a way that it still passes the tests, unless you are malicious. + * In other words: if the initialisation routine returns, + * you have successfully ported the implementation. + * (Or not implemented the fatal routine properly, but that is your problem.) + * + * I'm indebted to many people who helped me in one way or another to write + * this code. During the design of Twofish and the AES process I had very + * extensive discussions of all implementation issues with various people. + * Doug Whiting in particular provided a wealth of information. The Twofish + * team spent untold hours discussion various cipher features, and their + * implementation. Brian Gladman implemented all AES candidates in C, + * and we had some fruitful discussions on how to implement Twofish in C. + * Jan Nieuwenhuizen tested this code on Linux using GCC. + * + * Now for the license: + * The author hereby grants a perpetual license to everybody to + * use this code for any purpose as long as the copyright message is included + * in the source code of this or any derived work. + * + * Yes, this means that you, your company, your club, and anyone else + * can use this code anywhere you want. You can change it and distribute it + * under the GPL, include it in your commercial product without releasing + * the source code, put it on the web, etc. + * The only thing you cannot do is remove my copyright message, + * or distribute any source code based on this implementation that does not + * include my copyright message. + * + * I appreciate a mention in the documentation or credits, + * but I understand if that is difficult to do. + * I also appreciate it if you tell me where and why you used my code. + * + * Please send any questions or comments to niels@ferguson.net + * + * Have Fun! + * + * Niels + */ + +/* + * DISCLAIMER: As I'm giving away my work for free, I'm of course not going + * to accept any liability of any form. This code, or the Twofish cipher, + * might very well be flawed; you have been warned. + * This software is provided as-is, without any kind of warrenty or + * guarantee. And that is really all you can expect when you download + * code for free from the Internet. + * + * I think it is really sad that disclaimers like this seem to be necessary. + * If people only had a little bit more common sense, and didn't come + * whining like little children every time something happens.... + */ + +/* + * Version history: + * Version 0.0, 2002-08-30 + * First written. + * Version 0.1, 2002-09-03 + * Added disclaimer. Improved self-tests. + * Version 0.2, 2002-09-09 + * Removed last non-portabilities. Default now works completely within + * the C standard. UInt32 can be larger than 32 bits without problems. + * Version 0.3, 2002-09-28 + * Bugfix: use instead of to adhere to ANSI/ISO. + * Rename BIG_ENDIAN macro to CPU_IS_BIG_ENDIAN. The gcc library + * header already defines BIG_ENDIAN, even though it is not + * supposed to. + */ + + +/* + * Minimum set of include files. + * You should not need any application-specific include files for this code. + * In fact, adding you own header files could break one of the many macros or + * functions in this file. Be very careful. + * Standard include files will probably be ok. + */ +#include /* for memset(), memcpy(), and memcmp() */ +#include "twofish.h" + + +/* + * PLATFORM FIXES + * ============== + * + * Fix the type definitions in twofish.h first! + * + * The following definitions have to be fixed for each particular platform + * you work on. If you have a multi-platform program, you no doubt have + * portable definitions that you can substitute here without changing the + * rest of the code. + */ + + +/* + * Function called if something is fatally wrong with the implementation. + * This fatal function is called when a coding error is detected in the + * Twofish implementation, or when somebody passes an obviously erroneous + * parameter to this implementation. There is not much you can do when + * the code contains bugs, so we just stop. + * + * The argument is a string. Ideally the fatal function prints this string + * as an error message. Whatever else this function does, it should never + * return. A typical implementation would stop the program completely after + * printing the error message. + * + * This default implementation is not very useful, + * but does not assume anything about your environment. + * It will at least let you know something is wrong.... + * I didn't want to include any libraries to print and error or so, + * as this makes the code much harder to integrate in a project. + * + * Note that the Twofish_fatal function may not return to the caller. + * Unfortunately this is not something the self-test can test for, + * so you have to make sure of this yourself. + * + * If you want to call an external function, be careful about including + * your own header files here. This code uses a lot of macros, and your + * header file could easily break it. Maybe the best solution is to use + * a separate extern statement for your fatal function. + */ +#define Twofish_fatal( msg ) {for(;;);} + + +/* + * The rest of the settings are not important for the functionality + * of this Twofish implementation. That is, their default settings + * work on all platforms. You can change them to improve the + * speed of the implementation on your platform. Erroneous settings + * will result in erroneous implementations, but the self-test should + * catch those. + */ + + +/* + * Macros to rotate a Twofish_UInt32 value left or right by the + * specified number of bits. This should be a 32-bit rotation, + * and not rotation of, say, 64-bit values. + * + * Every encryption or decryption operation uses 32 of these rotations, + * so it is a good idea to make these macros efficient. + * + * This fully portable definition has one piece of tricky stuff. + * The UInt32 might be larger than 32 bits, so we have to mask + * any higher bits off. The simplest way to do this is to 'and' the + * value first with 0xffffffff and then shift it right. An optimising + * compiler that has a 32-bit type can optimise this 'and' away. + * + * Unfortunately there is no portable way of writing the constant + * 0xffffffff. You don't know which suffix to use (U, or UL?) + * The UINT32_MASK definition uses a bit of trickery. Shift-left + * is only defined if the shift amount is strictly less than the size + * of the UInt32, so we can't use (1<<32). The answer it to take the value + * 2, cast it to a UInt32, shift it left 31 positions, and subtract one. + * Another example of how to make something very simple extremely difficult. + * I hate C. + * + * The rotation macros are straightforward. + * They are only applied to UInt32 values, which are _unsigned_ + * so the >> operator must do a logical shift that brings in zeroes. + * On most platforms you will only need to optimise the ROL32 macro; the + * ROR32 macro is not inefficient on an optimising compiler as all rotation + * amounts in this code are known at compile time. + * + * On many platforms there is a faster solution. + * For example, MS compilers have the __rotl and __rotr functions + * that generate x86 rotation instructions. + */ +#define UINT32_MASK ( (((UInt32)2)<<31) - 1 ) +#define ROL32( x, n ) ( (x)<<(n) | ((x) & UINT32_MASK) >> (32-(n)) ) +#define ROR32( x, n ) ROL32( (x), 32-(n) ) + + +/* + * Select data type for q-table entries. + * + * Larger entry types cost more memory (1.5 kB), and might be faster + * or slower depending on the CPU and compiler details. + * + * This choice only affects the static data size and the key setup speed. + * Functionality, expanded key size, or encryption speed are not affected. + * Define to 1 to get large q-table entries. + */ +#define LARGE_Q_TABLE 0 /* default = 0 */ + + +/* + * Method to select a single byte from a UInt32. + * WARNING: non-portable code if set; might not work on all platforms. + * + * Inside the inner loop of Twofish it is necessary to access the 4 + * individual bytes of a UInt32. This can be done using either shifts + * and masks, or memory accesses. + * + * Set to 0 to use shift and mask operations for the byte selection. + * This is more ALU intensive. It is also fully portable. + * + * Set to 1 to use memory accesses. The UInt32 is stored in memory and + * the individual bytes are read from memory one at a time. + * This solution is more memory-intensive, and not fully portable. + * It might be faster on your platform, or not. If you use this option, + * make sure you set the CPU_IS_BIG_ENDIAN flag appropriately. + * + * This macro does not affect the conversion of the inputs and outputs + * of the cipher. See the CONVERT_USING_CASTS macro for that. + */ +#define SELECT_BYTE_FROM_UINT32_IN_MEMORY 0 /* default = 0 */ + + +/* + * Method used to read the input and write the output. + * WARNING: non-portable code if set; might not work on all platforms. + * + * Twofish operates on 32-bit words. The input to the cipher is + * a byte array, as is the output. The portable method of doing the + * conversion is a bunch of rotate and mask operations, but on many + * platforms it can be done faster using a cast. + * This only works if your CPU allows UInt32 accesses to arbitrary Byte + * addresses. + * + * Set to 0 to use the shift and mask operations. This is fully + * portable. . + * + * Set to 1 to use a cast. The Byte * is cast to a UInt32 *, and a + * UInt32 is read. If necessary (as indicated by the CPU_IS_BIG_ENDIAN + * macro) the byte order in the UInt32 is swapped. The reverse is done + * to write the output of the encryption/decryption. Make sure you set + * the CPU_IS_BIG_ENDIAN flag appropriately. + * This option does not work unless a UInt32 is exactly 32 bits. + * + * This macro only changes the reading/writing of the plaintext/ciphertext. + * See the SELECT_BYTE_FROM_UINT32_IN_MEMORY to affect the way in which + * a UInt32 is split into 4 bytes for the S-box selection. + */ +#define CONVERT_USING_CASTS 0 /* default = 0 */ + + +/* + * Endianness switch. + * Only relevant if SELECT_BYTE_FROM_UINT32_IN_MEMORY or + * CONVERT_USING_CASTS is set. + * + * Set to 1 on a big-endian machine, and to 0 on a little-endian machine. + * Twofish uses the little-endian convention (least significant byte first) + * and big-endian machines (using most significant byte first) + * have to do a few conversions. + * + * CAUTION: This code has never been tested on a big-endian machine, + * because I don't have access to one. Feedback appreciated. + */ +#define CPU_IS_BIG_ENDIAN 0 + + +/* + * Macro to reverse the order of the bytes in a UInt32. + * Used to convert to little-endian on big-endian machines. + * This macro is always tested, but only used in the encryption and + * decryption if CONVERT_USING_CASTS, and CPU_IS_BIG_ENDIAN + * are both set. In other words: this macro is only speed-critical if + * both these flags have been set. + * + * This default definition of SWAP works, but on many platforms there is a + * more efficient implementation. + */ +#define BSWAP(x) ((ROL32((x),8) & 0x00ff00ff) | (ROR32((x),8) & 0xff00ff00)) + + +/* + * END OF PLATFORM FIXES + * ===================== + * + * You should not have to touch the rest of this file. + */ + + +/* + * Convert the external type names to some that are easier to use inside + * this file. I didn't want to use the names Byte and UInt32 in the + * header file, because many programs already define them and using two + * conventions at once can be very difficult. + * Don't change these definitions! Change the originals + * in twofish.h instead. + */ +/* A Byte must be an unsigned integer, 8 bits long. */ +typedef Twofish_Byte Byte; +/* A UInt32 must be an unsigned integer at least 32 bits long. */ +typedef Twofish_UInt32 UInt32; + + +/* + * Define a macro ENDIAN_CONVERT. + * + * We define a macro ENDIAN_CONVERT that performs a BSWAP on big-endian + * machines, and is the identity function on little-endian machines. + * The code then uses this macro without considering the endianness. + */ +#if CPU_IS_BIG_ENDIAN +#define ENDIAN_CONVERT(x) BSWAP(x) +#else +#define ENDIAN_CONVERT(x) (x) +#endif + + +/* + * Compute byte offset within a UInt32 stored in memory. + * + * This is only used when SELECT_BYTE_FROM_UINT32_IN_MEMORY is set. + * + * The input is the byte number 0..3, 0 for least significant. + * Note the use of sizeof() to support UInt32 types that are larger + * than 4 bytes. + */ +#if CPU_IS_BIG_ENDIAN +#define BYTE_OFFSET( n ) (sizeof(UInt32) - 1 - (n) ) +#else +#define BYTE_OFFSET( n ) (n) +#endif + + +/* + * Macro to get Byte no. b from UInt32 value X. + * We use two different definition, depending on the settings. + */ +#if SELECT_BYTE_FROM_UINT32_IN_MEMORY + /* Pick the byte from the memory in which X is stored. */ +#define SELECT_BYTE( X, b ) (((Byte *)(&(X)))[BYTE_OFFSET(b)]) +#else + /* Portable solution: Pick the byte directly from the X value. */ +#define SELECT_BYTE( X, b ) (((X) >> 8*(b)) & 0xff) +#endif + + +/* Some shorthands because we use byte selection in large formulae. */ +#define b0(X) SELECT_BYTE((X),0) +#define b1(X) SELECT_BYTE((X),1) +#define b2(X) SELECT_BYTE((X),2) +#define b3(X) SELECT_BYTE((X),3) + + +/* + * We need macros to load and store UInt32 from/to byte arrays + * using the least-significant-byte-first convention. + * + * GET32( p ) gets a UInt32 in lsb-first form from four bytes pointed to + * by p. + * PUT32( v, p ) writes the UInt32 value v at address p in lsb-first form. + */ +#if CONVERT_USING_CASTS + + /* Get UInt32 from four bytes pointed to by p. */ +#define GET32( p ) ENDIAN_CONVERT( *((UInt32 *)(p)) ) + /* Put UInt32 into four bytes pointed to by p */ +#define PUT32( v, p ) *((UInt32 *)(p)) = ENDIAN_CONVERT(v) + +#else + + /* Get UInt32 from four bytes pointed to by p. */ +#define GET32( p ) \ + ( \ + (UInt32)((p)[0]) \ + | (UInt32)((p)[1])<< 8\ + | (UInt32)((p)[2])<<16\ + | (UInt32)((p)[3])<<24\ + ) + /* Put UInt32 into four bytes pointed to by p */ +#define PUT32( v, p ) \ + (p)[0] = (Byte)(((v) ) & 0xff);\ + (p)[1] = (Byte)(((v) >> 8) & 0xff);\ + (p)[2] = (Byte)(((v) >> 16) & 0xff);\ + (p)[3] = (Byte)(((v) >> 24) & 0xff) + +#endif + + +/* + * Test the platform-specific macros. + * This function tests the macros defined so far to make sure the + * definitions are appropriate for this platform. + * If you make any mistake in the platform configuration, this should detect + * that and inform you what went wrong. + * Somewhere, someday, this is going to save somebody a lot of time, + * because misbehaving macros are hard to debug. + */ +static void test_platform() + { + /* Buffer with test values. */ + Byte buf[] = {0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0}; + UInt32 C; + UInt32 x,y; + int i; + + /* + * Some sanity checks on the types that can't be done in compile time. + * A smart compiler will just optimise these tests away. + * The pre-processor doesn't understand different types, so we cannot + * do these checks in compile-time. + * + * I hate C. + * + * The first check in each case is to make sure the size is correct. + * The second check is to ensure that it is an unsigned type. + */ + if( ((UInt32) ((UInt32)1 << 31) == 0) || ((UInt32)-1 < 0) ) + { + Twofish_fatal( "Twofish code: Twofish_UInt32 type not suitable" ); + } + if( (sizeof( Byte ) != 1) || ((Byte)-1 < 0) ) + { + Twofish_fatal( "Twofish code: Twofish_Byte type not suitable" ); + } + + /* + * Sanity-check the endianness conversions. + * This is just an aid to find problems. If you do the endianness + * conversion macros wrong you will fail the full cipher test, + * but that does not help you find the error. + * Always make it easy to find the bugs! + * + * Detail: There is no fully portable way of writing UInt32 constants, + * as you don't know whether to use the U or UL suffix. Using only U you + * might only be allowed 16-bit constants. Using UL you might get 64-bit + * constants which cannot be stored in a UInt32 without warnings, and + * which generally behave subtly different from a true UInt32. + * As long as we're just comparing with the constant, + * we can always use the UL suffix and at worst lose some efficiency. + * I use a separate '32-bit constant' macro in most of my other code. + * + * I hate C. + * + * Start with testing GET32. We test it on all positions modulo 4 + * to make sure we can handly any position of inputs. (Some CPUs + * do not allow non-aligned accesses which we would do if you used + * the CONVERT_USING_CASTS option. + */ + if( GET32( buf ) != 0x78563412UL || GET32(buf+1) != 0x9a785634UL + || GET32( buf+2 ) != 0xbc9a7856UL || GET32(buf+3) != 0xdebc9a78UL ) + { + Twofish_fatal( "Twofish code: GET32 not implemented properly" ); + } + + /* + * We can now use GET32 to test PUT32. + * We don't test the shifted versions. If GET32 can do that then + * so should PUT32. + */ + C = GET32( buf ); + PUT32( 3*C, buf ); + if( GET32( buf ) != 0x69029c36UL ) + { + Twofish_fatal( "Twofish code: PUT32 not implemented properly" ); + } + + + /* Test ROL and ROR */ + for( i=1; i<32; i++ ) + { + /* Just a simple test. */ + x = ROR32( C, i ); + y = ROL32( C, i ); + x ^= (C>>i) ^ (C<<(32-i)); + y ^= (C<>(32-i)); + x |= y; + /* + * Now all we check is that x is zero in the least significant + * 32 bits. Using the UL suffix is safe here, as it doesn't matter + * if we get a larger type. + */ + if( (x & 0xffffffffUL) != 0 ) + { + Twofish_fatal( "Twofish ROL or ROR not properly defined." ); + } + } + + /* Test the BSWAP macro */ + if( (BSWAP(C)) != 0x12345678UL ) + { + /* + * The BSWAP macro should always work, even if you are not using it. + * A smart optimising compiler will just remove this entire test. + */ + Twofish_fatal( "BSWAP not properly defined." ); + } + + /* And we can test the b macros which use SELECT_BYTE. */ + if( (b0(C)!=0x12) || (b1(C) != 0x34) || (b2(C) != 0x56) || (b3(C) != 0x78) ) + { + /* + * There are many reasons why this could fail. + * Most likely is that CPU_IS_BIG_ENDIAN has the wrong value. + */ + Twofish_fatal( "Twofish code: SELECT_BYTE not implemented properly" ); + } + } + + +/* + * Finally, we can start on the Twofish-related code. + * You really need the Twofish specifications to understand this code. The + * best source is the Twofish book: + * "The Twofish Encryption Algorithm", by Bruce Schneier, John Kelsey, + * Doug Whiting, David Wagner, Chris Hall, and Niels Ferguson. + * you can also use the AES submission document of Twofish, which is + * available from my list of publications on my personal web site at + * http://niels.ferguson.net/. + * + * The first thing we do is write the testing routines. This is what the + * implementation has to satisfy in the end. We only test the external + * behaviour of the implementation of course. + */ + + +/* + * Perform a single self test on a (plaintext,ciphertext,key) triple. + * Arguments: + * key array of key bytes + * key_len length of key in bytes + * p plaintext + * c ciphertext + */ +static void test_vector( Byte key[], int key_len, Byte p[16], Byte c[16] ) + { + Byte tmp[16]; /* scratch pad. */ + Twofish_key xkey; /* The expanded key */ + int i; + + + /* Prepare the key */ + Twofish_prepare_key( key, key_len, &xkey ); + + /* + * We run the test twice to ensure that the xkey structure + * is not damaged by the first encryption. + * Those are hideous bugs to find if you get them in an application. + */ + for( i=0; i<2; i++ ) + { + /* Encrypt and test */ + Twofish_encrypt( &xkey, p, tmp ); + if( memcmp( c, tmp, 16 ) != 0 ) + { + Twofish_fatal( "Twofish encryption failure" ); + } + + /* Decrypt and test */ + Twofish_decrypt( &xkey, c, tmp ); + if( memcmp( p, tmp, 16 ) != 0 ) + { + Twofish_fatal( "Twofish decryption failure" ); + } + } + + /* The test keys are not secret, so we don't need to wipe xkey. */ + } + + +/* + * Check implementation using three (key,plaintext,ciphertext) + * test vectors, one for each major key length. + * + * This is an absolutely minimal self-test. + * This routine does not test odd-sized keys. + */ +static void test_vectors() + { + /* + * We run three tests, one for each major key length. + * These test vectors come from the Twofish specification. + * One encryption and one decryption using randomish data and key + * will detect almost any error, especially since we generate the + * tables ourselves, so we don't have the problem of a single + * damaged table entry in the source. + */ + + /* 128-bit test is the I=3 case of section B.2 of the Twofish book. */ + static Byte k128[] = { + 0x9F, 0x58, 0x9F, 0x5C, 0xF6, 0x12, 0x2C, 0x32, + 0xB6, 0xBF, 0xEC, 0x2F, 0x2A, 0xE8, 0xC3, 0x5A, + }; + static Byte p128[] = { + 0xD4, 0x91, 0xDB, 0x16, 0xE7, 0xB1, 0xC3, 0x9E, + 0x86, 0xCB, 0x08, 0x6B, 0x78, 0x9F, 0x54, 0x19 + }; + static Byte c128[] = { + 0x01, 0x9F, 0x98, 0x09, 0xDE, 0x17, 0x11, 0x85, + 0x8F, 0xAA, 0xC3, 0xA3, 0xBA, 0x20, 0xFB, 0xC3 + }; + + /* 192-bit test is the I=4 case of section B.2 of the Twofish book. */ + static Byte k192[] = { + 0x88, 0xB2, 0xB2, 0x70, 0x6B, 0x10, 0x5E, 0x36, + 0xB4, 0x46, 0xBB, 0x6D, 0x73, 0x1A, 0x1E, 0x88, + 0xEF, 0xA7, 0x1F, 0x78, 0x89, 0x65, 0xBD, 0x44 + }; + static Byte p192[] = { + 0x39, 0xDA, 0x69, 0xD6, 0xBA, 0x49, 0x97, 0xD5, + 0x85, 0xB6, 0xDC, 0x07, 0x3C, 0xA3, 0x41, 0xB2 + }; + static Byte c192[] = { + 0x18, 0x2B, 0x02, 0xD8, 0x14, 0x97, 0xEA, 0x45, + 0xF9, 0xDA, 0xAC, 0xDC, 0x29, 0x19, 0x3A, 0x65 + }; + + /* 256-bit test is the I=4 case of section B.2 of the Twofish book. */ + static Byte k256[] = { + 0xD4, 0x3B, 0xB7, 0x55, 0x6E, 0xA3, 0x2E, 0x46, + 0xF2, 0xA2, 0x82, 0xB7, 0xD4, 0x5B, 0x4E, 0x0D, + 0x57, 0xFF, 0x73, 0x9D, 0x4D, 0xC9, 0x2C, 0x1B, + 0xD7, 0xFC, 0x01, 0x70, 0x0C, 0xC8, 0x21, 0x6F + }; + static Byte p256[] = { + 0x90, 0xAF, 0xE9, 0x1B, 0xB2, 0x88, 0x54, 0x4F, + 0x2C, 0x32, 0xDC, 0x23, 0x9B, 0x26, 0x35, 0xE6 + }; + static Byte c256[] = { + 0x6C, 0xB4, 0x56, 0x1C, 0x40, 0xBF, 0x0A, 0x97, + 0x05, 0x93, 0x1C, 0xB6, 0xD4, 0x08, 0xE7, 0xFA + }; + + /* Run the actual tests. */ + test_vector( k128, 16, p128, c128 ); + test_vector( k192, 24, p192, c192 ); + test_vector( k256, 32, p256, c256 ); + } + + +/* + * Perform extensive test for a single key size. + * + * Test a single key size against the test vectors from section + * B.2 in the Twofish book. This is a sequence of 49 encryptions + * and decryptions. Each plaintext is equal to the ciphertext of + * the previous encryption. The key is made up from the ciphertext + * two and three encryptions ago. Both plaintext and key start + * at the zero value. + * We should have designed a cleaner recurrence relation for + * these tests, but it is too late for that now. At least we learned + * how to do it better next time. + * For details see appendix B of the book. + * + * Arguments: + * key_len Number of bytes of key + * final_value Final plaintext value after 49 iterations + */ +static void test_sequence( int key_len, Byte final_value[] ) + { + Byte buf[ (50+3)*16 ]; /* Buffer to hold our computation values. */ + Byte tmp[16]; /* Temp for testing the decryption. */ + Twofish_key xkey; /* The expanded key */ + int i; + Byte * p; + + /* Wipe the buffer */ + memset( buf, 0, sizeof( buf ) ); + + /* + * Because the recurrence relation is done in an inconvenient manner + * we end up looping backwards over the buffer. + */ + + /* Pointer in buffer points to current plaintext. */ + p = &buf[50*16]; + for( i=1; i<50; i++ ) + { + /* + * Prepare a key. + * This automatically checks that key_len is valid. + */ + Twofish_prepare_key( p+16, key_len, &xkey ); + + /* Compute the next 16 bytes in the buffer */ + Twofish_encrypt( &xkey, p, p-16 ); + + /* Check that the decryption is correct. */ + Twofish_decrypt( &xkey, p-16, tmp ); + if( memcmp( tmp, p, 16 ) != 0 ) + { + Twofish_fatal( "Twofish decryption failure in sequence" ); + } + /* Move on to next 16 bytes in the buffer. */ + p -= 16; + } + + /* And check the final value. */ + if( memcmp( p, final_value, 16 ) != 0 ) + { + Twofish_fatal( "Twofish encryption failure in sequence" ); + } + + /* None of the data was secret, so there is no need to wipe anything. */ + } + + +/* + * Run all three sequence tests from the Twofish test vectors. + * + * This checks the most extensive test vectors currently available + * for Twofish. The data is from the Twofish book, appendix B.2. + */ +static void test_sequences() + { + static Byte r128[] = { + 0x5D, 0x9D, 0x4E, 0xEF, 0xFA, 0x91, 0x51, 0x57, + 0x55, 0x24, 0xF1, 0x15, 0x81, 0x5A, 0x12, 0xE0 + }; + static Byte r192[] = { + 0xE7, 0x54, 0x49, 0x21, 0x2B, 0xEE, 0xF9, 0xF4, + 0xA3, 0x90, 0xBD, 0x86, 0x0A, 0x64, 0x09, 0x41 + }; + static Byte r256[] = { + 0x37, 0xFE, 0x26, 0xFF, 0x1C, 0xF6, 0x61, 0x75, + 0xF5, 0xDD, 0xF4, 0xC3, 0x3B, 0x97, 0xA2, 0x05 + }; + + /* Run the three sequence test vectors */ + test_sequence( 16, r128 ); + test_sequence( 24, r192 ); + test_sequence( 32, r256 ); + } + + +/* + * Test the odd-sized keys. + * + * Every odd-sized key is equivalent to a one of 128, 192, or 256 bits. + * The equivalent key is found by padding at the end with zero bytes + * until a regular key size is reached. + * + * We just test that the key expansion routine behaves properly. + * If the expanded keys are identical, then the encryptions and decryptions + * will behave the same. + */ +static void test_odd_sized_keys() + { + Byte buf[32]; + Twofish_key xkey; + Twofish_key xkey_two; + int i; + + /* + * We first create an all-zero key to use as PRNG key. + * Normally we would not have to fill the buffer with zeroes, as we could + * just pass a zero key length to the Twofish_prepare_key function. + * However, this relies on using odd-sized keys, and those are just the + * ones we are testing here. We can't use an untested function to test + * itself. + */ + memset( buf, 0, sizeof( buf ) ); + Twofish_prepare_key( buf, 16, &xkey ); + + /* Fill buffer with pseudo-random data derived from two encryptions */ + Twofish_encrypt( &xkey, buf, buf ); + Twofish_encrypt( &xkey, buf, buf+16 ); + + /* Create all possible shorter keys that are prefixes of the buffer. */ + for( i=31; i>=0; i-- ) + { + /* Set a byte to zero. This is the new padding byte */ + buf[i] = 0; + + /* Expand the key with only i bytes of length */ + Twofish_prepare_key( buf, i, &xkey ); + + /* Expand the corresponding padded key of regular length */ + Twofish_prepare_key( buf, i<=16 ? 16 : i<= 24 ? 24 : 32, &xkey_two ); + + /* Compare the two */ + if( memcmp( &xkey, &xkey_two, sizeof( xkey ) ) != 0 ) + { + Twofish_fatal( "Odd sized keys do not expand properly" ); + } + } + + /* None of the key values are secret, so we don't need to wipe them. */ + } + + +/* + * Test the Twofish implementation. + * + * This routine runs all the self tests, in order of importance. + * It is called by the Twofish_initialise routine. + * + * In almost all applications the cost of running the self tests during + * initialisation is insignificant, especially + * compared to the time it takes to load the application from disk. + * If you are very pressed for initialisation performance, + * you could remove some of the tests. Make sure you did run them + * once in the software and hardware configuration you are using. + */ +static void self_test() + { + /* The three test vectors form an absolute minimal test set. */ + test_vectors(); + + /* + * If at all possible you should run these tests too. They take + * more time, but provide a more thorough coverage. + */ + test_sequences(); + + /* Test the odd-sized keys. */ + test_odd_sized_keys(); + } + + +/* + * And now, the actual Twofish implementation. + * + * This implementation generates all the tables during initialisation. + * I don't like large tables in the code, especially since they are easily + * damaged in the source without anyone noticing it. You need code to + * generate them anyway, and this way all the code is close together. + * Generating them in the application leads to a smaller executable + * (the code is smaller than the tables it generates) and a + * larger static memory footprint. + * + * Twofish can be implemented in many ways. I have chosen to + * use large tables with a relatively long key setup time. + * If you encrypt more than a few blocks of data it pays to pre-compute + * as much as possible. This implementation is relatively inefficient for + * applications that need to re-key every block or so. + */ + +/* + * We start with the t-tables, directly from the Twofish definition. + * These are nibble-tables, but merging them and putting them two nibbles + * in one byte is more work than it is worth. + */ +static Byte t_table[2][4][16] = { + { + {0x8,0x1,0x7,0xD,0x6,0xF,0x3,0x2,0x0,0xB,0x5,0x9,0xE,0xC,0xA,0x4}, + {0xE,0xC,0xB,0x8,0x1,0x2,0x3,0x5,0xF,0x4,0xA,0x6,0x7,0x0,0x9,0xD}, + {0xB,0xA,0x5,0xE,0x6,0xD,0x9,0x0,0xC,0x8,0xF,0x3,0x2,0x4,0x7,0x1}, + {0xD,0x7,0xF,0x4,0x1,0x2,0x6,0xE,0x9,0xB,0x3,0x0,0x8,0x5,0xC,0xA} + }, + { + {0x2,0x8,0xB,0xD,0xF,0x7,0x6,0xE,0x3,0x1,0x9,0x4,0x0,0xA,0xC,0x5}, + {0x1,0xE,0x2,0xB,0x4,0xC,0x3,0x7,0x6,0xD,0xA,0x5,0xF,0x9,0x0,0x8}, + {0x4,0xC,0x7,0x5,0x1,0x6,0x9,0xA,0x0,0xE,0xD,0x8,0x2,0xB,0x3,0xF}, + {0xB,0x9,0x5,0x1,0xC,0x3,0xD,0xE,0x6,0x4,0x7,0xF,0x2,0x0,0x8,0xA} + } +}; + + +/* A 1-bit rotation of 4-bit values. Input must be in range 0..15 */ +#define ROR4BY1( x ) (((x)>>1) | (((x)<<3) & 0x8) ) + +/* + * The q-boxes are only used during the key schedule computations. + * These are 8->8 bit lookup tables. Some CPUs prefer to have 8->32 bit + * lookup tables as it is faster to load a 32-bit value than to load an + * 8-bit value and zero the rest of the register. + * The LARGE_Q_TABLE switch allows you to choose 32-bit entries in + * the q-tables. Here we just define the Qtype which is used to store + * the entries of the q-tables. + */ +#if LARGE_Q_TABLE +typedef UInt32 Qtype; +#else +typedef Byte Qtype; +#endif + +/* + * The actual q-box tables. + * There are two q-boxes, each having 256 entries. + */ +static Qtype q_table[2][256]; + + +/* + * Now the function that converts a single t-table into a q-table. + * + * Arguments: + * t[4][16] : four 4->4bit lookup tables that define the q-box + * q[256] : output parameter: the resulting q-box as a lookup table. + */ +static void make_q_table( Byte t[4][16], Qtype q[256] ) + { + int ae,be,ao,bo; /* Some temporaries. */ + int i; + /* Loop over all input values and compute the q-box result. */ + for( i=0; i<256; i++ ) { + /* + * This is straight from the Twofish specifications. + * + * The ae variable is used for the a_i values from the specs + * with even i, and ao for the odd i's. Similarly for the b's. + */ + ae = i>>4; be = i&0xf; + ao = ae ^ be; bo = ae ^ ROR4BY1(be) ^ ((ae<<3)&8); + ae = t[0][ao]; be = t[1][bo]; + ao = ae ^ be; bo = ae ^ ROR4BY1(be) ^ ((ae<<3)&8); + ae = t[2][ao]; be = t[3][bo]; + + /* Store the result in the q-box table, the cast avoids a warning. */ + q[i] = (Qtype) ((be<<4) | ae); + } + } + + +/* + * Initialise both q-box tables. + */ +static void initialise_q_boxes() { + /* Initialise each of the q-boxes using the t-tables */ + make_q_table( t_table[0], q_table[0] ); + make_q_table( t_table[1], q_table[1] ); + } + + +/* + * Next up is the MDS matrix multiplication. + * The MDS matrix multiplication operates in the field + * GF(2)[x]/p(x) with p(x)=x^8+x^6+x^5+x^3+1. + * If you don't understand this, read a book on finite fields. You cannot + * follow the finite-field computations without some background. + * + * In this field, multiplication by x is easy: shift left one bit + * and if bit 8 is set then xor the result with 0x169. + * + * The MDS coefficients use a multiplication by 1/x, + * or rather a division by x. This is easy too: first make the + * value 'even' (i.e. bit 0 is zero) by xorring with 0x169 if necessary, + * and then shift right one position. + * Even easier: shift right and xor with 0xb4 if the lsbit was set. + * + * The MDS coefficients are 1, EF, and 5B, and we use the fact that + * EF = 1 + 1/x + 1/x^2 + * 5B = 1 + 1/x^2 + * in this field. This makes multiplication by EF and 5B relatively easy. + * + * This property is no accident, the MDS matrix was designed to allow + * this implementation technique to be used. + * + * We have four MDS tables, each mapping 8 bits to 32 bits. + * Each table performs one column of the matrix multiplication. + * As the MDS is always preceded by q-boxes, each of these tables + * also implements the q-box just previous to that column. + */ + +/* The actual MDS tables. */ +static UInt32 MDS_table[4][256]; + +/* A small table to get easy conditional access to the 0xb4 constant. */ +static UInt32 mds_poly_divx_const[] = {0,0xb4}; + +/* Function to initialise the MDS tables. */ +static void initialise_mds_tables() + { + int i; + UInt32 q,qef,q5b; /* Temporary variables. */ + + /* Loop over all 8-bit input values */ + for( i=0; i<256; i++ ) + { + /* + * To save some work during the key expansion we include the last + * of the q-box layers from the h() function in these MDS tables. + */ + + /* We first do the inputs that are mapped through the q0 table. */ + q = q_table[0][i]; + /* + * Here we divide by x, note the table to get 0xb4 only if the + * lsbit is set. + * This sets qef = (1/x)*q in the finite field + */ + qef = (q >> 1) ^ mds_poly_divx_const[ q & 1 ]; + /* + * Divide by x again, and add q to get (1+1/x^2)*q. + * Note that (1+1/x^2) = 5B in the field, and addition in the field + * is exclusive or on the bits. + */ + q5b = (qef >> 1) ^ mds_poly_divx_const[ qef & 1 ] ^ q; + /* + * Add q5b to qef to set qef = (1+1/x+1/x^2)*q. + * Again, (1+1/x+1/x^2) = EF in the field. + */ + qef ^= q5b; + + /* + * Now that we have q5b = 5B * q and qef = EF * q + * we can fill two of the entries in the MDS matrix table. + * See the Twofish specifications for the order of the constants. + */ + MDS_table[1][i] = q <<24 | q5b<<16 | qef<<8 | qef; + MDS_table[3][i] = q5b<<24 | qef<<16 | q <<8 | q5b; + + /* Now we do it all again for the two columns that have a q1 box. */ + q = q_table[1][i]; + qef = (q >> 1) ^ mds_poly_divx_const[ q & 1 ]; + q5b = (qef >> 1) ^ mds_poly_divx_const[ qef & 1 ] ^ q; + qef ^= q5b; + + /* The other two columns use the coefficient in a different order. */ + MDS_table[0][i] = qef<<24 | qef<<16 | q5b<<8 | q ; + MDS_table[2][i] = qef<<24 | q <<16 | qef<<8 | q5b; + } + } + + +/* + * The h() function is the heart of the Twofish cipher. + * It is a complicated sequence of q-box lookups, key material xors, + * and finally the MDS matrix. + * We use lots of macros to make this reasonably fast. + */ + +/* First a shorthand for the two q-tables */ +#define q0 q_table[0] +#define q1 q_table[1] + +/* + * Each macro computes one column of the h for either 2, 3, or 4 stages. + * As there are 4 columns, we have 12 macros in all. + * + * The key bytes are stored in the Byte array L at offset + * 0,1,2,3, 8,9,10,11, [16,17,18,19, [24,25,26,27]] as this is the + * order we get the bytes from the user. If you look at the Twofish + * specs, you'll see that h() is applied to the even key words or the + * odd key words. The bytes of the even words appear in this spacing, + * and those of the odd key words too. + * + * These macros are the only place where the q-boxes and the MDS table + * are used. + */ +#define H02( y, L ) MDS_table[0][q0[q0[y]^L[ 8]]^L[0]] +#define H12( y, L ) MDS_table[1][q0[q1[y]^L[ 9]]^L[1]] +#define H22( y, L ) MDS_table[2][q1[q0[y]^L[10]]^L[2]] +#define H32( y, L ) MDS_table[3][q1[q1[y]^L[11]]^L[3]] +#define H03( y, L ) H02( q1[y]^L[16], L ) +#define H13( y, L ) H12( q1[y]^L[17], L ) +#define H23( y, L ) H22( q0[y]^L[18], L ) +#define H33( y, L ) H32( q0[y]^L[19], L ) +#define H04( y, L ) H03( q1[y]^L[24], L ) +#define H14( y, L ) H13( q0[y]^L[25], L ) +#define H24( y, L ) H23( q0[y]^L[26], L ) +#define H34( y, L ) H33( q1[y]^L[27], L ) + +/* + * Now we can define the h() function given an array of key bytes. + * This function is only used in the key schedule, and not to pre-compute + * the keyed S-boxes. + * + * In the key schedule, the input is always of the form k*(1+2^8+2^16+2^24) + * so we only provide k as an argument. + * + * Arguments: + * k input to the h() function. + * L pointer to array of key bytes at + * offsets 0,1,2,3, ... 8,9,10,11, [16,17,18,19, [24,25,26,27]] + * kCycles # key cycles, 2, 3, or 4. + */ +static UInt32 h( int k, Byte L[], int kCycles ) + { + switch( kCycles ) { + /* We code all 3 cases separately for speed reasons. */ + case 2: + return H02(k,L) ^ H12(k,L) ^ H22(k,L) ^ H32(k,L); + case 3: + return H03(k,L) ^ H13(k,L) ^ H23(k,L) ^ H33(k,L); + case 4: + return H04(k,L) ^ H14(k,L) ^ H24(k,L) ^ H34(k,L); + default: + /* This is always a coding error, which is fatal. */ + Twofish_fatal( "Twofish h(): Illegal argument" ); + } + } + + +/* + * Pre-compute the keyed S-boxes. + * Fill the pre-computed S-box array in the expanded key structure. + * Each pre-computed S-box maps 8 bits to 32 bits. + * + * The S argument contains half the number of bytes of the full key, but is + * derived from the full key. (See Twofish specifications for details.) + * S has the weird byte input order used by the Hxx macros. + * + * This function takes most of the time of a key expansion. + * + * Arguments: + * S pointer to array of 8*kCycles Bytes containing the S vector. + * kCycles number of key words, must be in the set {2,3,4} + * xkey pointer to Twofish_key structure that will contain the S-boxes. + */ +static void fill_keyed_sboxes( Byte S[], int kCycles, Twofish_key * xkey ) + { + int i; + switch( kCycles ) { + /* We code all 3 cases separately for speed reasons. */ + case 2: + for( i=0; i<256; i++ ) + { + xkey->s[0][i]= H02( i, S ); + xkey->s[1][i]= H12( i, S ); + xkey->s[2][i]= H22( i, S ); + xkey->s[3][i]= H32( i, S ); + } + break; + case 3: + for( i=0; i<256; i++ ) + { + xkey->s[0][i]= H03( i, S ); + xkey->s[1][i]= H13( i, S ); + xkey->s[2][i]= H23( i, S ); + xkey->s[3][i]= H33( i, S ); + } + break; + case 4: + for( i=0; i<256; i++ ) + { + xkey->s[0][i]= H04( i, S ); + xkey->s[1][i]= H14( i, S ); + xkey->s[2][i]= H24( i, S ); + xkey->s[3][i]= H34( i, S ); + } + break; + default: + /* This is always a coding error, which is fatal. */ + Twofish_fatal( "Twofish fill_keyed_sboxes(): Illegal argument" ); + } + } + + +/* A flag to keep track of whether we have been initialised or not. */ +static int Twofish_initialised = 0; + +/* + * Initialise the Twofish implementation. + * This function must be called before any other function in the + * Twofish implementation is called. + * This routine also does some sanity checks, to make sure that + * all the macros behave, and it tests the whole cipher. + */ +void Twofish_initialise() + { + /* First test the various platform-specific definitions. */ + test_platform(); + + /* We can now generate our tables, in the right order of course. */ + initialise_q_boxes(); + initialise_mds_tables(); + + /* We're finished with the initialisation itself. */ + Twofish_initialised = 1; + + /* + * And run some tests on the whole cipher. + * Yes, you need to do this every time you start your program. + * It is called assurance; you have to be certain that your program + * still works properly. + */ + self_test(); + } + + +/* + * The Twofish key schedule uses an Reed-Solomon code matrix multiply. + * Just like the MDS matrix, the RS-matrix is designed to be easy + * to implement. Details are below in the code. + * + * These constants make it easy to compute in the finite field used + * for the RS code. + * + * We use Bytes for the RS computation, but these are automatically + * widened to unsigned integers in the expressions. Having unsigned + * ints in these tables therefore provides the fastest access. + */ +static unsigned int rs_poly_const[] = {0, 0x14d}; +static unsigned int rs_poly_div_const[] = {0, 0xa6 }; + + +/* + * Prepare a key for use in encryption and decryption. + * Like most block ciphers, Twofish allows the key schedule + * to be pre-computed given only the key. + * Twofish has a fairly 'heavy' key schedule that takes a lot of time + * to compute. The main work is pre-computing the S-boxes used in the + * encryption and decryption. We feel that this makes the cipher much + * harder to attack. The attacker doesn't even know what the S-boxes + * contain without including the entire key schedule in the analysis. + * + * Unlike most Twofish implementations, this one allows any key size from + * 0 to 32 bytes. Odd key sizes are defined for Twofish (see the + * specifications); the key is simply padded with zeroes to the next real + * key size of 16, 24, or 32 bytes. + * Each odd-sized key is thus equivalent to a single normal-sized key. + * + * Arguments: + * key array of key bytes + * key_len number of bytes in the key, must be in the range 0,...,32. + * xkey Pointer to an Twofish_key structure that will be filled + * with the internal form of the cipher key. + */ +void Twofish_prepare_key( Byte key[], int key_len, Twofish_key * xkey ) + { + /* We use a single array to store all key material in, + * to simplify the wiping of the key material at the end. + * The first 32 bytes contain the actual (padded) cipher key. + * The next 32 bytes contain the S-vector in its weird format, + * and we have 4 bytes of overrun necessary for the RS-reduction. + */ + Byte K[32+32+4]; + + int kCycles; /* # key cycles, 2,3, or 4. */ + + int i; + UInt32 A, B; /* Used to compute the round keys. */ + + Byte * kptr; /* Three pointers for the RS computation. */ + Byte * sptr; + Byte * t; + + Byte b,bx,bxx; /* Some more temporaries for the RS computation. */ + + /* Check that the Twofish implementation was initialised. */ + if( Twofish_initialised == 0 ) + { + /* + * You didn't call Twofish_initialise before calling this routine. + * This is a programming error, and therefore we call the fatal + * routine. + * + * I could of course call the initialisation routine here, + * but there are a few reasons why I don't. First of all, the + * self-tests have to be done at startup. It is no good to inform + * the user that the cipher implementation fails when he wants to + * write his data to disk in encrypted form. You have to warn him + * before he spends time typing his data. Second, the initialisation + * and self test are much slower than a single key expansion. + * Calling the initialisation here makes the performance of the + * cipher unpredictable. This can lead to really weird problems + * if you use the cipher for a real-time task. Suddenly it fails + * once in a while the first time you try to use it. Things like + * that are almost impossible to debug. + */ + Twofish_fatal( "Twofish implementation was not initialised." ); + + /* + * There is always a danger that the Twofish_fatal routine returns, + * in spite of the specifications that it should not. + * (A good programming rule: don't trust the rest of the code.) + * This would be disasterous. If the q-tables and MDS-tables have + * not been initialised, they are probably still filled with zeroes. + * Suppose the MDS-tables are all zero. The key expansion would then + * generate all-zero round keys, and all-zero s-boxes. The danger + * is that nobody would notice as the encryption function still + * mangles the input, and the decryption still 'decrypts' it, + * but now in a completely key-independent manner. + * To stop such security disasters, we use blunt force. + * If your program hangs here: fix the fatal routine! + */ + //for(;;); /* Infinite loop, which beats being insecure. */ + return; + } + + /* Check for valid key length. */ + if( key_len < 0 || key_len > 32 ) + { + /* + * This can only happen if a programmer didn't read the limitations + * on the key size. + */ + Twofish_fatal( "Twofish_prepare_key: illegal key length" ); + /* + * A return statement just in case the fatal macro returns. + * The rest of the code assumes that key_len is in range, and would + * buffer-overflow if it wasn't. + * + * Why do we still use a programming language that has problems like + * buffer overflows, when these problems were solved in 1960 with + * the development of Algol? Have we not leared anything? + */ + return; + } + + /* Pad the key with zeroes to the next suitable key length. */ + memcpy( K, key, key_len ); + memset( K+key_len, 0, sizeof(K)-key_len ); + + /* + * Compute kCycles: the number of key cycles used in the cipher. + * 2 for 128-bit keys, 3 for 192-bit keys, and 4 for 256-bit keys. + */ + kCycles = (key_len + 7) >> 3; + /* Handle the special case of very short keys: minimum 2 cycles. */ + if( kCycles < 2 ) + { + kCycles = 2; + } + + /* + * From now on we just pretend to have 8*kCycles bytes of + * key material in K. This handles all the key size cases. + */ + + /* + * We first compute the 40 expanded key words, + * formulas straight from the Twofish specifications. + */ + for( i=0; i<40; i+=2 ) + { + /* + * Due to the byte spacing expected by the h() function + * we can pick the bytes directly from the key K. + * As we use bytes, we never have the little/big endian + * problem. + * + * Note that we apply the rotation function only to simple + * variables, as the rotation macro might evaluate its argument + * more than once. + */ + A = h( i , K , kCycles ); + B = h( i+1, K+4, kCycles ); + B = ROL32( B, 8 ); + + /* Compute and store the round keys. */ + A += B; + B += A; + xkey->K[i] = A; + xkey->K[i+1] = ROL32( B, 9 ); + } + + /* Wipe variables that contained key material. */ + A=B=0; + + /* + * And now the dreaded RS multiplication that few seem to understand. + * The RS matrix is not random, and is specially designed to compute the + * RS matrix multiplication in a simple way. + * + * We work in the field GF(2)[x]/x^8+x^6+x^3+x^2+1. Note that this is a + * different field than used for the MDS matrix. + * (At least, it is a different representation because all GF(2^8) + * representations are equivalent in some form.) + * + * We take 8 consecutive bytes of the key and interpret them as + * a polynomial k_0 + k_1 y + k_2 y^2 + ... + k_7 y^7 where + * the k_i bytes are the key bytes and are elements of the finite field. + * We multiply this polynomial by y^4 and reduce it modulo + * y^4 + (x + 1/x)y^3 + (x)y^2 + (x + 1/x)y + 1. + * using straightforward polynomial modulo reduction. + * The coefficients of the result are the result of the RS + * matrix multiplication. When we wrote the Twofish specification, + * the original RS definition used the polynomials, + * but that requires much more mathematical knowledge. + * We were already using matrix multiplication in a finite field for + * the MDS matrix, so I re-wrote the RS operation as a matrix + * multiplication to reduce the difficulty of understanding it. + * Some implementors have not picked up on this simpler method of + * computing the RS operation, even though it is mentioned in the + * specifications. + * + * It is possible to perform these computations faster by using 32-bit + * word operations, but that is not portable and this is not a speed- + * critical area. + * + * We explained the 1/x computation when we did the MDS matrix. + * + * The S vector is stored in K[32..64]. + * The S vector has to be reversed, so we loop cross-wise. + * + * Note the weird byte spacing of the S-vector, to match the even + * or odd key words arrays. See the discussion at the Hxx macros for + * details. + */ + kptr = K + 8*kCycles; /* Start at end of key */ + sptr = K + 32; /* Start at start of S */ + + /* Loop over all key material */ + while( kptr > K ) + { + kptr -= 8; + /* + * Initialise the polynimial in sptr[0..12] + * The first four coefficients are 0 as we have to multiply by y^4. + * The next 8 coefficients are from the key material. + */ + memset( sptr, 0, 4 ); + memcpy( sptr+4, kptr, 8 ); + + /* + * The 12 bytes starting at sptr are now the coefficients of + * the polynomial we need to reduce. + */ + + /* Loop over the polynomial coefficients from high to low */ + t = sptr+11; + /* Keep looping until polynomial is degree 3; */ + while( t > sptr+3 ) + { + /* Pick up the highest coefficient of the poly. */ + b = *t; + + /* + * Compute x and (x+1/x) times this coefficient. + * See the MDS matrix implementation for a discussion of + * multiplication by x and 1/x. We just use different + * constants here as we are in a + * different finite field representation. + * + * These two statements set + * bx = (x) * b + * bxx= (x + 1/x) * b + */ + bx = (Byte)((b<<1) ^ rs_poly_const[ b>>7 ]); + bxx= (Byte)((b>>1) ^ rs_poly_div_const[ b&1 ] ^ bx); + + /* + * Subtract suitable multiple of + * y^4 + (x + 1/x)y^3 + (x)y^2 + (x + 1/x)y + 1 + * from the polynomial, except that we don't bother + * updating t[0] as it will become zero anyway. + */ + t[-1] ^= bxx; + t[-2] ^= bx; + t[-3] ^= bxx; + t[-4] ^= b; + + /* Go to the next coefficient. */ + t--; + } + + /* Go to next S-vector word, obeying the weird spacing rules. */ + sptr += 8; + } + + /* Wipe variables that contained key material. */ + b = bx = bxx = 0; + + /* And finally, we can compute the key-dependent S-boxes. */ + fill_keyed_sboxes( &K[32], kCycles, xkey ); + + /* Wipe array that contained key material. */ + memset( K, 0, sizeof( K ) ); + } + + +/* + * We can now start on the actual encryption and decryption code. + * As these are often speed-critical we will use a lot of macros. + */ + +/* + * The g() function is the heart of the round function. + * We have two versions of the g() function, one without an input + * rotation and one with. + * The pre-computed S-boxes make this pretty simple. + */ +#define g0(X,xkey) \ + (xkey->s[0][b0(X)]^xkey->s[1][b1(X)]^xkey->s[2][b2(X)]^xkey->s[3][b3(X)]) + +#define g1(X,xkey) \ + (xkey->s[0][b3(X)]^xkey->s[1][b0(X)]^xkey->s[2][b1(X)]^xkey->s[3][b2(X)]) + +/* + * A single round of Twofish. The A,B,C,D are the four state variables, + * T0 and T1 are temporaries, xkey is the expanded key, and r the + * round number. + * + * Note that this macro does not implement the swap at the end of the round. + */ +#define ENCRYPT_RND( A,B,C,D, T0, T1, xkey, r ) \ + T0 = g0(A,xkey); T1 = g1(B,xkey);\ + C ^= T0+T1+xkey->K[8+2*(r)]; C = ROR32(C,1);\ + D = ROL32(D,1); D ^= T0+2*T1+xkey->K[8+2*(r)+1] + +/* + * Encrypt a single cycle, consisting of two rounds. + * This avoids the swapping of the two halves. + * Parameter r is now the cycle number. + */ +#define ENCRYPT_CYCLE( A, B, C, D, T0, T1, xkey, r ) \ + ENCRYPT_RND( A,B,C,D,T0,T1,xkey,2*(r) );\ + ENCRYPT_RND( C,D,A,B,T0,T1,xkey,2*(r)+1 ) + +/* Full 16-round encryption */ +#define ENCRYPT( A,B,C,D,T0,T1,xkey ) \ + ENCRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 0 );\ + ENCRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 1 );\ + ENCRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 2 );\ + ENCRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 3 );\ + ENCRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 4 );\ + ENCRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 5 );\ + ENCRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 6 );\ + ENCRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 7 ) + +/* + * A single round of Twofish for decryption. It differs from + * ENCRYTP_RND only because of the 1-bit rotations. + */ +#define DECRYPT_RND( A,B,C,D, T0, T1, xkey, r ) \ + T0 = g0(A,xkey); T1 = g1(B,xkey);\ + C = ROL32(C,1); C ^= T0+T1+xkey->K[8+2*(r)];\ + D ^= T0+2*T1+xkey->K[8+2*(r)+1]; D = ROR32(D,1) + +/* + * Decrypt a single cycle, consisting of two rounds. + * This avoids the swapping of the two halves. + * Parameter r is now the cycle number. + */ +#define DECRYPT_CYCLE( A, B, C, D, T0, T1, xkey, r ) \ + DECRYPT_RND( A,B,C,D,T0,T1,xkey,2*(r)+1 );\ + DECRYPT_RND( C,D,A,B,T0,T1,xkey,2*(r) ) + +/* Full 16-round decryption. */ +#define DECRYPT( A,B,C,D,T0,T1, xkey ) \ + DECRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 7 );\ + DECRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 6 );\ + DECRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 5 );\ + DECRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 4 );\ + DECRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 3 );\ + DECRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 2 );\ + DECRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 1 );\ + DECRYPT_CYCLE( A,B,C,D,T0,T1,xkey, 0 ) + +/* + * A macro to read the state from the plaintext and do the initial key xors. + * The koff argument allows us to use the same macro + * for the decryption which uses different key words at the start. + */ +#define GET_INPUT( src, A,B,C,D, xkey, koff ) \ + A = GET32(src )^xkey->K[ koff]; B = GET32(src+ 4)^xkey->K[1+koff]; \ + C = GET32(src+ 8)^xkey->K[2+koff]; D = GET32(src+12)^xkey->K[3+koff] + +/* + * Similar macro to put the ciphertext in the output buffer. + * We xor the keys into the state variables before we use the PUT32 + * macro as the macro might use its argument multiple times. + */ +#define PUT_OUTPUT( A,B,C,D, dst, xkey, koff ) \ + A ^= xkey->K[ koff]; B ^= xkey->K[1+koff]; \ + C ^= xkey->K[2+koff]; D ^= xkey->K[3+koff]; \ + PUT32( A, dst ); PUT32( B, dst+ 4 ); \ + PUT32( C, dst+8 ); PUT32( D, dst+12 ) + + +/* + * Twofish block encryption + * + * Arguments: + * xkey expanded key array + * p 16 bytes of plaintext + * c 16 bytes in which to store the ciphertext + */ +void Twofish_encrypt( Twofish_key * xkey, Byte p[16], Byte c[16]) + { + UInt32 A,B,C,D,T0,T1; /* Working variables */ + + /* Get the four plaintext words xorred with the key */ + GET_INPUT( p, A,B,C,D, xkey, 0 ); + + /* Do 8 cycles (= 16 rounds) */ + ENCRYPT( A,B,C,D,T0,T1,xkey ); + + /* Store them with the final swap and the output whitening. */ + PUT_OUTPUT( C,D,A,B, c, xkey, 4 ); + } + + +/* + * Twofish block decryption. + * + * Arguments: + * xkey expanded key array + * p 16 bytes of plaintext + * c 16 bytes in which to store the ciphertext + */ +void Twofish_decrypt( Twofish_key * xkey, Byte c[16], Byte p[16]) + { + UInt32 A,B,C,D,T0,T1; /* Working variables */ + + /* Get the four plaintext words xorred with the key */ + GET_INPUT( c, A,B,C,D, xkey, 4 ); + + /* Do 8 cycles (= 16 rounds) */ + DECRYPT( A,B,C,D,T0,T1,xkey ); + + /* Store them with the final swap and the output whitening. */ + PUT_OUTPUT( C,D,A,B, p, xkey, 0 ); + } + +/* + * Using the macros it is easy to make special routines for + * CBC mode, CTR mode etc. The only thing you might want to + * add is a XOR_PUT_OUTPUT which xors the outputs into the + * destinationa instead of overwriting the data. This requires + * a XOR_PUT32 macro as well, but that should all be trivial. + * + * I thought about including routines for the separate cipher + * modes here, but it is unclear which modes should be included, + * and each encryption or decryption routine takes up a lot of code space. + * Also, I don't have any test vectors for any cipher modes + * with Twofish. + */ diff --git a/Example/Pods/NACrypto/NACrypto/TwoFish/twofish.h b/Example/Pods/NACrypto/NACrypto/TwoFish/twofish.h new file mode 100644 index 0000000..839be45 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/TwoFish/twofish.h @@ -0,0 +1,180 @@ +/* + * Fast, portable, and easy-to-use Twofish implementation, + * Version 0.3. + * Copyright (c) 2002 by Niels Ferguson. + * + * See the twofish.c file for the details of the how and why of this code. + * + * The author hereby grants a perpetual license to everybody to + * use this code for any purpose as long as the copyright message is included + * in the source code of this or any derived work. + */ + +#include + +/* + * PLATFORM FIXES + * ============== + * + * The following definitions have to be fixed for each particular platform + * you work on. If you have a multi-platform program, you no doubt have + * portable definitions that you can substitute here without changing + * the rest of the code. + * + * The defaults provided here should work on most PC compilers. + */ + + +/* + * A Twofish_Byte must be an unsigned 8-bit integer. + * It must also be the elementary data size of your C platform, + * i.e. sizeof( Twofish_Byte ) == 1. + */ +typedef uint8_t Twofish_Byte; + +/* + * A Twofish_UInt32 must be an unsigned integer of at least 32 bits. + * + * This type is used only internally in the implementation, so ideally it + * would not appear in the header file, but it is used inside the + * Twofish_key structure which means it has to be included here. + */ +typedef uint32_t Twofish_UInt32; + + +/* + * END OF PLATFORM FIXES + * ===================== + * + * You should not have to touch the rest of this file, but the code + * in twofish.c has a few things you need to fix too. + */ + + +/* + * Structure that contains a prepared Twofish key. + * A cipher key is used in two stages. In the first stage it is converted + * form the original form to an internal representation. + * This internal form is then used to encrypt and decrypt data. + * This structure contains the internal form. It is rather large: 4256 bytes + * on a platform with 32-bit unsigned values. + * + * Treat this as an opague structure, and don't try to manipulate the + * elements in it. I wish I could hide the inside of the structure, + * but C doesn't allow that. + */ +typedef + struct + { + Twofish_UInt32 s[4][256]; /* pre-computed S-boxes */ + Twofish_UInt32 K[40]; /* Round key words */ + } + Twofish_key; + + +/* + * Initialise and test the Twofish implementation. + * + * This function MUST be called before any other function in the + * Twofish implementation is called. + * It only needs to be called once. + * + * Apart from initialising the implementation it performs a self test. + * If the Twofish_fatal function is not called, the code passed the test. + * (See the twofish.c file for details on the Twofish_fatal function.) + */ +extern void Twofish_initialise(); + + +/* + * Convert a cipher key to the internal form used for + * encryption and decryption. + * + * The cipher key is an array of bytes; the Twofish_Byte type is + * defined above to a type suitable on your platform. + * + * Any key must be converted to an internal form in the Twofisk_key structure + * before it can be used. + * The encryption and decryption functions only work with the internal form. + * The conversion to internal form need only be done once for each key value. + * + * Be sure to wipe all key storage, including the Twofish_key structure, + * once you are done with the key data. + * A simple memset( TwofishKey, 0, sizeof( TwofishKey ) ) will do just fine. + * + * Unlike most implementations, this one allows any key size from 0 bytes + * to 32 bytes. According to the Twofish specifications, + * irregular key sizes are handled by padding the key with zeroes at the end + * until the key size is 16, 24, or 32 bytes, whichever + * comes first. Note that each key of irregular size is equivalent to exactly + * one key of 16, 24, or 32 bytes. + * + * WARNING: Short keys have low entropy, and result in low security. + * Anything less than 8 bytes is utterly insecure. For good security + * use at least 16 bytes. I prefer to use 32-byte keys to prevent + * any collision attacks on the key. + * + * The key length argument key_len must be in the proper range. + * If key_len is not in the range 0,...,32 this routine attempts to generate + * a fatal error (depending on the code environment), + * and at best (or worst) returns without having done anything. + * + * Arguments: + * key Array of key bytes + * key_len Number of key bytes, must be in the range 0,1,...,32. + * xkey Pointer to an Twofish_key structure that will be filled + * with the internal form of the cipher key. + */ +extern void Twofish_prepare_key( + Twofish_Byte key[], + int key_len, + Twofish_key * xkey + ); + + +/* + * Encrypt a single block of data. + * + * This function encrypts a single block of 16 bytes of data. + * If you want to encrypt a larger or variable-length message, + * you will have to use a cipher mode, such as CBC or CTR. + * These are outside the scope of this implementation. + * + * The xkey structure is not modified by this routine, and can be + * used for further encryption and decryption operations. + * + * Arguments: + * xkey pointer to Twofish_key, internal form of the key + * produces by Twofish_prepare_key() + * p Plaintext to be encrypted + * c Place to store the ciphertext + */ +extern void Twofish_encrypt( + Twofish_key * xkey, + Twofish_Byte p[16], + Twofish_Byte c[16] + ); + + +/* + * Decrypt a single block of data. + * + * This function decrypts a single block of 16 bytes of data. + * If you want to decrypt a larger or variable-length message, + * you will have to use a cipher mode, such as CBC or CTR. + * These are outside the scope of this implementation. + * + * The xkey structure is not modified by this routine, and can be + * used for further encryption and decryption operations. + * + * Arguments: + * xkey pointer to Twofish_key, internal form of the key + * produces by Twofish_prepare_key() + * c Ciphertext to be decrypted + * p Place to store the plaintext + */ +extern void Twofish_decrypt( + Twofish_key * xkey, + Twofish_Byte c[16], + Twofish_Byte p[16] + ); diff --git a/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-32-rvk.h b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-32-rvk.h new file mode 100644 index 0000000..b59db4c --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-32-rvk.h @@ -0,0 +1,562 @@ +/* +The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, +Michaël Peeters and Gilles Van Assche. For more information, feedback or +questions, please refer to our website: http://keccak.noekeon.org/ + +Implementation by Ronny Van Keer, +hereby denoted as "the implementer". + +To the extent possible under law, the implementer has waived all copyright +and related or neighboring rights to the source code in this file. +http://creativecommons.org/publicdomain/zero/1.0/ +*/ + +#include "KeccakF-1600-interface.h" + +#ifndef _Keccak1600_32_rvk_h_ +#define _Keccak1600_32_rvk_h_ + +static const UINT32 KeccakF1600RoundConstants_int2[2*24] = +{ + 0x00000001UL, 0x00000000UL, + 0x00000000UL, 0x00000089UL, + 0x00000000UL, 0x8000008bUL, + 0x00000000UL, 0x80008080UL, + 0x00000001UL, 0x0000008bUL, + 0x00000001UL, 0x00008000UL, + 0x00000001UL, 0x80008088UL, + 0x00000001UL, 0x80000082UL, + 0x00000000UL, 0x0000000bUL, + 0x00000000UL, 0x0000000aUL, + 0x00000001UL, 0x00008082UL, + 0x00000000UL, 0x00008003UL, + 0x00000001UL, 0x0000808bUL, + 0x00000001UL, 0x8000000bUL, + 0x00000001UL, 0x8000008aUL, + 0x00000001UL, 0x80000081UL, + 0x00000000UL, 0x80000081UL, + 0x00000000UL, 0x80000008UL, + 0x00000000UL, 0x00000083UL, + 0x00000000UL, 0x80008003UL, + 0x00000001UL, 0x80008088UL, + 0x00000000UL, 0x80000088UL, + 0x00000001UL, 0x00008000UL, + 0x00000000UL, 0x80008082UL +}; + +#undef rounds + +#define rounds \ +{ \ + UINT32 Da0, De0, Di0, Do0, Du0; \ + UINT32 Da1, De1, Di1, Do1, Du1; \ + UINT32 Ba, Be, Bi, Bo, Bu; \ + UINT32 Aba0, Abe0, Abi0, Abo0, Abu0; \ + UINT32 Aba1, Abe1, Abi1, Abo1, Abu1; \ + UINT32 Aga0, Age0, Agi0, Ago0, Agu0; \ + UINT32 Aga1, Age1, Agi1, Ago1, Agu1; \ + UINT32 Aka0, Ake0, Aki0, Ako0, Aku0; \ + UINT32 Aka1, Ake1, Aki1, Ako1, Aku1; \ + UINT32 Ama0, Ame0, Ami0, Amo0, Amu0; \ + UINT32 Ama1, Ame1, Ami1, Amo1, Amu1; \ + UINT32 Asa0, Ase0, Asi0, Aso0, Asu0; \ + UINT32 Asa1, Ase1, Asi1, Aso1, Asu1; \ + UINT32 Cw, Cx, Cy, Cz; \ + UINT32 Eba0, Ebe0, Ebi0, Ebo0, Ebu0; \ + UINT32 Eba1, Ebe1, Ebi1, Ebo1, Ebu1; \ + UINT32 Ega0, Ege0, Egi0, Ego0, Egu0; \ + UINT32 Ega1, Ege1, Egi1, Ego1, Egu1; \ + UINT32 Eka0, Eke0, Eki0, Eko0, Eku0; \ + UINT32 Eka1, Eke1, Eki1, Eko1, Eku1; \ + UINT32 Ema0, Eme0, Emi0, Emo0, Emu0; \ + UINT32 Ema1, Eme1, Emi1, Emo1, Emu1; \ + UINT32 Esa0, Ese0, Esi0, Eso0, Esu0; \ + UINT32 Esa1, Ese1, Esi1, Eso1, Esu1; \ + const UINT32 * pRoundConstants = KeccakF1600RoundConstants_int2; \ + UINT32 i; \ +\ + copyFromState(A, state) \ +\ + for( i = 12; i != 0; --i ) { \ + Cx = Abu0^Agu0^Aku0^Amu0^Asu0; \ + Du1 = Abe1^Age1^Ake1^Ame1^Ase1; \ + Da0 = Cx^ROL32(Du1, 1); \ + Cz = Abu1^Agu1^Aku1^Amu1^Asu1; \ + Du0 = Abe0^Age0^Ake0^Ame0^Ase0; \ + Da1 = Cz^Du0; \ +\ + Cw = Abi0^Agi0^Aki0^Ami0^Asi0; \ + Do0 = Cw^ROL32(Cz, 1); \ + Cy = Abi1^Agi1^Aki1^Ami1^Asi1; \ + Do1 = Cy^Cx; \ +\ + Cx = Aba0^Aga0^Aka0^Ama0^Asa0; \ + De0 = Cx^ROL32(Cy, 1); \ + Cz = Aba1^Aga1^Aka1^Ama1^Asa1; \ + De1 = Cz^Cw; \ +\ + Cy = Abo1^Ago1^Ako1^Amo1^Aso1; \ + Di0 = Du0^ROL32(Cy, 1); \ + Cw = Abo0^Ago0^Ako0^Amo0^Aso0; \ + Di1 = Du1^Cw; \ +\ + Du0 = Cw^ROL32(Cz, 1); \ + Du1 = Cy^Cx; \ +\ + Aba0 ^= Da0; \ + Ba = Aba0; \ + Age0 ^= De0; \ + Be = ROL32(Age0, 22); \ + Aki1 ^= Di1; \ + Bi = ROL32(Aki1, 22); \ + Amo1 ^= Do1; \ + Bo = ROL32(Amo1, 11); \ + Asu0 ^= Du0; \ + Bu = ROL32(Asu0, 7); \ + Eba0 = Ba ^((~Be)& Bi ) ^ *(pRoundConstants++); \ + Ebe0 = Be ^((~Bi)& Bo ); \ + Ebi0 = Bi ^((~Bo)& Bu ); \ + Ebo0 = Bo ^((~Bu)& Ba ); \ + Ebu0 = Bu ^((~Ba)& Be ); \ +\ + Abo0 ^= Do0; \ + Ba = ROL32(Abo0, 14); \ + Agu0 ^= Du0; \ + Be = ROL32(Agu0, 10); \ + Aka1 ^= Da1; \ + Bi = ROL32(Aka1, 2); \ + Ame1 ^= De1; \ + Bo = ROL32(Ame1, 23); \ + Asi1 ^= Di1; \ + Bu = ROL32(Asi1, 31); \ + Ega0 = Ba ^((~Be)& Bi ); \ + Ege0 = Be ^((~Bi)& Bo ); \ + Egi0 = Bi ^((~Bo)& Bu ); \ + Ego0 = Bo ^((~Bu)& Ba ); \ + Egu0 = Bu ^((~Ba)& Be ); \ +\ + Abe1 ^= De1; \ + Ba = ROL32(Abe1, 1); \ + Agi0 ^= Di0; \ + Be = ROL32(Agi0, 3); \ + Ako1 ^= Do1; \ + Bi = ROL32(Ako1, 13); \ + Amu0 ^= Du0; \ + Bo = ROL32(Amu0, 4); \ + Asa0 ^= Da0; \ + Bu = ROL32(Asa0, 9); \ + Eka0 = Ba ^((~Be)& Bi ); \ + Eke0 = Be ^((~Bi)& Bo ); \ + Eki0 = Bi ^((~Bo)& Bu ); \ + Eko0 = Bo ^((~Bu)& Ba ); \ + Eku0 = Bu ^((~Ba)& Be ); \ +\ + Abu1 ^= Du1; \ + Ba = ROL32(Abu1, 14); \ + Aga0 ^= Da0; \ + Be = ROL32(Aga0, 18); \ + Ake0 ^= De0; \ + Bi = ROL32(Ake0, 5); \ + Ami1 ^= Di1; \ + Bo = ROL32(Ami1, 8); \ + Aso0 ^= Do0; \ + Bu = ROL32(Aso0, 28); \ + Ema0 = Ba ^((~Be)& Bi ); \ + Eme0 = Be ^((~Bi)& Bo ); \ + Emi0 = Bi ^((~Bo)& Bu ); \ + Emo0 = Bo ^((~Bu)& Ba ); \ + Emu0 = Bu ^((~Ba)& Be ); \ +\ + Abi0 ^= Di0; \ + Ba = ROL32(Abi0, 31); \ + Ago1 ^= Do1; \ + Be = ROL32(Ago1, 28); \ + Aku1 ^= Du1; \ + Bi = ROL32(Aku1, 20); \ + Ama1 ^= Da1; \ + Bo = ROL32(Ama1, 21); \ + Ase0 ^= De0; \ + Bu = ROL32(Ase0, 1); \ + Esa0 = Ba ^((~Be)& Bi ); \ + Ese0 = Be ^((~Bi)& Bo ); \ + Esi0 = Bi ^((~Bo)& Bu ); \ + Eso0 = Bo ^((~Bu)& Ba ); \ + Esu0 = Bu ^((~Ba)& Be ); \ +\ + Aba1 ^= Da1; \ + Ba = Aba1; \ + Age1 ^= De1; \ + Be = ROL32(Age1, 22); \ + Aki0 ^= Di0; \ + Bi = ROL32(Aki0, 21); \ + Amo0 ^= Do0; \ + Bo = ROL32(Amo0, 10); \ + Asu1 ^= Du1; \ + Bu = ROL32(Asu1, 7); \ + Eba1 = Ba ^((~Be)& Bi ); \ + Eba1 ^= *(pRoundConstants++); \ + Ebe1 = Be ^((~Bi)& Bo ); \ + Ebi1 = Bi ^((~Bo)& Bu ); \ + Ebo1 = Bo ^((~Bu)& Ba ); \ + Ebu1 = Bu ^((~Ba)& Be ); \ +\ + Abo1 ^= Do1; \ + Ba = ROL32(Abo1, 14); \ + Agu1 ^= Du1; \ + Be = ROL32(Agu1, 10); \ + Aka0 ^= Da0; \ + Bi = ROL32(Aka0, 1); \ + Ame0 ^= De0; \ + Bo = ROL32(Ame0, 22); \ + Asi0 ^= Di0; \ + Bu = ROL32(Asi0, 30); \ + Ega1 = Ba ^((~Be)& Bi ); \ + Ege1 = Be ^((~Bi)& Bo ); \ + Egi1 = Bi ^((~Bo)& Bu ); \ + Ego1 = Bo ^((~Bu)& Ba ); \ + Egu1 = Bu ^((~Ba)& Be ); \ +\ + Abe0 ^= De0; \ + Ba = Abe0; \ + Agi1 ^= Di1; \ + Be = ROL32(Agi1, 3); \ + Ako0 ^= Do0; \ + Bi = ROL32(Ako0, 12); \ + Amu1 ^= Du1; \ + Bo = ROL32(Amu1, 4); \ + Asa1 ^= Da1; \ + Bu = ROL32(Asa1, 9); \ + Eka1 = Ba ^((~Be)& Bi ); \ + Eke1 = Be ^((~Bi)& Bo ); \ + Eki1 = Bi ^((~Bo)& Bu ); \ + Eko1 = Bo ^((~Bu)& Ba ); \ + Eku1 = Bu ^((~Ba)& Be ); \ +\ + Abu0 ^= Du0; \ + Ba = ROL32(Abu0, 13); \ + Aga1 ^= Da1; \ + Be = ROL32(Aga1, 18); \ + Ake1 ^= De1; \ + Bi = ROL32(Ake1, 5); \ + Ami0 ^= Di0; \ + Bo = ROL32(Ami0, 7); \ + Aso1 ^= Do1; \ + Bu = ROL32(Aso1, 28); \ + Ema1 = Ba ^((~Be)& Bi ); \ + Eme1 = Be ^((~Bi)& Bo ); \ + Emi1 = Bi ^((~Bo)& Bu ); \ + Emo1 = Bo ^((~Bu)& Ba ); \ + Emu1 = Bu ^((~Ba)& Be ); \ +\ + Abi1 ^= Di1; \ + Ba = ROL32(Abi1, 31); \ + Ago0 ^= Do0; \ + Be = ROL32(Ago0, 27); \ + Aku0 ^= Du0; \ + Bi = ROL32(Aku0, 19); \ + Ama0 ^= Da0; \ + Bo = ROL32(Ama0, 20); \ + Ase1 ^= De1; \ + Bu = ROL32(Ase1, 1); \ + Esa1 = Ba ^((~Be)& Bi ); \ + Ese1 = Be ^((~Bi)& Bo ); \ + Esi1 = Bi ^((~Bo)& Bu ); \ + Eso1 = Bo ^((~Bu)& Ba ); \ + Esu1 = Bu ^((~Ba)& Be ); \ +\ + Cx = Ebu0^Egu0^Eku0^Emu0^Esu0; \ + Du1 = Ebe1^Ege1^Eke1^Eme1^Ese1; \ + Da0 = Cx^ROL32(Du1, 1); \ + Cz = Ebu1^Egu1^Eku1^Emu1^Esu1; \ + Du0 = Ebe0^Ege0^Eke0^Eme0^Ese0; \ + Da1 = Cz^Du0; \ +\ + Cw = Ebi0^Egi0^Eki0^Emi0^Esi0; \ + Do0 = Cw^ROL32(Cz, 1); \ + Cy = Ebi1^Egi1^Eki1^Emi1^Esi1; \ + Do1 = Cy^Cx; \ +\ + Cx = Eba0^Ega0^Eka0^Ema0^Esa0; \ + De0 = Cx^ROL32(Cy, 1); \ + Cz = Eba1^Ega1^Eka1^Ema1^Esa1; \ + De1 = Cz^Cw; \ +\ + Cy = Ebo1^Ego1^Eko1^Emo1^Eso1; \ + Di0 = Du0^ROL32(Cy, 1); \ + Cw = Ebo0^Ego0^Eko0^Emo0^Eso0; \ + Di1 = Du1^Cw; \ +\ + Du0 = Cw^ROL32(Cz, 1); \ + Du1 = Cy^Cx; \ +\ + Eba0 ^= Da0; \ + Ba = Eba0; \ + Ege0 ^= De0; \ + Be = ROL32(Ege0, 22); \ + Eki1 ^= Di1; \ + Bi = ROL32(Eki1, 22); \ + Emo1 ^= Do1; \ + Bo = ROL32(Emo1, 11); \ + Esu0 ^= Du0; \ + Bu = ROL32(Esu0, 7); \ + Aba0 = Ba ^((~Be)& Bi ); \ + Aba0 ^= *(pRoundConstants++); \ + Abe0 = Be ^((~Bi)& Bo ); \ + Abi0 = Bi ^((~Bo)& Bu ); \ + Abo0 = Bo ^((~Bu)& Ba ); \ + Abu0 = Bu ^((~Ba)& Be ); \ +\ + Ebo0 ^= Do0; \ + Ba = ROL32(Ebo0, 14); \ + Egu0 ^= Du0; \ + Be = ROL32(Egu0, 10); \ + Eka1 ^= Da1; \ + Bi = ROL32(Eka1, 2); \ + Eme1 ^= De1; \ + Bo = ROL32(Eme1, 23); \ + Esi1 ^= Di1; \ + Bu = ROL32(Esi1, 31); \ + Aga0 = Ba ^((~Be)& Bi ); \ + Age0 = Be ^((~Bi)& Bo ); \ + Agi0 = Bi ^((~Bo)& Bu ); \ + Ago0 = Bo ^((~Bu)& Ba ); \ + Agu0 = Bu ^((~Ba)& Be ); \ +\ + Ebe1 ^= De1; \ + Ba = ROL32(Ebe1, 1); \ + Egi0 ^= Di0; \ + Be = ROL32(Egi0, 3); \ + Eko1 ^= Do1; \ + Bi = ROL32(Eko1, 13); \ + Emu0 ^= Du0; \ + Bo = ROL32(Emu0, 4); \ + Esa0 ^= Da0; \ + Bu = ROL32(Esa0, 9); \ + Aka0 = Ba ^((~Be)& Bi ); \ + Ake0 = Be ^((~Bi)& Bo ); \ + Aki0 = Bi ^((~Bo)& Bu ); \ + Ako0 = Bo ^((~Bu)& Ba ); \ + Aku0 = Bu ^((~Ba)& Be ); \ +\ + Ebu1 ^= Du1; \ + Ba = ROL32(Ebu1, 14); \ + Ega0 ^= Da0; \ + Be = ROL32(Ega0, 18); \ + Eke0 ^= De0; \ + Bi = ROL32(Eke0, 5); \ + Emi1 ^= Di1; \ + Bo = ROL32(Emi1, 8); \ + Eso0 ^= Do0; \ + Bu = ROL32(Eso0, 28); \ + Ama0 = Ba ^((~Be)& Bi ); \ + Ame0 = Be ^((~Bi)& Bo ); \ + Ami0 = Bi ^((~Bo)& Bu ); \ + Amo0 = Bo ^((~Bu)& Ba ); \ + Amu0 = Bu ^((~Ba)& Be ); \ +\ + Ebi0 ^= Di0; \ + Ba = ROL32(Ebi0, 31); \ + Ego1 ^= Do1; \ + Be = ROL32(Ego1, 28); \ + Eku1 ^= Du1; \ + Bi = ROL32(Eku1, 20); \ + Ema1 ^= Da1; \ + Bo = ROL32(Ema1, 21); \ + Ese0 ^= De0; \ + Bu = ROL32(Ese0, 1); \ + Asa0 = Ba ^((~Be)& Bi ); \ + Ase0 = Be ^((~Bi)& Bo ); \ + Asi0 = Bi ^((~Bo)& Bu ); \ + Aso0 = Bo ^((~Bu)& Ba ); \ + Asu0 = Bu ^((~Ba)& Be ); \ +\ + Eba1 ^= Da1; \ + Ba = Eba1; \ + Ege1 ^= De1; \ + Be = ROL32(Ege1, 22); \ + Eki0 ^= Di0; \ + Bi = ROL32(Eki0, 21); \ + Emo0 ^= Do0; \ + Bo = ROL32(Emo0, 10); \ + Esu1 ^= Du1; \ + Bu = ROL32(Esu1, 7); \ + Aba1 = Ba ^((~Be)& Bi ); \ + Aba1 ^= *(pRoundConstants++); \ + Abe1 = Be ^((~Bi)& Bo ); \ + Abi1 = Bi ^((~Bo)& Bu ); \ + Abo1 = Bo ^((~Bu)& Ba ); \ + Abu1 = Bu ^((~Ba)& Be ); \ +\ + Ebo1 ^= Do1; \ + Ba = ROL32(Ebo1, 14); \ + Egu1 ^= Du1; \ + Be = ROL32(Egu1, 10); \ + Eka0 ^= Da0; \ + Bi = ROL32(Eka0, 1); \ + Eme0 ^= De0; \ + Bo = ROL32(Eme0, 22); \ + Esi0 ^= Di0; \ + Bu = ROL32(Esi0, 30); \ + Aga1 = Ba ^((~Be)& Bi ); \ + Age1 = Be ^((~Bi)& Bo ); \ + Agi1 = Bi ^((~Bo)& Bu ); \ + Ago1 = Bo ^((~Bu)& Ba ); \ + Agu1 = Bu ^((~Ba)& Be ); \ +\ + Ebe0 ^= De0; \ + Ba = Ebe0; \ + Egi1 ^= Di1; \ + Be = ROL32(Egi1, 3); \ + Eko0 ^= Do0; \ + Bi = ROL32(Eko0, 12); \ + Emu1 ^= Du1; \ + Bo = ROL32(Emu1, 4); \ + Esa1 ^= Da1; \ + Bu = ROL32(Esa1, 9); \ + Aka1 = Ba ^((~Be)& Bi ); \ + Ake1 = Be ^((~Bi)& Bo ); \ + Aki1 = Bi ^((~Bo)& Bu ); \ + Ako1 = Bo ^((~Bu)& Ba ); \ + Aku1 = Bu ^((~Ba)& Be ); \ +\ + Ebu0 ^= Du0; \ + Ba = ROL32(Ebu0, 13); \ + Ega1 ^= Da1; \ + Be = ROL32(Ega1, 18); \ + Eke1 ^= De1; \ + Bi = ROL32(Eke1, 5); \ + Emi0 ^= Di0; \ + Bo = ROL32(Emi0, 7); \ + Eso1 ^= Do1; \ + Bu = ROL32(Eso1, 28); \ + Ama1 = Ba ^((~Be)& Bi ); \ + Ame1 = Be ^((~Bi)& Bo ); \ + Ami1 = Bi ^((~Bo)& Bu ); \ + Amo1 = Bo ^((~Bu)& Ba ); \ + Amu1 = Bu ^((~Ba)& Be ); \ +\ + Ebi1 ^= Di1; \ + Ba = ROL32(Ebi1, 31); \ + Ego0 ^= Do0; \ + Be = ROL32(Ego0, 27); \ + Eku0 ^= Du0; \ + Bi = ROL32(Eku0, 19); \ + Ema0 ^= Da0; \ + Bo = ROL32(Ema0, 20); \ + Ese1 ^= De1; \ + Bu = ROL32(Ese1, 1); \ + Asa1 = Ba ^((~Be)& Bi ); \ + Ase1 = Be ^((~Bi)& Bo ); \ + Asi1 = Bi ^((~Bo)& Bu ); \ + Aso1 = Bo ^((~Bu)& Ba ); \ + Asu1 = Bu ^((~Ba)& Be ); \ + } \ + copyToState(state, A) \ +} + +#define copyFromState(X, state) \ + X##ba0 = state[ 0]; \ + X##ba1 = state[ 1]; \ + X##be0 = state[ 2]; \ + X##be1 = state[ 3]; \ + X##bi0 = state[ 4]; \ + X##bi1 = state[ 5]; \ + X##bo0 = state[ 6]; \ + X##bo1 = state[ 7]; \ + X##bu0 = state[ 8]; \ + X##bu1 = state[ 9]; \ + X##ga0 = state[10]; \ + X##ga1 = state[11]; \ + X##ge0 = state[12]; \ + X##ge1 = state[13]; \ + X##gi0 = state[14]; \ + X##gi1 = state[15]; \ + X##go0 = state[16]; \ + X##go1 = state[17]; \ + X##gu0 = state[18]; \ + X##gu1 = state[19]; \ + X##ka0 = state[20]; \ + X##ka1 = state[21]; \ + X##ke0 = state[22]; \ + X##ke1 = state[23]; \ + X##ki0 = state[24]; \ + X##ki1 = state[25]; \ + X##ko0 = state[26]; \ + X##ko1 = state[27]; \ + X##ku0 = state[28]; \ + X##ku1 = state[29]; \ + X##ma0 = state[30]; \ + X##ma1 = state[31]; \ + X##me0 = state[32]; \ + X##me1 = state[33]; \ + X##mi0 = state[34]; \ + X##mi1 = state[35]; \ + X##mo0 = state[36]; \ + X##mo1 = state[37]; \ + X##mu0 = state[38]; \ + X##mu1 = state[39]; \ + X##sa0 = state[40]; \ + X##sa1 = state[41]; \ + X##se0 = state[42]; \ + X##se1 = state[43]; \ + X##si0 = state[44]; \ + X##si1 = state[45]; \ + X##so0 = state[46]; \ + X##so1 = state[47]; \ + X##su0 = state[48]; \ + X##su1 = state[49]; \ + +#define copyToState(state, X) \ + state[ 0] = X##ba0; \ + state[ 1] = X##ba1; \ + state[ 2] = X##be0; \ + state[ 3] = X##be1; \ + state[ 4] = X##bi0; \ + state[ 5] = X##bi1; \ + state[ 6] = X##bo0; \ + state[ 7] = X##bo1; \ + state[ 8] = X##bu0; \ + state[ 9] = X##bu1; \ + state[10] = X##ga0; \ + state[11] = X##ga1; \ + state[12] = X##ge0; \ + state[13] = X##ge1; \ + state[14] = X##gi0; \ + state[15] = X##gi1; \ + state[16] = X##go0; \ + state[17] = X##go1; \ + state[18] = X##gu0; \ + state[19] = X##gu1; \ + state[20] = X##ka0; \ + state[21] = X##ka1; \ + state[22] = X##ke0; \ + state[23] = X##ke1; \ + state[24] = X##ki0; \ + state[25] = X##ki1; \ + state[26] = X##ko0; \ + state[27] = X##ko1; \ + state[28] = X##ku0; \ + state[29] = X##ku1; \ + state[30] = X##ma0; \ + state[31] = X##ma1; \ + state[32] = X##me0; \ + state[33] = X##me1; \ + state[34] = X##mi0; \ + state[35] = X##mi1; \ + state[36] = X##mo0; \ + state[37] = X##mo1; \ + state[38] = X##mu0; \ + state[39] = X##mu1; \ + state[40] = X##sa0; \ + state[41] = X##sa1; \ + state[42] = X##se0; \ + state[43] = X##se1; \ + state[44] = X##si0; \ + state[45] = X##si1; \ + state[46] = X##so0; \ + state[47] = X##so1; \ + state[48] = X##su0; \ + state[49] = X##su1; \ + + +#endif \ No newline at end of file diff --git a/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-32-s1.h b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-32-s1.h new file mode 100644 index 0000000..7c93036 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-32-s1.h @@ -0,0 +1,1191 @@ +/* +Code automatically generated by KeccakTools! + +The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, +Michaël Peeters and Gilles Van Assche. For more information, feedback or +questions, please refer to our website: http://keccak.noekeon.org/ + +Implementation by the designers, +hereby denoted as "the implementer". + +To the extent possible under law, the implementer has waived all copyright +and related or neighboring rights to the source code in this file. +http://creativecommons.org/publicdomain/zero/1.0/ +*/ + +#ifndef _Keccak1600_32_s1_h_ +#define _Keccak1600_32_s1_h_ + +#define declareABCDE \ + UINT32 Aba0, Abe0, Abi0, Abo0, Abu0; \ + UINT32 Aba1, Abe1, Abi1, Abo1, Abu1; \ + UINT32 Aga0, Age0, Agi0, Ago0, Agu0; \ + UINT32 Aga1, Age1, Agi1, Ago1, Agu1; \ + UINT32 Aka0, Ake0, Aki0, Ako0, Aku0; \ + UINT32 Aka1, Ake1, Aki1, Ako1, Aku1; \ + UINT32 Ama0, Ame0, Ami0, Amo0, Amu0; \ + UINT32 Ama1, Ame1, Ami1, Amo1, Amu1; \ + UINT32 Asa0, Ase0, Asi0, Aso0, Asu0; \ + UINT32 Asa1, Ase1, Asi1, Aso1, Asu1; \ + UINT32 Bba0, Bbe0, Bbi0, Bbo0, Bbu0; \ + UINT32 Bba1, Bbe1, Bbi1, Bbo1, Bbu1; \ + UINT32 Bga0, Bge0, Bgi0, Bgo0, Bgu0; \ + UINT32 Bga1, Bge1, Bgi1, Bgo1, Bgu1; \ + UINT32 Bka0, Bke0, Bki0, Bko0, Bku0; \ + UINT32 Bka1, Bke1, Bki1, Bko1, Bku1; \ + UINT32 Bma0, Bme0, Bmi0, Bmo0, Bmu0; \ + UINT32 Bma1, Bme1, Bmi1, Bmo1, Bmu1; \ + UINT32 Bsa0, Bse0, Bsi0, Bso0, Bsu0; \ + UINT32 Bsa1, Bse1, Bsi1, Bso1, Bsu1; \ + UINT32 Ca0, Ce0, Ci0, Co0, Cu0; \ + UINT32 Ca1, Ce1, Ci1, Co1, Cu1; \ + UINT32 Da0, De0, Di0, Do0, Du0; \ + UINT32 Da1, De1, Di1, Do1, Du1; \ + UINT32 Eba0, Ebe0, Ebi0, Ebo0, Ebu0; \ + UINT32 Eba1, Ebe1, Ebi1, Ebo1, Ebu1; \ + UINT32 Ega0, Ege0, Egi0, Ego0, Egu0; \ + UINT32 Ega1, Ege1, Egi1, Ego1, Egu1; \ + UINT32 Eka0, Eke0, Eki0, Eko0, Eku0; \ + UINT32 Eka1, Eke1, Eki1, Eko1, Eku1; \ + UINT32 Ema0, Eme0, Emi0, Emo0, Emu0; \ + UINT32 Ema1, Eme1, Emi1, Emo1, Emu1; \ + UINT32 Esa0, Ese0, Esi0, Eso0, Esu0; \ + UINT32 Esa1, Ese1, Esi1, Eso1, Esu1; \ + +#define prepareTheta \ + Ca0 = Aba0^Aga0^Aka0^Ama0^Asa0; \ + Ca1 = Aba1^Aga1^Aka1^Ama1^Asa1; \ + Ce0 = Abe0^Age0^Ake0^Ame0^Ase0; \ + Ce1 = Abe1^Age1^Ake1^Ame1^Ase1; \ + Ci0 = Abi0^Agi0^Aki0^Ami0^Asi0; \ + Ci1 = Abi1^Agi1^Aki1^Ami1^Asi1; \ + Co0 = Abo0^Ago0^Ako0^Amo0^Aso0; \ + Co1 = Abo1^Ago1^Ako1^Amo1^Aso1; \ + Cu0 = Abu0^Agu0^Aku0^Amu0^Asu0; \ + Cu1 = Abu1^Agu1^Aku1^Amu1^Asu1; \ + +#ifdef UseBebigokimisa +/* --- Code for round, with prepare-theta (lane complementing pattern 'bebigokimisa') */ +/* --- using factor 2 interleaving, 64-bit lanes mapped to 32-bit words */ +#define thetaRhoPiChiIotaPrepareTheta(i, A, E) \ + Da0 = Cu0^ROL32(Ce1, 1); \ + Da1 = Cu1^Ce0; \ + De0 = Ca0^ROL32(Ci1, 1); \ + De1 = Ca1^Ci0; \ + Di0 = Ce0^ROL32(Co1, 1); \ + Di1 = Ce1^Co0; \ + Do0 = Ci0^ROL32(Cu1, 1); \ + Do1 = Ci1^Cu0; \ + Du0 = Co0^ROL32(Ca1, 1); \ + Du1 = Co1^Ca0; \ +\ + A##ba0 ^= Da0; \ + Bba0 = A##ba0; \ + A##ge0 ^= De0; \ + Bbe0 = ROL32(A##ge0, 22); \ + A##ki1 ^= Di1; \ + Bbi0 = ROL32(A##ki1, 22); \ + A##mo1 ^= Do1; \ + Bbo0 = ROL32(A##mo1, 11); \ + A##su0 ^= Du0; \ + Bbu0 = ROL32(A##su0, 7); \ + E##ba0 = Bba0 ^( Bbe0 | Bbi0 ); \ + E##ba0 ^= KeccakF1600RoundConstants_int2_0[i]; \ + Ca0 = E##ba0; \ + E##be0 = Bbe0 ^((~Bbi0)| Bbo0 ); \ + Ce0 = E##be0; \ + E##bi0 = Bbi0 ^( Bbo0 & Bbu0 ); \ + Ci0 = E##bi0; \ + E##bo0 = Bbo0 ^( Bbu0 | Bba0 ); \ + Co0 = E##bo0; \ + E##bu0 = Bbu0 ^( Bba0 & Bbe0 ); \ + Cu0 = E##bu0; \ +\ + A##ba1 ^= Da1; \ + Bba1 = A##ba1; \ + A##ge1 ^= De1; \ + Bbe1 = ROL32(A##ge1, 22); \ + A##ki0 ^= Di0; \ + Bbi1 = ROL32(A##ki0, 21); \ + A##mo0 ^= Do0; \ + Bbo1 = ROL32(A##mo0, 10); \ + A##su1 ^= Du1; \ + Bbu1 = ROL32(A##su1, 7); \ + E##ba1 = Bba1 ^( Bbe1 | Bbi1 ); \ + E##ba1 ^= KeccakF1600RoundConstants_int2_1[i]; \ + Ca1 = E##ba1; \ + E##be1 = Bbe1 ^((~Bbi1)| Bbo1 ); \ + Ce1 = E##be1; \ + E##bi1 = Bbi1 ^( Bbo1 & Bbu1 ); \ + Ci1 = E##bi1; \ + E##bo1 = Bbo1 ^( Bbu1 | Bba1 ); \ + Co1 = E##bo1; \ + E##bu1 = Bbu1 ^( Bba1 & Bbe1 ); \ + Cu1 = E##bu1; \ +\ + A##bo0 ^= Do0; \ + Bga0 = ROL32(A##bo0, 14); \ + A##gu0 ^= Du0; \ + Bge0 = ROL32(A##gu0, 10); \ + A##ka1 ^= Da1; \ + Bgi0 = ROL32(A##ka1, 2); \ + A##me1 ^= De1; \ + Bgo0 = ROL32(A##me1, 23); \ + A##si1 ^= Di1; \ + Bgu0 = ROL32(A##si1, 31); \ + E##ga0 = Bga0 ^( Bge0 | Bgi0 ); \ + Ca0 ^= E##ga0; \ + E##ge0 = Bge0 ^( Bgi0 & Bgo0 ); \ + Ce0 ^= E##ge0; \ + E##gi0 = Bgi0 ^( Bgo0 |(~Bgu0)); \ + Ci0 ^= E##gi0; \ + E##go0 = Bgo0 ^( Bgu0 | Bga0 ); \ + Co0 ^= E##go0; \ + E##gu0 = Bgu0 ^( Bga0 & Bge0 ); \ + Cu0 ^= E##gu0; \ +\ + A##bo1 ^= Do1; \ + Bga1 = ROL32(A##bo1, 14); \ + A##gu1 ^= Du1; \ + Bge1 = ROL32(A##gu1, 10); \ + A##ka0 ^= Da0; \ + Bgi1 = ROL32(A##ka0, 1); \ + A##me0 ^= De0; \ + Bgo1 = ROL32(A##me0, 22); \ + A##si0 ^= Di0; \ + Bgu1 = ROL32(A##si0, 30); \ + E##ga1 = Bga1 ^( Bge1 | Bgi1 ); \ + Ca1 ^= E##ga1; \ + E##ge1 = Bge1 ^( Bgi1 & Bgo1 ); \ + Ce1 ^= E##ge1; \ + E##gi1 = Bgi1 ^( Bgo1 |(~Bgu1)); \ + Ci1 ^= E##gi1; \ + E##go1 = Bgo1 ^( Bgu1 | Bga1 ); \ + Co1 ^= E##go1; \ + E##gu1 = Bgu1 ^( Bga1 & Bge1 ); \ + Cu1 ^= E##gu1; \ +\ + A##be1 ^= De1; \ + Bka0 = ROL32(A##be1, 1); \ + A##gi0 ^= Di0; \ + Bke0 = ROL32(A##gi0, 3); \ + A##ko1 ^= Do1; \ + Bki0 = ROL32(A##ko1, 13); \ + A##mu0 ^= Du0; \ + Bko0 = ROL32(A##mu0, 4); \ + A##sa0 ^= Da0; \ + Bku0 = ROL32(A##sa0, 9); \ + E##ka0 = Bka0 ^( Bke0 | Bki0 ); \ + Ca0 ^= E##ka0; \ + E##ke0 = Bke0 ^( Bki0 & Bko0 ); \ + Ce0 ^= E##ke0; \ + E##ki0 = Bki0 ^((~Bko0)& Bku0 ); \ + Ci0 ^= E##ki0; \ + E##ko0 = (~Bko0)^( Bku0 | Bka0 ); \ + Co0 ^= E##ko0; \ + E##ku0 = Bku0 ^( Bka0 & Bke0 ); \ + Cu0 ^= E##ku0; \ +\ + A##be0 ^= De0; \ + Bka1 = A##be0; \ + A##gi1 ^= Di1; \ + Bke1 = ROL32(A##gi1, 3); \ + A##ko0 ^= Do0; \ + Bki1 = ROL32(A##ko0, 12); \ + A##mu1 ^= Du1; \ + Bko1 = ROL32(A##mu1, 4); \ + A##sa1 ^= Da1; \ + Bku1 = ROL32(A##sa1, 9); \ + E##ka1 = Bka1 ^( Bke1 | Bki1 ); \ + Ca1 ^= E##ka1; \ + E##ke1 = Bke1 ^( Bki1 & Bko1 ); \ + Ce1 ^= E##ke1; \ + E##ki1 = Bki1 ^((~Bko1)& Bku1 ); \ + Ci1 ^= E##ki1; \ + E##ko1 = (~Bko1)^( Bku1 | Bka1 ); \ + Co1 ^= E##ko1; \ + E##ku1 = Bku1 ^( Bka1 & Bke1 ); \ + Cu1 ^= E##ku1; \ +\ + A##bu1 ^= Du1; \ + Bma0 = ROL32(A##bu1, 14); \ + A##ga0 ^= Da0; \ + Bme0 = ROL32(A##ga0, 18); \ + A##ke0 ^= De0; \ + Bmi0 = ROL32(A##ke0, 5); \ + A##mi1 ^= Di1; \ + Bmo0 = ROL32(A##mi1, 8); \ + A##so0 ^= Do0; \ + Bmu0 = ROL32(A##so0, 28); \ + E##ma0 = Bma0 ^( Bme0 & Bmi0 ); \ + Ca0 ^= E##ma0; \ + E##me0 = Bme0 ^( Bmi0 | Bmo0 ); \ + Ce0 ^= E##me0; \ + E##mi0 = Bmi0 ^((~Bmo0)| Bmu0 ); \ + Ci0 ^= E##mi0; \ + E##mo0 = (~Bmo0)^( Bmu0 & Bma0 ); \ + Co0 ^= E##mo0; \ + E##mu0 = Bmu0 ^( Bma0 | Bme0 ); \ + Cu0 ^= E##mu0; \ +\ + A##bu0 ^= Du0; \ + Bma1 = ROL32(A##bu0, 13); \ + A##ga1 ^= Da1; \ + Bme1 = ROL32(A##ga1, 18); \ + A##ke1 ^= De1; \ + Bmi1 = ROL32(A##ke1, 5); \ + A##mi0 ^= Di0; \ + Bmo1 = ROL32(A##mi0, 7); \ + A##so1 ^= Do1; \ + Bmu1 = ROL32(A##so1, 28); \ + E##ma1 = Bma1 ^( Bme1 & Bmi1 ); \ + Ca1 ^= E##ma1; \ + E##me1 = Bme1 ^( Bmi1 | Bmo1 ); \ + Ce1 ^= E##me1; \ + E##mi1 = Bmi1 ^((~Bmo1)| Bmu1 ); \ + Ci1 ^= E##mi1; \ + E##mo1 = (~Bmo1)^( Bmu1 & Bma1 ); \ + Co1 ^= E##mo1; \ + E##mu1 = Bmu1 ^( Bma1 | Bme1 ); \ + Cu1 ^= E##mu1; \ +\ + A##bi0 ^= Di0; \ + Bsa0 = ROL32(A##bi0, 31); \ + A##go1 ^= Do1; \ + Bse0 = ROL32(A##go1, 28); \ + A##ku1 ^= Du1; \ + Bsi0 = ROL32(A##ku1, 20); \ + A##ma1 ^= Da1; \ + Bso0 = ROL32(A##ma1, 21); \ + A##se0 ^= De0; \ + Bsu0 = ROL32(A##se0, 1); \ + E##sa0 = Bsa0 ^((~Bse0)& Bsi0 ); \ + Ca0 ^= E##sa0; \ + E##se0 = (~Bse0)^( Bsi0 | Bso0 ); \ + Ce0 ^= E##se0; \ + E##si0 = Bsi0 ^( Bso0 & Bsu0 ); \ + Ci0 ^= E##si0; \ + E##so0 = Bso0 ^( Bsu0 | Bsa0 ); \ + Co0 ^= E##so0; \ + E##su0 = Bsu0 ^( Bsa0 & Bse0 ); \ + Cu0 ^= E##su0; \ +\ + A##bi1 ^= Di1; \ + Bsa1 = ROL32(A##bi1, 31); \ + A##go0 ^= Do0; \ + Bse1 = ROL32(A##go0, 27); \ + A##ku0 ^= Du0; \ + Bsi1 = ROL32(A##ku0, 19); \ + A##ma0 ^= Da0; \ + Bso1 = ROL32(A##ma0, 20); \ + A##se1 ^= De1; \ + Bsu1 = ROL32(A##se1, 1); \ + E##sa1 = Bsa1 ^((~Bse1)& Bsi1 ); \ + Ca1 ^= E##sa1; \ + E##se1 = (~Bse1)^( Bsi1 | Bso1 ); \ + Ce1 ^= E##se1; \ + E##si1 = Bsi1 ^( Bso1 & Bsu1 ); \ + Ci1 ^= E##si1; \ + E##so1 = Bso1 ^( Bsu1 | Bsa1 ); \ + Co1 ^= E##so1; \ + E##su1 = Bsu1 ^( Bsa1 & Bse1 ); \ + Cu1 ^= E##su1; \ +\ + +/* --- Code for round (lane complementing pattern 'bebigokimisa') */ +/* --- using factor 2 interleaving, 64-bit lanes mapped to 32-bit words */ +#define thetaRhoPiChiIota(i, A, E) \ + Da0 = Cu0^ROL32(Ce1, 1); \ + Da1 = Cu1^Ce0; \ + De0 = Ca0^ROL32(Ci1, 1); \ + De1 = Ca1^Ci0; \ + Di0 = Ce0^ROL32(Co1, 1); \ + Di1 = Ce1^Co0; \ + Do0 = Ci0^ROL32(Cu1, 1); \ + Do1 = Ci1^Cu0; \ + Du0 = Co0^ROL32(Ca1, 1); \ + Du1 = Co1^Ca0; \ +\ + A##ba0 ^= Da0; \ + Bba0 = A##ba0; \ + A##ge0 ^= De0; \ + Bbe0 = ROL32(A##ge0, 22); \ + A##ki1 ^= Di1; \ + Bbi0 = ROL32(A##ki1, 22); \ + A##mo1 ^= Do1; \ + Bbo0 = ROL32(A##mo1, 11); \ + A##su0 ^= Du0; \ + Bbu0 = ROL32(A##su0, 7); \ + E##ba0 = Bba0 ^( Bbe0 | Bbi0 ); \ + E##ba0 ^= KeccakF1600RoundConstants_int2_0[i]; \ + E##be0 = Bbe0 ^((~Bbi0)| Bbo0 ); \ + E##bi0 = Bbi0 ^( Bbo0 & Bbu0 ); \ + E##bo0 = Bbo0 ^( Bbu0 | Bba0 ); \ + E##bu0 = Bbu0 ^( Bba0 & Bbe0 ); \ +\ + A##ba1 ^= Da1; \ + Bba1 = A##ba1; \ + A##ge1 ^= De1; \ + Bbe1 = ROL32(A##ge1, 22); \ + A##ki0 ^= Di0; \ + Bbi1 = ROL32(A##ki0, 21); \ + A##mo0 ^= Do0; \ + Bbo1 = ROL32(A##mo0, 10); \ + A##su1 ^= Du1; \ + Bbu1 = ROL32(A##su1, 7); \ + E##ba1 = Bba1 ^( Bbe1 | Bbi1 ); \ + E##ba1 ^= KeccakF1600RoundConstants_int2_1[i]; \ + E##be1 = Bbe1 ^((~Bbi1)| Bbo1 ); \ + E##bi1 = Bbi1 ^( Bbo1 & Bbu1 ); \ + E##bo1 = Bbo1 ^( Bbu1 | Bba1 ); \ + E##bu1 = Bbu1 ^( Bba1 & Bbe1 ); \ +\ + A##bo0 ^= Do0; \ + Bga0 = ROL32(A##bo0, 14); \ + A##gu0 ^= Du0; \ + Bge0 = ROL32(A##gu0, 10); \ + A##ka1 ^= Da1; \ + Bgi0 = ROL32(A##ka1, 2); \ + A##me1 ^= De1; \ + Bgo0 = ROL32(A##me1, 23); \ + A##si1 ^= Di1; \ + Bgu0 = ROL32(A##si1, 31); \ + E##ga0 = Bga0 ^( Bge0 | Bgi0 ); \ + E##ge0 = Bge0 ^( Bgi0 & Bgo0 ); \ + E##gi0 = Bgi0 ^( Bgo0 |(~Bgu0)); \ + E##go0 = Bgo0 ^( Bgu0 | Bga0 ); \ + E##gu0 = Bgu0 ^( Bga0 & Bge0 ); \ +\ + A##bo1 ^= Do1; \ + Bga1 = ROL32(A##bo1, 14); \ + A##gu1 ^= Du1; \ + Bge1 = ROL32(A##gu1, 10); \ + A##ka0 ^= Da0; \ + Bgi1 = ROL32(A##ka0, 1); \ + A##me0 ^= De0; \ + Bgo1 = ROL32(A##me0, 22); \ + A##si0 ^= Di0; \ + Bgu1 = ROL32(A##si0, 30); \ + E##ga1 = Bga1 ^( Bge1 | Bgi1 ); \ + E##ge1 = Bge1 ^( Bgi1 & Bgo1 ); \ + E##gi1 = Bgi1 ^( Bgo1 |(~Bgu1)); \ + E##go1 = Bgo1 ^( Bgu1 | Bga1 ); \ + E##gu1 = Bgu1 ^( Bga1 & Bge1 ); \ +\ + A##be1 ^= De1; \ + Bka0 = ROL32(A##be1, 1); \ + A##gi0 ^= Di0; \ + Bke0 = ROL32(A##gi0, 3); \ + A##ko1 ^= Do1; \ + Bki0 = ROL32(A##ko1, 13); \ + A##mu0 ^= Du0; \ + Bko0 = ROL32(A##mu0, 4); \ + A##sa0 ^= Da0; \ + Bku0 = ROL32(A##sa0, 9); \ + E##ka0 = Bka0 ^( Bke0 | Bki0 ); \ + E##ke0 = Bke0 ^( Bki0 & Bko0 ); \ + E##ki0 = Bki0 ^((~Bko0)& Bku0 ); \ + E##ko0 = (~Bko0)^( Bku0 | Bka0 ); \ + E##ku0 = Bku0 ^( Bka0 & Bke0 ); \ +\ + A##be0 ^= De0; \ + Bka1 = A##be0; \ + A##gi1 ^= Di1; \ + Bke1 = ROL32(A##gi1, 3); \ + A##ko0 ^= Do0; \ + Bki1 = ROL32(A##ko0, 12); \ + A##mu1 ^= Du1; \ + Bko1 = ROL32(A##mu1, 4); \ + A##sa1 ^= Da1; \ + Bku1 = ROL32(A##sa1, 9); \ + E##ka1 = Bka1 ^( Bke1 | Bki1 ); \ + E##ke1 = Bke1 ^( Bki1 & Bko1 ); \ + E##ki1 = Bki1 ^((~Bko1)& Bku1 ); \ + E##ko1 = (~Bko1)^( Bku1 | Bka1 ); \ + E##ku1 = Bku1 ^( Bka1 & Bke1 ); \ +\ + A##bu1 ^= Du1; \ + Bma0 = ROL32(A##bu1, 14); \ + A##ga0 ^= Da0; \ + Bme0 = ROL32(A##ga0, 18); \ + A##ke0 ^= De0; \ + Bmi0 = ROL32(A##ke0, 5); \ + A##mi1 ^= Di1; \ + Bmo0 = ROL32(A##mi1, 8); \ + A##so0 ^= Do0; \ + Bmu0 = ROL32(A##so0, 28); \ + E##ma0 = Bma0 ^( Bme0 & Bmi0 ); \ + E##me0 = Bme0 ^( Bmi0 | Bmo0 ); \ + E##mi0 = Bmi0 ^((~Bmo0)| Bmu0 ); \ + E##mo0 = (~Bmo0)^( Bmu0 & Bma0 ); \ + E##mu0 = Bmu0 ^( Bma0 | Bme0 ); \ +\ + A##bu0 ^= Du0; \ + Bma1 = ROL32(A##bu0, 13); \ + A##ga1 ^= Da1; \ + Bme1 = ROL32(A##ga1, 18); \ + A##ke1 ^= De1; \ + Bmi1 = ROL32(A##ke1, 5); \ + A##mi0 ^= Di0; \ + Bmo1 = ROL32(A##mi0, 7); \ + A##so1 ^= Do1; \ + Bmu1 = ROL32(A##so1, 28); \ + E##ma1 = Bma1 ^( Bme1 & Bmi1 ); \ + E##me1 = Bme1 ^( Bmi1 | Bmo1 ); \ + E##mi1 = Bmi1 ^((~Bmo1)| Bmu1 ); \ + E##mo1 = (~Bmo1)^( Bmu1 & Bma1 ); \ + E##mu1 = Bmu1 ^( Bma1 | Bme1 ); \ +\ + A##bi0 ^= Di0; \ + Bsa0 = ROL32(A##bi0, 31); \ + A##go1 ^= Do1; \ + Bse0 = ROL32(A##go1, 28); \ + A##ku1 ^= Du1; \ + Bsi0 = ROL32(A##ku1, 20); \ + A##ma1 ^= Da1; \ + Bso0 = ROL32(A##ma1, 21); \ + A##se0 ^= De0; \ + Bsu0 = ROL32(A##se0, 1); \ + E##sa0 = Bsa0 ^((~Bse0)& Bsi0 ); \ + E##se0 = (~Bse0)^( Bsi0 | Bso0 ); \ + E##si0 = Bsi0 ^( Bso0 & Bsu0 ); \ + E##so0 = Bso0 ^( Bsu0 | Bsa0 ); \ + E##su0 = Bsu0 ^( Bsa0 & Bse0 ); \ +\ + A##bi1 ^= Di1; \ + Bsa1 = ROL32(A##bi1, 31); \ + A##go0 ^= Do0; \ + Bse1 = ROL32(A##go0, 27); \ + A##ku0 ^= Du0; \ + Bsi1 = ROL32(A##ku0, 19); \ + A##ma0 ^= Da0; \ + Bso1 = ROL32(A##ma0, 20); \ + A##se1 ^= De1; \ + Bsu1 = ROL32(A##se1, 1); \ + E##sa1 = Bsa1 ^((~Bse1)& Bsi1 ); \ + E##se1 = (~Bse1)^( Bsi1 | Bso1 ); \ + E##si1 = Bsi1 ^( Bso1 & Bsu1 ); \ + E##so1 = Bso1 ^( Bsu1 | Bsa1 ); \ + E##su1 = Bsu1 ^( Bsa1 & Bse1 ); \ +\ + +#else /* UseBebigokimisa */ +/* --- Code for round, with prepare-theta */ +/* --- using factor 2 interleaving, 64-bit lanes mapped to 32-bit words */ +#define thetaRhoPiChiIotaPrepareTheta(i, A, E) \ + Da0 = Cu0^ROL32(Ce1, 1); \ + Da1 = Cu1^Ce0; \ + De0 = Ca0^ROL32(Ci1, 1); \ + De1 = Ca1^Ci0; \ + Di0 = Ce0^ROL32(Co1, 1); \ + Di1 = Ce1^Co0; \ + Do0 = Ci0^ROL32(Cu1, 1); \ + Do1 = Ci1^Cu0; \ + Du0 = Co0^ROL32(Ca1, 1); \ + Du1 = Co1^Ca0; \ +\ + A##ba0 ^= Da0; \ + Bba0 = A##ba0; \ + A##ge0 ^= De0; \ + Bbe0 = ROL32(A##ge0, 22); \ + A##ki1 ^= Di1; \ + Bbi0 = ROL32(A##ki1, 22); \ + A##mo1 ^= Do1; \ + Bbo0 = ROL32(A##mo1, 11); \ + A##su0 ^= Du0; \ + Bbu0 = ROL32(A##su0, 7); \ + E##ba0 = Bba0 ^((~Bbe0)& Bbi0 ); \ + E##ba0 ^= KeccakF1600RoundConstants_int2_0[i]; \ + Ca0 = E##ba0; \ + E##be0 = Bbe0 ^((~Bbi0)& Bbo0 ); \ + Ce0 = E##be0; \ + E##bi0 = Bbi0 ^((~Bbo0)& Bbu0 ); \ + Ci0 = E##bi0; \ + E##bo0 = Bbo0 ^((~Bbu0)& Bba0 ); \ + Co0 = E##bo0; \ + E##bu0 = Bbu0 ^((~Bba0)& Bbe0 ); \ + Cu0 = E##bu0; \ +\ + A##ba1 ^= Da1; \ + Bba1 = A##ba1; \ + A##ge1 ^= De1; \ + Bbe1 = ROL32(A##ge1, 22); \ + A##ki0 ^= Di0; \ + Bbi1 = ROL32(A##ki0, 21); \ + A##mo0 ^= Do0; \ + Bbo1 = ROL32(A##mo0, 10); \ + A##su1 ^= Du1; \ + Bbu1 = ROL32(A##su1, 7); \ + E##ba1 = Bba1 ^((~Bbe1)& Bbi1 ); \ + E##ba1 ^= KeccakF1600RoundConstants_int2_1[i]; \ + Ca1 = E##ba1; \ + E##be1 = Bbe1 ^((~Bbi1)& Bbo1 ); \ + Ce1 = E##be1; \ + E##bi1 = Bbi1 ^((~Bbo1)& Bbu1 ); \ + Ci1 = E##bi1; \ + E##bo1 = Bbo1 ^((~Bbu1)& Bba1 ); \ + Co1 = E##bo1; \ + E##bu1 = Bbu1 ^((~Bba1)& Bbe1 ); \ + Cu1 = E##bu1; \ +\ + A##bo0 ^= Do0; \ + Bga0 = ROL32(A##bo0, 14); \ + A##gu0 ^= Du0; \ + Bge0 = ROL32(A##gu0, 10); \ + A##ka1 ^= Da1; \ + Bgi0 = ROL32(A##ka1, 2); \ + A##me1 ^= De1; \ + Bgo0 = ROL32(A##me1, 23); \ + A##si1 ^= Di1; \ + Bgu0 = ROL32(A##si1, 31); \ + E##ga0 = Bga0 ^((~Bge0)& Bgi0 ); \ + Ca0 ^= E##ga0; \ + E##ge0 = Bge0 ^((~Bgi0)& Bgo0 ); \ + Ce0 ^= E##ge0; \ + E##gi0 = Bgi0 ^((~Bgo0)& Bgu0 ); \ + Ci0 ^= E##gi0; \ + E##go0 = Bgo0 ^((~Bgu0)& Bga0 ); \ + Co0 ^= E##go0; \ + E##gu0 = Bgu0 ^((~Bga0)& Bge0 ); \ + Cu0 ^= E##gu0; \ +\ + A##bo1 ^= Do1; \ + Bga1 = ROL32(A##bo1, 14); \ + A##gu1 ^= Du1; \ + Bge1 = ROL32(A##gu1, 10); \ + A##ka0 ^= Da0; \ + Bgi1 = ROL32(A##ka0, 1); \ + A##me0 ^= De0; \ + Bgo1 = ROL32(A##me0, 22); \ + A##si0 ^= Di0; \ + Bgu1 = ROL32(A##si0, 30); \ + E##ga1 = Bga1 ^((~Bge1)& Bgi1 ); \ + Ca1 ^= E##ga1; \ + E##ge1 = Bge1 ^((~Bgi1)& Bgo1 ); \ + Ce1 ^= E##ge1; \ + E##gi1 = Bgi1 ^((~Bgo1)& Bgu1 ); \ + Ci1 ^= E##gi1; \ + E##go1 = Bgo1 ^((~Bgu1)& Bga1 ); \ + Co1 ^= E##go1; \ + E##gu1 = Bgu1 ^((~Bga1)& Bge1 ); \ + Cu1 ^= E##gu1; \ +\ + A##be1 ^= De1; \ + Bka0 = ROL32(A##be1, 1); \ + A##gi0 ^= Di0; \ + Bke0 = ROL32(A##gi0, 3); \ + A##ko1 ^= Do1; \ + Bki0 = ROL32(A##ko1, 13); \ + A##mu0 ^= Du0; \ + Bko0 = ROL32(A##mu0, 4); \ + A##sa0 ^= Da0; \ + Bku0 = ROL32(A##sa0, 9); \ + E##ka0 = Bka0 ^((~Bke0)& Bki0 ); \ + Ca0 ^= E##ka0; \ + E##ke0 = Bke0 ^((~Bki0)& Bko0 ); \ + Ce0 ^= E##ke0; \ + E##ki0 = Bki0 ^((~Bko0)& Bku0 ); \ + Ci0 ^= E##ki0; \ + E##ko0 = Bko0 ^((~Bku0)& Bka0 ); \ + Co0 ^= E##ko0; \ + E##ku0 = Bku0 ^((~Bka0)& Bke0 ); \ + Cu0 ^= E##ku0; \ +\ + A##be0 ^= De0; \ + Bka1 = A##be0; \ + A##gi1 ^= Di1; \ + Bke1 = ROL32(A##gi1, 3); \ + A##ko0 ^= Do0; \ + Bki1 = ROL32(A##ko0, 12); \ + A##mu1 ^= Du1; \ + Bko1 = ROL32(A##mu1, 4); \ + A##sa1 ^= Da1; \ + Bku1 = ROL32(A##sa1, 9); \ + E##ka1 = Bka1 ^((~Bke1)& Bki1 ); \ + Ca1 ^= E##ka1; \ + E##ke1 = Bke1 ^((~Bki1)& Bko1 ); \ + Ce1 ^= E##ke1; \ + E##ki1 = Bki1 ^((~Bko1)& Bku1 ); \ + Ci1 ^= E##ki1; \ + E##ko1 = Bko1 ^((~Bku1)& Bka1 ); \ + Co1 ^= E##ko1; \ + E##ku1 = Bku1 ^((~Bka1)& Bke1 ); \ + Cu1 ^= E##ku1; \ +\ + A##bu1 ^= Du1; \ + Bma0 = ROL32(A##bu1, 14); \ + A##ga0 ^= Da0; \ + Bme0 = ROL32(A##ga0, 18); \ + A##ke0 ^= De0; \ + Bmi0 = ROL32(A##ke0, 5); \ + A##mi1 ^= Di1; \ + Bmo0 = ROL32(A##mi1, 8); \ + A##so0 ^= Do0; \ + Bmu0 = ROL32(A##so0, 28); \ + E##ma0 = Bma0 ^((~Bme0)& Bmi0 ); \ + Ca0 ^= E##ma0; \ + E##me0 = Bme0 ^((~Bmi0)& Bmo0 ); \ + Ce0 ^= E##me0; \ + E##mi0 = Bmi0 ^((~Bmo0)& Bmu0 ); \ + Ci0 ^= E##mi0; \ + E##mo0 = Bmo0 ^((~Bmu0)& Bma0 ); \ + Co0 ^= E##mo0; \ + E##mu0 = Bmu0 ^((~Bma0)& Bme0 ); \ + Cu0 ^= E##mu0; \ +\ + A##bu0 ^= Du0; \ + Bma1 = ROL32(A##bu0, 13); \ + A##ga1 ^= Da1; \ + Bme1 = ROL32(A##ga1, 18); \ + A##ke1 ^= De1; \ + Bmi1 = ROL32(A##ke1, 5); \ + A##mi0 ^= Di0; \ + Bmo1 = ROL32(A##mi0, 7); \ + A##so1 ^= Do1; \ + Bmu1 = ROL32(A##so1, 28); \ + E##ma1 = Bma1 ^((~Bme1)& Bmi1 ); \ + Ca1 ^= E##ma1; \ + E##me1 = Bme1 ^((~Bmi1)& Bmo1 ); \ + Ce1 ^= E##me1; \ + E##mi1 = Bmi1 ^((~Bmo1)& Bmu1 ); \ + Ci1 ^= E##mi1; \ + E##mo1 = Bmo1 ^((~Bmu1)& Bma1 ); \ + Co1 ^= E##mo1; \ + E##mu1 = Bmu1 ^((~Bma1)& Bme1 ); \ + Cu1 ^= E##mu1; \ +\ + A##bi0 ^= Di0; \ + Bsa0 = ROL32(A##bi0, 31); \ + A##go1 ^= Do1; \ + Bse0 = ROL32(A##go1, 28); \ + A##ku1 ^= Du1; \ + Bsi0 = ROL32(A##ku1, 20); \ + A##ma1 ^= Da1; \ + Bso0 = ROL32(A##ma1, 21); \ + A##se0 ^= De0; \ + Bsu0 = ROL32(A##se0, 1); \ + E##sa0 = Bsa0 ^((~Bse0)& Bsi0 ); \ + Ca0 ^= E##sa0; \ + E##se0 = Bse0 ^((~Bsi0)& Bso0 ); \ + Ce0 ^= E##se0; \ + E##si0 = Bsi0 ^((~Bso0)& Bsu0 ); \ + Ci0 ^= E##si0; \ + E##so0 = Bso0 ^((~Bsu0)& Bsa0 ); \ + Co0 ^= E##so0; \ + E##su0 = Bsu0 ^((~Bsa0)& Bse0 ); \ + Cu0 ^= E##su0; \ +\ + A##bi1 ^= Di1; \ + Bsa1 = ROL32(A##bi1, 31); \ + A##go0 ^= Do0; \ + Bse1 = ROL32(A##go0, 27); \ + A##ku0 ^= Du0; \ + Bsi1 = ROL32(A##ku0, 19); \ + A##ma0 ^= Da0; \ + Bso1 = ROL32(A##ma0, 20); \ + A##se1 ^= De1; \ + Bsu1 = ROL32(A##se1, 1); \ + E##sa1 = Bsa1 ^((~Bse1)& Bsi1 ); \ + Ca1 ^= E##sa1; \ + E##se1 = Bse1 ^((~Bsi1)& Bso1 ); \ + Ce1 ^= E##se1; \ + E##si1 = Bsi1 ^((~Bso1)& Bsu1 ); \ + Ci1 ^= E##si1; \ + E##so1 = Bso1 ^((~Bsu1)& Bsa1 ); \ + Co1 ^= E##so1; \ + E##su1 = Bsu1 ^((~Bsa1)& Bse1 ); \ + Cu1 ^= E##su1; \ +\ + +/* --- Code for round */ +/* --- using factor 2 interleaving, 64-bit lanes mapped to 32-bit words */ +#define thetaRhoPiChiIota(i, A, E) \ + Da0 = Cu0^ROL32(Ce1, 1); \ + Da1 = Cu1^Ce0; \ + De0 = Ca0^ROL32(Ci1, 1); \ + De1 = Ca1^Ci0; \ + Di0 = Ce0^ROL32(Co1, 1); \ + Di1 = Ce1^Co0; \ + Do0 = Ci0^ROL32(Cu1, 1); \ + Do1 = Ci1^Cu0; \ + Du0 = Co0^ROL32(Ca1, 1); \ + Du1 = Co1^Ca0; \ +\ + A##ba0 ^= Da0; \ + Bba0 = A##ba0; \ + A##ge0 ^= De0; \ + Bbe0 = ROL32(A##ge0, 22); \ + A##ki1 ^= Di1; \ + Bbi0 = ROL32(A##ki1, 22); \ + A##mo1 ^= Do1; \ + Bbo0 = ROL32(A##mo1, 11); \ + A##su0 ^= Du0; \ + Bbu0 = ROL32(A##su0, 7); \ + E##ba0 = Bba0 ^((~Bbe0)& Bbi0 ); \ + E##ba0 ^= KeccakF1600RoundConstants_int2_0[i]; \ + E##be0 = Bbe0 ^((~Bbi0)& Bbo0 ); \ + E##bi0 = Bbi0 ^((~Bbo0)& Bbu0 ); \ + E##bo0 = Bbo0 ^((~Bbu0)& Bba0 ); \ + E##bu0 = Bbu0 ^((~Bba0)& Bbe0 ); \ +\ + A##ba1 ^= Da1; \ + Bba1 = A##ba1; \ + A##ge1 ^= De1; \ + Bbe1 = ROL32(A##ge1, 22); \ + A##ki0 ^= Di0; \ + Bbi1 = ROL32(A##ki0, 21); \ + A##mo0 ^= Do0; \ + Bbo1 = ROL32(A##mo0, 10); \ + A##su1 ^= Du1; \ + Bbu1 = ROL32(A##su1, 7); \ + E##ba1 = Bba1 ^((~Bbe1)& Bbi1 ); \ + E##ba1 ^= KeccakF1600RoundConstants_int2_1[i]; \ + E##be1 = Bbe1 ^((~Bbi1)& Bbo1 ); \ + E##bi1 = Bbi1 ^((~Bbo1)& Bbu1 ); \ + E##bo1 = Bbo1 ^((~Bbu1)& Bba1 ); \ + E##bu1 = Bbu1 ^((~Bba1)& Bbe1 ); \ +\ + A##bo0 ^= Do0; \ + Bga0 = ROL32(A##bo0, 14); \ + A##gu0 ^= Du0; \ + Bge0 = ROL32(A##gu0, 10); \ + A##ka1 ^= Da1; \ + Bgi0 = ROL32(A##ka1, 2); \ + A##me1 ^= De1; \ + Bgo0 = ROL32(A##me1, 23); \ + A##si1 ^= Di1; \ + Bgu0 = ROL32(A##si1, 31); \ + E##ga0 = Bga0 ^((~Bge0)& Bgi0 ); \ + E##ge0 = Bge0 ^((~Bgi0)& Bgo0 ); \ + E##gi0 = Bgi0 ^((~Bgo0)& Bgu0 ); \ + E##go0 = Bgo0 ^((~Bgu0)& Bga0 ); \ + E##gu0 = Bgu0 ^((~Bga0)& Bge0 ); \ +\ + A##bo1 ^= Do1; \ + Bga1 = ROL32(A##bo1, 14); \ + A##gu1 ^= Du1; \ + Bge1 = ROL32(A##gu1, 10); \ + A##ka0 ^= Da0; \ + Bgi1 = ROL32(A##ka0, 1); \ + A##me0 ^= De0; \ + Bgo1 = ROL32(A##me0, 22); \ + A##si0 ^= Di0; \ + Bgu1 = ROL32(A##si0, 30); \ + E##ga1 = Bga1 ^((~Bge1)& Bgi1 ); \ + E##ge1 = Bge1 ^((~Bgi1)& Bgo1 ); \ + E##gi1 = Bgi1 ^((~Bgo1)& Bgu1 ); \ + E##go1 = Bgo1 ^((~Bgu1)& Bga1 ); \ + E##gu1 = Bgu1 ^((~Bga1)& Bge1 ); \ +\ + A##be1 ^= De1; \ + Bka0 = ROL32(A##be1, 1); \ + A##gi0 ^= Di0; \ + Bke0 = ROL32(A##gi0, 3); \ + A##ko1 ^= Do1; \ + Bki0 = ROL32(A##ko1, 13); \ + A##mu0 ^= Du0; \ + Bko0 = ROL32(A##mu0, 4); \ + A##sa0 ^= Da0; \ + Bku0 = ROL32(A##sa0, 9); \ + E##ka0 = Bka0 ^((~Bke0)& Bki0 ); \ + E##ke0 = Bke0 ^((~Bki0)& Bko0 ); \ + E##ki0 = Bki0 ^((~Bko0)& Bku0 ); \ + E##ko0 = Bko0 ^((~Bku0)& Bka0 ); \ + E##ku0 = Bku0 ^((~Bka0)& Bke0 ); \ +\ + A##be0 ^= De0; \ + Bka1 = A##be0; \ + A##gi1 ^= Di1; \ + Bke1 = ROL32(A##gi1, 3); \ + A##ko0 ^= Do0; \ + Bki1 = ROL32(A##ko0, 12); \ + A##mu1 ^= Du1; \ + Bko1 = ROL32(A##mu1, 4); \ + A##sa1 ^= Da1; \ + Bku1 = ROL32(A##sa1, 9); \ + E##ka1 = Bka1 ^((~Bke1)& Bki1 ); \ + E##ke1 = Bke1 ^((~Bki1)& Bko1 ); \ + E##ki1 = Bki1 ^((~Bko1)& Bku1 ); \ + E##ko1 = Bko1 ^((~Bku1)& Bka1 ); \ + E##ku1 = Bku1 ^((~Bka1)& Bke1 ); \ +\ + A##bu1 ^= Du1; \ + Bma0 = ROL32(A##bu1, 14); \ + A##ga0 ^= Da0; \ + Bme0 = ROL32(A##ga0, 18); \ + A##ke0 ^= De0; \ + Bmi0 = ROL32(A##ke0, 5); \ + A##mi1 ^= Di1; \ + Bmo0 = ROL32(A##mi1, 8); \ + A##so0 ^= Do0; \ + Bmu0 = ROL32(A##so0, 28); \ + E##ma0 = Bma0 ^((~Bme0)& Bmi0 ); \ + E##me0 = Bme0 ^((~Bmi0)& Bmo0 ); \ + E##mi0 = Bmi0 ^((~Bmo0)& Bmu0 ); \ + E##mo0 = Bmo0 ^((~Bmu0)& Bma0 ); \ + E##mu0 = Bmu0 ^((~Bma0)& Bme0 ); \ +\ + A##bu0 ^= Du0; \ + Bma1 = ROL32(A##bu0, 13); \ + A##ga1 ^= Da1; \ + Bme1 = ROL32(A##ga1, 18); \ + A##ke1 ^= De1; \ + Bmi1 = ROL32(A##ke1, 5); \ + A##mi0 ^= Di0; \ + Bmo1 = ROL32(A##mi0, 7); \ + A##so1 ^= Do1; \ + Bmu1 = ROL32(A##so1, 28); \ + E##ma1 = Bma1 ^((~Bme1)& Bmi1 ); \ + E##me1 = Bme1 ^((~Bmi1)& Bmo1 ); \ + E##mi1 = Bmi1 ^((~Bmo1)& Bmu1 ); \ + E##mo1 = Bmo1 ^((~Bmu1)& Bma1 ); \ + E##mu1 = Bmu1 ^((~Bma1)& Bme1 ); \ +\ + A##bi0 ^= Di0; \ + Bsa0 = ROL32(A##bi0, 31); \ + A##go1 ^= Do1; \ + Bse0 = ROL32(A##go1, 28); \ + A##ku1 ^= Du1; \ + Bsi0 = ROL32(A##ku1, 20); \ + A##ma1 ^= Da1; \ + Bso0 = ROL32(A##ma1, 21); \ + A##se0 ^= De0; \ + Bsu0 = ROL32(A##se0, 1); \ + E##sa0 = Bsa0 ^((~Bse0)& Bsi0 ); \ + E##se0 = Bse0 ^((~Bsi0)& Bso0 ); \ + E##si0 = Bsi0 ^((~Bso0)& Bsu0 ); \ + E##so0 = Bso0 ^((~Bsu0)& Bsa0 ); \ + E##su0 = Bsu0 ^((~Bsa0)& Bse0 ); \ +\ + A##bi1 ^= Di1; \ + Bsa1 = ROL32(A##bi1, 31); \ + A##go0 ^= Do0; \ + Bse1 = ROL32(A##go0, 27); \ + A##ku0 ^= Du0; \ + Bsi1 = ROL32(A##ku0, 19); \ + A##ma0 ^= Da0; \ + Bso1 = ROL32(A##ma0, 20); \ + A##se1 ^= De1; \ + Bsu1 = ROL32(A##se1, 1); \ + E##sa1 = Bsa1 ^((~Bse1)& Bsi1 ); \ + E##se1 = Bse1 ^((~Bsi1)& Bso1 ); \ + E##si1 = Bsi1 ^((~Bso1)& Bsu1 ); \ + E##so1 = Bso1 ^((~Bsu1)& Bsa1 ); \ + E##su1 = Bsu1 ^((~Bsa1)& Bse1 ); \ +\ + +#endif /* UseBebigokimisa */ + +const UINT32 KeccakF1600RoundConstants_int2_0[24] = { + 0x00000001UL, + 0x00000000UL, + 0x00000000UL, + 0x00000000UL, + 0x00000001UL, + 0x00000001UL, + 0x00000001UL, + 0x00000001UL, + 0x00000000UL, + 0x00000000UL, + 0x00000001UL, + 0x00000000UL, + 0x00000001UL, + 0x00000001UL, + 0x00000001UL, + 0x00000001UL, + 0x00000000UL, + 0x00000000UL, + 0x00000000UL, + 0x00000000UL, + 0x00000001UL, + 0x00000000UL, + 0x00000001UL, + 0x00000000UL }; + +const UINT32 KeccakF1600RoundConstants_int2_1[24] = { + 0x00000000UL, + 0x00000089UL, + 0x8000008bUL, + 0x80008080UL, + 0x0000008bUL, + 0x00008000UL, + 0x80008088UL, + 0x80000082UL, + 0x0000000bUL, + 0x0000000aUL, + 0x00008082UL, + 0x00008003UL, + 0x0000808bUL, + 0x8000000bUL, + 0x8000008aUL, + 0x80000081UL, + 0x80000081UL, + 0x80000008UL, + 0x00000083UL, + 0x80008003UL, + 0x80008088UL, + 0x80000088UL, + 0x00008000UL, + 0x80008082UL }; + +#define copyFromStateAndXor1024bits(X, state, input) \ + X##ba0 = state[ 0]^input[ 0]; \ + X##ba1 = state[ 1]^input[ 1]; \ + X##be0 = state[ 2]^input[ 2]; \ + X##be1 = state[ 3]^input[ 3]; \ + X##bi0 = state[ 4]^input[ 4]; \ + X##bi1 = state[ 5]^input[ 5]; \ + X##bo0 = state[ 6]^input[ 6]; \ + X##bo1 = state[ 7]^input[ 7]; \ + X##bu0 = state[ 8]^input[ 8]; \ + X##bu1 = state[ 9]^input[ 9]; \ + X##ga0 = state[10]^input[10]; \ + X##ga1 = state[11]^input[11]; \ + X##ge0 = state[12]^input[12]; \ + X##ge1 = state[13]^input[13]; \ + X##gi0 = state[14]^input[14]; \ + X##gi1 = state[15]^input[15]; \ + X##go0 = state[16]^input[16]; \ + X##go1 = state[17]^input[17]; \ + X##gu0 = state[18]^input[18]; \ + X##gu1 = state[19]^input[19]; \ + X##ka0 = state[20]^input[20]; \ + X##ka1 = state[21]^input[21]; \ + X##ke0 = state[22]^input[22]; \ + X##ke1 = state[23]^input[23]; \ + X##ki0 = state[24]^input[24]; \ + X##ki1 = state[25]^input[25]; \ + X##ko0 = state[26]^input[26]; \ + X##ko1 = state[27]^input[27]; \ + X##ku0 = state[28]^input[28]; \ + X##ku1 = state[29]^input[29]; \ + X##ma0 = state[30]^input[30]; \ + X##ma1 = state[31]^input[31]; \ + X##me0 = state[32]; \ + X##me1 = state[33]; \ + X##mi0 = state[34]; \ + X##mi1 = state[35]; \ + X##mo0 = state[36]; \ + X##mo1 = state[37]; \ + X##mu0 = state[38]; \ + X##mu1 = state[39]; \ + X##sa0 = state[40]; \ + X##sa1 = state[41]; \ + X##se0 = state[42]; \ + X##se1 = state[43]; \ + X##si0 = state[44]; \ + X##si1 = state[45]; \ + X##so0 = state[46]; \ + X##so1 = state[47]; \ + X##su0 = state[48]; \ + X##su1 = state[49]; \ + +#define copyFromStateAndXor1088bits(X, state, input) \ + X##ba0 = state[ 0]^input[ 0]; \ + X##ba1 = state[ 1]^input[ 1]; \ + X##be0 = state[ 2]^input[ 2]; \ + X##be1 = state[ 3]^input[ 3]; \ + X##bi0 = state[ 4]^input[ 4]; \ + X##bi1 = state[ 5]^input[ 5]; \ + X##bo0 = state[ 6]^input[ 6]; \ + X##bo1 = state[ 7]^input[ 7]; \ + X##bu0 = state[ 8]^input[ 8]; \ + X##bu1 = state[ 9]^input[ 9]; \ + X##ga0 = state[10]^input[10]; \ + X##ga1 = state[11]^input[11]; \ + X##ge0 = state[12]^input[12]; \ + X##ge1 = state[13]^input[13]; \ + X##gi0 = state[14]^input[14]; \ + X##gi1 = state[15]^input[15]; \ + X##go0 = state[16]^input[16]; \ + X##go1 = state[17]^input[17]; \ + X##gu0 = state[18]^input[18]; \ + X##gu1 = state[19]^input[19]; \ + X##ka0 = state[20]^input[20]; \ + X##ka1 = state[21]^input[21]; \ + X##ke0 = state[22]^input[22]; \ + X##ke1 = state[23]^input[23]; \ + X##ki0 = state[24]^input[24]; \ + X##ki1 = state[25]^input[25]; \ + X##ko0 = state[26]^input[26]; \ + X##ko1 = state[27]^input[27]; \ + X##ku0 = state[28]^input[28]; \ + X##ku1 = state[29]^input[29]; \ + X##ma0 = state[30]^input[30]; \ + X##ma1 = state[31]^input[31]; \ + X##me0 = state[32]^input[32]; \ + X##me1 = state[33]^input[33]; \ + X##mi0 = state[34]; \ + X##mi1 = state[35]; \ + X##mo0 = state[36]; \ + X##mo1 = state[37]; \ + X##mu0 = state[38]; \ + X##mu1 = state[39]; \ + X##sa0 = state[40]; \ + X##sa1 = state[41]; \ + X##se0 = state[42]; \ + X##se1 = state[43]; \ + X##si0 = state[44]; \ + X##si1 = state[45]; \ + X##so0 = state[46]; \ + X##so1 = state[47]; \ + X##su0 = state[48]; \ + X##su1 = state[49]; \ + +#define copyFromState(X, state) \ + X##ba0 = state[ 0]; \ + X##ba1 = state[ 1]; \ + X##be0 = state[ 2]; \ + X##be1 = state[ 3]; \ + X##bi0 = state[ 4]; \ + X##bi1 = state[ 5]; \ + X##bo0 = state[ 6]; \ + X##bo1 = state[ 7]; \ + X##bu0 = state[ 8]; \ + X##bu1 = state[ 9]; \ + X##ga0 = state[10]; \ + X##ga1 = state[11]; \ + X##ge0 = state[12]; \ + X##ge1 = state[13]; \ + X##gi0 = state[14]; \ + X##gi1 = state[15]; \ + X##go0 = state[16]; \ + X##go1 = state[17]; \ + X##gu0 = state[18]; \ + X##gu1 = state[19]; \ + X##ka0 = state[20]; \ + X##ka1 = state[21]; \ + X##ke0 = state[22]; \ + X##ke1 = state[23]; \ + X##ki0 = state[24]; \ + X##ki1 = state[25]; \ + X##ko0 = state[26]; \ + X##ko1 = state[27]; \ + X##ku0 = state[28]; \ + X##ku1 = state[29]; \ + X##ma0 = state[30]; \ + X##ma1 = state[31]; \ + X##me0 = state[32]; \ + X##me1 = state[33]; \ + X##mi0 = state[34]; \ + X##mi1 = state[35]; \ + X##mo0 = state[36]; \ + X##mo1 = state[37]; \ + X##mu0 = state[38]; \ + X##mu1 = state[39]; \ + X##sa0 = state[40]; \ + X##sa1 = state[41]; \ + X##se0 = state[42]; \ + X##se1 = state[43]; \ + X##si0 = state[44]; \ + X##si1 = state[45]; \ + X##so0 = state[46]; \ + X##so1 = state[47]; \ + X##su0 = state[48]; \ + X##su1 = state[49]; \ + +#define copyToState(state, X) \ + state[ 0] = X##ba0; \ + state[ 1] = X##ba1; \ + state[ 2] = X##be0; \ + state[ 3] = X##be1; \ + state[ 4] = X##bi0; \ + state[ 5] = X##bi1; \ + state[ 6] = X##bo0; \ + state[ 7] = X##bo1; \ + state[ 8] = X##bu0; \ + state[ 9] = X##bu1; \ + state[10] = X##ga0; \ + state[11] = X##ga1; \ + state[12] = X##ge0; \ + state[13] = X##ge1; \ + state[14] = X##gi0; \ + state[15] = X##gi1; \ + state[16] = X##go0; \ + state[17] = X##go1; \ + state[18] = X##gu0; \ + state[19] = X##gu1; \ + state[20] = X##ka0; \ + state[21] = X##ka1; \ + state[22] = X##ke0; \ + state[23] = X##ke1; \ + state[24] = X##ki0; \ + state[25] = X##ki1; \ + state[26] = X##ko0; \ + state[27] = X##ko1; \ + state[28] = X##ku0; \ + state[29] = X##ku1; \ + state[30] = X##ma0; \ + state[31] = X##ma1; \ + state[32] = X##me0; \ + state[33] = X##me1; \ + state[34] = X##mi0; \ + state[35] = X##mi1; \ + state[36] = X##mo0; \ + state[37] = X##mo1; \ + state[38] = X##mu0; \ + state[39] = X##mu1; \ + state[40] = X##sa0; \ + state[41] = X##sa1; \ + state[42] = X##se0; \ + state[43] = X##se1; \ + state[44] = X##si0; \ + state[45] = X##si1; \ + state[46] = X##so0; \ + state[47] = X##so1; \ + state[48] = X##su0; \ + state[49] = X##su1; \ + +#define copyStateVariables(X, Y) \ + X##ba0 = Y##ba0; \ + X##ba1 = Y##ba1; \ + X##be0 = Y##be0; \ + X##be1 = Y##be1; \ + X##bi0 = Y##bi0; \ + X##bi1 = Y##bi1; \ + X##bo0 = Y##bo0; \ + X##bo1 = Y##bo1; \ + X##bu0 = Y##bu0; \ + X##bu1 = Y##bu1; \ + X##ga0 = Y##ga0; \ + X##ga1 = Y##ga1; \ + X##ge0 = Y##ge0; \ + X##ge1 = Y##ge1; \ + X##gi0 = Y##gi0; \ + X##gi1 = Y##gi1; \ + X##go0 = Y##go0; \ + X##go1 = Y##go1; \ + X##gu0 = Y##gu0; \ + X##gu1 = Y##gu1; \ + X##ka0 = Y##ka0; \ + X##ka1 = Y##ka1; \ + X##ke0 = Y##ke0; \ + X##ke1 = Y##ke1; \ + X##ki0 = Y##ki0; \ + X##ki1 = Y##ki1; \ + X##ko0 = Y##ko0; \ + X##ko1 = Y##ko1; \ + X##ku0 = Y##ku0; \ + X##ku1 = Y##ku1; \ + X##ma0 = Y##ma0; \ + X##ma1 = Y##ma1; \ + X##me0 = Y##me0; \ + X##me1 = Y##me1; \ + X##mi0 = Y##mi0; \ + X##mi1 = Y##mi1; \ + X##mo0 = Y##mo0; \ + X##mo1 = Y##mo1; \ + X##mu0 = Y##mu0; \ + X##mu1 = Y##mu1; \ + X##sa0 = Y##sa0; \ + X##sa1 = Y##sa1; \ + X##se0 = Y##se0; \ + X##se1 = Y##se1; \ + X##si0 = Y##si0; \ + X##si1 = Y##si1; \ + X##so0 = Y##so0; \ + X##so1 = Y##so1; \ + X##su0 = Y##su0; \ + X##su1 = Y##su1; \ + +#endif \ No newline at end of file diff --git a/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-32-s2.h b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-32-s2.h new file mode 100644 index 0000000..347aaec --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-32-s2.h @@ -0,0 +1,1140 @@ +/* +Code automatically generated by KeccakTools! + +The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, +Michaël Peeters and Gilles Van Assche. For more information, feedback or +questions, please refer to our website: http://keccak.noekeon.org/ + +Implementation by the designers, +hereby denoted as "the implementer". + +To the extent possible under law, the implementer has waived all copyright +and related or neighboring rights to the source code in this file. +http://creativecommons.org/publicdomain/zero/1.0/ +*/ + +#ifndef _Keccak1600_32_s2_h_ +#define _Keccak1600_32_s2_h_ + +#define declareABCDE \ + UINT32 Aba0, Abe0, Abi0, Abo0, Abu0; \ + UINT32 Aba1, Abe1, Abi1, Abo1, Abu1; \ + UINT32 Aga0, Age0, Agi0, Ago0, Agu0; \ + UINT32 Aga1, Age1, Agi1, Ago1, Agu1; \ + UINT32 Aka0, Ake0, Aki0, Ako0, Aku0; \ + UINT32 Aka1, Ake1, Aki1, Ako1, Aku1; \ + UINT32 Ama0, Ame0, Ami0, Amo0, Amu0; \ + UINT32 Ama1, Ame1, Ami1, Amo1, Amu1; \ + UINT32 Asa0, Ase0, Asi0, Aso0, Asu0; \ + UINT32 Asa1, Ase1, Asi1, Aso1, Asu1; \ + UINT32 Bba0, Bbe0, Bbi0, Bbo0, Bbu0; \ + UINT32 Bba1, Bbe1, Bbi1, Bbo1, Bbu1; \ + UINT32 Bga0, Bge0, Bgi0, Bgo0, Bgu0; \ + UINT32 Bga1, Bge1, Bgi1, Bgo1, Bgu1; \ + UINT32 Bka0, Bke0, Bki0, Bko0, Bku0; \ + UINT32 Bka1, Bke1, Bki1, Bko1, Bku1; \ + UINT32 Bma0, Bme0, Bmi0, Bmo0, Bmu0; \ + UINT32 Bma1, Bme1, Bmi1, Bmo1, Bmu1; \ + UINT32 Bsa0, Bse0, Bsi0, Bso0, Bsu0; \ + UINT32 Bsa1, Bse1, Bsi1, Bso1, Bsu1; \ + UINT32 Ca0, Ce0, Ci0, Co0, Cu0; \ + UINT32 Ca1, Ce1, Ci1, Co1, Cu1; \ + UINT32 Da0, De0, Di0, Do0, Du0; \ + UINT32 Da1, De1, Di1, Do1, Du1; \ + UINT32 Eba0, Ebe0, Ebi0, Ebo0, Ebu0; \ + UINT32 Eba1, Ebe1, Ebi1, Ebo1, Ebu1; \ + UINT32 Ega0, Ege0, Egi0, Ego0, Egu0; \ + UINT32 Ega1, Ege1, Egi1, Ego1, Egu1; \ + UINT32 Eka0, Eke0, Eki0, Eko0, Eku0; \ + UINT32 Eka1, Eke1, Eki1, Eko1, Eku1; \ + UINT32 Ema0, Eme0, Emi0, Emo0, Emu0; \ + UINT32 Ema1, Eme1, Emi1, Emo1, Emu1; \ + UINT32 Esa0, Ese0, Esi0, Eso0, Esu0; \ + UINT32 Esa1, Ese1, Esi1, Eso1, Esu1; \ + +#define prepareTheta \ + Ca0 = Aba0^Aga0^Aka0^Ama0^Asa0; \ + Ca1 = Aba1^Aga1^Aka1^Ama1^Asa1; \ + Ce0 = Abe0^Age0^Ake0^Ame0^Ase0; \ + Ce1 = Abe1^Age1^Ake1^Ame1^Ase1; \ + Ci0 = Abi0^Agi0^Aki0^Ami0^Asi0; \ + Ci1 = Abi1^Agi1^Aki1^Ami1^Asi1; \ + Co0 = Abo0^Ago0^Ako0^Amo0^Aso0; \ + Co1 = Abo1^Ago1^Ako1^Amo1^Aso1; \ + Cu0 = Abu0^Agu0^Aku0^Amu0^Asu0; \ + Cu1 = Abu1^Agu1^Aku1^Amu1^Asu1; \ + +#ifdef UseBebigokimisa +/* --- Code for round, with prepare-theta (lane complementing pattern 'bebigokimisa') */ +/* --- using factor 2 interleaving, 64-bit lanes mapped to 32-bit words */ +#define thetaRhoPiChiIotaPrepareTheta(i, A, E) \ + Da0 = Cu0^ROL32(Ce1, 1); \ + Da1 = Cu1^Ce0; \ + De0 = Ca0^ROL32(Ci1, 1); \ + De1 = Ca1^Ci0; \ + Di0 = Ce0^ROL32(Co1, 1); \ + Di1 = Ce1^Co0; \ + Do0 = Ci0^ROL32(Cu1, 1); \ + Do1 = Ci1^Cu0; \ + Du0 = Co0^ROL32(Ca1, 1); \ + Du1 = Co1^Ca0; \ +\ + A##ba0 ^= Da0; \ + Bba0 = A##ba0; \ + A##ge0 ^= De0; \ + Bbe0 = ROL32(A##ge0, 22); \ + A##ki1 ^= Di1; \ + Bbi0 = ROL32(A##ki1, 22); \ + E##ba0 = Bba0 ^( Bbe0 | Bbi0 ); \ + E##ba0 ^= KeccakF1600RoundConstants_int2_0[i]; \ + Ca0 = E##ba0; \ + A##mo1 ^= Do1; \ + Bbo0 = ROL32(A##mo1, 11); \ + E##be0 = Bbe0 ^((~Bbi0)| Bbo0 ); \ + Ce0 = E##be0; \ + A##su0 ^= Du0; \ + Bbu0 = ROL32(A##su0, 7); \ + E##bi0 = Bbi0 ^( Bbo0 & Bbu0 ); \ + Ci0 = E##bi0; \ + E##bo0 = Bbo0 ^( Bbu0 | Bba0 ); \ + Co0 = E##bo0; \ + E##bu0 = Bbu0 ^( Bba0 & Bbe0 ); \ + Cu0 = E##bu0; \ +\ + A##ba1 ^= Da1; \ + Bba1 = A##ba1; \ + A##ge1 ^= De1; \ + Bbe1 = ROL32(A##ge1, 22); \ + A##ki0 ^= Di0; \ + Bbi1 = ROL32(A##ki0, 21); \ + E##ba1 = Bba1 ^( Bbe1 | Bbi1 ); \ + E##ba1 ^= KeccakF1600RoundConstants_int2_1[i]; \ + Ca1 = E##ba1; \ + A##mo0 ^= Do0; \ + Bbo1 = ROL32(A##mo0, 10); \ + E##be1 = Bbe1 ^((~Bbi1)| Bbo1 ); \ + Ce1 = E##be1; \ + A##su1 ^= Du1; \ + Bbu1 = ROL32(A##su1, 7); \ + E##bi1 = Bbi1 ^( Bbo1 & Bbu1 ); \ + Ci1 = E##bi1; \ + E##bo1 = Bbo1 ^( Bbu1 | Bba1 ); \ + Co1 = E##bo1; \ + E##bu1 = Bbu1 ^( Bba1 & Bbe1 ); \ + Cu1 = E##bu1; \ +\ + A##bo0 ^= Do0; \ + Bga0 = ROL32(A##bo0, 14); \ + A##gu0 ^= Du0; \ + Bge0 = ROL32(A##gu0, 10); \ + A##ka1 ^= Da1; \ + Bgi0 = ROL32(A##ka1, 2); \ + E##ga0 = Bga0 ^( Bge0 | Bgi0 ); \ + Ca0 ^= E##ga0; \ + A##me1 ^= De1; \ + Bgo0 = ROL32(A##me1, 23); \ + E##ge0 = Bge0 ^( Bgi0 & Bgo0 ); \ + Ce0 ^= E##ge0; \ + A##si1 ^= Di1; \ + Bgu0 = ROL32(A##si1, 31); \ + E##gi0 = Bgi0 ^( Bgo0 |(~Bgu0)); \ + Ci0 ^= E##gi0; \ + E##go0 = Bgo0 ^( Bgu0 | Bga0 ); \ + Co0 ^= E##go0; \ + E##gu0 = Bgu0 ^( Bga0 & Bge0 ); \ + Cu0 ^= E##gu0; \ +\ + A##bo1 ^= Do1; \ + Bga1 = ROL32(A##bo1, 14); \ + A##gu1 ^= Du1; \ + Bge1 = ROL32(A##gu1, 10); \ + A##ka0 ^= Da0; \ + Bgi1 = ROL32(A##ka0, 1); \ + E##ga1 = Bga1 ^( Bge1 | Bgi1 ); \ + Ca1 ^= E##ga1; \ + A##me0 ^= De0; \ + Bgo1 = ROL32(A##me0, 22); \ + E##ge1 = Bge1 ^( Bgi1 & Bgo1 ); \ + Ce1 ^= E##ge1; \ + A##si0 ^= Di0; \ + Bgu1 = ROL32(A##si0, 30); \ + E##gi1 = Bgi1 ^( Bgo1 |(~Bgu1)); \ + Ci1 ^= E##gi1; \ + E##go1 = Bgo1 ^( Bgu1 | Bga1 ); \ + Co1 ^= E##go1; \ + E##gu1 = Bgu1 ^( Bga1 & Bge1 ); \ + Cu1 ^= E##gu1; \ +\ + A##be1 ^= De1; \ + Bka0 = ROL32(A##be1, 1); \ + A##gi0 ^= Di0; \ + Bke0 = ROL32(A##gi0, 3); \ + A##ko1 ^= Do1; \ + Bki0 = ROL32(A##ko1, 13); \ + E##ka0 = Bka0 ^( Bke0 | Bki0 ); \ + Ca0 ^= E##ka0; \ + A##mu0 ^= Du0; \ + Bko0 = ROL32(A##mu0, 4); \ + E##ke0 = Bke0 ^( Bki0 & Bko0 ); \ + Ce0 ^= E##ke0; \ + A##sa0 ^= Da0; \ + Bku0 = ROL32(A##sa0, 9); \ + E##ki0 = Bki0 ^((~Bko0)& Bku0 ); \ + Ci0 ^= E##ki0; \ + E##ko0 = (~Bko0)^( Bku0 | Bka0 ); \ + Co0 ^= E##ko0; \ + E##ku0 = Bku0 ^( Bka0 & Bke0 ); \ + Cu0 ^= E##ku0; \ +\ + A##be0 ^= De0; \ + Bka1 = A##be0; \ + A##gi1 ^= Di1; \ + Bke1 = ROL32(A##gi1, 3); \ + A##ko0 ^= Do0; \ + Bki1 = ROL32(A##ko0, 12); \ + E##ka1 = Bka1 ^( Bke1 | Bki1 ); \ + Ca1 ^= E##ka1; \ + A##mu1 ^= Du1; \ + Bko1 = ROL32(A##mu1, 4); \ + E##ke1 = Bke1 ^( Bki1 & Bko1 ); \ + Ce1 ^= E##ke1; \ + A##sa1 ^= Da1; \ + Bku1 = ROL32(A##sa1, 9); \ + E##ki1 = Bki1 ^((~Bko1)& Bku1 ); \ + Ci1 ^= E##ki1; \ + E##ko1 = (~Bko1)^( Bku1 | Bka1 ); \ + Co1 ^= E##ko1; \ + E##ku1 = Bku1 ^( Bka1 & Bke1 ); \ + Cu1 ^= E##ku1; \ +\ + A##bu1 ^= Du1; \ + Bma0 = ROL32(A##bu1, 14); \ + A##ga0 ^= Da0; \ + Bme0 = ROL32(A##ga0, 18); \ + A##ke0 ^= De0; \ + Bmi0 = ROL32(A##ke0, 5); \ + E##ma0 = Bma0 ^( Bme0 & Bmi0 ); \ + Ca0 ^= E##ma0; \ + A##mi1 ^= Di1; \ + Bmo0 = ROL32(A##mi1, 8); \ + E##me0 = Bme0 ^( Bmi0 | Bmo0 ); \ + Ce0 ^= E##me0; \ + A##so0 ^= Do0; \ + Bmu0 = ROL32(A##so0, 28); \ + E##mi0 = Bmi0 ^((~Bmo0)| Bmu0 ); \ + Ci0 ^= E##mi0; \ + E##mo0 = (~Bmo0)^( Bmu0 & Bma0 ); \ + Co0 ^= E##mo0; \ + E##mu0 = Bmu0 ^( Bma0 | Bme0 ); \ + Cu0 ^= E##mu0; \ +\ + A##bu0 ^= Du0; \ + Bma1 = ROL32(A##bu0, 13); \ + A##ga1 ^= Da1; \ + Bme1 = ROL32(A##ga1, 18); \ + A##ke1 ^= De1; \ + Bmi1 = ROL32(A##ke1, 5); \ + E##ma1 = Bma1 ^( Bme1 & Bmi1 ); \ + Ca1 ^= E##ma1; \ + A##mi0 ^= Di0; \ + Bmo1 = ROL32(A##mi0, 7); \ + E##me1 = Bme1 ^( Bmi1 | Bmo1 ); \ + Ce1 ^= E##me1; \ + A##so1 ^= Do1; \ + Bmu1 = ROL32(A##so1, 28); \ + E##mi1 = Bmi1 ^((~Bmo1)| Bmu1 ); \ + Ci1 ^= E##mi1; \ + E##mo1 = (~Bmo1)^( Bmu1 & Bma1 ); \ + Co1 ^= E##mo1; \ + E##mu1 = Bmu1 ^( Bma1 | Bme1 ); \ + Cu1 ^= E##mu1; \ +\ + A##bi0 ^= Di0; \ + Bsa0 = ROL32(A##bi0, 31); \ + A##go1 ^= Do1; \ + Bse0 = ROL32(A##go1, 28); \ + A##ku1 ^= Du1; \ + Bsi0 = ROL32(A##ku1, 20); \ + E##sa0 = Bsa0 ^((~Bse0)& Bsi0 ); \ + Ca0 ^= E##sa0; \ + A##ma1 ^= Da1; \ + Bso0 = ROL32(A##ma1, 21); \ + E##se0 = (~Bse0)^( Bsi0 | Bso0 ); \ + Ce0 ^= E##se0; \ + A##se0 ^= De0; \ + Bsu0 = ROL32(A##se0, 1); \ + E##si0 = Bsi0 ^( Bso0 & Bsu0 ); \ + Ci0 ^= E##si0; \ + E##so0 = Bso0 ^( Bsu0 | Bsa0 ); \ + Co0 ^= E##so0; \ + E##su0 = Bsu0 ^( Bsa0 & Bse0 ); \ + Cu0 ^= E##su0; \ +\ + A##bi1 ^= Di1; \ + Bsa1 = ROL32(A##bi1, 31); \ + A##go0 ^= Do0; \ + Bse1 = ROL32(A##go0, 27); \ + A##ku0 ^= Du0; \ + Bsi1 = ROL32(A##ku0, 19); \ + E##sa1 = Bsa1 ^((~Bse1)& Bsi1 ); \ + Ca1 ^= E##sa1; \ + A##ma0 ^= Da0; \ + Bso1 = ROL32(A##ma0, 20); \ + E##se1 = (~Bse1)^( Bsi1 | Bso1 ); \ + Ce1 ^= E##se1; \ + A##se1 ^= De1; \ + Bsu1 = ROL32(A##se1, 1); \ + E##si1 = Bsi1 ^( Bso1 & Bsu1 ); \ + Ci1 ^= E##si1; \ + E##so1 = Bso1 ^( Bsu1 | Bsa1 ); \ + Co1 ^= E##so1; \ + E##su1 = Bsu1 ^( Bsa1 & Bse1 ); \ + Cu1 ^= E##su1; \ +\ + +/* --- Code for round (lane complementing pattern 'bebigokimisa') */ +/* --- using factor 2 interleaving, 64-bit lanes mapped to 32-bit words */ +#define thetaRhoPiChiIota(i, A, E) \ + Da0 = Cu0^ROL32(Ce1, 1); \ + Da1 = Cu1^Ce0; \ + De0 = Ca0^ROL32(Ci1, 1); \ + De1 = Ca1^Ci0; \ + Di0 = Ce0^ROL32(Co1, 1); \ + Di1 = Ce1^Co0; \ + Do0 = Ci0^ROL32(Cu1, 1); \ + Do1 = Ci1^Cu0; \ + Du0 = Co0^ROL32(Ca1, 1); \ + Du1 = Co1^Ca0; \ +\ + A##ba0 ^= Da0; \ + Bba0 = A##ba0; \ + A##ge0 ^= De0; \ + Bbe0 = ROL32(A##ge0, 22); \ + A##ki1 ^= Di1; \ + Bbi0 = ROL32(A##ki1, 22); \ + E##ba0 = Bba0 ^( Bbe0 | Bbi0 ); \ + E##ba0 ^= KeccakF1600RoundConstants_int2_0[i]; \ + A##mo1 ^= Do1; \ + Bbo0 = ROL32(A##mo1, 11); \ + E##be0 = Bbe0 ^((~Bbi0)| Bbo0 ); \ + A##su0 ^= Du0; \ + Bbu0 = ROL32(A##su0, 7); \ + E##bi0 = Bbi0 ^( Bbo0 & Bbu0 ); \ + E##bo0 = Bbo0 ^( Bbu0 | Bba0 ); \ + E##bu0 = Bbu0 ^( Bba0 & Bbe0 ); \ +\ + A##ba1 ^= Da1; \ + Bba1 = A##ba1; \ + A##ge1 ^= De1; \ + Bbe1 = ROL32(A##ge1, 22); \ + A##ki0 ^= Di0; \ + Bbi1 = ROL32(A##ki0, 21); \ + E##ba1 = Bba1 ^( Bbe1 | Bbi1 ); \ + E##ba1 ^= KeccakF1600RoundConstants_int2_1[i]; \ + A##mo0 ^= Do0; \ + Bbo1 = ROL32(A##mo0, 10); \ + E##be1 = Bbe1 ^((~Bbi1)| Bbo1 ); \ + A##su1 ^= Du1; \ + Bbu1 = ROL32(A##su1, 7); \ + E##bi1 = Bbi1 ^( Bbo1 & Bbu1 ); \ + E##bo1 = Bbo1 ^( Bbu1 | Bba1 ); \ + E##bu1 = Bbu1 ^( Bba1 & Bbe1 ); \ +\ + A##bo0 ^= Do0; \ + Bga0 = ROL32(A##bo0, 14); \ + A##gu0 ^= Du0; \ + Bge0 = ROL32(A##gu0, 10); \ + A##ka1 ^= Da1; \ + Bgi0 = ROL32(A##ka1, 2); \ + E##ga0 = Bga0 ^( Bge0 | Bgi0 ); \ + A##me1 ^= De1; \ + Bgo0 = ROL32(A##me1, 23); \ + E##ge0 = Bge0 ^( Bgi0 & Bgo0 ); \ + A##si1 ^= Di1; \ + Bgu0 = ROL32(A##si1, 31); \ + E##gi0 = Bgi0 ^( Bgo0 |(~Bgu0)); \ + E##go0 = Bgo0 ^( Bgu0 | Bga0 ); \ + E##gu0 = Bgu0 ^( Bga0 & Bge0 ); \ +\ + A##bo1 ^= Do1; \ + Bga1 = ROL32(A##bo1, 14); \ + A##gu1 ^= Du1; \ + Bge1 = ROL32(A##gu1, 10); \ + A##ka0 ^= Da0; \ + Bgi1 = ROL32(A##ka0, 1); \ + E##ga1 = Bga1 ^( Bge1 | Bgi1 ); \ + A##me0 ^= De0; \ + Bgo1 = ROL32(A##me0, 22); \ + E##ge1 = Bge1 ^( Bgi1 & Bgo1 ); \ + A##si0 ^= Di0; \ + Bgu1 = ROL32(A##si0, 30); \ + E##gi1 = Bgi1 ^( Bgo1 |(~Bgu1)); \ + E##go1 = Bgo1 ^( Bgu1 | Bga1 ); \ + E##gu1 = Bgu1 ^( Bga1 & Bge1 ); \ +\ + A##be1 ^= De1; \ + Bka0 = ROL32(A##be1, 1); \ + A##gi0 ^= Di0; \ + Bke0 = ROL32(A##gi0, 3); \ + A##ko1 ^= Do1; \ + Bki0 = ROL32(A##ko1, 13); \ + E##ka0 = Bka0 ^( Bke0 | Bki0 ); \ + A##mu0 ^= Du0; \ + Bko0 = ROL32(A##mu0, 4); \ + E##ke0 = Bke0 ^( Bki0 & Bko0 ); \ + A##sa0 ^= Da0; \ + Bku0 = ROL32(A##sa0, 9); \ + E##ki0 = Bki0 ^((~Bko0)& Bku0 ); \ + E##ko0 = (~Bko0)^( Bku0 | Bka0 ); \ + E##ku0 = Bku0 ^( Bka0 & Bke0 ); \ +\ + A##be0 ^= De0; \ + Bka1 = A##be0; \ + A##gi1 ^= Di1; \ + Bke1 = ROL32(A##gi1, 3); \ + A##ko0 ^= Do0; \ + Bki1 = ROL32(A##ko0, 12); \ + E##ka1 = Bka1 ^( Bke1 | Bki1 ); \ + A##mu1 ^= Du1; \ + Bko1 = ROL32(A##mu1, 4); \ + E##ke1 = Bke1 ^( Bki1 & Bko1 ); \ + A##sa1 ^= Da1; \ + Bku1 = ROL32(A##sa1, 9); \ + E##ki1 = Bki1 ^((~Bko1)& Bku1 ); \ + E##ko1 = (~Bko1)^( Bku1 | Bka1 ); \ + E##ku1 = Bku1 ^( Bka1 & Bke1 ); \ +\ + A##bu1 ^= Du1; \ + Bma0 = ROL32(A##bu1, 14); \ + A##ga0 ^= Da0; \ + Bme0 = ROL32(A##ga0, 18); \ + A##ke0 ^= De0; \ + Bmi0 = ROL32(A##ke0, 5); \ + E##ma0 = Bma0 ^( Bme0 & Bmi0 ); \ + A##mi1 ^= Di1; \ + Bmo0 = ROL32(A##mi1, 8); \ + E##me0 = Bme0 ^( Bmi0 | Bmo0 ); \ + A##so0 ^= Do0; \ + Bmu0 = ROL32(A##so0, 28); \ + E##mi0 = Bmi0 ^((~Bmo0)| Bmu0 ); \ + E##mo0 = (~Bmo0)^( Bmu0 & Bma0 ); \ + E##mu0 = Bmu0 ^( Bma0 | Bme0 ); \ +\ + A##bu0 ^= Du0; \ + Bma1 = ROL32(A##bu0, 13); \ + A##ga1 ^= Da1; \ + Bme1 = ROL32(A##ga1, 18); \ + A##ke1 ^= De1; \ + Bmi1 = ROL32(A##ke1, 5); \ + E##ma1 = Bma1 ^( Bme1 & Bmi1 ); \ + A##mi0 ^= Di0; \ + Bmo1 = ROL32(A##mi0, 7); \ + E##me1 = Bme1 ^( Bmi1 | Bmo1 ); \ + A##so1 ^= Do1; \ + Bmu1 = ROL32(A##so1, 28); \ + E##mi1 = Bmi1 ^((~Bmo1)| Bmu1 ); \ + E##mo1 = (~Bmo1)^( Bmu1 & Bma1 ); \ + E##mu1 = Bmu1 ^( Bma1 | Bme1 ); \ +\ + A##bi0 ^= Di0; \ + Bsa0 = ROL32(A##bi0, 31); \ + A##go1 ^= Do1; \ + Bse0 = ROL32(A##go1, 28); \ + A##ku1 ^= Du1; \ + Bsi0 = ROL32(A##ku1, 20); \ + E##sa0 = Bsa0 ^((~Bse0)& Bsi0 ); \ + A##ma1 ^= Da1; \ + Bso0 = ROL32(A##ma1, 21); \ + E##se0 = (~Bse0)^( Bsi0 | Bso0 ); \ + A##se0 ^= De0; \ + Bsu0 = ROL32(A##se0, 1); \ + E##si0 = Bsi0 ^( Bso0 & Bsu0 ); \ + E##so0 = Bso0 ^( Bsu0 | Bsa0 ); \ + E##su0 = Bsu0 ^( Bsa0 & Bse0 ); \ +\ + A##bi1 ^= Di1; \ + Bsa1 = ROL32(A##bi1, 31); \ + A##go0 ^= Do0; \ + Bse1 = ROL32(A##go0, 27); \ + A##ku0 ^= Du0; \ + Bsi1 = ROL32(A##ku0, 19); \ + E##sa1 = Bsa1 ^((~Bse1)& Bsi1 ); \ + A##ma0 ^= Da0; \ + Bso1 = ROL32(A##ma0, 20); \ + E##se1 = (~Bse1)^( Bsi1 | Bso1 ); \ + A##se1 ^= De1; \ + Bsu1 = ROL32(A##se1, 1); \ + E##si1 = Bsi1 ^( Bso1 & Bsu1 ); \ + E##so1 = Bso1 ^( Bsu1 | Bsa1 ); \ + E##su1 = Bsu1 ^( Bsa1 & Bse1 ); \ +\ + +#else /* UseBebigokimisa */ +/* --- Code for round, with prepare-theta */ +/* --- using factor 2 interleaving, 64-bit lanes mapped to 32-bit words */ +#define thetaRhoPiChiIotaPrepareTheta(i, A, E) \ + Da0 = Cu0^ROL32(Ce1, 1); \ + Da1 = Cu1^Ce0; \ + De0 = Ca0^ROL32(Ci1, 1); \ + De1 = Ca1^Ci0; \ + Di0 = Ce0^ROL32(Co1, 1); \ + Di1 = Ce1^Co0; \ + Do0 = Ci0^ROL32(Cu1, 1); \ + Do1 = Ci1^Cu0; \ + Du0 = Co0^ROL32(Ca1, 1); \ + Du1 = Co1^Ca0; \ +\ + A##ba0 ^= Da0; \ + Bba0 = A##ba0; \ + A##ge0 ^= De0; \ + Bbe0 = ROL32(A##ge0, 22); \ + A##ki1 ^= Di1; \ + Bbi0 = ROL32(A##ki1, 22); \ + E##ba0 = Bba0 ^((~Bbe0)& Bbi0 ); \ + E##ba0 ^= KeccakF1600RoundConstants_int2_0[i]; \ + Ca0 = E##ba0; \ + A##mo1 ^= Do1; \ + Bbo0 = ROL32(A##mo1, 11); \ + E##be0 = Bbe0 ^((~Bbi0)& Bbo0 ); \ + Ce0 = E##be0; \ + A##su0 ^= Du0; \ + Bbu0 = ROL32(A##su0, 7); \ + E##bi0 = Bbi0 ^((~Bbo0)& Bbu0 ); \ + Ci0 = E##bi0; \ + E##bo0 = Bbo0 ^((~Bbu0)& Bba0 ); \ + Co0 = E##bo0; \ + E##bu0 = Bbu0 ^((~Bba0)& Bbe0 ); \ + Cu0 = E##bu0; \ +\ + A##ba1 ^= Da1; \ + Bba1 = A##ba1; \ + A##ge1 ^= De1; \ + Bbe1 = ROL32(A##ge1, 22); \ + A##ki0 ^= Di0; \ + Bbi1 = ROL32(A##ki0, 21); \ + E##ba1 = Bba1 ^((~Bbe1)& Bbi1 ); \ + E##ba1 ^= KeccakF1600RoundConstants_int2_1[i]; \ + Ca1 = E##ba1; \ + A##mo0 ^= Do0; \ + Bbo1 = ROL32(A##mo0, 10); \ + E##be1 = Bbe1 ^((~Bbi1)& Bbo1 ); \ + Ce1 = E##be1; \ + A##su1 ^= Du1; \ + Bbu1 = ROL32(A##su1, 7); \ + E##bi1 = Bbi1 ^((~Bbo1)& Bbu1 ); \ + Ci1 = E##bi1; \ + E##bo1 = Bbo1 ^((~Bbu1)& Bba1 ); \ + Co1 = E##bo1; \ + E##bu1 = Bbu1 ^((~Bba1)& Bbe1 ); \ + Cu1 = E##bu1; \ +\ + A##bo0 ^= Do0; \ + Bga0 = ROL32(A##bo0, 14); \ + A##gu0 ^= Du0; \ + Bge0 = ROL32(A##gu0, 10); \ + A##ka1 ^= Da1; \ + Bgi0 = ROL32(A##ka1, 2); \ + E##ga0 = Bga0 ^((~Bge0)& Bgi0 ); \ + Ca0 ^= E##ga0; \ + A##me1 ^= De1; \ + Bgo0 = ROL32(A##me1, 23); \ + E##ge0 = Bge0 ^((~Bgi0)& Bgo0 ); \ + Ce0 ^= E##ge0; \ + A##si1 ^= Di1; \ + Bgu0 = ROL32(A##si1, 31); \ + E##gi0 = Bgi0 ^((~Bgo0)& Bgu0 ); \ + Ci0 ^= E##gi0; \ + E##go0 = Bgo0 ^((~Bgu0)& Bga0 ); \ + Co0 ^= E##go0; \ + E##gu0 = Bgu0 ^((~Bga0)& Bge0 ); \ + Cu0 ^= E##gu0; \ +\ + A##bo1 ^= Do1; \ + Bga1 = ROL32(A##bo1, 14); \ + A##gu1 ^= Du1; \ + Bge1 = ROL32(A##gu1, 10); \ + A##ka0 ^= Da0; \ + Bgi1 = ROL32(A##ka0, 1); \ + E##ga1 = Bga1 ^((~Bge1)& Bgi1 ); \ + Ca1 ^= E##ga1; \ + A##me0 ^= De0; \ + Bgo1 = ROL32(A##me0, 22); \ + E##ge1 = Bge1 ^((~Bgi1)& Bgo1 ); \ + Ce1 ^= E##ge1; \ + A##si0 ^= Di0; \ + Bgu1 = ROL32(A##si0, 30); \ + E##gi1 = Bgi1 ^((~Bgo1)& Bgu1 ); \ + Ci1 ^= E##gi1; \ + E##go1 = Bgo1 ^((~Bgu1)& Bga1 ); \ + Co1 ^= E##go1; \ + E##gu1 = Bgu1 ^((~Bga1)& Bge1 ); \ + Cu1 ^= E##gu1; \ +\ + A##be1 ^= De1; \ + Bka0 = ROL32(A##be1, 1); \ + A##gi0 ^= Di0; \ + Bke0 = ROL32(A##gi0, 3); \ + A##ko1 ^= Do1; \ + Bki0 = ROL32(A##ko1, 13); \ + E##ka0 = Bka0 ^((~Bke0)& Bki0 ); \ + Ca0 ^= E##ka0; \ + A##mu0 ^= Du0; \ + Bko0 = ROL32(A##mu0, 4); \ + E##ke0 = Bke0 ^((~Bki0)& Bko0 ); \ + Ce0 ^= E##ke0; \ + A##sa0 ^= Da0; \ + Bku0 = ROL32(A##sa0, 9); \ + E##ki0 = Bki0 ^((~Bko0)& Bku0 ); \ + Ci0 ^= E##ki0; \ + E##ko0 = Bko0 ^((~Bku0)& Bka0 ); \ + Co0 ^= E##ko0; \ + E##ku0 = Bku0 ^((~Bka0)& Bke0 ); \ + Cu0 ^= E##ku0; \ +\ + A##be0 ^= De0; \ + Bka1 = A##be0; \ + A##gi1 ^= Di1; \ + Bke1 = ROL32(A##gi1, 3); \ + A##ko0 ^= Do0; \ + Bki1 = ROL32(A##ko0, 12); \ + E##ka1 = Bka1 ^((~Bke1)& Bki1 ); \ + Ca1 ^= E##ka1; \ + A##mu1 ^= Du1; \ + Bko1 = ROL32(A##mu1, 4); \ + E##ke1 = Bke1 ^((~Bki1)& Bko1 ); \ + Ce1 ^= E##ke1; \ + A##sa1 ^= Da1; \ + Bku1 = ROL32(A##sa1, 9); \ + E##ki1 = Bki1 ^((~Bko1)& Bku1 ); \ + Ci1 ^= E##ki1; \ + E##ko1 = Bko1 ^((~Bku1)& Bka1 ); \ + Co1 ^= E##ko1; \ + E##ku1 = Bku1 ^((~Bka1)& Bke1 ); \ + Cu1 ^= E##ku1; \ +\ + A##bu1 ^= Du1; \ + Bma0 = ROL32(A##bu1, 14); \ + A##ga0 ^= Da0; \ + Bme0 = ROL32(A##ga0, 18); \ + A##ke0 ^= De0; \ + Bmi0 = ROL32(A##ke0, 5); \ + E##ma0 = Bma0 ^((~Bme0)& Bmi0 ); \ + Ca0 ^= E##ma0; \ + A##mi1 ^= Di1; \ + Bmo0 = ROL32(A##mi1, 8); \ + E##me0 = Bme0 ^((~Bmi0)& Bmo0 ); \ + Ce0 ^= E##me0; \ + A##so0 ^= Do0; \ + Bmu0 = ROL32(A##so0, 28); \ + E##mi0 = Bmi0 ^((~Bmo0)& Bmu0 ); \ + Ci0 ^= E##mi0; \ + E##mo0 = Bmo0 ^((~Bmu0)& Bma0 ); \ + Co0 ^= E##mo0; \ + E##mu0 = Bmu0 ^((~Bma0)& Bme0 ); \ + Cu0 ^= E##mu0; \ +\ + A##bu0 ^= Du0; \ + Bma1 = ROL32(A##bu0, 13); \ + A##ga1 ^= Da1; \ + Bme1 = ROL32(A##ga1, 18); \ + A##ke1 ^= De1; \ + Bmi1 = ROL32(A##ke1, 5); \ + E##ma1 = Bma1 ^((~Bme1)& Bmi1 ); \ + Ca1 ^= E##ma1; \ + A##mi0 ^= Di0; \ + Bmo1 = ROL32(A##mi0, 7); \ + E##me1 = Bme1 ^((~Bmi1)& Bmo1 ); \ + Ce1 ^= E##me1; \ + A##so1 ^= Do1; \ + Bmu1 = ROL32(A##so1, 28); \ + E##mi1 = Bmi1 ^((~Bmo1)& Bmu1 ); \ + Ci1 ^= E##mi1; \ + E##mo1 = Bmo1 ^((~Bmu1)& Bma1 ); \ + Co1 ^= E##mo1; \ + E##mu1 = Bmu1 ^((~Bma1)& Bme1 ); \ + Cu1 ^= E##mu1; \ +\ + A##bi0 ^= Di0; \ + Bsa0 = ROL32(A##bi0, 31); \ + A##go1 ^= Do1; \ + Bse0 = ROL32(A##go1, 28); \ + A##ku1 ^= Du1; \ + Bsi0 = ROL32(A##ku1, 20); \ + E##sa0 = Bsa0 ^((~Bse0)& Bsi0 ); \ + Ca0 ^= E##sa0; \ + A##ma1 ^= Da1; \ + Bso0 = ROL32(A##ma1, 21); \ + E##se0 = Bse0 ^((~Bsi0)& Bso0 ); \ + Ce0 ^= E##se0; \ + A##se0 ^= De0; \ + Bsu0 = ROL32(A##se0, 1); \ + E##si0 = Bsi0 ^((~Bso0)& Bsu0 ); \ + Ci0 ^= E##si0; \ + E##so0 = Bso0 ^((~Bsu0)& Bsa0 ); \ + Co0 ^= E##so0; \ + E##su0 = Bsu0 ^((~Bsa0)& Bse0 ); \ + Cu0 ^= E##su0; \ +\ + A##bi1 ^= Di1; \ + Bsa1 = ROL32(A##bi1, 31); \ + A##go0 ^= Do0; \ + Bse1 = ROL32(A##go0, 27); \ + A##ku0 ^= Du0; \ + Bsi1 = ROL32(A##ku0, 19); \ + E##sa1 = Bsa1 ^((~Bse1)& Bsi1 ); \ + Ca1 ^= E##sa1; \ + A##ma0 ^= Da0; \ + Bso1 = ROL32(A##ma0, 20); \ + E##se1 = Bse1 ^((~Bsi1)& Bso1 ); \ + Ce1 ^= E##se1; \ + A##se1 ^= De1; \ + Bsu1 = ROL32(A##se1, 1); \ + E##si1 = Bsi1 ^((~Bso1)& Bsu1 ); \ + Ci1 ^= E##si1; \ + E##so1 = Bso1 ^((~Bsu1)& Bsa1 ); \ + Co1 ^= E##so1; \ + E##su1 = Bsu1 ^((~Bsa1)& Bse1 ); \ + Cu1 ^= E##su1; \ +\ + +/* --- Code for round */ +/* --- using factor 2 interleaving, 64-bit lanes mapped to 32-bit words */ +#define thetaRhoPiChiIota(i, A, E) \ + Da0 = Cu0^ROL32(Ce1, 1); \ + Da1 = Cu1^Ce0; \ + De0 = Ca0^ROL32(Ci1, 1); \ + De1 = Ca1^Ci0; \ + Di0 = Ce0^ROL32(Co1, 1); \ + Di1 = Ce1^Co0; \ + Do0 = Ci0^ROL32(Cu1, 1); \ + Do1 = Ci1^Cu0; \ + Du0 = Co0^ROL32(Ca1, 1); \ + Du1 = Co1^Ca0; \ +\ + A##ba0 ^= Da0; \ + Bba0 = A##ba0; \ + A##ge0 ^= De0; \ + Bbe0 = ROL32(A##ge0, 22); \ + A##ki1 ^= Di1; \ + Bbi0 = ROL32(A##ki1, 22); \ + E##ba0 = Bba0 ^((~Bbe0)& Bbi0 ); \ + E##ba0 ^= KeccakF1600RoundConstants_int2_0[i]; \ + A##mo1 ^= Do1; \ + Bbo0 = ROL32(A##mo1, 11); \ + E##be0 = Bbe0 ^((~Bbi0)& Bbo0 ); \ + A##su0 ^= Du0; \ + Bbu0 = ROL32(A##su0, 7); \ + E##bi0 = Bbi0 ^((~Bbo0)& Bbu0 ); \ + E##bo0 = Bbo0 ^((~Bbu0)& Bba0 ); \ + E##bu0 = Bbu0 ^((~Bba0)& Bbe0 ); \ +\ + A##ba1 ^= Da1; \ + Bba1 = A##ba1; \ + A##ge1 ^= De1; \ + Bbe1 = ROL32(A##ge1, 22); \ + A##ki0 ^= Di0; \ + Bbi1 = ROL32(A##ki0, 21); \ + E##ba1 = Bba1 ^((~Bbe1)& Bbi1 ); \ + E##ba1 ^= KeccakF1600RoundConstants_int2_1[i]; \ + A##mo0 ^= Do0; \ + Bbo1 = ROL32(A##mo0, 10); \ + E##be1 = Bbe1 ^((~Bbi1)& Bbo1 ); \ + A##su1 ^= Du1; \ + Bbu1 = ROL32(A##su1, 7); \ + E##bi1 = Bbi1 ^((~Bbo1)& Bbu1 ); \ + E##bo1 = Bbo1 ^((~Bbu1)& Bba1 ); \ + E##bu1 = Bbu1 ^((~Bba1)& Bbe1 ); \ +\ + A##bo0 ^= Do0; \ + Bga0 = ROL32(A##bo0, 14); \ + A##gu0 ^= Du0; \ + Bge0 = ROL32(A##gu0, 10); \ + A##ka1 ^= Da1; \ + Bgi0 = ROL32(A##ka1, 2); \ + E##ga0 = Bga0 ^((~Bge0)& Bgi0 ); \ + A##me1 ^= De1; \ + Bgo0 = ROL32(A##me1, 23); \ + E##ge0 = Bge0 ^((~Bgi0)& Bgo0 ); \ + A##si1 ^= Di1; \ + Bgu0 = ROL32(A##si1, 31); \ + E##gi0 = Bgi0 ^((~Bgo0)& Bgu0 ); \ + E##go0 = Bgo0 ^((~Bgu0)& Bga0 ); \ + E##gu0 = Bgu0 ^((~Bga0)& Bge0 ); \ +\ + A##bo1 ^= Do1; \ + Bga1 = ROL32(A##bo1, 14); \ + A##gu1 ^= Du1; \ + Bge1 = ROL32(A##gu1, 10); \ + A##ka0 ^= Da0; \ + Bgi1 = ROL32(A##ka0, 1); \ + E##ga1 = Bga1 ^((~Bge1)& Bgi1 ); \ + A##me0 ^= De0; \ + Bgo1 = ROL32(A##me0, 22); \ + E##ge1 = Bge1 ^((~Bgi1)& Bgo1 ); \ + A##si0 ^= Di0; \ + Bgu1 = ROL32(A##si0, 30); \ + E##gi1 = Bgi1 ^((~Bgo1)& Bgu1 ); \ + E##go1 = Bgo1 ^((~Bgu1)& Bga1 ); \ + E##gu1 = Bgu1 ^((~Bga1)& Bge1 ); \ +\ + A##be1 ^= De1; \ + Bka0 = ROL32(A##be1, 1); \ + A##gi0 ^= Di0; \ + Bke0 = ROL32(A##gi0, 3); \ + A##ko1 ^= Do1; \ + Bki0 = ROL32(A##ko1, 13); \ + E##ka0 = Bka0 ^((~Bke0)& Bki0 ); \ + A##mu0 ^= Du0; \ + Bko0 = ROL32(A##mu0, 4); \ + E##ke0 = Bke0 ^((~Bki0)& Bko0 ); \ + A##sa0 ^= Da0; \ + Bku0 = ROL32(A##sa0, 9); \ + E##ki0 = Bki0 ^((~Bko0)& Bku0 ); \ + E##ko0 = Bko0 ^((~Bku0)& Bka0 ); \ + E##ku0 = Bku0 ^((~Bka0)& Bke0 ); \ +\ + A##be0 ^= De0; \ + Bka1 = A##be0; \ + A##gi1 ^= Di1; \ + Bke1 = ROL32(A##gi1, 3); \ + A##ko0 ^= Do0; \ + Bki1 = ROL32(A##ko0, 12); \ + E##ka1 = Bka1 ^((~Bke1)& Bki1 ); \ + A##mu1 ^= Du1; \ + Bko1 = ROL32(A##mu1, 4); \ + E##ke1 = Bke1 ^((~Bki1)& Bko1 ); \ + A##sa1 ^= Da1; \ + Bku1 = ROL32(A##sa1, 9); \ + E##ki1 = Bki1 ^((~Bko1)& Bku1 ); \ + E##ko1 = Bko1 ^((~Bku1)& Bka1 ); \ + E##ku1 = Bku1 ^((~Bka1)& Bke1 ); \ +\ + A##bu1 ^= Du1; \ + Bma0 = ROL32(A##bu1, 14); \ + A##ga0 ^= Da0; \ + Bme0 = ROL32(A##ga0, 18); \ + A##ke0 ^= De0; \ + Bmi0 = ROL32(A##ke0, 5); \ + E##ma0 = Bma0 ^((~Bme0)& Bmi0 ); \ + A##mi1 ^= Di1; \ + Bmo0 = ROL32(A##mi1, 8); \ + E##me0 = Bme0 ^((~Bmi0)& Bmo0 ); \ + A##so0 ^= Do0; \ + Bmu0 = ROL32(A##so0, 28); \ + E##mi0 = Bmi0 ^((~Bmo0)& Bmu0 ); \ + E##mo0 = Bmo0 ^((~Bmu0)& Bma0 ); \ + E##mu0 = Bmu0 ^((~Bma0)& Bme0 ); \ +\ + A##bu0 ^= Du0; \ + Bma1 = ROL32(A##bu0, 13); \ + A##ga1 ^= Da1; \ + Bme1 = ROL32(A##ga1, 18); \ + A##ke1 ^= De1; \ + Bmi1 = ROL32(A##ke1, 5); \ + E##ma1 = Bma1 ^((~Bme1)& Bmi1 ); \ + A##mi0 ^= Di0; \ + Bmo1 = ROL32(A##mi0, 7); \ + E##me1 = Bme1 ^((~Bmi1)& Bmo1 ); \ + A##so1 ^= Do1; \ + Bmu1 = ROL32(A##so1, 28); \ + E##mi1 = Bmi1 ^((~Bmo1)& Bmu1 ); \ + E##mo1 = Bmo1 ^((~Bmu1)& Bma1 ); \ + E##mu1 = Bmu1 ^((~Bma1)& Bme1 ); \ +\ + A##bi0 ^= Di0; \ + Bsa0 = ROL32(A##bi0, 31); \ + A##go1 ^= Do1; \ + Bse0 = ROL32(A##go1, 28); \ + A##ku1 ^= Du1; \ + Bsi0 = ROL32(A##ku1, 20); \ + E##sa0 = Bsa0 ^((~Bse0)& Bsi0 ); \ + A##ma1 ^= Da1; \ + Bso0 = ROL32(A##ma1, 21); \ + E##se0 = Bse0 ^((~Bsi0)& Bso0 ); \ + A##se0 ^= De0; \ + Bsu0 = ROL32(A##se0, 1); \ + E##si0 = Bsi0 ^((~Bso0)& Bsu0 ); \ + E##so0 = Bso0 ^((~Bsu0)& Bsa0 ); \ + E##su0 = Bsu0 ^((~Bsa0)& Bse0 ); \ +\ + A##bi1 ^= Di1; \ + Bsa1 = ROL32(A##bi1, 31); \ + A##go0 ^= Do0; \ + Bse1 = ROL32(A##go0, 27); \ + A##ku0 ^= Du0; \ + Bsi1 = ROL32(A##ku0, 19); \ + E##sa1 = Bsa1 ^((~Bse1)& Bsi1 ); \ + A##ma0 ^= Da0; \ + Bso1 = ROL32(A##ma0, 20); \ + E##se1 = Bse1 ^((~Bsi1)& Bso1 ); \ + A##se1 ^= De1; \ + Bsu1 = ROL32(A##se1, 1); \ + E##si1 = Bsi1 ^((~Bso1)& Bsu1 ); \ + E##so1 = Bso1 ^((~Bsu1)& Bsa1 ); \ + E##su1 = Bsu1 ^((~Bsa1)& Bse1 ); \ +\ + +#endif /* UseBebigokimisa */ + +#define copyFromStateAndXor1024bits(X, state, input) \ + X##ba0 = state[ 0]^input[ 0]; \ + X##ba1 = state[ 1]^input[ 1]; \ + X##be0 = state[ 2]^input[ 2]; \ + X##be1 = state[ 3]^input[ 3]; \ + X##bi0 = state[ 4]^input[ 4]; \ + X##bi1 = state[ 5]^input[ 5]; \ + X##bo0 = state[ 6]^input[ 6]; \ + X##bo1 = state[ 7]^input[ 7]; \ + X##bu0 = state[ 8]^input[ 8]; \ + X##bu1 = state[ 9]^input[ 9]; \ + X##ga0 = state[10]^input[10]; \ + X##ga1 = state[11]^input[11]; \ + X##ge0 = state[12]^input[12]; \ + X##ge1 = state[13]^input[13]; \ + X##gi0 = state[14]^input[14]; \ + X##gi1 = state[15]^input[15]; \ + X##go0 = state[16]^input[16]; \ + X##go1 = state[17]^input[17]; \ + X##gu0 = state[18]^input[18]; \ + X##gu1 = state[19]^input[19]; \ + X##ka0 = state[20]^input[20]; \ + X##ka1 = state[21]^input[21]; \ + X##ke0 = state[22]^input[22]; \ + X##ke1 = state[23]^input[23]; \ + X##ki0 = state[24]^input[24]; \ + X##ki1 = state[25]^input[25]; \ + X##ko0 = state[26]^input[26]; \ + X##ko1 = state[27]^input[27]; \ + X##ku0 = state[28]^input[28]; \ + X##ku1 = state[29]^input[29]; \ + X##ma0 = state[30]^input[30]; \ + X##ma1 = state[31]^input[31]; \ + X##me0 = state[32]; \ + X##me1 = state[33]; \ + X##mi0 = state[34]; \ + X##mi1 = state[35]; \ + X##mo0 = state[36]; \ + X##mo1 = state[37]; \ + X##mu0 = state[38]; \ + X##mu1 = state[39]; \ + X##sa0 = state[40]; \ + X##sa1 = state[41]; \ + X##se0 = state[42]; \ + X##se1 = state[43]; \ + X##si0 = state[44]; \ + X##si1 = state[45]; \ + X##so0 = state[46]; \ + X##so1 = state[47]; \ + X##su0 = state[48]; \ + X##su1 = state[49]; \ + +#define copyFromStateAndXor1088bits(X, state, input) \ + X##ba0 = state[ 0]^input[ 0]; \ + X##ba1 = state[ 1]^input[ 1]; \ + X##be0 = state[ 2]^input[ 2]; \ + X##be1 = state[ 3]^input[ 3]; \ + X##bi0 = state[ 4]^input[ 4]; \ + X##bi1 = state[ 5]^input[ 5]; \ + X##bo0 = state[ 6]^input[ 6]; \ + X##bo1 = state[ 7]^input[ 7]; \ + X##bu0 = state[ 8]^input[ 8]; \ + X##bu1 = state[ 9]^input[ 9]; \ + X##ga0 = state[10]^input[10]; \ + X##ga1 = state[11]^input[11]; \ + X##ge0 = state[12]^input[12]; \ + X##ge1 = state[13]^input[13]; \ + X##gi0 = state[14]^input[14]; \ + X##gi1 = state[15]^input[15]; \ + X##go0 = state[16]^input[16]; \ + X##go1 = state[17]^input[17]; \ + X##gu0 = state[18]^input[18]; \ + X##gu1 = state[19]^input[19]; \ + X##ka0 = state[20]^input[20]; \ + X##ka1 = state[21]^input[21]; \ + X##ke0 = state[22]^input[22]; \ + X##ke1 = state[23]^input[23]; \ + X##ki0 = state[24]^input[24]; \ + X##ki1 = state[25]^input[25]; \ + X##ko0 = state[26]^input[26]; \ + X##ko1 = state[27]^input[27]; \ + X##ku0 = state[28]^input[28]; \ + X##ku1 = state[29]^input[29]; \ + X##ma0 = state[30]^input[30]; \ + X##ma1 = state[31]^input[31]; \ + X##me0 = state[32]^input[32]; \ + X##me1 = state[33]^input[33]; \ + X##mi0 = state[34]; \ + X##mi1 = state[35]; \ + X##mo0 = state[36]; \ + X##mo1 = state[37]; \ + X##mu0 = state[38]; \ + X##mu1 = state[39]; \ + X##sa0 = state[40]; \ + X##sa1 = state[41]; \ + X##se0 = state[42]; \ + X##se1 = state[43]; \ + X##si0 = state[44]; \ + X##si1 = state[45]; \ + X##so0 = state[46]; \ + X##so1 = state[47]; \ + X##su0 = state[48]; \ + X##su1 = state[49]; \ + +#define copyFromState(X, state) \ + X##ba0 = state[ 0]; \ + X##ba1 = state[ 1]; \ + X##be0 = state[ 2]; \ + X##be1 = state[ 3]; \ + X##bi0 = state[ 4]; \ + X##bi1 = state[ 5]; \ + X##bo0 = state[ 6]; \ + X##bo1 = state[ 7]; \ + X##bu0 = state[ 8]; \ + X##bu1 = state[ 9]; \ + X##ga0 = state[10]; \ + X##ga1 = state[11]; \ + X##ge0 = state[12]; \ + X##ge1 = state[13]; \ + X##gi0 = state[14]; \ + X##gi1 = state[15]; \ + X##go0 = state[16]; \ + X##go1 = state[17]; \ + X##gu0 = state[18]; \ + X##gu1 = state[19]; \ + X##ka0 = state[20]; \ + X##ka1 = state[21]; \ + X##ke0 = state[22]; \ + X##ke1 = state[23]; \ + X##ki0 = state[24]; \ + X##ki1 = state[25]; \ + X##ko0 = state[26]; \ + X##ko1 = state[27]; \ + X##ku0 = state[28]; \ + X##ku1 = state[29]; \ + X##ma0 = state[30]; \ + X##ma1 = state[31]; \ + X##me0 = state[32]; \ + X##me1 = state[33]; \ + X##mi0 = state[34]; \ + X##mi1 = state[35]; \ + X##mo0 = state[36]; \ + X##mo1 = state[37]; \ + X##mu0 = state[38]; \ + X##mu1 = state[39]; \ + X##sa0 = state[40]; \ + X##sa1 = state[41]; \ + X##se0 = state[42]; \ + X##se1 = state[43]; \ + X##si0 = state[44]; \ + X##si1 = state[45]; \ + X##so0 = state[46]; \ + X##so1 = state[47]; \ + X##su0 = state[48]; \ + X##su1 = state[49]; \ + +#define copyToState(state, X) \ + state[ 0] = X##ba0; \ + state[ 1] = X##ba1; \ + state[ 2] = X##be0; \ + state[ 3] = X##be1; \ + state[ 4] = X##bi0; \ + state[ 5] = X##bi1; \ + state[ 6] = X##bo0; \ + state[ 7] = X##bo1; \ + state[ 8] = X##bu0; \ + state[ 9] = X##bu1; \ + state[10] = X##ga0; \ + state[11] = X##ga1; \ + state[12] = X##ge0; \ + state[13] = X##ge1; \ + state[14] = X##gi0; \ + state[15] = X##gi1; \ + state[16] = X##go0; \ + state[17] = X##go1; \ + state[18] = X##gu0; \ + state[19] = X##gu1; \ + state[20] = X##ka0; \ + state[21] = X##ka1; \ + state[22] = X##ke0; \ + state[23] = X##ke1; \ + state[24] = X##ki0; \ + state[25] = X##ki1; \ + state[26] = X##ko0; \ + state[27] = X##ko1; \ + state[28] = X##ku0; \ + state[29] = X##ku1; \ + state[30] = X##ma0; \ + state[31] = X##ma1; \ + state[32] = X##me0; \ + state[33] = X##me1; \ + state[34] = X##mi0; \ + state[35] = X##mi1; \ + state[36] = X##mo0; \ + state[37] = X##mo1; \ + state[38] = X##mu0; \ + state[39] = X##mu1; \ + state[40] = X##sa0; \ + state[41] = X##sa1; \ + state[42] = X##se0; \ + state[43] = X##se1; \ + state[44] = X##si0; \ + state[45] = X##si1; \ + state[46] = X##so0; \ + state[47] = X##so1; \ + state[48] = X##su0; \ + state[49] = X##su1; \ + +#define copyStateVariables(X, Y) \ + X##ba0 = Y##ba0; \ + X##ba1 = Y##ba1; \ + X##be0 = Y##be0; \ + X##be1 = Y##be1; \ + X##bi0 = Y##bi0; \ + X##bi1 = Y##bi1; \ + X##bo0 = Y##bo0; \ + X##bo1 = Y##bo1; \ + X##bu0 = Y##bu0; \ + X##bu1 = Y##bu1; \ + X##ga0 = Y##ga0; \ + X##ga1 = Y##ga1; \ + X##ge0 = Y##ge0; \ + X##ge1 = Y##ge1; \ + X##gi0 = Y##gi0; \ + X##gi1 = Y##gi1; \ + X##go0 = Y##go0; \ + X##go1 = Y##go1; \ + X##gu0 = Y##gu0; \ + X##gu1 = Y##gu1; \ + X##ka0 = Y##ka0; \ + X##ka1 = Y##ka1; \ + X##ke0 = Y##ke0; \ + X##ke1 = Y##ke1; \ + X##ki0 = Y##ki0; \ + X##ki1 = Y##ki1; \ + X##ko0 = Y##ko0; \ + X##ko1 = Y##ko1; \ + X##ku0 = Y##ku0; \ + X##ku1 = Y##ku1; \ + X##ma0 = Y##ma0; \ + X##ma1 = Y##ma1; \ + X##me0 = Y##me0; \ + X##me1 = Y##me1; \ + X##mi0 = Y##mi0; \ + X##mi1 = Y##mi1; \ + X##mo0 = Y##mo0; \ + X##mo1 = Y##mo1; \ + X##mu0 = Y##mu0; \ + X##mu1 = Y##mu1; \ + X##sa0 = Y##sa0; \ + X##sa1 = Y##sa1; \ + X##se0 = Y##se0; \ + X##se1 = Y##se1; \ + X##si0 = Y##si0; \ + X##si1 = Y##si1; \ + X##so0 = Y##so0; \ + X##so1 = Y##so1; \ + X##su0 = Y##su0; \ + X##su1 = Y##su1; \ + + +#endif \ No newline at end of file diff --git a/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-32.h b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-32.h new file mode 100644 index 0000000..e62e8f0 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-32.h @@ -0,0 +1,26 @@ +/* +The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, +Michaël Peeters and Gilles Van Assche. For more information, feedback or +questions, please refer to our website: http://keccak.noekeon.org/ + +Implementation by the designers, +hereby denoted as "the implementer". + +To the extent possible under law, the implementer has waived all copyright +and related or neighboring rights to the source code in this file. +http://creativecommons.org/publicdomain/zero/1.0/ +*/ + +#ifdef UseSchedule + #if (UseSchedule == 1) + #include "KeccakF-1600-32-s1.h" + #elif (UseSchedule == 2) + #include "KeccakF-1600-32-s2.h" + #elif (UseSchedule == 3) + #include "KeccakF-1600-32-rvk.h" + #else + #error "This schedule is not supported." + #endif +#else + #include "KeccakF-1600-32-s1.h" +#endif diff --git a/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-int-set.h b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-int-set.h new file mode 100644 index 0000000..0ed1d80 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-int-set.h @@ -0,0 +1,6 @@ +#define ProvideFast576 +#define ProvideFast832 +#define ProvideFast1024 +#define ProvideFast1088 +#define ProvideFast1152 +#define ProvideFast1344 diff --git a/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-interface.h b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-interface.h new file mode 100644 index 0000000..a2c98f3 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-interface.h @@ -0,0 +1,51 @@ +/* +The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, +Michaël Peeters and Gilles Van Assche. For more information, feedback or +questions, please refer to our website: http://keccak.noekeon.org/ + +Implementation by the designers, +hereby denoted as "the implementer". + +To the extent possible under law, the implementer has waived all copyright +and related or neighboring rights to the source code in this file. +http://creativecommons.org/publicdomain/zero/1.0/ +*/ + +#ifndef _KeccakPermutationInterface_h_ +#define _KeccakPermutationInterface_h_ + +typedef unsigned char UINT8; +typedef unsigned short UINT16; +typedef unsigned int UINT32; +typedef uint64_t UINT64; + +#include "KeccakF-1600-int-set.h" + +void KeccakInitialize( void ); +void KeccakInitializeState(unsigned char *state); +void KeccakPermutation(unsigned char *state); +#ifdef ProvideFast576 +void KeccakAbsorb576bits(unsigned char *state, const unsigned char *data); +#endif +#ifdef ProvideFast832 +void KeccakAbsorb832bits(unsigned char *state, const unsigned char *data); +#endif +#ifdef ProvideFast1024 +void KeccakAbsorb1024bits(unsigned char *state, const unsigned char *data); +#endif +#ifdef ProvideFast1088 +void KeccakAbsorb1088bits(unsigned char *state, const unsigned char *data); +#endif +#ifdef ProvideFast1152 +void KeccakAbsorb1152bits(unsigned char *state, const unsigned char *data); +#endif +#ifdef ProvideFast1344 +void KeccakAbsorb1344bits(unsigned char *state, const unsigned char *data); +#endif +void KeccakAbsorb(unsigned char *state, const unsigned char *data, unsigned int laneCount); +#ifdef ProvideFast1024 +void KeccakExtract1024bits(const unsigned char *state, unsigned char *data); +#endif +void KeccakExtract(const unsigned char *state, unsigned char *data, unsigned int laneCount); + +#endif diff --git a/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-opt32-settings.h b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-opt32-settings.h new file mode 100644 index 0000000..fa0d5e5 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-opt32-settings.h @@ -0,0 +1,6 @@ +#define Unrolling 2 +#define UseSchedule 3 +/* +#define UseBebigokimisa +#define UseInterleaveTables +*/ diff --git a/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-opt32.c b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-opt32.c new file mode 100644 index 0000000..f00ba73 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-opt32.c @@ -0,0 +1,519 @@ +/* +The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, +Michaël Peeters and Gilles Van Assche. For more information, feedback or +questions, please refer to our website: http://keccak.noekeon.org/ + +Implementation by the designers, +hereby denoted as "the implementer". + +To the extent possible under law, the implementer has waived all copyright +and related or neighboring rights to the source code in this file. +http://creativecommons.org/publicdomain/zero/1.0/ +*/ + +#include +#include "brg_endian.h" +#include "KeccakF-1600-opt32-settings.h" +#include "KeccakF-1600-interface.h" + +#ifdef UseInterleaveTables +static int interleaveTablesBuilt = 0; +static UINT16 interleaveTable[65536]; +static UINT16 deinterleaveTable[65536]; + +static void buildInterleaveTables() +{ + UINT32 i, j; + UINT16 x; + + if (!interleaveTablesBuilt) { + for(i=0; i<65536; i++) { + x = 0; + for(j=0; j<16; j++) { + if (i & (1 << j)) + x |= (1 << (j/2 + 8*(j%2))); + } + interleaveTable[i] = x; + deinterleaveTable[x] = (UINT16)i; + } + interleaveTablesBuilt = 1; + } +} + +#if (PLATFORM_BYTE_ORDER == IS_LITTLE_ENDIAN) + +#define xor2bytesIntoInterleavedWords(even, odd, source, j) \ + i##j = interleaveTable[((const UINT16*)source)[j]]; \ + ((UINT8*)even)[j] ^= i##j & 0xFF; \ + ((UINT8*)odd)[j] ^= i##j >> 8; + +#define setInterleavedWordsInto2bytes(dest, even, odd, j) \ + d##j = deinterleaveTable[((even >> (j*8)) & 0xFF) ^ (((odd >> (j*8)) & 0xFF) << 8)]; \ + ((UINT16*)dest)[j] = d##j; + +#else /* (PLATFORM_BYTE_ORDER == IS_BIG_ENDIAN) */ + +#define xor2bytesIntoInterleavedWords(even, odd, source, j) \ + i##j = interleaveTable[source[2*j] ^ ((UINT16)source[2*j+1] << 8)]; \ + *even ^= (i##j & 0xFF) << (j*8); \ + *odd ^= ((i##j >> 8) & 0xFF) << (j*8); + +#define setInterleavedWordsInto2bytes(dest, even, odd, j) \ + d##j = deinterleaveTable[((even >> (j*8)) & 0xFF) ^ (((odd >> (j*8)) & 0xFF) << 8)]; \ + dest[2*j] = d##j & 0xFF; \ + dest[2*j+1] = d##j >> 8; + +#endif /* Endianness */ + +static void xor8bytesIntoInterleavedWords(UINT32 *even, UINT32 *odd, const UINT8* source) +{ + UINT16 i0, i1, i2, i3; + + xor2bytesIntoInterleavedWords(even, odd, source, 0) + xor2bytesIntoInterleavedWords(even, odd, source, 1) + xor2bytesIntoInterleavedWords(even, odd, source, 2) + xor2bytesIntoInterleavedWords(even, odd, source, 3) +} + +#define xorLanesIntoState(laneCount, state, input) \ + { \ + int i; \ + for(i=0; i<(laneCount); i++) \ + xor8bytesIntoInterleavedWords(state+i*2, state+i*2+1, input+i*8); \ + } + +static void setInterleavedWordsInto8bytes(UINT8* dest, UINT32 even, UINT32 odd) +{ + UINT16 d0, d1, d2, d3; + + setInterleavedWordsInto2bytes(dest, even, odd, 0) + setInterleavedWordsInto2bytes(dest, even, odd, 1) + setInterleavedWordsInto2bytes(dest, even, odd, 2) + setInterleavedWordsInto2bytes(dest, even, odd, 3) +} + +#define extractLanes(laneCount, state, data) \ + { \ + int i; \ + for(i=0; i<(laneCount); i++) \ + setInterleavedWordsInto8bytes(data+i*8, ((UINT32*)state)[i*2], ((UINT32*)state)[i*2+1]); \ + } + +#else /* No interleaving tables */ + +#if (PLATFORM_BYTE_ORDER == IS_LITTLE_ENDIAN) + +/* Credit: Henry S. Warren, Hacker's Delight, Addison-Wesley, 2002 */ +#define xorInterleavedLE(rateInLanes, state, input) \ + { \ + const UINT32 * pI = (const UINT32 *)input; \ + UINT32 * pS = state; \ + UINT32 t, x0, x1; \ + int i; \ + for (i = (rateInLanes)-1; i >= 0; --i) \ + { \ + x0 = *(pI++); \ + t = (x0 ^ (x0 >> 1)) & 0x22222222UL; x0 = x0 ^ t ^ (t << 1); \ + t = (x0 ^ (x0 >> 2)) & 0x0C0C0C0CUL; x0 = x0 ^ t ^ (t << 2); \ + t = (x0 ^ (x0 >> 4)) & 0x00F000F0UL; x0 = x0 ^ t ^ (t << 4); \ + t = (x0 ^ (x0 >> 8)) & 0x0000FF00UL; x0 = x0 ^ t ^ (t << 8); \ + x1 = *(pI++); \ + t = (x1 ^ (x1 >> 1)) & 0x22222222UL; x1 = x1 ^ t ^ (t << 1); \ + t = (x1 ^ (x1 >> 2)) & 0x0C0C0C0CUL; x1 = x1 ^ t ^ (t << 2); \ + t = (x1 ^ (x1 >> 4)) & 0x00F000F0UL; x1 = x1 ^ t ^ (t << 4); \ + t = (x1 ^ (x1 >> 8)) & 0x0000FF00UL; x1 = x1 ^ t ^ (t << 8); \ + *(pS++) ^= (UINT16)x0 | (x1 << 16); \ + *(pS++) ^= (x0 >> 16) | (x1 & 0xFFFF0000); \ + } \ + } + +#define xorLanesIntoState(laneCount, state, input) \ + xorInterleavedLE(laneCount, state, input) + +#else /* (PLATFORM_BYTE_ORDER == IS_BIG_ENDIAN) */ + +/* Credit: Henry S. Warren, Hacker's Delight, Addison-Wesley, 2002 */ +UINT64 toInterleaving(UINT64 x) +{ + UINT64 t; + + t = (x ^ (x >> 1)) & 0x2222222222222222ULL; x = x ^ t ^ (t << 1); + t = (x ^ (x >> 2)) & 0x0C0C0C0C0C0C0C0CULL; x = x ^ t ^ (t << 2); + t = (x ^ (x >> 4)) & 0x00F000F000F000F0ULL; x = x ^ t ^ (t << 4); + t = (x ^ (x >> 8)) & 0x0000FF000000FF00ULL; x = x ^ t ^ (t << 8); + t = (x ^ (x >> 16)) & 0x00000000FFFF0000ULL; x = x ^ t ^ (t << 16); + + return x; +} + +static void xor8bytesIntoInterleavedWords(UINT32* evenAndOdd, const UINT8* source) +{ + /* This can be optimized */ + UINT64 sourceWord = + (UINT64)source[0] + ^ (((UINT64)source[1]) << 8) + ^ (((UINT64)source[2]) << 16) + ^ (((UINT64)source[3]) << 24) + ^ (((UINT64)source[4]) << 32) + ^ (((UINT64)source[5]) << 40) + ^ (((UINT64)source[6]) << 48) + ^ (((UINT64)source[7]) << 56); + UINT64 evenAndOddWord = toInterleaving(sourceWord); + evenAndOdd[0] ^= (UINT32)evenAndOddWord; + evenAndOdd[1] ^= (UINT32)(evenAndOddWord >> 32); +} + +#define xorLanesIntoState(laneCount, state, input) \ + { \ + int i; \ + for(i=0; i<(laneCount); i++) \ + xor8bytesIntoInterleavedWords(state+i*2, input+i*8); \ + } + +#endif /* Endianness */ + +/* Credit: Henry S. Warren, Hacker's Delight, Addison-Wesley, 2002 */ +UINT64 fromInterleaving(UINT64 x) +{ + UINT64 t; + + t = (x ^ (x >> 16)) & 0x00000000FFFF0000ULL; x = x ^ t ^ (t << 16); + t = (x ^ (x >> 8)) & 0x0000FF000000FF00ULL; x = x ^ t ^ (t << 8); + t = (x ^ (x >> 4)) & 0x00F000F000F000F0ULL; x = x ^ t ^ (t << 4); + t = (x ^ (x >> 2)) & 0x0C0C0C0C0C0C0C0CULL; x = x ^ t ^ (t << 2); + t = (x ^ (x >> 1)) & 0x2222222222222222ULL; x = x ^ t ^ (t << 1); + + return x; +} + +static void setInterleavedWordsInto8bytes(UINT8* dest, UINT32* evenAndOdd) +{ +#if (PLATFORM_BYTE_ORDER == IS_LITTLE_ENDIAN) + ((UINT64*)dest)[0] = fromInterleaving(*(UINT64*)evenAndOdd); +#else /* (PLATFORM_BYTE_ORDER == IS_BIG_ENDIAN) */ + /* This can be optimized */ + UINT64 evenAndOddWord = (UINT64)evenAndOdd[0] ^ ((UINT64)evenAndOdd[1] << 32); + UINT64 destWord = fromInterleaving(evenAndOddWord); + dest[0] = destWord & 0xFF; + dest[1] = (destWord >> 8) & 0xFF; + dest[2] = (destWord >> 16) & 0xFF; + dest[3] = (destWord >> 24) & 0xFF; + dest[4] = (destWord >> 32) & 0xFF; + dest[5] = (destWord >> 40) & 0xFF; + dest[6] = (destWord >> 48) & 0xFF; + dest[7] = (destWord >> 56) & 0xFF; +#endif /* Endianness */ +} + +#define extractLanes(laneCount, state, data) \ + { \ + int i; \ + for(i=0; i<(laneCount); i++) \ + setInterleavedWordsInto8bytes(data+i*8, (UINT32*)state+i*2); \ + } + +#endif /* With or without interleaving tables */ + +#if defined(_MSC_VER) +#define ROL32(a, offset) _rotl(a, offset) +#elif (defined (__arm__) && defined(__ARMCC_VERSION)) +#define ROL32(a, offset) __ror(a, 32-(offset)) +#else +#define ROL32(a, offset) ((((UINT32)a) << (offset)) ^ (((UINT32)a) >> (32-(offset)))) +#endif + +#include "KeccakF-1600-unrolling.h" +#include "KeccakF-1600-32.h" + +#if (UseSchedule == 3) + +#ifdef UseBebigokimisa +#error "No lane complementing with schedule 3." +#endif + +#if (Unrolling != 2) +#error "Only unrolling 2 is supported by schedule 3." +#endif + +static void KeccakPermutationOnWords(UINT32 *state) +{ + rounds +} + +static void KeccakPermutationOnWordsAfterXoring(UINT32 *state, const UINT8 *input, unsigned int laneCount) +{ + xorLanesIntoState(laneCount, state, input) + rounds +} + +#ifdef ProvideFast576 +static void KeccakPermutationOnWordsAfterXoring576bits(UINT32 *state, const UINT8 *input) +{ + xorLanesIntoState(9, state, input) + rounds +} +#endif + +#ifdef ProvideFast832 +static void KeccakPermutationOnWordsAfterXoring832bits(UINT32 *state, const UINT8 *input) +{ + xorLanesIntoState(13, state, input) + rounds +} +#endif + +#ifdef ProvideFast1024 +static void KeccakPermutationOnWordsAfterXoring1024bits(UINT32 *state, const UINT8 *input) +{ + xorLanesIntoState(16, state, input) + rounds +} +#endif + +#ifdef ProvideFast1088 +static void KeccakPermutationOnWordsAfterXoring1088bits(UINT32 *state, const UINT8 *input) +{ + xorLanesIntoState(17, state, input) + rounds +} +#endif + +#ifdef ProvideFast1152 +static void KeccakPermutationOnWordsAfterXoring1152bits(UINT32 *state, const UINT8 *input) +{ + xorLanesIntoState(18, state, input) + rounds +} +#endif + +#ifdef ProvideFast1344 +static void KeccakPermutationOnWordsAfterXoring1344bits(UINT32 *state, const UINT8 *input) +{ + xorLanesIntoState(21, state, input) + rounds +} +#endif + +#else /* (Schedule != 3) */ + +static void KeccakPermutationOnWords(UINT32 *state) +{ + declareABCDE +#if (Unrolling != 24) + unsigned int i; +#endif + + copyFromState(A, state) + rounds +} + +static void KeccakPermutationOnWordsAfterXoring(UINT32 *state, const UINT8 *input, unsigned int laneCount) +{ + declareABCDE + unsigned int i; + + xorLanesIntoState(laneCount, state, input) + copyFromState(A, state) + rounds +} + +#ifdef ProvideFast576 +static void KeccakPermutationOnWordsAfterXoring576bits(UINT32 *state, const UINT8 *input) +{ + declareABCDE + unsigned int i; + + xorLanesIntoState(9, state, input) + copyFromState(A, state) + rounds +} +#endif + +#ifdef ProvideFast832 +static void KeccakPermutationOnWordsAfterXoring832bits(UINT32 *state, const UINT8 *input) +{ + declareABCDE + unsigned int i; + + xorLanesIntoState(13, state, input) + copyFromState(A, state) + rounds +} +#endif + +#ifdef ProvideFast1024 +static void KeccakPermutationOnWordsAfterXoring1024bits(UINT32 *state, const UINT8 *input) +{ + declareABCDE + unsigned int i; + + xorLanesIntoState(16, state, input) + copyFromState(A, state) + rounds +} +#endif + +#ifdef ProvideFast1088 +static void KeccakPermutationOnWordsAfterXoring1088bits(UINT32 *state, const UINT8 *input) +{ + declareABCDE + unsigned int i; + + xorLanesIntoState(17, state, input) + copyFromState(A, state) + rounds +} +#endif + +#ifdef ProvideFast1152 +static void KeccakPermutationOnWordsAfterXoring1152bits(UINT32 *state, const UINT8 *input) +{ + declareABCDE + unsigned int i; + + xorLanesIntoState(18, state, input) + copyFromState(A, state) + rounds +} +#endif + +#ifdef ProvideFast1344 +static void KeccakPermutationOnWordsAfterXoring1344bits(UINT32 *state, const UINT8 *input) +{ + declareABCDE + unsigned int i; + + xorLanesIntoState(21, state, input) + copyFromState(A, state) + rounds +} +#endif + +#endif + +void KeccakInitialize() +{ +#ifdef UseInterleaveTables + buildInterleaveTables(); +#endif +} + +void KeccakInitializeState(unsigned char *state) +{ + memset(state, 0, 200); +#ifdef UseBebigokimisa + ((UINT32*)state)[ 2] = ~(UINT32)0; + ((UINT32*)state)[ 3] = ~(UINT32)0; + ((UINT32*)state)[ 4] = ~(UINT32)0; + ((UINT32*)state)[ 5] = ~(UINT32)0; + ((UINT32*)state)[16] = ~(UINT32)0; + ((UINT32*)state)[17] = ~(UINT32)0; + ((UINT32*)state)[24] = ~(UINT32)0; + ((UINT32*)state)[25] = ~(UINT32)0; + ((UINT32*)state)[34] = ~(UINT32)0; + ((UINT32*)state)[35] = ~(UINT32)0; + ((UINT32*)state)[40] = ~(UINT32)0; + ((UINT32*)state)[41] = ~(UINT32)0; +#endif +} + +void KeccakPermutation(unsigned char *state) +{ + /* We assume the state is always stored as interleaved 32-bit words */ + KeccakPermutationOnWords((UINT32*)state); +} + +#ifdef ProvideFast576 +void KeccakAbsorb576bits(unsigned char *state, const unsigned char *data) +{ + KeccakPermutationOnWordsAfterXoring576bits((UINT32*)state, data); +} +#endif + +#ifdef ProvideFast832 +void KeccakAbsorb832bits(unsigned char *state, const unsigned char *data) +{ + KeccakPermutationOnWordsAfterXoring832bits((UINT32*)state, data); +} +#endif + +#ifdef ProvideFast1024 +void KeccakAbsorb1024bits(unsigned char *state, const unsigned char *data) +{ + KeccakPermutationOnWordsAfterXoring1024bits((UINT32*)state, data); +} +#endif + +#ifdef ProvideFast1088 +void KeccakAbsorb1088bits(unsigned char *state, const unsigned char *data) +{ + KeccakPermutationOnWordsAfterXoring1088bits((UINT32*)state, data); +} +#endif + +#ifdef ProvideFast1152 +void KeccakAbsorb1152bits(unsigned char *state, const unsigned char *data) +{ + KeccakPermutationOnWordsAfterXoring1152bits((UINT32*)state, data); +} +#endif + +#ifdef ProvideFast1344 +void KeccakAbsorb1344bits(unsigned char *state, const unsigned char *data) +{ + KeccakPermutationOnWordsAfterXoring1344bits((UINT32*)state, data); +} +#endif + +void KeccakAbsorb(unsigned char *state, const unsigned char *data, unsigned int laneCount) +{ + KeccakPermutationOnWordsAfterXoring((UINT32*)state, data, laneCount); +} + +#ifdef ProvideFast1024 +void KeccakExtract1024bits(const unsigned char *state, unsigned char *data) +{ + extractLanes(16, state, data) +#ifdef UseBebigokimisa + ((UINT32*)data)[ 2] = ~((UINT32*)data)[ 2]; + ((UINT32*)data)[ 3] = ~((UINT32*)data)[ 3]; + ((UINT32*)data)[ 4] = ~((UINT32*)data)[ 4]; + ((UINT32*)data)[ 5] = ~((UINT32*)data)[ 5]; + ((UINT32*)data)[16] = ~((UINT32*)data)[16]; + ((UINT32*)data)[17] = ~((UINT32*)data)[17]; + ((UINT32*)data)[24] = ~((UINT32*)data)[24]; + ((UINT32*)data)[25] = ~((UINT32*)data)[25]; +#endif +} +#endif + +void KeccakExtract(const unsigned char *state, unsigned char *data, unsigned int laneCount) +{ + extractLanes(laneCount, state, data) +#ifdef UseBebigokimisa + if (laneCount > 1) { + ((UINT32*)data)[ 2] = ~((UINT32*)data)[ 2]; + ((UINT32*)data)[ 3] = ~((UINT32*)data)[ 3]; + if (laneCount > 2) { + ((UINT32*)data)[ 4] = ~((UINT32*)data)[ 4]; + ((UINT32*)data)[ 5] = ~((UINT32*)data)[ 5]; + if (laneCount > 8) { + ((UINT32*)data)[16] = ~((UINT32*)data)[16]; + ((UINT32*)data)[17] = ~((UINT32*)data)[17]; + if (laneCount > 12) { + ((UINT32*)data)[24] = ~((UINT32*)data)[24]; + ((UINT32*)data)[25] = ~((UINT32*)data)[25]; + if (laneCount > 17) { + ((UINT32*)data)[34] = ~((UINT32*)data)[34]; + ((UINT32*)data)[35] = ~((UINT32*)data)[35]; + if (laneCount > 20) { + ((UINT32*)data)[40] = ~((UINT32*)data)[40]; + ((UINT32*)data)[41] = ~((UINT32*)data)[41]; + } + } + } + } + } + } +#endif +} diff --git a/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-unrolling.h b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-unrolling.h new file mode 100644 index 0000000..c2de385 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/KeccakF-1600-unrolling.h @@ -0,0 +1,128 @@ +/* +The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, +Michaël Peeters and Gilles Van Assche. For more information, feedback or +questions, please refer to our website: http://keccak.noekeon.org/ + +Implementation by the designers, +hereby denoted as "the implementer". + +To the extent possible under law, the implementer has waived all copyright +and related or neighboring rights to the source code in this file. +http://creativecommons.org/publicdomain/zero/1.0/ +*/ +#ifndef _Keccak1600_unrolling_h_ +#define _Keccak1600_unrolling_h_ + +#if (Unrolling == 24) +#define rounds \ + prepareTheta \ + thetaRhoPiChiIotaPrepareTheta( 0, A, E) \ + thetaRhoPiChiIotaPrepareTheta( 1, E, A) \ + thetaRhoPiChiIotaPrepareTheta( 2, A, E) \ + thetaRhoPiChiIotaPrepareTheta( 3, E, A) \ + thetaRhoPiChiIotaPrepareTheta( 4, A, E) \ + thetaRhoPiChiIotaPrepareTheta( 5, E, A) \ + thetaRhoPiChiIotaPrepareTheta( 6, A, E) \ + thetaRhoPiChiIotaPrepareTheta( 7, E, A) \ + thetaRhoPiChiIotaPrepareTheta( 8, A, E) \ + thetaRhoPiChiIotaPrepareTheta( 9, E, A) \ + thetaRhoPiChiIotaPrepareTheta(10, A, E) \ + thetaRhoPiChiIotaPrepareTheta(11, E, A) \ + thetaRhoPiChiIotaPrepareTheta(12, A, E) \ + thetaRhoPiChiIotaPrepareTheta(13, E, A) \ + thetaRhoPiChiIotaPrepareTheta(14, A, E) \ + thetaRhoPiChiIotaPrepareTheta(15, E, A) \ + thetaRhoPiChiIotaPrepareTheta(16, A, E) \ + thetaRhoPiChiIotaPrepareTheta(17, E, A) \ + thetaRhoPiChiIotaPrepareTheta(18, A, E) \ + thetaRhoPiChiIotaPrepareTheta(19, E, A) \ + thetaRhoPiChiIotaPrepareTheta(20, A, E) \ + thetaRhoPiChiIotaPrepareTheta(21, E, A) \ + thetaRhoPiChiIotaPrepareTheta(22, A, E) \ + thetaRhoPiChiIota(23, E, A) \ + copyToState(state, A) +#elif (Unrolling == 12) +#define rounds \ + prepareTheta \ + for(i=0; i<24; i+=12) { \ + thetaRhoPiChiIotaPrepareTheta(i , A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+ 1, E, A) \ + thetaRhoPiChiIotaPrepareTheta(i+ 2, A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+ 3, E, A) \ + thetaRhoPiChiIotaPrepareTheta(i+ 4, A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+ 5, E, A) \ + thetaRhoPiChiIotaPrepareTheta(i+ 6, A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+ 7, E, A) \ + thetaRhoPiChiIotaPrepareTheta(i+ 8, A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+ 9, E, A) \ + thetaRhoPiChiIotaPrepareTheta(i+10, A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+11, E, A) \ + } \ + copyToState(state, A) +#elif (Unrolling == 8) +#define rounds \ + prepareTheta \ + for(i=0; i<24; i+=8) { \ + thetaRhoPiChiIotaPrepareTheta(i , A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+1, E, A) \ + thetaRhoPiChiIotaPrepareTheta(i+2, A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+3, E, A) \ + thetaRhoPiChiIotaPrepareTheta(i+4, A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+5, E, A) \ + thetaRhoPiChiIotaPrepareTheta(i+6, A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+7, E, A) \ + } \ + copyToState(state, A) +#elif (Unrolling == 6) +#define rounds \ + prepareTheta \ + for(i=0; i<24; i+=6) { \ + thetaRhoPiChiIotaPrepareTheta(i , A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+1, E, A) \ + thetaRhoPiChiIotaPrepareTheta(i+2, A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+3, E, A) \ + thetaRhoPiChiIotaPrepareTheta(i+4, A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+5, E, A) \ + } \ + copyToState(state, A) +#elif (Unrolling == 4) +#define rounds \ + prepareTheta \ + for(i=0; i<24; i+=4) { \ + thetaRhoPiChiIotaPrepareTheta(i , A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+1, E, A) \ + thetaRhoPiChiIotaPrepareTheta(i+2, A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+3, E, A) \ + } \ + copyToState(state, A) +#elif (Unrolling == 3) +#define rounds \ + prepareTheta \ + for(i=0; i<24; i+=3) { \ + thetaRhoPiChiIotaPrepareTheta(i , A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+1, E, A) \ + thetaRhoPiChiIotaPrepareTheta(i+2, A, E) \ + copyStateVariables(A, E) \ + } \ + copyToState(state, A) +#elif (Unrolling == 2) +#define rounds \ + prepareTheta \ + for(i=0; i<24; i+=2) { \ + thetaRhoPiChiIotaPrepareTheta(i , A, E) \ + thetaRhoPiChiIotaPrepareTheta(i+1, E, A) \ + } \ + copyToState(state, A) +#elif (Unrolling == 1) +#define rounds \ + prepareTheta \ + for(i=0; i<24; i++) { \ + thetaRhoPiChiIotaPrepareTheta(i , A, E) \ + copyStateVariables(A, E) \ + } \ + copyToState(state, A) +#else +#error "Unrolling is not correctly specified!" +#endif + +#endif \ No newline at end of file diff --git a/Example/Pods/NACrypto/NACrypto/keccak/KeccakNISTInterface.c b/Example/Pods/NACrypto/NACrypto/keccak/KeccakNISTInterface.c new file mode 100644 index 0000000..ee6d2cc --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/KeccakNISTInterface.c @@ -0,0 +1,83 @@ +/* +The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, +Michaël Peeters and Gilles Van Assche. For more information, feedback or +questions, please refer to our website: http://keccak.noekeon.org/ + +Implementation by the designers, +hereby denoted as "the implementer". + +To the extent possible under law, the implementer has waived all copyright +and related or neighboring rights to the source code in this file. +http://creativecommons.org/publicdomain/zero/1.0/ +*/ + +#include +#include "KeccakNISTInterface.h" +#include "KeccakF-1600-interface.h" + +HashReturn Init(hashState *state, int hashbitlen) +{ + switch(hashbitlen) { + case 0: /* Default parameters, arbitrary length output */ + InitSponge((spongeState*)state, 1024, 576); + break; + case 224: + InitSponge((spongeState*)state, 1152, 448); + break; + case 256: + InitSponge((spongeState*)state, 1088, 512); + break; + case 384: + InitSponge((spongeState*)state, 832, 768); + break; + case 512: + InitSponge((spongeState*)state, 576, 1024); + break; + default: + return BAD_HASHLEN; + } + state->fixedOutputLength = hashbitlen; + return SUCCESS; +} + +HashReturn Update(hashState *state, const BitSequence *data, DataLength databitlen) +{ + if ((databitlen % 8) == 0) + return Absorb((spongeState*)state, data, databitlen); + else { + HashReturn ret = Absorb((spongeState*)state, data, databitlen - (databitlen % 8)); + if (ret == SUCCESS) { + unsigned char lastByte; + /* Align the last partial byte to the least significant bits */ + lastByte = data[databitlen/8] >> (8 - (databitlen % 8)); + return Absorb((spongeState*)state, &lastByte, databitlen % 8); + } + else + return ret; + } +} + +HashReturn Final(hashState *state, BitSequence *hashval) +{ + return Squeeze(state, hashval, state->fixedOutputLength); +} + +/* +static HashReturn Hash(int hashbitlen, const BitSequence *data, DataLength databitlen, BitSequence *hashval) +{ + hashState state; + HashReturn result; + + if ((hashbitlen != 224) && (hashbitlen != 256) && (hashbitlen != 384) && (hashbitlen != 512)) + return BAD_HASHLEN; * Only the four fixed output lengths available through this API * + result = Init(&state, hashbitlen); + if (result != SUCCESS) + return result; + result = Update(&state, data, databitlen); + if (result != SUCCESS) + return result; + result = Final(&state, hashval); + return result; +} +*/ + diff --git a/Example/Pods/NACrypto/NACrypto/keccak/KeccakNISTInterface.h b/Example/Pods/NACrypto/NACrypto/keccak/KeccakNISTInterface.h new file mode 100644 index 0000000..13d127c --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/KeccakNISTInterface.h @@ -0,0 +1,72 @@ +/* +The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, +Michaël Peeters and Gilles Van Assche. For more information, feedback or +questions, please refer to our website: http://keccak.noekeon.org/ + +Implementation by the designers, +hereby denoted as "the implementer". + +To the extent possible under law, the implementer has waived all copyright +and related or neighboring rights to the source code in this file. +http://creativecommons.org/publicdomain/zero/1.0/ +*/ + +#ifndef _KeccakNISTInterface_h_ +#define _KeccakNISTInterface_h_ + +#include "KeccakSponge.h" + +typedef unsigned char BitSequence; +typedef unsigned long long DataLength; +typedef enum { SUCCESS = 0, FAIL = 1, BAD_HASHLEN = 2 } HashReturn; + +typedef spongeState hashState; + +/** + * Function to initialize the state of the Keccak[r, c] sponge function. + * The rate r and capacity c values are determined from @a hashbitlen. + * @param state Pointer to the state of the sponge function to be initialized. + * @param hashbitlen The desired number of output bits, + * or 0 for Keccak[] with default parameters + * and arbitrarily-long output. + * @pre The value of hashbitlen must be one of 0, 224, 256, 384 and 512. + * @return SUCCESS if successful, BAD_HASHLEN if the value of hashbitlen is incorrect. + */ +HashReturn Init(hashState *state, int hashbitlen); +/** + * Function to give input data for the sponge function to absorb. + * @param state Pointer to the state of the sponge function initialized by Init(). + * @param data Pointer to the input data. + * When @a databitLen is not a multiple of 8, the last bits of data must be + * in the most significant bits of the last byte. + * @param databitLen The number of input bits provided in the input data. + * @pre In the previous call to Absorb(), databitLen was a multiple of 8. + * @return SUCCESS if successful, FAIL otherwise. + */ +HashReturn Update(hashState *state, const BitSequence *data, DataLength databitlen); +/** + * Function to squeeze output data from the sponge function. + * If @a hashbitlen was not 0 in the call to Init(), the number of output bits is equal to @a hashbitlen. + * If @a hashbitlen was 0 in the call to Init(), the output bits must be extracted using the Squeeze() function. + * @param state Pointer to the state of the sponge function initialized by Init(). + * @param hashval Pointer to the buffer where to store the output data. + * @return SUCCESS if successful, FAIL otherwise. + */ +HashReturn Final(hashState *state, BitSequence *hashval); +/** + * Function to compute a hash using the Keccak[r, c] sponge function. + * The rate r and capacity c values are determined from @a hashbitlen. + * @param hashbitlen The desired number of output bits. + * @param data Pointer to the input data. + * When @a databitLen is not a multiple of 8, the last bits of data must be + * in the most significant bits of the last byte. + * @param databitLen The number of input bits provided in the input data. + * @param hashval Pointer to the buffer where to store the output data. + * @pre The value of hashbitlen must be one of 224, 256, 384 and 512. + * @return SUCCESS if successful, BAD_HASHLEN if the value of hashbitlen is incorrect. + */ +/* +static HashReturn Hash(int hashbitlen, const BitSequence *data, DataLength databitlen, BitSequence *hashval); +*/ + +#endif diff --git a/Example/Pods/NACrypto/NACrypto/keccak/KeccakSponge.c b/Example/Pods/NACrypto/NACrypto/keccak/KeccakSponge.c new file mode 100644 index 0000000..75773d0 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/KeccakSponge.c @@ -0,0 +1,266 @@ +/* +The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, +Michaël Peeters and Gilles Van Assche. For more information, feedback or +questions, please refer to our website: http://keccak.noekeon.org/ + +Implementation by the designers, +hereby denoted as "the implementer". + +To the extent possible under law, the implementer has waived all copyright +and related or neighboring rights to the source code in this file. +http://creativecommons.org/publicdomain/zero/1.0/ +*/ + +#include +#include "KeccakSponge.h" +#include "KeccakF-1600-interface.h" +#ifdef KeccakReference +#include "displayIntermediateValues.h" +#endif + +int InitSponge(spongeState *state, unsigned int rate, unsigned int capacity) +{ + if (rate+capacity != 1600) + return 1; + if ((rate <= 0) || (rate >= 1600) || ((rate % 64) != 0)) + return 1; + KeccakInitialize(); + state->rate = rate; + state->capacity = capacity; + state->fixedOutputLength = 0; + KeccakInitializeState(state->state); + memset(state->dataQueue, 0, KeccakMaximumRateInBytes); + state->bitsInQueue = 0; + state->squeezing = 0; + state->bitsAvailableForSqueezing = 0; + + return 0; +} + +static void AbsorbQueue(spongeState *state) +{ + /* state->bitsInQueue is assumed to be equal to state->rate */ + #ifdef KeccakReference + displayBytes(1, "Block to be absorbed", state->dataQueue, state->rate/8); + #endif +#ifdef ProvideFast576 + if (state->rate == 576) + KeccakAbsorb576bits(state->state, state->dataQueue); + else +#endif +#ifdef ProvideFast832 + if (state->rate == 832) + KeccakAbsorb832bits(state->state, state->dataQueue); + else +#endif +#ifdef ProvideFast1024 + if (state->rate == 1024) + KeccakAbsorb1024bits(state->state, state->dataQueue); + else +#endif +#ifdef ProvideFast1088 + if (state->rate == 1088) + KeccakAbsorb1088bits(state->state, state->dataQueue); + else +#endif +#ifdef ProvideFast1152 + if (state->rate == 1152) + KeccakAbsorb1152bits(state->state, state->dataQueue); + else +#endif +#ifdef ProvideFast1344 + if (state->rate == 1344) + KeccakAbsorb1344bits(state->state, state->dataQueue); + else +#endif + KeccakAbsorb(state->state, state->dataQueue, state->rate/64); + state->bitsInQueue = 0; +} + +int Absorb(spongeState *state, const unsigned char *data, unsigned long long databitlen) +{ + unsigned long long i, j, wholeBlocks; + unsigned int partialBlock, partialByte; + const unsigned char *curData; + + if ((state->bitsInQueue % 8) != 0) + return 1; /* Only the last call may contain a partial byte */ + if (state->squeezing) + return 1; /* Too late for additional input */ + + i = 0; + while(i < databitlen) { + if ((state->bitsInQueue == 0) && (databitlen >= state->rate) && (i <= (databitlen-state->rate))) { + wholeBlocks = (databitlen-i)/state->rate; + curData = data+i/8; +#ifdef ProvideFast576 + if (state->rate == 576) { + for(j=0; jrate/8); + #endif + KeccakAbsorb576bits(state->state, curData); + } + } + else +#endif +#ifdef ProvideFast832 + if (state->rate == 832) { + for(j=0; jrate/8); + #endif + KeccakAbsorb832bits(state->state, curData); + } + } + else +#endif +#ifdef ProvideFast1024 + if (state->rate == 1024) { + for(j=0; jrate/8); + #endif + KeccakAbsorb1024bits(state->state, curData); + } + } + else +#endif +#ifdef ProvideFast1088 + if (state->rate == 1088) { + for(j=0; jrate/8); + #endif + KeccakAbsorb1088bits(state->state, curData); + } + } + else +#endif +#ifdef ProvideFast1152 + if (state->rate == 1152) { + for(j=0; jrate/8); + #endif + KeccakAbsorb1152bits(state->state, curData); + } + } + else +#endif +#ifdef ProvideFast1344 + if (state->rate == 1344) { + for(j=0; jrate/8); + #endif + KeccakAbsorb1344bits(state->state, curData); + } + } + else +#endif + { + for(j=0; jrate/8) { + #ifdef KeccakReference + displayBytes(1, "Block to be absorbed", curData, state->rate/8); + #endif + KeccakAbsorb(state->state, curData, state->rate/64); + } + } + i += wholeBlocks*state->rate; + } + else { + partialBlock = (unsigned int)(databitlen - i); + if (partialBlock+state->bitsInQueue > state->rate) + partialBlock = state->rate-state->bitsInQueue; + partialByte = partialBlock % 8; + partialBlock -= partialByte; + memcpy(state->dataQueue+state->bitsInQueue/8, data+i/8, partialBlock/8); + state->bitsInQueue += partialBlock; + i += partialBlock; + if (state->bitsInQueue == state->rate) + AbsorbQueue(state); + if (partialByte > 0) { + unsigned char mask = (1 << partialByte)-1; + state->dataQueue[state->bitsInQueue/8] = data[i/8] & mask; + state->bitsInQueue += partialByte; + i += partialByte; + } + } + } + return 0; +} + +static void PadAndSwitchToSqueezingPhase(spongeState *state) +{ + /* Note: the bits are numbered from 0=LSB to 7=MSB */ + if (state->bitsInQueue + 1 == state->rate) { + state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); + AbsorbQueue(state); + memset(state->dataQueue, 0, state->rate/8); + } + else { + memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); + state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); + } + state->dataQueue[(state->rate-1)/8] |= 1 << ((state->rate-1) % 8); + AbsorbQueue(state); + + #ifdef KeccakReference + displayText(1, "--- Switching to squeezing phase ---"); + #endif +#ifdef ProvideFast1024 + if (state->rate == 1024) { + KeccakExtract1024bits(state->state, state->dataQueue); + state->bitsAvailableForSqueezing = 1024; + } + else +#endif + { + KeccakExtract(state->state, state->dataQueue, state->rate/64); + state->bitsAvailableForSqueezing = state->rate; + } + #ifdef KeccakReference + displayBytes(1, "Block available for squeezing", state->dataQueue, state->bitsAvailableForSqueezing/8); + #endif + state->squeezing = 1; +} + +int Squeeze(spongeState *state, unsigned char *output, unsigned long long outputLength) +{ + unsigned long long i; + unsigned int partialBlock; + + if (!state->squeezing) + PadAndSwitchToSqueezingPhase(state); + if ((outputLength % 8) != 0) + return 1; /* Only multiple of 8 bits are allowed, truncation can be done at user level */ + + i = 0; + while(i < outputLength) { + if (state->bitsAvailableForSqueezing == 0) { + KeccakPermutation(state->state); +#ifdef ProvideFast1024 + if (state->rate == 1024) { + KeccakExtract1024bits(state->state, state->dataQueue); + state->bitsAvailableForSqueezing = 1024; + } + else +#endif + { + KeccakExtract(state->state, state->dataQueue, state->rate/64); + state->bitsAvailableForSqueezing = state->rate; + } + #ifdef KeccakReference + displayBytes(1, "Block available for squeezing", state->dataQueue, state->bitsAvailableForSqueezing/8); + #endif + } + partialBlock = state->bitsAvailableForSqueezing; + if ((unsigned long long)partialBlock > outputLength - i) + partialBlock = (unsigned int)(outputLength - i); + memcpy(output+i/8, state->dataQueue+(state->rate-state->bitsAvailableForSqueezing)/8, partialBlock/8); + state->bitsAvailableForSqueezing -= partialBlock; + i += partialBlock; + } + return 0; +} diff --git a/Example/Pods/NACrypto/NACrypto/keccak/KeccakSponge.h b/Example/Pods/NACrypto/NACrypto/keccak/KeccakSponge.h new file mode 100644 index 0000000..aeabe39 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/KeccakSponge.h @@ -0,0 +1,77 @@ +/* +The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, +Michaël Peeters and Gilles Van Assche. For more information, feedback or +questions, please refer to our website: http://keccak.noekeon.org/ + +Implementation by the designers, +hereby denoted as "the implementer". + +To the extent possible under law, the implementer has waived all copyright +and related or neighboring rights to the source code in this file. +http://creativecommons.org/publicdomain/zero/1.0/ +*/ + +#ifndef _KeccakSponge_h_ +#define _KeccakSponge_h_ + +#define KeccakPermutationSize 1600 +#define KeccakPermutationSizeInBytes (KeccakPermutationSize/8) +#define KeccakMaximumRate 1536 +#define KeccakMaximumRateInBytes (KeccakMaximumRate/8) + +#if defined(__GNUC__) +#undef ALIGN +#define ALIGN __attribute__ ((aligned(32))) +#elif defined(_MSC_VER) +#define ALIGN __declspec(align(32)) +#else +#define ALIGN +#endif + +ALIGN typedef struct spongeStateStruct { + ALIGN unsigned char state[KeccakPermutationSizeInBytes]; + ALIGN unsigned char dataQueue[KeccakMaximumRateInBytes]; + unsigned int rate; + unsigned int capacity; + unsigned int bitsInQueue; + unsigned int fixedOutputLength; + int squeezing; + unsigned int bitsAvailableForSqueezing; +} spongeState; + +/** + * Function to initialize the state of the Keccak[r, c] sponge function. + * The sponge function is set to the absorbing phase. + * @param state Pointer to the state of the sponge function to be initialized. + * @param rate The value of the rate r. + * @param capacity The value of the capacity c. + * @pre One must have r+c=1600 and the rate a multiple of 64 bits in this implementation. + * @return Zero if successful, 1 otherwise. + */ +int InitSponge(spongeState *state, unsigned int rate, unsigned int capacity); +/** + * Function to give input data for the sponge function to absorb. + * @param state Pointer to the state of the sponge function initialized by InitSponge(). + * @param data Pointer to the input data. + * When @a databitLen is not a multiple of 8, the last bits of data must be + * in the least significant bits of the last byte. + * @param databitLen The number of input bits provided in the input data. + * @pre In the previous call to Absorb(), databitLen was a multiple of 8. + * @pre The sponge function must be in the absorbing phase, + * i.e., Squeeze() must not have been called before. + * @return Zero if successful, 1 otherwise. + */ +int Absorb(spongeState *state, const unsigned char *data, unsigned long long databitlen); +/** + * Function to squeeze output data from the sponge function. + * If the sponge function was in the absorbing phase, this function + * switches it to the squeezing phase. + * @param state Pointer to the state of the sponge function initialized by InitSponge(). + * @param output Pointer to the buffer where to store the output data. + * @param outputLength The number of output bits desired. + * It must be a multiple of 8. + * @return Zero if successful, 1 otherwise. + */ +int Squeeze(spongeState *state, unsigned char *output, unsigned long long outputLength); + +#endif diff --git a/Example/Pods/NACrypto/NACrypto/keccak/brg_endian.h b/Example/Pods/NACrypto/NACrypto/keccak/brg_endian.h new file mode 100644 index 0000000..c11b109 --- /dev/null +++ b/Example/Pods/NACrypto/NACrypto/keccak/brg_endian.h @@ -0,0 +1,152 @@ +/* + --------------------------------------------------------------------------- + Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved. + + LICENSE TERMS + + The redistribution and use of this software (with or without changes) + is allowed without the payment of fees or royalties provided that: + + 1. source code distributions include the above copyright notice, this + list of conditions and the following disclaimer; + + 2. binary distributions include the above copyright notice, this list + of conditions and the following disclaimer in their documentation; + + 3. the name of the copyright holder is not used to endorse products + built using this software without specific written permission. + + DISCLAIMER + + This software is provided 'as is' with no explicit or implied warranties + in respect of its properties, including, but not limited to, correctness + and/or fitness for purpose. + --------------------------------------------------------------------------- + Issue Date: 20/12/2007 + Changes for ARM 9/9/2010 + */ + +/* modified by justin@basho.com to include Solaris endianness test */ + +#ifndef _BRG_ENDIAN_H +#define _BRG_ENDIAN_H + +#define IS_BIG_ENDIAN 4321 /* byte 0 is most significant (mc68k) */ +#define IS_LITTLE_ENDIAN 1234 /* byte 0 is least significant (i386) */ + +#if 0 +/* Include files where endian defines and byteswap functions may reside */ +#if defined( __sun ) +# include +#elif defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __NetBSD__ ) || \ +defined (__DragonFly__) +# include +# include +#elif defined( BSD ) && ( BSD >= 199103 ) || defined( __APPLE__ ) || \ +defined( __CYGWIN32__ ) || defined( __DJGPP__ ) || defined( __osf__ ) +# include +#elif defined (__SVR4) && defined (__sun) +# ifdef __sparc__ +# define BYTE_ORDER IS_BIG_ENDIAN +# else +# define BYTE_ORDER IS_LITTLE_ENDIAN +# endif +#elif defined( __linux__ ) || defined( __GNUC__ ) || defined( __GNU_LIBRARY__ ) +# if !defined( __MINGW32__ ) && !defined( _AIX ) +# include +# if !defined( __BEOS__ ) +# include +# endif +# endif +#endif +#endif + +/* Now attempt to set the define for platform byte order using any */ +/* of the four forms SYMBOL, _SYMBOL, __SYMBOL & __SYMBOL__, which */ +/* seem to encompass most endian symbol definitions */ + +#if defined( BIG_ENDIAN ) && defined( LITTLE_ENDIAN ) +# if defined( BYTE_ORDER ) && BYTE_ORDER == BIG_ENDIAN +# define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN +# elif defined( BYTE_ORDER ) && BYTE_ORDER == LITTLE_ENDIAN +# define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN +# endif +#elif defined( BIG_ENDIAN ) +# define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN +#elif defined( LITTLE_ENDIAN ) +# define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN +#endif + +#if defined( _BIG_ENDIAN ) && defined( _LITTLE_ENDIAN ) +# if defined( _BYTE_ORDER ) && _BYTE_ORDER == _BIG_ENDIAN +# define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN +# elif defined( _BYTE_ORDER ) && _BYTE_ORDER == _LITTLE_ENDIAN +# define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN +# endif +#elif defined( _BIG_ENDIAN ) +# define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN +#elif defined( _LITTLE_ENDIAN ) +# define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN +#endif + +#if defined( __BIG_ENDIAN ) && defined( __LITTLE_ENDIAN ) +# if defined( __BYTE_ORDER ) && __BYTE_ORDER == __BIG_ENDIAN +# define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN +# elif defined( __BYTE_ORDER ) && __BYTE_ORDER == __LITTLE_ENDIAN +# define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN +# endif +#elif defined( __BIG_ENDIAN ) +# define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN +#elif defined( __LITTLE_ENDIAN ) +# define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN +#endif + +#if defined( __BIG_ENDIAN__ ) && defined( __LITTLE_ENDIAN__ ) +# if defined( __BYTE_ORDER__ ) && __BYTE_ORDER__ == __BIG_ENDIAN__ +# define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN +# elif defined( __BYTE_ORDER__ ) && __BYTE_ORDER__ == __LITTLE_ENDIAN__ +# define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN +# endif +#elif defined( __BIG_ENDIAN__ ) +# define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN +#elif defined( __LITTLE_ENDIAN__ ) +# define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN +#endif + +/* if the platform byte order could not be determined, then try to */ +/* set this define using common machine defines */ +#if !defined(PLATFORM_BYTE_ORDER) + +#if defined( __alpha__ ) || defined( __alpha ) || defined( i386 ) || \ +defined( __i386__ ) || defined( _M_I86 ) || defined( _M_IX86 ) || \ +defined( __OS2__ ) || defined( sun386 ) || defined( __TURBOC__ ) || \ +defined( vax ) || defined( vms ) || defined( VMS ) || \ +defined( __VMS ) || defined( _M_X64 ) +# define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN + +#elif defined( AMIGA ) || defined( applec ) || defined( __AS400__ ) || \ +defined( _CRAY ) || defined( __hppa ) || defined( __hp9000 ) || \ +defined( ibm370 ) || defined( mc68000 ) || defined( m68k ) || \ +defined( __MRC__ ) || defined( __MVS__ ) || defined( __MWERKS__ ) || \ +defined( sparc ) || defined( __sparc) || defined( SYMANTEC_C ) || \ +defined( __VOS__ ) || defined( __TIGCC__ ) || defined( __TANDEM ) || \ +defined( THINK_C ) || defined( __VMCMS__ ) || defined( _AIX ) +# define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN + +#elif defined(__arm__) +# ifdef __BIG_ENDIAN +# define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN +# else +# define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN +# endif +#elif 1 /* **** EDIT HERE IF NECESSARY **** */ +# define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN +#elif 0 /* **** EDIT HERE IF NECESSARY **** */ +# define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN +#else +# error Please edit lines 132 or 134 in brg_endian.h to set the platform byte order +#endif + +#endif + +#endif diff --git a/Example/Pods/NACrypto/README.md b/Example/Pods/NACrypto/README.md new file mode 100644 index 0000000..c23e5ff --- /dev/null +++ b/Example/Pods/NACrypto/README.md @@ -0,0 +1,71 @@ +NACrypto +========= + +You should be using [NAChloride](https://github.com/gabriel/NAChloride) (libsodium/NaCl) instead. This is for advanced crypto only. + +The following use Apple's CommonCrypto framework: + +* HMAC: *SHA1*, *SHA2* +* Digest: *SHA2* +* AES (256-CTR) + +The following are implemented from included reference C libraries: + +* HMAC: *SHA3/Keccak* +* Digest: *SHA3/Keccak* +* TwoFish (CTR) + +# Podfile + +```ruby +pod "NACrypto" +``` + +# HMAC (SHA1, SHA2, SHA3) + +```objc +NSData *mac1 = [NAHMAC HMACForKey:key data:data algorithm:NAHMACAlgorithmSHA2_512]; +NSData *mac2 = [NAHMAC HMACForKey:key data:data algorithm:NAHMACAlgorithmSHA3_512]; +``` + +# AES (256-CTR) + +```objc +// Nonce should be 16 bytes +// Key should be 32 bytes +NAAES *AES = [[NAAES alloc] initWithAlgorithm:NAAESAlgorithm256CTR]; +NSData *encrypted = [AES encrypt:message nonce:nonce key:key error:&error]; +``` + +# TwoFish (CTR) + +```objc +// Nonce should be 16 bytes +// Key should be 32 bytes +NATwoFish *twoFish = [[NATwoFish alloc] init]; +NSData *encrypted = [twoFish encrypt:message nonce:nonce key:key error:&error]; +``` + +# Digest (SHA2, SHA3) + +```objc +NSData *digest1 = [NADigest digestForData:data algorithm:NADigestAlgorithmSHA2_256]; +NSData *digest2 = [NADigest digestForData:data algorithm:NADigestAlgorithmSHA3_512]; + +// Directly use SHA3 +NSData *sha = [NASHA3 SHA3ForData:data digestBitLength:512]; +``` + +# Keychain Utils + +```objc +NSData *key = [NASecRandom randomData:32 error:&error]; +[NAKeychain addSymmetricKey:key applicationLabel:@"NACrypto" tag:nil label:nil]; +NSData *keyOut = [NAKeychain symmetricKeyWithApplicationLabel:@"NACrypto"]; +``` + +# NSData Utils +```objc +NSData *data = [@"deadbeef" na_dataFromHexString]; +[data na_hexString]; // @"deadbeef"; +``` diff --git a/Example/Pods/RNCryptor/LICENSE b/Example/Pods/NSUserDefaults-AESEncryptor/LICENSE similarity index 93% rename from Example/Pods/RNCryptor/LICENSE rename to Example/Pods/NSUserDefaults-AESEncryptor/LICENSE index d21a98a..a450d23 100644 --- a/Example/Pods/RNCryptor/LICENSE +++ b/Example/Pods/NSUserDefaults-AESEncryptor/LICENSE @@ -1,6 +1,4 @@ -The MIT License (MIT) - -Copyright (c) 2015 Rob Napier +Copyright (c) 2013 No Zebra Network Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE. diff --git a/Example/Pods/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor/NSUserDefaults+AESEncryptor.h b/Example/Pods/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor/NSUserDefaults+AESEncryptor.h new file mode 100644 index 0000000..b409f2e --- /dev/null +++ b/Example/Pods/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor/NSUserDefaults+AESEncryptor.h @@ -0,0 +1,38 @@ +// +// NSUserDefaults+AESEncryptor.h +// NSUserDefaults-AESEncryptor +// +// Created by Bruno Tortato Furtado on 08/12/13. +// Copyright (c) 2013 No Zebra Network. All rights reserved. +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + +#import + +@interface NSUserDefaults (AESEncryptor) + +- (NSString *)decryptedValueForKey:(NSString *)key; +- (void)encryptValue:(NSString *)value withKey:(NSString *)key; + +- (void)removeObjectForAESKey:(NSString *)key; + +- (void)setAESKey:(NSString *)key; +- (NSString *)AESKey; + +@end \ No newline at end of file diff --git a/Example/Pods/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor/NSUserDefaults+AESEncryptor.m b/Example/Pods/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor/NSUserDefaults+AESEncryptor.m new file mode 100644 index 0000000..7bf313e --- /dev/null +++ b/Example/Pods/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor/NSUserDefaults+AESEncryptor.m @@ -0,0 +1,89 @@ +// +// NSUserDefaults+AESEncryptor.m +// NSUserDefaults-AESEncryptor +// +// Created by Bruno Tortato Furtado on 08/12/13. +// Copyright (c) 2013 No Zebra Network. All rights reserved. +// + +#import "NSUserDefaults+AESEncryptor.h" +#import "CocoaSecurity.h" + +static NSString * AESKeyString = @"aes key not found"; + +@implementation NSUserDefaults (AESEncryptor) + +#pragma mark - +#pragma mark - Public methods + +- (NSString *)decryptedValueForKey:(NSString *)key +{ + NSString *encryptedKey = [CocoaSecurity aesEncrypt:key + key:[self AESKey]].base64; + + NSString *encryptedValue = [self objectForKey:encryptedKey]; + + if (!encryptedValue) { + NSLog(@"%s\n\nkey '%@' not found \n\n", __PRETTY_FUNCTION__, key); + return nil; + } + + + NSString *value = [CocoaSecurity aesDecryptWithBase64:encryptedValue + key:[self AESKey]].utf8String; + +#ifdef DEBUG + NSLog(@"%s\n\n \ + aesKey: [%@]\n\n \ + [encrypt_key, encrypt_value]: [%@, %@] \n\n \ + [key, value]: [%@, %@] \n\n", + __PRETTY_FUNCTION__, + [self AESKey], + encryptedKey, encryptedValue, + key, value); +#endif + + return value; +} + +- (void)encryptValue:(NSString *)value withKey:(NSString *)key +{ + NSString *encryptedKey = [CocoaSecurity aesEncrypt:key + key:[self AESKey]].base64; + + NSString *encryptedValue = [CocoaSecurity aesEncrypt:value + key:[self AESKey]].base64; + + [self setObject:encryptedValue forKey:encryptedKey]; + [self synchronize]; + +#ifdef DEBUG + NSLog(@"%s\n\n \ + aesKey: [%@]\n\n \ + [key, value]: [%@, %@] \n\n \ + [encrypt_key, encrypt_value]: [%@, %@] \n\n", + __PRETTY_FUNCTION__, + [self AESKey], + key, value, + encryptedKey, encryptedValue); +#endif +} + +- (void)removeObjectForAESKey:(NSString *)key +{ + NSString *encryptedKey = [CocoaSecurity aesEncrypt:key key:[self AESKey]].base64; + [self removeObjectForKey:encryptedKey]; + [self synchronize]; +} + +- (void)setAESKey:(NSString *)key +{ + AESKeyString = key; +} + +- (NSString *)AESKey +{ + return AESKeyString; +} + +@end \ No newline at end of file diff --git a/Example/Pods/NSUserDefaults-AESEncryptor/README.md b/Example/Pods/NSUserDefaults-AESEncryptor/README.md new file mode 100644 index 0000000..7762fae --- /dev/null +++ b/Example/Pods/NSUserDefaults-AESEncryptor/README.md @@ -0,0 +1,60 @@ +#NSUserDefaults-AESEncryptor ![License MIT](https://go-shields.herokuapp.com/license-MIT-blue.png) + +NSUserDefaults-AESEncryptor is a NSUserDefaults category. Its purpose to encrypt/decrypt keys and values with AES encryptor. + +[![Build Status](https://api.travis-ci.org/NZN/NSUserDefaults-AESEncryptor.png)](https://api.travis-ci.org/NZN/NSUserDefaults-AESEncryptor.png) +[![Cocoapods](https://cocoapod-badges.herokuapp.com/v/NSUserDefaults-AESEncryptor/badge.png)](http://beta.cocoapods.org/?q=name%3Ansuserdefaults%20name%3Aaesencryptor%2A) +[![Cocoapods](https://cocoapod-badges.herokuapp.com/p/NSUserDefaults-AESEncryptor/badge.png)](http://beta.cocoapods.org/?q=name%3Ansuserdefaults%20name%3Aaesencryptor%2A) + +## Requirements + +NSUserDefaults-AESEncryptor works on iOS 5.0+ version and is compatible with ARC projects. It depends on the following Apple frameworks, which should already be included with most Xcode templates: + +* Foundation.framework + +You will need LLVM 3.0 or later in order to build NSUserDefaults-AESEncryptor. + +NSUserDefaults-AESEncryptor uses [CocoaSecurity](https://github.com/kelp404/CocoaSecurity) to encrypt/decrypt. + +## Adding NSUserDefaults-AESEncryptor to your project + +### Cocoapods + +[CocoaPods](http://cocoapods.org) is the recommended way to add `NSUserDefaults-AESEncryptor` to your project. + +* Add a pod entry for NSUserDefaults-AESEncryptor to your Podfile `pod 'NSUserDefaults-AESEncryptor'` +* Install the pod(s) by running `pod install`. + +### Source files + +Alternatively you can directly add source files to your project. + +1. Download the [latest code version](https://github.com/NZN/NSUserDefaults-AESEncryptor/archive/master.zip) or add the repository as a git submodule to your git-tracked project. +2. Open your project in Xcode, then drag and drop all files at NSUserDefaults-AESEncryptor folder onto your project (use the "Product Navigator view"). Make sure to select Copy items when asked if you extracted the code archive outside of your project. +2. Install [CocoaSecurity](https://github.com/kelp404/CocoaSecurity). + +## Usage + +* Import `NSUserDefaults+AESEncryptor.h` and add this to `Prefix.pch` + +```objective-c +// Set a key. (If no key is set, a default key will be used) +[[NSUserDefaults standardUserDefaults] setAESKey:@"World Cup 2014"]; + +// Encrypt +[[NSUserDefaults standardUserDefaults] encryptValue:@"Brazil" withKey:@"country"]; + +// Decrypt +NSString value = [[NSUserDefaults standardUserDefaults] decryptedValueForKey:@"country"]; + +// Remove object +[[NSUserDefaults standardUserDefaults] removeObjectForAESKey:@"country"]; +``` + +## License + +This code is distributed under the terms and conditions of the [MIT license](LICENSE). + +## Change-log + +A brief summary of each NSUserDefaults-AESEncryptor release can be found on the [wiki](https://github.com/NZN/NSUserDefaults-AESEncryptor/wiki/Change-log). diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index e1c5b7b..bff28ac 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -7,777 +7,809 @@ objects = { /* Begin PBXBuildFile section */ - 01A35AA58F2F92E83C5E27E8963BA21A /* BFTask.h in Headers */ = {isa = PBXBuildFile; fileRef = CB4FC59BBC4220586113555265C7FDBB /* BFTask.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0254DC8C011209AB977C06EA7E95889E /* SPTTestSuite.m in Sources */ = {isa = PBXBuildFile; fileRef = 015667A81F6FC724E311D564F751F8AA /* SPTTestSuite.m */; }; - 02F3342DE8A2496B117A12DD376E0C6B /* CodFis+Helper.h in Headers */ = {isa = PBXBuildFile; fileRef = A2C3874E163C35B6808AB69CC135F086 /* CodFis+Helper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0339052284A47A46E7821D754BB990DF /* FBSDKLoginManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 53E7308F602E00F2AAABCBDF5AF859C2 /* FBSDKLoginManager.m */; }; - 03FDBBF7B671EFE576EF0B0D8002D92D /* PNObjcPassword.h in Headers */ = {isa = PBXBuildFile; fileRef = E96D0F03745839E8AE4579B1CFF56B56 /* PNObjcPassword.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 042B5A0DF9A7C3875611D66EEE6F4F0A /* SPTSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 40CE93983A30541969DA104E5239CB9D /* SPTSpec.m */; }; - 04CA0F8BB3DA4CC9162593C027C03B97 /* FBSDKGraphErrorRecoveryProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DE1364F96B4E610C4DE91CF779B4EFF /* FBSDKGraphErrorRecoveryProcessor.h */; }; - 067AB10F1F123B95B5871888ACBA78BA /* CodFis_Helper.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 784F6E12C67771D8D76A3974A8ACC3A1 /* CodFis_Helper.framework */; }; - 06B31A3343DB4AC44BAAA75A5BDD4639 /* FBSDKSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B46EE78C1FD0934C6EB3A6878E891D4 /* FBSDKSettings.m */; }; - 076A3A2B61F0FD904F12D21F0060FD8E /* FBSDKUIUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = B6B250D588EC154A2B0793EBBAB9EDB9 /* FBSDKUIUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 076F1D0BD98EE797354FBA9AC406E02B /* FBSDKAccessTokenCacheV4.h in Headers */ = {isa = PBXBuildFile; fileRef = 73A832CBB4031A00D5E18D52FBA86486 /* FBSDKAccessTokenCacheV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07CAFACAFAC87ABBF28D453E70832464 /* UIImage+Compare.m in Sources */ = {isa = PBXBuildFile; fileRef = 629E05BA90E8433D0F7165AAE1F6159D /* UIImage+Compare.m */; }; - 08DAC2F4AEE5BBA86F713F32A79E24AF /* FBSDKLoginUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B2412DF9C83FA91990C5135DA76A593 /* FBSDKLoginUtility.m */; }; - 093DA254B30414E2DEDBC9D08084D234 /* XCTestCase+Specta.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F9E753A0ADD867247650CA5C959C74A /* XCTestCase+Specta.m */; }; - 0965EC017E6B1030E67D0E1CED9462A2 /* FBSDKAppGroupJoinDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 62D97D560566B05D1D9E060721FFD43F /* FBSDKAppGroupJoinDialog.m */; }; - 09AAF74DD2507F874F2AE2E6B8CE2DAF /* FBSDKMonotonicTime.h in Headers */ = {isa = PBXBuildFile; fileRef = E36CA8319E12274FBABD1048DD58C032 /* FBSDKMonotonicTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09C370A9665D24C14E3909B415A0E8D8 /* BFAppLinkTarget.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C242185F3C144381D84D05187BE8DC7 /* BFAppLinkTarget.m */; }; - 09EB0EE96E6C494EC577C620F4055BF2 /* FBSDKShareVideoContent.m in Sources */ = {isa = PBXBuildFile; fileRef = CCD86699F6512E83A641B241A8BE2D78 /* FBSDKShareVideoContent.m */; }; - 0A1391FDCAC2348D1294CDD2DDD2DF69 /* PNObjectModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D9A5BFD38EA60AAB205DF3E003946EE /* PNObjectModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A4061108C051401AA7754CE91231AB3 /* FBSDKAppEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = F0ECE18301275FE612BE80C76E70044F /* FBSDKAppEvents.h */; }; - 0A4FDA10DBFB82F864DCABAF73D1BAB9 /* FBSDKColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 470B0053D5B51527BE73BDC5306CEB4A /* FBSDKColor.m */; }; - 0A5DFD94EE83E385C1C7D24986E04592 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 560C655DAF9C028A34717C0C0BA417C4 /* SwiftSupport.swift */; }; - 0AF05753005DD333D32B4CBC453D65AA /* PNAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = D59089056B822BCD9DDE1E6DDE9073C5 /* PNAddress.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C25A43F28DAD89FCDD01C0CDE5D4570 /* FBSDKURLConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = C954F6139E9F59B2F57BAF778D992A01 /* FBSDKURLConnection.m */; }; - 0C688E139513EAD123605A43D50ECA2D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - 0C6FF91EB1F0391ED75DC72D31D159EF /* EXPMatchers+beTruthy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5059C23A297D9814A8964271D59CCAB4 /* EXPMatchers+beTruthy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 0CCB0C31677860FE4CBC3FB51C536115 /* FBSDKApplicationDelegate+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C7B28A423EE8BFFDD6CA0E80FC2E780 /* FBSDKApplicationDelegate+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D0F633E3C426F2A90B60AAB6FE2C5F3 /* FBSDKCoreKit.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AB2B006747371E2B665F88BBCDBA5E04 /* FBSDKCoreKit.h */; }; - 0D16B556212D317A0D4FEB71E102E207 /* EXPMatchers+beLessThan.h in Headers */ = {isa = PBXBuildFile; fileRef = 031E45769F7897993E8EF5154A836176 /* EXPMatchers+beLessThan.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0D8CA7B7C31BC240184F6B509492D745 /* FBSDKSharePhoto.m in Sources */ = {isa = PBXBuildFile; fileRef = B231FDE2D61F17007842B73ECA2A9829 /* FBSDKSharePhoto.m */; }; - 0D96EF8921F4EB6F70486C00FCF48828 /* FBSDKGraphRequestPiggybackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B8F828A2240D6C07C1A59C3546BE68D4 /* FBSDKGraphRequestPiggybackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DA4E12217002472B52B8C81154435DC /* BFAppLinkReturnToRefererController.h in Headers */ = {isa = PBXBuildFile; fileRef = 92DA6CE55E87602AECB1973D5DC41451 /* BFAppLinkReturnToRefererController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0DC2950D3943DC1163E1E5C3C4E29F96 /* FBSDKAppInviteDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = A346E6CA6D1550872C70BE33DE122687 /* FBSDKAppInviteDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0DF6D0850F82CC47266727B7F7FDE3C3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - 0EAB8CDACC4DF99C482EDCE2E0BA31C5 /* Bolts.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EC6FA678332DC3495DC88D38943C6A3 /* Bolts.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0EBFA5FBE4953A83B677CE2A75746761 /* EXPMatchers+beLessThan.m in Sources */ = {isa = PBXBuildFile; fileRef = ABD66061198ECF3CB09D3AFB4A51669F /* EXPMatchers+beLessThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 0EDA7AFB24C35AD20174869E9CD7469D /* FBSDKMaleSilhouetteIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = B545EF172DFBB50AD94A530CAE935A46 /* FBSDKMaleSilhouetteIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F94F5B0ABB3252B9275B7C129EC7A26 /* EXPMatchers+equal.h in Headers */ = {isa = PBXBuildFile; fileRef = F35E5DAD266125AE1CEFA2024D75012B /* EXPMatchers+equal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0FB1CE9AB76B77BEFC2F5DD025EB6032 /* FBSDKLoginUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 028339F9423F30A373DB82CB09F0D4C4 /* FBSDKLoginUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1036EF14A9C3EF984ADA3518121F4466 /* FBSDKAppLinkUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 53205917CE758C7274FA062BBA003FA7 /* FBSDKAppLinkUtility.h */; }; - 104E2D83D8C7403B401E4F4F7FA37AA9 /* FBSDKShareConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = C0D2574ECDA8AD00019A33E6F225AD7A /* FBSDKShareConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 105EDB8B02212B7327DCEAC866995FA5 /* RNCryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C931CB41D0740A2832C50F7D6ED15C6 /* RNCryptor.swift */; }; - 113CC729BD5178A60DF71C897B9D3D53 /* PNUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 700C89F1F64FB8B0D93244364503DB02 /* PNUser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 11701644ACB6B96BA0503F992EB5BD88 /* FBSDKSettings.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C085129AE27209824EE689C4E697A9F6 /* FBSDKSettings.h */; }; - 11C1AEB289C1EB80089349B71F09D04B /* EXPMatchers+raiseWithReason.h in Headers */ = {isa = PBXBuildFile; fileRef = 69ADB71AE7914384230F0ADD752E761E /* EXPMatchers+raiseWithReason.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1200A152A08388893BFA023980C2CF48 /* FBSDKLoginManagerLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = FC8C158D6460A19DA5B5744712BFF798 /* FBSDKLoginManagerLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12C66CB4A6AA6270B71012F77C9206FC /* NSString-Helper.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 89208288C48137CF752791D41C6535ED /* NSString-Helper.bundle */; }; - 12E731E447739117B33B1B45D512B3AF /* FBSDKServerConfigurationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D7D43578BF191907CBC1B3686EF46734 /* FBSDKServerConfigurationManager.m */; }; - 1312A7D381C51428CF481E33E3D37901 /* EXPMatchers+beGreaterThan.m in Sources */ = {isa = PBXBuildFile; fileRef = 448C2DDF90D47852AC861175BF3C4A5E /* EXPMatchers+beGreaterThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 131532787AD40BE1F35DF288D2E6FFD7 /* EXPMatchers+beInTheRangeOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 57F726180FCFD5EF7B9768005571EA84 /* EXPMatchers+beInTheRangeOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 146457D9778B072B0A742C350BA6770F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - 1480F4923DBBF217F60572EEECB4027C /* AFNetworkActivityIndicatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C40E0EBCC566B9D00872442EA0372029 /* AFNetworkActivityIndicatorManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1489117FFED47F9DBAB9BECC12DF5221 /* FBSDKBridgeAPIResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 52D2A4992A099DAE5A18E1797D870404 /* FBSDKBridgeAPIResponse.m */; }; - 1498514874F463AE8A7F747DCADC338E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - 14CCB9B9C95EBBD456D7E4EABD82E0BF /* FBSDKLoginCompletion+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF3E45780A92C058BB5649713AC8F08 /* FBSDKLoginCompletion+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 154FE40BF807A22A341770459ED0BCA9 /* NSDate+NSDate_Util.m in Sources */ = {isa = PBXBuildFile; fileRef = 46CE123B557C1E1338591212A6953BDA /* NSDate+NSDate_Util.m */; }; - 1651C6B9C57C4B00AEAB1DB9C0FD1385 /* FBSDKGraphRequestConnection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CC2FDB1E73E42068C9B34807CC532F4 /* FBSDKGraphRequestConnection.h */; }; - 1663D3404B3C2102C575CD198944338A /* StrongestPasswordValidator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2647DC2503AE9CABFE089D10F80E02DC /* StrongestPasswordValidator.framework */; }; - 16AF6EEBA7A01DD99F15D4AA74267427 /* FBSDKShareOpenGraphAction.m in Sources */ = {isa = PBXBuildFile; fileRef = FD50C9D92415629A23455C575CDA68CC /* FBSDKShareOpenGraphAction.m */; }; - 16B02D9903A128753425886827C87CB7 /* FBSDKTriStateBOOL.h in Headers */ = {isa = PBXBuildFile; fileRef = F62016DF5048ED20FD02717FC94FFA49 /* FBSDKTriStateBOOL.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16B455F319A143930B24EAD475321259 /* FBSDKLikeActionController.h in Headers */ = {isa = PBXBuildFile; fileRef = A678FB5DD4092F74C074CC1F07199377 /* FBSDKLikeActionController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16B7FB6A06AFB2626CB37E24BCAD757C /* FBSDKLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 143FE8F47A316509C56455C13DF0B797 /* FBSDKLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16E6BDB2449AAF2E766A228AFF965AA0 /* FBSDKShareError.h in Headers */ = {isa = PBXBuildFile; fileRef = B59A281DA983CBEF55572D7347E38426 /* FBSDKShareError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 174202BD6AE0E4A41F5CE66E975EAE52 /* UIRefreshControl+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FC6FD2F8B1EF6248038BB8648F4E136 /* UIRefreshControl+AFNetworking.m */; }; - 17572374B2AE183C6347C41E8DF8E579 /* EXPMatchers+beFalsy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2243CB5F8C75A2C02BA10C1EDBBF771 /* EXPMatchers+beFalsy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 17CED2FBC3F5431AEB42D651D0E3DAB9 /* FBSDKConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FBF01A12DBA9EECC888B58BBAD377AE /* FBSDKConstants.h */; }; - 181E2F204B7B25D4CF271EEDE3CCFD95 /* FBSDKAppGroupContent.m in Sources */ = {isa = PBXBuildFile; fileRef = FAC688E38CBDEB40BB93E045EC51E9BE /* FBSDKAppGroupContent.m */; }; - 191B2343DD7DD76469CA5043B37C1BFC /* NSLayoutConstraint+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = CA526B906B0077276B33E5441C67724F /* NSLayoutConstraint+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1A1AB2EC52323C5EA28DAA99F1E1A90D /* EXPMatchers+endWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 902BA17C79105FAEC14508B4AC9B9A4C /* EXPMatchers+endWith.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1AB3304B6884F626BC54150AC7565E18 /* EXPMatchers+equal.m in Sources */ = {isa = PBXBuildFile; fileRef = 123F1ED5D629CE1BE0337058CF62FED6 /* EXPMatchers+equal.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 1ABB76713A89CC189E5518A2475685AD /* FBSDKLikeObjectType.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F3682DF7A233CAA0CA67B257D1692EF /* FBSDKLikeObjectType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1B0389CD88AA949B34DC7269030FEC6F /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 5288FD3B85CBFA81267ECCF1B80A27CE /* EXPMatchers+beGreaterThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 1B80FB199B323B92DA8BDA4CAFEAB7B6 /* FBSDKSharingContent.h in Headers */ = {isa = PBXBuildFile; fileRef = C4ACF7A89B7B5DBDFCB72B5FB6067C05 /* FBSDKSharingContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C2C3921C8FC9C9003568C3BC198AE72 /* RNCryptor-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D80F1D0EE79761581CE3B0181DB649D9 /* RNCryptor-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C3F8964796DAD9A908E527C241DF3E9 /* UIDevice-Utils.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 4AEBB8CB4AE2AFAC0AB371278437CB76 /* UIDevice-Utils.bundle */; }; - 1D793FA5DFF773A261125B70D42BE3BE /* FBSDKErrorRecoveryConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5AE6F95141CA09B61B516862FFC7C2 /* FBSDKErrorRecoveryConfiguration.m */; }; - 1D80CC0197DAA1C570189DCE17DA1AD2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - 1D8CF72F68F6192E674A0529099B847F /* SPTExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BAA78AF7B596D75186ADBDCAE789650 /* SPTExample.m */; }; - 1D8F0DD4F483C26350BD5C12753D315C /* FBSDKGraphRequestDataAttachment.h in Headers */ = {isa = PBXBuildFile; fileRef = A1C678B8EDA855844A40DFACBE96BBFC /* FBSDKGraphRequestDataAttachment.h */; }; - 1DC469C4321829696AABB46AC4E6A21F /* NSString_Helper.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0BC932C7674764ED0A380050D42C5923 /* NSString_Helper.framework */; }; - 1E19B7057A92D69236C22181D551CBB3 /* FBSDKSharePhotoContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A5722BE2381E1063F7F7BCC3CF15B73 /* FBSDKSharePhotoContent.m */; }; - 1E5984CD6980C13FE5ACBC3DA780C28F /* PNObject-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D21BA597DC54DA5B79874658C865E54 /* PNObject-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E5B8F12ED7CC40ECDB9B1F755F387E5 /* UIActivityIndicatorView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 8187217E663DB434BE4D87982B6457F7 /* UIActivityIndicatorView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E8998105627CC57D11D0195F528D994 /* PNObject+Protected.m in Sources */ = {isa = PBXBuildFile; fileRef = EF3C71BC75869DF2FE236CC704E336D5 /* PNObject+Protected.m */; }; - 1EB1017329A4B7619553CBD5FF5D0DAA /* NSDate_Utils.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 09CE30467C1D28BCEAD4DE77B4C2E41E /* NSDate_Utils.bundle */; }; - 1F11A0BCDCFAF45917BD67D4299AEC99 /* AFHTTPRequestSerializer+OAuth2.m in Sources */ = {isa = PBXBuildFile; fileRef = A69927AAA8CBDD2EA369F67E5CD8BB39 /* AFHTTPRequestSerializer+OAuth2.m */; }; - 1F16998423D64A8FE584EB0E3AAE922A /* Pods-PNObject_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E46B7AFFF2CB3F42C731CF9CFA5DFC85 /* Pods-PNObject_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 201BF9C605852822CA5A65ADE282A310 /* EXPMatcherHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 67707E0219279D73B856A7B6A2F7E22F /* EXPMatcherHelpers.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 204D694B03BFF3B244A6AB73FACFFC43 /* Expecta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E02A07C54429C2E4DF80F204D731F1 /* Expecta-dummy.m */; }; - 205E2A77E7B87C8248D453402498510E /* FBSDKBridgeAPIRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = B908E4FDCBBB33A0BE0E2A3856D7CD4E /* FBSDKBridgeAPIRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20607BE2B1E5F31765026E5AC64DB27D /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFF615A9EE4F0C93431C83381DB7BDC1 /* AFSecurityPolicy.m */; }; - 207B0778FA44B677AA237F5D96C23E28 /* PEARFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F20973641054FCD5E546B6E0B9DC2EFF /* PEARFileManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20C0CFB6F8C29123D1667E2676D8B2F5 /* FBSnapshotTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = ACE70EAFB0583248E6C28CFEDE49ED91 /* FBSnapshotTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20EE8030FCF2402DAC7F1C9B9DDAEF79 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = DC72EF061217162BC2634777BE97E607 /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2183687C8190F2F74676AE1C69474B00 /* FBSDKShareOpenGraphValueContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 42628DA227F95DAE1DDFF445FC293339 /* FBSDKShareOpenGraphValueContainer.m */; }; - 22D9F8C5346519C30FDD1CF8B2A93B20 /* FBSDKBase64.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D4AFC861B309676AF4EA5380CC181D6 /* FBSDKBase64.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2377F8D1A56EA684F3CD81B8C4A2AB03 /* FBSDKShareOpenGraphValueContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DC2B2A4F9C0649E4D0CC4330F0AA111 /* FBSDKShareOpenGraphValueContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 238BF70DAFAD28CF786B0029007EF12C /* PNObjectFormData.h in Headers */ = {isa = PBXBuildFile; fileRef = CFD4694A9A640B6401998EE253B7D0A8 /* PNObjectFormData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 247A122177A60D4CC65244D7FA317551 /* FBSDKShareButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C40B9B8E736ED38F50E00F34239426C /* FBSDKShareButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2549CD1370AF63009DEC76693F5E9BD1 /* FBSnapshotTestCase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E3E30BCF457EB6EBA26AB7D18F22F74 /* FBSnapshotTestCase.framework */; }; - 254A0FE70B70FE015FBD7539ACAE1C2A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 930245814FE1C55E5ED02533926F4E51 /* CoreGraphics.framework */; }; - 260BC7EED9289AF321A6F791964CE472 /* EXPMatchers+respondTo.h in Headers */ = {isa = PBXBuildFile; fileRef = C6C21E6D9A8F758FFBAE18D52CF2FCB6 /* EXPMatchers+respondTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 263C4BD09917BBA6B117EF910A9298F7 /* BFCancellationTokenSource.h in Headers */ = {isa = PBXBuildFile; fileRef = E01D94AFB3D83200CEAB9AD11B24F431 /* BFCancellationTokenSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 263EA0144A7DFC532A7A453AA28B7857 /* FBSDKShareOpenGraphObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B2C00E8B4191825906EAB274E3DBC16 /* FBSDKShareOpenGraphObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 266CAA62020032176163D213D837B9DF /* XCTestCase+Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = 684F80C0F467F08B91BA55FDD8A5CA8F /* XCTestCase+Specta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 274D9545D0357B667BCAA82B3FB38ECD /* UIImage+Diff.h in Headers */ = {isa = PBXBuildFile; fileRef = BE0CCCD38E0646F0E0CD5042DE45D978 /* UIImage+Diff.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 274F210549B6705708051256FA6FC94B /* FBSDKLikeBoxView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F83E7509252F5F0AF29A9FA68014ECA /* FBSDKLikeBoxView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27B378AAF73A1EBB45FFD7EA38D37247 /* FBSDKLoginManagerLoginResult.m in Sources */ = {isa = PBXBuildFile; fileRef = B8330B16E9F88E6FA19DD25DAB555517 /* FBSDKLoginManagerLoginResult.m */; }; - 27D8B2F1FFCD44D48A233E44CF552E56 /* BFMeasurementEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = D1B09272B12945A92D1BA041C20B3B35 /* BFMeasurementEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 280981151F21C4C7E0BBA396CD39BDB3 /* FBSDKShareKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 97668A9972E4008489DF3F8A72405B27 /* FBSDKShareKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2845FB31AEFD8E767105454310C3F5D1 /* FBSDKAppEventsStateManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D676635A2D83E8906EA2857E24A7DDE /* FBSDKAppEventsStateManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2916A0606136A9DC67F2463AB230868B /* EXPMatchers+match.h in Headers */ = {isa = PBXBuildFile; fileRef = C146D1056DC35FECBA56B46657C770EC /* EXPMatchers+match.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2955FF7187EC68E90009CFFEDC848402 /* FBSDKBridgeAPIProtocolNativeV1.m in Sources */ = {isa = PBXBuildFile; fileRef = C4CD4D40AF94C8907193B1BA2592DF3C /* FBSDKBridgeAPIProtocolNativeV1.m */; }; - 299E9DD0F4332D9DB6311B6E60C5832C /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 019D27ADA91B8FEB6E773BD22585422A /* SystemConfiguration.framework */; }; - 29F2AEAF2B01E3739BF745ADE8E9D0A4 /* Expecta+Snapshots-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F88E5AD62978F752DAC9898B20AC4C /* Expecta+Snapshots-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2A486D542629FC4CF99BECE9F1A8C7BC /* FBSDKDynamicFrameworkLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = C79E3539D930C4FD5A9C7B8C3C61542A /* FBSDKDynamicFrameworkLoader.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 2B5C644A0288B3C47241AB00A0BD539D /* FBSDKMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 111140B956B413206DFA9A03CF73B4B3 /* FBSDKMacros.h */; }; - 2B6A083675F51F652906292F381C5D49 /* FBSDKBridgeAPIRequest+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 40DEB5DF0B5C3DC45C746A1D79CC4F93 /* FBSDKBridgeAPIRequest+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BFA55CA8DE1BC277E2B276DFBED390D /* BFAppLinkResolving.h in Headers */ = {isa = PBXBuildFile; fileRef = ACB397AEA790F8AB8249878BDAF1A74C /* BFAppLinkResolving.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2C0A8737FDB9B9C6A6BDF437FD11334C /* EXPMatchers+beNil.m in Sources */ = {isa = PBXBuildFile; fileRef = AF120A52EC01F05FEE7B73F313931EBD /* EXPMatchers+beNil.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 2CC84F367366E962E8710E53FDEEDB88 /* nv_ios_http_status.m in Sources */ = {isa = PBXBuildFile; fileRef = FF7426001AFE1B82DE01ACAC972378DC /* nv_ios_http_status.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 2CFE2898496C1C7096DB8DA43AF19103 /* EXPMatchers+raise.m in Sources */ = {isa = PBXBuildFile; fileRef = BD4579AE7A337F05502633160304F087 /* EXPMatchers+raise.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 2DAA80189B6344715A7E79A3EDED6628 /* FBSDKBridgeAPIProtocolWebV2.m in Sources */ = {isa = PBXBuildFile; fileRef = AC1BBECAA7D89E1B6544FD9604E3C4DE /* FBSDKBridgeAPIProtocolWebV2.m */; }; - 2DEF85366FF04B2090E6E026C0D1B709 /* Bolts-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A84FF37467A710D6C44E52B74843DFCA /* Bolts-dummy.m */; }; - 2E14619153A453BB8DF389FB6EA147BE /* ExpectaObject.h in Headers */ = {isa = PBXBuildFile; fileRef = CADFEBB57CE19DC5A10644C84D5F3779 /* ExpectaObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E8A32ED46194EDBE22146271F6D26DE /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = C6F093D7F0BD1FFE12A42F94B839D87F /* UIImageView+AFNetworking.m */; }; - 2F427490ACABC4408D57CC0592276678 /* EXPDoubleTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = FC47102C0D2D213E7497E3CAC4A9D165 /* EXPDoubleTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F5A66C1D2768E5D71417A7FA25F0E80 /* NSString-Helper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4432A4E0DD7E61E683BF8945075453F5 /* NSString-Helper-dummy.m */; }; - 2FB00EA6B695139035918D145929E388 /* FBSDKAccessTokenCaching.h in Headers */ = {isa = PBXBuildFile; fileRef = 18CE81405F326BE792700F85A46E8581 /* FBSDKAccessTokenCaching.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FF133894F0ED2EC29181134D5785EBA /* FBSDKAudioResourceLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = ECC4377970646C6618AAF9761860F324 /* FBSDKAudioResourceLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FFF7231054FB4D896754CC10AF6B65E /* FBSDKGameRequestDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = CA502B4D10E75E86DCA20B18FE3096BA /* FBSDKGameRequestDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 31E196A38EB17B72B111E0B3C839D2D9 /* FBSDKMutableCopying.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 79B7E1CDA1D6A3D665DDBDC5A7068311 /* FBSDKMutableCopying.h */; }; - 31ED601761FE6CC37B30D6AE001F2215 /* BFAppLink_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D908F53D6C6D4B0B6CB100B45A7E440 /* BFAppLink_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3249F988C94C1B64192C42A11902D850 /* FBSDKLoginError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E58D8A725B06266599FBA4D916EE3BF /* FBSDKLoginError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 334A9EB0A89E519A4CD425EF39DCDA2F /* FBSDKLoginManager+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 680D60C4CE9ED6254B055D077C2017E6 /* FBSDKLoginManager+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 340490448CDBF9AC2A61E7AD0C225B5E /* SpectaUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = E06DEF5F4B714C53C029888C96FD7555 /* SpectaUtility.m */; }; - 34AB45DB13EBB49C8984C6792B64CF02 /* FBSDKButton.m in Sources */ = {isa = PBXBuildFile; fileRef = B5F173CFF37BF8651553314C10E4A415 /* FBSDKButton.m */; }; - 34B6E9A30603BEBBD87BA535B7D384CA /* EXPMatchers+beInstanceOf.h in Headers */ = {isa = PBXBuildFile; fileRef = C420A23D51284ADEBF317DF0AEA580A8 /* EXPMatchers+beInstanceOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 34C44F84195D291E149F3D732A19C6F1 /* Specta-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 63ADE053E0B94FAD6316A6D310ADA9E2 /* Specta-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 35530621142D3FD3F8D122B087296559 /* FBSDKWebDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 54859C25AB20B5FC9AD8C0295A867117 /* FBSDKWebDialog.m */; }; - 35747B0A597C4488E309D922D2B7F25A /* FBSDKBridgeAPIResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = EAA438654AA94762CF0744E1601C024C /* FBSDKBridgeAPIResponse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35BFE3A916989439727394864EA91E04 /* FBSDKGraphRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E88F4C7708A8A7D0B5DD04BE01C7FB5 /* FBSDKGraphRequest.m */; }; - 35F15DE22B98C5FE7D7D9D40ED6E0008 /* FBSDKGraphRequest+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C3DFFAAFBE1167567D72274C37077C6 /* FBSDKGraphRequest+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36102BBEBFE8B221EE2BC92451C96ABF /* FBSDKCoreKit.h in Headers */ = {isa = PBXBuildFile; fileRef = AB2B006747371E2B665F88BBCDBA5E04 /* FBSDKCoreKit.h */; }; - 36250E6B4E8FD1DA484ABBACA314253A /* FBSDKViewImpressionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD8D08E3AA5A3E5768E300DC20CFFE1 /* FBSDKViewImpressionTracker.m */; }; - 362C545BF62040C33E73349B8079F695 /* FBSDKGraphRequestConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CC2FDB1E73E42068C9B34807CC532F4 /* FBSDKGraphRequestConnection.h */; }; - 3637BC64699FECD40DB791C67CD45394 /* PEARFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 08AA89639EB1EEF2AFC27DFA74D9F816 /* PEARFileManager.m */; }; - 365B88D5294672DD3AA38092C2D86AA3 /* SPTExample.h in Headers */ = {isa = PBXBuildFile; fileRef = E3ABB32EBE02734A36C5BCD70AB9754A /* SPTExample.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 366ADCE1E2DEA175437DBDF4C2D7440D /* FBSDKPaymentObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = CC5DDC74947D1A3200F8DA859E2FE005 /* FBSDKPaymentObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 368F32C3C3604441AA06DF5093D5D8AB /* FBSDKShareLinkContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 735FC3486090DD72D2C38AFC9F288B71 /* FBSDKShareLinkContent.m */; }; - 36F1F0CE51161C62C975E66802C829E7 /* FBSDKWebDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 50653A9504B841F87649AD0DFE8B56E7 /* FBSDKWebDialog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3708AA48F1D26CB56F88BB6FEC72DE36 /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9FFAEDB3DC76DD9705B8FA233EB4DE1 /* Bolts.framework */; }; - 3708EAADDC674DCD908104A53D6AF6F3 /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9FFAEDB3DC76DD9705B8FA233EB4DE1 /* Bolts.framework */; }; - 372F7A9CCE59CE86316CF436F832A3FC /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 557A5561015201E8A1CAEED8AE5B451A /* EXPMatchers+beGreaterThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 377AB958BA56E394819495344B0F4B8C /* FBSDKBridgeAPIProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 90C34D18BB9BC6380C1AD81D57D60A5D /* FBSDKBridgeAPIProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 379DAA416186ABEE9DB943E163EF15BA /* FBSDKGraphRequestPiggybackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 970E4E8D21C91126C4C4ED83EAF362AD /* FBSDKGraphRequestPiggybackManager.m */; }; - 37A2D0F8493469EF2495FC689440F079 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7451F179853190BBAB3B5BFD45BC702D /* EXPMatchers+beLessThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37B75BFD4CEC40403FACBA26E8C33A09 /* PureLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F89DF9D11F8D67753CBFCBD0933FCF1B /* PureLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 38B912710AF7BC6CDC3913B99DEB57C9 /* FBSDKBoltsMeasurementEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 462AFA081EE6A757805F40AC5591F801 /* FBSDKBoltsMeasurementEventListener.m */; }; - 3905546D39E18BDFAFC3D3F3CB7F1676 /* HTTPStatusCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = EF764FC44B2A1C892C2293DDF2629D65 /* HTTPStatusCodes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 391BE90D98905993675EB9453977EE39 /* FBSDKShareAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 9597E685F1205111EA6842DBE0D9DDB8 /* FBSDKShareAPI.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3957423A19346D13857C61D1A5C777F1 /* FBSDKMessengerIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = A30B26708D73B663E99B3E43D24A0DEF /* FBSDKMessengerIcon.m */; }; - 397B320B7C59C168CC5B62E18ED8DEA0 /* EXPMatchers+beSubclassOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A44923D558719BFBD039826FA7FDFEA /* EXPMatchers+beSubclassOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 39E5FAA1902E475ED630947A4B08BBAD /* FBSDKButton.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6933F9EF07FA4640A95861786FEB3922 /* FBSDKButton.h */; }; - 39F3AFD4DADD9BF4AEDFAF1FEA82B2F2 /* ExpectaObject+FBSnapshotTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 69C48B0C01931C9AA635ABD6D9C2A0A1 /* ExpectaObject+FBSnapshotTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3A8F89BFD9F67737B7E44F94170E23CA /* FBSDKSystemAccountStoreAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E34306F34A51F2120D099CB060A8EB5 /* FBSDKSystemAccountStoreAdapter.m */; }; - 3B5B7495707BF7133B9FB3F834045611 /* EXPBlockDefinedMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E13DBB089AF8C5B4F7874A32D27A5E2 /* EXPBlockDefinedMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3BFF1B7BC2BEA13A7FCC5109258C2E44 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - 3C2700C7DAA15C6AF84A595865C42F4D /* EXPMatchers+contain.h in Headers */ = {isa = PBXBuildFile; fileRef = 31AC5C57CC37523518C40A573BBF07E0 /* EXPMatchers+contain.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3CFF0F366F60F2ACCC3ED655AD814E3B /* AFHTTPRequestSerializer+OAuth2.h in Headers */ = {isa = PBXBuildFile; fileRef = A24888FC3F3A7E2AF5A8398535A17E2B /* AFHTTPRequestSerializer+OAuth2.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3D2789FC760A97301909F0B1201626CD /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A86C1C40C2498C1335B851545C9E3A3 /* AFNetworking-dummy.m */; }; - 3D48EE131B6577ED73A5CC481A6FE40C /* Expecta.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3402951EB9EBF3FC48002357365CE636 /* Expecta.framework */; }; - 3E7DB8CA31CF31EC465BE831F0FD88FA /* BFURL.m in Sources */ = {isa = PBXBuildFile; fileRef = F256940148C73D2E287E577632F851DA /* BFURL.m */; }; - 3F1BC9BAFFEEABB1ABC7614DF0FC97D5 /* AFAutoPurgingImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F1930CD2AD665D7025DC53F60C10A45A /* AFAutoPurgingImageCache.m */; }; - 3F9472D61C236FBA7FE3ABCCC71E5E3D /* ALView+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 65BD21CB4FC307EDA6509961318DB786 /* ALView+PureLayout.m */; }; - 3FB5EC97A26C7E291EF7FA8BFA0F5B7F /* PNObjectFormData.m in Sources */ = {isa = PBXBuildFile; fileRef = 22FCAFDB940F1C2553B7F4DA27AB3CFC /* PNObjectFormData.m */; }; - 40116C85BDE7EB57675473279A8B00A1 /* FBSDKGraphRequestMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 6729F7A8A6072B4088CBD1A949366B1C /* FBSDKGraphRequestMetadata.m */; }; - 403292D82DA62291204BF59524BC4EDB /* EXPMatchers+haveCountOf.m in Sources */ = {isa = PBXBuildFile; fileRef = CBC4E2FC0C313E7818F81DB1328BB930 /* EXPMatchers+haveCountOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 4052EB66107F09D6F856EAA1F4FC0846 /* UIImage+Snapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B5CEF91C53F17BD1B3BFD279BDAED78 /* UIImage+Snapshot.m */; }; - 40E822C084FA5E419CB4E7DD5F18FF5D /* FBSDKLogo.m in Sources */ = {isa = PBXBuildFile; fileRef = E29CC61F4B4770D19AEC75D93D4598E8 /* FBSDKLogo.m */; }; - 41C4656BC1F0106C433E2F027BF96033 /* FBSDKShareDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BF756E47E4D8D7EC739CBC9209B2397 /* FBSDKShareDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4204C39E00B2F350808B2DE50E38610E /* FBSDKCoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0341647EC8481DF0005B85E6CCA0BDB0 /* FBSDKCoreKit.framework */; }; - 42E3334C425DEE96210B9AD1419117B1 /* CodFisResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = A37811009CBEC1CCA1EFC60F4F61B06A /* CodFisResponse.m */; }; - 4337B8A8A4877D281C781AD32F0095A7 /* RNCryptor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 99A5F9DA99C2A0E523EC50762F0EDEB0 /* RNCryptor-dummy.m */; }; - 436F74B6D846EE13A1AEFA0067B78EC4 /* FBSDKDynamicFrameworkLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A3DF7600DEB00BAC34120A9777E1A74 /* FBSDKDynamicFrameworkLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 439FB25319C124AA7F8718B620A26072 /* FBSDKShareError.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A65E4047F53D5007AC3761AA1F27797 /* FBSDKShareError.m */; }; - 4439DE6D9DBB58E32A7F8B1F0F938CEB /* AFJSONResponseSerializerWithData.m in Sources */ = {isa = PBXBuildFile; fileRef = CAD179757155C5201B90504DF33D3EEB /* AFJSONResponseSerializerWithData.m */; }; - 4441ED22FB6E40D085C28CC0812C04A5 /* FBSDKWebDialogView.m in Sources */ = {isa = PBXBuildFile; fileRef = DAB8F453479CE29BC2A5274682018DD2 /* FBSDKWebDialogView.m */; }; - 4471B2EB9B011CCD37B889F89194E4CC /* FBSDKCoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0341647EC8481DF0005B85E6CCA0BDB0 /* FBSDKCoreKit.framework */; }; - 448F54A7D373F40E7CA6A579CF06D2BB /* FBSDKTypeUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EA4DA1B5E42AF6D0767C994F7015FF4 /* FBSDKTypeUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46137F5CC368BF38BAF0D0AF81DD8FFE /* EXPMatchers+raise.h in Headers */ = {isa = PBXBuildFile; fileRef = 44D243E64670C9897511CFE37F438B87 /* EXPMatchers+raise.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 46E961BEA7247217652A5F012F82FECC /* FBSDKTooltipView.m in Sources */ = {isa = PBXBuildFile; fileRef = C4D16596E9C9F70D18666C00AD683F7D /* FBSDKTooltipView.m */; }; - 470B4A42DCCB28EF5611E942CD95F43D /* BFAppLinkReturnToRefererView_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CDF44B98CD18D73397EAF5F6971162D /* BFAppLinkReturnToRefererView_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 47172C974ECFB200C364C51FF7175FE8 /* FBSDKGraphRequestBody.m in Sources */ = {isa = PBXBuildFile; fileRef = FBCB91481E5845F0B9676F0DC11C2E41 /* FBSDKGraphRequestBody.m */; }; - 471FD4F68E27AB26FA2AEBB8B245CEE4 /* NSValue+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = F64803761B3D87639FA37F33640708A2 /* NSValue+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 47D16DB1D23CFE027F5BE7F7E391AB4C /* EXPMatchers+FBSnapshotTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5694F3C3FA0C1CCF2716828E3125B850 /* EXPMatchers+FBSnapshotTest.m */; }; - 488A67D157A4A3E96C46480FD5723761 /* FBSDKAppGroupAddDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 90CC928F94DB7EC3D7E0472C8BAD28BE /* FBSDKAppGroupAddDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4922A960B9BFC1DCD0A60DB798E3D1A8 /* FBSDKAccessTokenCacheV3_21.m in Sources */ = {isa = PBXBuildFile; fileRef = 399397EA8EB36171B5D0C70A4780ABE4 /* FBSDKAccessTokenCacheV3_21.m */; }; - 49239C6CF815B92F2DF5B5D79FB9B5AF /* FBSDKTooltipView.h in Headers */ = {isa = PBXBuildFile; fileRef = 220A56D448F3427CD44CFDF2F582F3FF /* FBSDKTooltipView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 49445456A01CB6D1226BDE37AE40101C /* Bolts.m in Sources */ = {isa = PBXBuildFile; fileRef = 19A9F1AE6780F766396308CCDBFF2BAE /* Bolts.m */; }; - 4A67E0DAEA9E5E5CFA329F624696AB26 /* CodFis+Helper.m in Sources */ = {isa = PBXBuildFile; fileRef = B7ED33A6B680FA71569474C8A54C0AC0 /* CodFis+Helper.m */; }; - 4B3672CCA80CE21A837AF91C5E5037FA /* FBSDKGraphErrorRecoveryProcessor.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0DE1364F96B4E610C4DE91CF779B4EFF /* FBSDKGraphErrorRecoveryProcessor.h */; }; - 4B5542E72A64100965FFFA704684CED4 /* ExpectaObject+FBSnapshotTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B9DDF40F9C440F2F3C25BF0700E5399 /* ExpectaObject+FBSnapshotTest.m */; }; - 4B71AC723494A4457B4E792490608807 /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9FFAEDB3DC76DD9705B8FA233EB4DE1 /* Bolts.framework */; }; - 4BB4D7DDE7F1D4977D9F791A25C1EB5D /* SPTExcludeGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 963A6163C818FE38C7A806E3EE37691F /* SPTExcludeGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4BBCBB9D8EF0B241A4A4FE4982985481 /* ExpectaSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B22524919C091767D0FC64BA711E98B /* ExpectaSupport.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 4C06C68166BF7D8B8F8CCE701A2AEBB7 /* FBSDKColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 027063E0117D2454157B56D70FF67BC6 /* FBSDKColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C563027F13C24615B421BC11F279811 /* FBSDKGraphRequestDataAttachment.m in Sources */ = {isa = PBXBuildFile; fileRef = D845FC80CA61C56772C5B1CC8DFC0686 /* FBSDKGraphRequestDataAttachment.m */; }; - 4DA130F813859583C3363088029A470E /* _FBSDKLoginRecoveryAttempter.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF21AD438386882F4253D0D26710D54 /* _FBSDKLoginRecoveryAttempter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EEBAE627EF2C3017C7FEA30142570D2 /* FBSDKAppEventsUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 4825FD55F953E4B2F33F9CA4DF54C814 /* FBSDKAppEventsUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F535B1FDEAB87D360A100F7055A806E /* PEAR-FileManager-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 246D5F04BAABC508428F18B4F816E01F /* PEAR-FileManager-iOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 501A7D9BEC2DF74A2677C97FF8513C67 /* FBSDKLikeBoxView.m in Sources */ = {isa = PBXBuildFile; fileRef = 031D832872DF068B7E2C88C49484CAAD /* FBSDKLikeBoxView.m */; }; - 5056E0520959CBC31CCB037B59BFC847 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5855C96222FA1D187D555DCCBB756064 /* UIKit.framework */; }; - 5062716982D7B13BBDA758E244EDDC86 /* NSDate_Utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 45537F97917C7DEE2021005741163C52 /* NSDate_Utils-dummy.m */; }; - 50D3F9877AEFB4B47F9F8D0DE44973AF /* FBSDKMaleSilhouetteIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = F0BB2214814EBCDB92EB30C58CD5F5FF /* FBSDKMaleSilhouetteIcon.m */; }; - 51154970E31FD5924300F46438EC50F4 /* FBSDKSendButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 78DFFB09230FCBC0CA0609AAFC3ADE09 /* FBSDKSendButton.m */; }; - 5189F3FA2397165018710A6648AF6C33 /* RNCryptor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5044E28DF5CA1ED5E2801D118449544E /* RNCryptor.framework */; }; - 51DDDB0FB4899757CF6A826B531B940D /* EXPUnsupportedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = EACD8906BF8DCF48636176B5A3066DCA /* EXPUnsupportedObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 51F186DB8FE70D903F4394B2F4BA98A1 /* FBSDKLikeBoxBorderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E92B7AA6DE0CB4E58869892D9B34967 /* FBSDKLikeBoxBorderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52457009AF3D5208D69014B413085AB8 /* FBSDKKeychainStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D6FBBF665B27C1EF3B1E9AE25352425F /* FBSDKKeychainStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 536CF7EE510D3E5F65EA121F7D6662F6 /* VatNumber+Helper.h in Headers */ = {isa = PBXBuildFile; fileRef = A46AB308D70135FAD5D0FD2D0E88F42B /* VatNumber+Helper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5389BB78986853F41452731E6EB0D101 /* FBSDKShareDialogMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B85B56C5DE375DA9D66BE1CB538BF0C /* FBSDKShareDialogMode.m */; }; - 54177ECF0FE006C0B391AC3C7C91076B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - 54AF62ACF67074BA98574325C3093D1F /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 880B739BF08231DD096EC898E61ED799 /* Security.framework */; }; - 54C51FDA59C0C15C4F3FF725F124C60E /* FBSDKGraphRequestConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D8CC911954A2B78AD817BCEE9E754E /* FBSDKGraphRequestConnection.m */; }; - 54CA406F60DF428704FE7E894BD91D14 /* FBSDKAppLinkUtility.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 53205917CE758C7274FA062BBA003FA7 /* FBSDKAppLinkUtility.h */; }; - 5526E2332AE78F99A9EFD763159D509B /* BoltsVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 57FDAC80C9278ACFBF9FA62062007CE4 /* BoltsVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5542676C8A6F6F69CBA7CEE12C54C312 /* FBSDKShareOpenGraphValueContainer+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A232BEDB7AF1F08B4CE31E42797F0EC /* FBSDKShareOpenGraphValueContainer+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55A2C3FE7B4F371CED87BD4D722B0AA8 /* SPTCallSite.m in Sources */ = {isa = PBXBuildFile; fileRef = B090A8302E3F4793C3D85E55C7BEA76E /* SPTCallSite.m */; }; - 560698A4D707DCBCC1C8F98BC9B89B23 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 337AF354D3D279E83528A90A518A8BBD /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56A50148E59BF047776EAEBEA0FEAA04 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - 57916DAA7B1981AB0DAB6D47FD1B30AD /* FBSDKCopying.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 024570ED2C04D7FACB7942AEDC6E6CB7 /* FBSDKCopying.h */; }; - 5808B477EFF509D810B5CDCFDC944F80 /* AFImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A8D5F91E3E036CCC36AE6EED47590E6 /* AFImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 59053EC0A89FE58BCE4E88BB34BA0AD6 /* FBSDKAppEventsStateManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C11E487F5B0D41461C7CC5105A7C45C /* FBSDKAppEventsStateManager.m */; }; - 59496343C78DE69D77E31013D044168B /* BFAppLinkReturnToRefererView.h in Headers */ = {isa = PBXBuildFile; fileRef = 19D412475C9261014664CE7F7E00F350 /* BFAppLinkReturnToRefererView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 59C4687AA2347B699AA146E7C736D84E /* AFOAuthCredential.h in Headers */ = {isa = PBXBuildFile; fileRef = ABCC23F3768AB5D04210113304EF0D54 /* AFOAuthCredential.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 59FC185BFC88003C00938CDEE2C61335 /* FBSDKLikeButtonPopWAV.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A536FB579CA71B6D58143CEE1B2E57 /* FBSDKLikeButtonPopWAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A2DE8AF7CBAD6CA10EF99C9A92D2D11 /* FBSDKBridgeAPIProtocolWebV1.h in Headers */ = {isa = PBXBuildFile; fileRef = 30ED9CE6AE0CAE7EE4B27ADC1F8B5EC7 /* FBSDKBridgeAPIProtocolWebV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B02952007097B36C09521EECD640FD9 /* FBSDKAppLinkResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FEC164F45391FE495EC9104CFBE061D /* FBSDKAppLinkResolver.h */; }; - 5B1C065CC44031D0703887F2582D2BA3 /* FBSDKSendButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FDF37188CAC76C98B336BCC03A1FCD5 /* FBSDKSendButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B2D4A621D3DA971A474776AF36BB073 /* EXPBlockDefinedMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 84DA720D27B8CA81E3916565A9AED073 /* EXPBlockDefinedMatcher.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 5C431C30DDDA65E3266D7966DFFAA138 /* Pods-PNObject_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AA1CE72928E46C7F70D4BBE1CD90756D /* Pods-PNObject_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5CF7526D330A734F7ABCDCFF3D1A9B35 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - 5EA7043FE10E75D02F3C3052AF8B8318 /* EXPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = DA91E55978266C892751E3B6886ADEB8 /* EXPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5FB9A8C93E92A2019F37320CA6EF0051 /* SPTSharedExampleGroups.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D361F0A5D363FED590C7BEE029CDC61 /* SPTSharedExampleGroups.m */; }; - 5FE8A63F2E28CBA27ECDFFBF4EBFAEAC /* SPTSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = E15E7810137D5C6519FE45671D67EC02 /* SPTSpec.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5FF6453E55785669885F626B853FD2AA /* UIProgressView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = EBE949F29FEC1BFE6638B83939B06AA9 /* UIProgressView+AFNetworking.m */; }; - 6064520DF59F46C2B432E593F326AA9B /* FBSDKMutableCopying.h in Headers */ = {isa = PBXBuildFile; fileRef = 79B7E1CDA1D6A3D665DDBDC5A7068311 /* FBSDKMutableCopying.h */; }; - 60C67342AEFF5BA626D029B6085DF087 /* FBSDKAccessTokenCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C33D2C02BA54B3A9F5D911AA87636BD5 /* FBSDKAccessTokenCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60E3009342BEE96D32C546BE2DB60052 /* UIImageView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E4DBB982703483778F5D8D5429011FB1 /* UIImageView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 612D4E1E803A238D8A03CA34B6E2328B /* FBSDKShareAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 71B0E9E9F570BA85D3D226F02C7681F0 /* FBSDKShareAPI.m */; }; - 624D3D84955B69CB5F0692329DD6D2E1 /* BFAppLinkTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = A4A94F5A33FD5B462BE3892D7DBC1D67 /* BFAppLinkTarget.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 62C97852C8264AB639D6A11DB456CB0A /* FBSDKGameRequestDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = CAB7827EC9E29CE0F2DABE0A88C05214 /* FBSDKGameRequestDialog.m */; }; - 6315D569F7A2D90C251C907CB896543F /* PureLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38DD1654A86F392CF062AAAF13F56C6B /* PureLayout-dummy.m */; }; - 63579F648CE01017DBABB4C4A852A910 /* BFAppLinkReturnToRefererController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7608177C8F18AAA46BFDF38AB3B6307D /* BFAppLinkReturnToRefererController.m */; }; - 63B48DCFD7D5D1BA31DB64F19236AD53 /* FBSDKGameRequestFrictionlessRecipientCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 97D58071A31A13BCAB524B3D54C40A9F /* FBSDKGameRequestFrictionlessRecipientCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63D91ABE50ECED3198CCB5BF8F0991FD /* FBSDKShareOpenGraphObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E8BEF410E6DB823DB8827544B5659146 /* FBSDKShareOpenGraphObject.m */; }; - 648D093C2A7EBE083D883C46DA9A55F8 /* BFCancellationTokenRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = EB1636077FE4003B49B9D3F594181DED /* BFCancellationTokenRegistration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 65440DA60CE64F0AFFAD6D0CB4A121A8 /* FBSDKServerConfigurationManager+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = C5ADE434225F63C7C4F3CA9D3762F9AF /* FBSDKServerConfigurationManager+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 659960F7E28E993E08CCC1E8A383E710 /* UIKit+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C003AC251080BD96834CF4C46FE2DE5 /* UIKit+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 65B9BFDE8A6123FF83E0E1078CBAA47C /* UIDevice-Utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 89B34C567EF94116066BB615F72F3E5A /* UIDevice-Utils-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 65BC31095CCDFC80CBF6BBA843751F23 /* EXPMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = F8100DC14762E908836F7B1EA2A765DC /* EXPMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 65C1F131B24A46EF630429443212AFCB /* FBSDKShareOpenGraphContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6190A8A80A84FA8CC1B3A72A4D3C3EFA /* FBSDKShareOpenGraphContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6676F7ECBE69B90B41DB7752DF1EC779 /* FBSDKMonotonicTime.m in Sources */ = {isa = PBXBuildFile; fileRef = 85AAA450447100654D15E438FD5E4627 /* FBSDKMonotonicTime.m */; }; - 66A27898E989A3FA5C15AA671C4536F0 /* EXPMatchers+beIdenticalTo.m in Sources */ = {isa = PBXBuildFile; fileRef = D78B3E3C80D7AD18BCEB25408B4699D3 /* EXPMatchers+beIdenticalTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 66C5CDD9D74676EBFDB8F07B3EBE54E4 /* PNObject+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = F7CFA0774BB343A79B896C2ABD4EDB25 /* PNObject+Protected.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 67459AD239EF669A365519E06B45DCFE /* EXPExpect.h in Headers */ = {isa = PBXBuildFile; fileRef = F2FE00256B7990241F59F0C63BB5B575 /* EXPExpect.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6771E6714BCA4ADDAA3B754ABE1B2543 /* Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = E84B05729C83F72C9495DAF1C451BB65 /* Specta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 68152D921ABF6A423C192C04FDF94F0F /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 59884A4FD6DAE179A231B8387CFC784F /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6817DE148CDBD0D314AFC83255A645E4 /* FBSDKLoginTooltipView.h in Headers */ = {isa = PBXBuildFile; fileRef = A97C9D4ADB96094E3BB7CEFFD3186E7E /* FBSDKLoginTooltipView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 682CD6D15A0CFE176FDFCDE559D7DF4D /* BFURL_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F9F1A662D9F62C82C07E1D7B06A1C77 /* BFURL_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 683FC99BAEA8DDE9EBEE2EC93F949B36 /* FBSDKLoginManagerLoginResult+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E1574B6106C34EAD2E72B682430C16FA /* FBSDKLoginManagerLoginResult+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 686A49024BE097BE5EFD0E3E99BC102E /* SPTTestSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = 47D553F057937F2703897ED7AC9D9015 /* SPTTestSuite.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 68A38977EBAE334DC3C22386D00D2622 /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FC1A5EBAA94B48C7A61BB510B55A1FE /* AFNetworkReachabilityManager.m */; }; - 69C23E27FE57EF6A3641DF71524FEED8 /* AFOAuth2Manager.h in Headers */ = {isa = PBXBuildFile; fileRef = E82C3628E2A760D8777BBFC984F0C74D /* AFOAuth2Manager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A644BF4D8710F70071FC4C61925C8E9 /* FBSDKIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = 833401DAF7ECF37BB9C2BCACC5C0E778 /* FBSDKIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A735230D56FF7AA8319197677E2AEF0 /* FBSDKProfile+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 53A765F94552BEA8B640A3942B73FE48 /* FBSDKProfile+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AF7F779134F03B802B53312A79F3F2F /* FBSDKServerConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DD60A7742420E474A3F0F1B1D048801 /* FBSDKServerConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B6A947A057175F83EA39D8737DAA8B1 /* FBSDKBridgeAPICrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 80DCFC3B28724B2B96B21837714AC744 /* FBSDKBridgeAPICrypto.m */; }; - 6C2C0F560BB40CCBDCA43AAF5CC9FC93 /* FBSDKShareKit.h in Headers */ = {isa = PBXBuildFile; fileRef = DC45DDC97729A3CCE89D281106DD4C30 /* FBSDKShareKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6C38120678BE5227BC9D25CB8CF1DB01 /* FBSDKKeychainStore.m in Sources */ = {isa = PBXBuildFile; fileRef = EB07407E9DBC0C3D72F87B4C0300BF59 /* FBSDKKeychainStore.m */; }; - 6D0556DE38EB6EE8A35FB4F61846E9AD /* FBSDKMessengerIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = E99B24C2488EE9A9CC13BAECACACE1F5 /* FBSDKMessengerIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D0CF82D9317F78FE1B723E5C50F2552 /* FBSDKApplicationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 76AA96C59B8519494D2C7EBE42FC0AC0 /* FBSDKApplicationDelegate.h */; }; - 6D5444F495A42710D85AF2B3EDFC3DC8 /* FBSDKAppEventsState.h in Headers */ = {isa = PBXBuildFile; fileRef = 23DBBA16C2398B90440276A73199F4DE /* FBSDKAppEventsState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E1930A504A3E354437FDF2C42818EA9 /* FBSDKBridgeAPIProtocolWebV2.h in Headers */ = {isa = PBXBuildFile; fileRef = 8566B67444DB3B4C97B01E98DD9D1810 /* FBSDKBridgeAPIProtocolWebV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E1D978790705E137FDE439AA68DD3AA /* EXPFloatTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = BC196A37061515DF5920D7247D0F1E44 /* EXPFloatTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6ED4ABEE8A5F51F5ECB59FA1781D29C6 /* UIActivityIndicatorView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = F96ADA6DDED63013922C6327A73446E2 /* UIActivityIndicatorView+AFNetworking.m */; }; - 6EFC63A5CED45BB39FC79D87F2C47D6B /* EXPMatchers+beGreaterThan.h in Headers */ = {isa = PBXBuildFile; fileRef = 7547C3A2C6FF28E13BD507E23C41D2A9 /* EXPMatchers+beGreaterThan.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F278423C8AE1DA47F35E374BB5B91EC /* EXPMatchers+beSupersetOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 72C10F2911A05C7C643054C408326CFC /* EXPMatchers+beSupersetOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 6F7E7FA1F54C53BB7E52D45D49BF12E1 /* SPTSharedExampleGroups.h in Headers */ = {isa = PBXBuildFile; fileRef = 804B40B4D08F06C864EE3B14218638FC /* SPTSharedExampleGroups.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F932D9320F58992F7369FAE06B34828 /* FBSDKBridgeAPIProtocolType.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A1ACC60F8865CC571B299275FB7CDCB /* FBSDKBridgeAPIProtocolType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 707B1A7541C8DBDDE8C27896A61370BE /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 71EBC83C924E87C88B92EAF32C42A63E /* AFURLSessionManager.m */; }; - 70E4BCC789D8C8F1033F23E0752502A7 /* FBSnapshotTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B9843BCA3F316D774BFB4EB147C2714 /* FBSnapshotTestCase.m */; }; - 715A1122272BB3A29A10AAE4C8C03913 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - 720A7E8DA864D1B2B76704A5138C02E9 /* FBSDKAppEvents+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = FE8A0B53E860CDD4E7ABD8F8CAA2D7F2 /* FBSDKAppEvents+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 720D74AC9B0F719D05625291A9D0BE02 /* PNLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E83847FAA3C42EEE64E775CC5EF24EF /* PNLocation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7214A8541C7570EAF4D7AA3ECBA6B344 /* PNInstallation.m in Sources */ = {isa = PBXBuildFile; fileRef = 54641405155B66570094959327BD8176 /* PNInstallation.m */; }; - 7265164C97F3CE0723EAA6098FD46D54 /* NSArray+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = B27FAF4668509964521FC9DD2E6704B5 /* NSArray+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7332F15718920917F544F35CE2C038AA /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = B58B9FA0437D8F71B3DE338BF4780982 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 734B7F67FB9417B68B4F2E40CE56F826 /* FBSDKShareDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E4D2C0CFB532A9EBCACD944298F3853 /* FBSDKShareDialog.m */; }; - 7370CFE64A0B811DC37C74240F7B6FBC /* NSString-Helper-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EB316D4AD96D73CDD1D932D3690E8D93 /* NSString-Helper-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 74688BB92278B12E1697F8BBADEAAAB1 /* FBSDKAppEvents.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F0ECE18301275FE612BE80C76E70044F /* FBSDKAppEvents.h */; }; - 7500B0969D1E0F9F06C024AB95424487 /* FBSDKAudioResourceLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = AE36E95CD10ED9B33AEC46DD0CEBCC35 /* FBSDKAudioResourceLoader.m */; }; - 75203D49B73EF64CB17E266D620967A7 /* PNObjcPassword.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BEE2BA695E910BD7FAE1C919ABD7B72 /* PNObjcPassword.m */; }; - 763F76FF18569C1C701FA8B251DA3AFE /* FBSDKLoginManagerLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = CCE7932B2B677323B24126A5F2DFC80D /* FBSDKLoginManagerLogger.m */; }; - 767C65F9CCCCA6B6E0A43C04594899BC /* FBSDKLoginConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 184AF8DCB8AA77A378A53DB3DC9E0BAA /* FBSDKLoginConstants.m */; }; - 76A995111F0407D9418606AA1BC6BCCE /* FBSDKErrorConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 390E5D414B2F64E4E7BFE1181A9621E6 /* FBSDKErrorConfiguration.m */; }; - 76CCABE79C04444450153424D7CE1DC1 /* EXPMatchers+beSupersetOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 788BBA73EAEA9E06D112E3B96C3467FF /* EXPMatchers+beSupersetOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 76D337327C10A7555447B69AA1562647 /* EXPMatchers+beInstanceOf.m in Sources */ = {isa = PBXBuildFile; fileRef = B06746D1CBBE035A1274B710E1707CE0 /* EXPMatchers+beInstanceOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 772A77DCA95BB8487CC66003C3D25B1F /* BFTaskCompletionSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 66A0FFC1602BB62430E2A19911D02111 /* BFTaskCompletionSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 772BFB9529121111C517FBA06EA26237 /* Expecta+Snapshots-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EFEBD7315E0316F79854D0E0628B48FF /* Expecta+Snapshots-dummy.m */; }; - 78086867BF7BBED7E16245632C4E84CA /* FBSDKLoginError.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F02F8DD77EBE0363C4EBA581D42C64B /* FBSDKLoginError.m */; }; - 7861523B9D5DFCF0F4A56E4DE3296AA2 /* FBSnapshotTestController.m in Sources */ = {isa = PBXBuildFile; fileRef = 83934A4A7CA57CCD866F579F083C0192 /* FBSnapshotTestController.m */; }; - 78B80EA2CF10F9A6D2A50891C099873D /* FBSDKGraphRequest.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BA2EFA2357230B3951DA3C6BA7A7C51 /* FBSDKGraphRequest.h */; }; - 78C2DF6AE20AC5188754254DD6AE17A5 /* _FBSDKTemporaryErrorRecoveryAttempter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F5CCB7BF69E45AF8C1AACC8CD547CA0 /* _FBSDKTemporaryErrorRecoveryAttempter.m */; }; - 79558B1F97ABE4AB8942DC18BEBD4B82 /* EXPMatchers+beKindOf.h in Headers */ = {isa = PBXBuildFile; fileRef = D2372AA93D95B7FA45C80FBD662C01B6 /* EXPMatchers+beKindOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79A9CEAAF5D3D19FF7E37B206FA08438 /* SPTCompiledExample.h in Headers */ = {isa = PBXBuildFile; fileRef = C070A80C47A48AE7052FC98086716092 /* SPTCompiledExample.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79B066CD2C7F172A3DAB5A3DE45128DF /* FBSDKAppLinkResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = DC6FA21EB34D66FA2B39D64B9A249004 /* FBSDKAppLinkResolver.m */; }; - 7A23129C6EF1F64D601C25B8CF8F62F7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - 7A568273B8FA9CA2D3D4E2AD5C52C05B /* NSLayoutConstraint+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF5771F72CF6D38D292F26BDFAAA8B1 /* NSLayoutConstraint+PureLayout.m */; }; - 7B18B111418EA558435CA6BB4D94AD43 /* FBSDKShareKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 254F25EB9E8C4553D54BF506A40DC795 /* FBSDKShareKit-dummy.m */; }; - 7B223B4E6EF14BA12DA113F7EE10B96C /* NSObject+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF9426250546788173EB01B62EDB404 /* NSObject+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7B7F213139C1B26B9C530F5EB56C9CAD /* StrongestPasswordValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 88DA8C76A877F3E59ED58AC608ED7AD0 /* StrongestPasswordValidator.m */; }; - 7BBE6467668639F9ACA202BB798C8E1F /* FBSDKCheckmarkIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = 72C4116AC933F225C97EB7C25685BBF4 /* FBSDKCheckmarkIcon.m */; }; - 7C848303DFC78D4349FB807A23CB12F0 /* FBSDKGraphRequestBody.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DDF466AF67C2C7960C4CA30A7A92817 /* FBSDKGraphRequestBody.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D3F219BB989A7A36BE602D6D0004E58 /* FBSDKError.m in Sources */ = {isa = PBXBuildFile; fileRef = FDEBA4CF43368C1FF2805745DAC7FCFB /* FBSDKError.m */; }; - 7D93FE61E16FD337D13D8DCA68DF1864 /* BFAppLinkNavigation.m in Sources */ = {isa = PBXBuildFile; fileRef = DC42EFEA050BAB9F066B4C8C4382ACB0 /* BFAppLinkNavigation.m */; }; - 7D9BC01E823D2F526B90EBAB87573E62 /* nv-ios-http-status-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 619F44FEB0BB12E9B6C9DC194F15771A /* nv-ios-http-status-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7E77F54DD1DC89EC9EEE5EE2C3194995 /* FBSDKAccessToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 99897B23CC86BC9BCB2EE2EF9D311D98 /* FBSDKAccessToken.m */; }; - 7E7F02A51748EFD9F7D93B8F7979CA56 /* FBSDKViewImpressionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = D4A8B7B87F3A289ADBC7EFD25239AF27 /* FBSDKViewImpressionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 805E425BBEF7A6133E32E1D30A073010 /* EXPExpect.m in Sources */ = {isa = PBXBuildFile; fileRef = 1385DB87DF3FEFC3AE491427C5559470 /* EXPExpect.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 8189BCAFD29BEF4BE70CB48112A4930E /* FBSDKShareVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C026779ED5532B29AD7BF1892BB1233 /* FBSDKShareVideo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81A73BC9BA26F7E7D6BF01DF44B69362 /* FBSDKBridgeAPIProtocolWebV1.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA4CB0E8B82D864CDB4842D98C60DB3 /* FBSDKBridgeAPIProtocolWebV1.m */; }; - 81B617F8D26BB10C5726D75E85D21EB7 /* UIButton+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 902621A9758E6619118E9BCC9EFF5514 /* UIButton+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8247F34C45EDD7B97CBC3488E090D15D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - 8276C822C7BF0377E10439B9264A6454 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE4EC6FB4B2F6FD3D175A1635A7B2C12 /* XCTest.framework */; }; - 828A250670EEC2897DACA767080A8CA7 /* FBSDKLoginManagerLoginResult.h in Headers */ = {isa = PBXBuildFile; fileRef = B68E16F7DDE528865B1DF708F872F371 /* FBSDKLoginManagerLoginResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 82B2DC85A0B1D0C5C6953B965977056E /* FBSDKVideoUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = F6CDD48A2137D49E09A82EA779B12321 /* FBSDKVideoUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8302757F7A46F3D19E05D69C258A3001 /* FBSDKAppLinkUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = A345CD33CA1012ACFC519132C406222A /* FBSDKAppLinkUtility.m */; }; - 837261A927BBEB33A7CE5E7146A3EBED /* BFExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = CFB1635A9FFBCC9ED53C8A9F7D06CF32 /* BFExecutor.m */; }; - 837B593D7C1D01B4EA400247309D6AB0 /* Expecta-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 33BF074452551239823F383D34CF870F /* Expecta-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 843568FDEB30BD7AEF8E71F928B9CEEB /* SPTCompiledExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 3028274A2D3024E1AC7889D1994AB346 /* SPTCompiledExample.m */; }; - 844A186BB37A792DF221C6D3FED55548 /* SpectaDSL.m in Sources */ = {isa = PBXBuildFile; fileRef = B08F81B342D53F6871F705F16F994817 /* SpectaDSL.m */; }; - 844C5F6F925DB192BF8EB46E44B3740A /* BFCancellationToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 382F0F6227872012AC60863135D2E62F /* BFCancellationToken.m */; }; - 858F54B22A89D86291F07ED94D0BF828 /* FBSDKServerConfiguration+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 69F4A79BA5A36E18A7071D2F7FA8E115 /* FBSDKServerConfiguration+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85B0B22D874F67F142A7F2A3EA721328 /* FBSDKCopying.h in Headers */ = {isa = PBXBuildFile; fileRef = 024570ED2C04D7FACB7942AEDC6E6CB7 /* FBSDKCopying.h */; }; - 85CA7FAC95E680BA0B90AB9D3EB1C6C5 /* FBSDKConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7FBF01A12DBA9EECC888B58BBAD377AE /* FBSDKConstants.h */; }; - 85CD1659FDDE835905F7FACA6A9CBB73 /* CodFisResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 47B80C3856B87F4EBB18639C1420C0B5 /* CodFisResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 85E31076D5530AEEB45ACF16B2B8A983 /* EXPMatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D0E2CF4859429DDD3D8AFE2EDF4ACBA /* EXPMatchers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 85EB2F216487CB2E8F3FCCFBC4D69912 /* EXPMatchers+beTruthy.h in Headers */ = {isa = PBXBuildFile; fileRef = 56208E8E37A929D30D1CCDEE7784B2B7 /* EXPMatchers+beTruthy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 86A77793007A74EBA7DE4E4E5CCD28A6 /* BFAppLinkNavigation.h in Headers */ = {isa = PBXBuildFile; fileRef = A77A3EB75937A72D08AC96DF7E29F3F8 /* BFAppLinkNavigation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 86C7B4DC7245C1E31565C74EBC34B5A8 /* FBSDKLoginManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4188F0F3C9B129C0156DA029B865E104 /* FBSDKLoginManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8758A10FCEE3F1349A2DB032D703E6E2 /* CodFis-Helper.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BAC519B57D0FE97E0B93F2AC9F10ACE8 /* CodFis-Helper.bundle */; }; - 87CA9F2D2A8496C9B08B3B8F9A6E074C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5855C96222FA1D187D555DCCBB756064 /* UIKit.framework */; }; - 87FD5F0F682CDEB6A348CA448889E3EA /* EXPMatchers+beKindOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 78E0755AD286CC8D37991F4C8D0B934A /* EXPMatchers+beKindOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 88016EB7EB19D156CE2DA9DC6BD1A69A /* Specta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 24C90A906A81F0A0C99ACB2B129E95F3 /* Specta-dummy.m */; }; - 8930B0D64D3646024EDB757DE01AC8C5 /* NSDate_Utils.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A93138E47D8D97F4D5F7A0627DD6A322 /* NSDate_Utils.framework */; }; - 89A46B63E469F17791D14FC64466794A /* UIImage+Diff.m in Sources */ = {isa = PBXBuildFile; fileRef = E0788CA538C8C3481F57A34EF238AB84 /* UIImage+Diff.m */; }; - 89B59BD52908BA3B2EEED23398CF79E6 /* FBSDKCoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0341647EC8481DF0005B85E6CCA0BDB0 /* FBSDKCoreKit.framework */; }; - 89BC412158C8FD48FA1966EE391C12B7 /* SpectaUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 71B49D701EA8D9D683E429BFF58C50EB /* SpectaUtility.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8A36A8E8B3844AED3C7DBD9D1E2BFBE0 /* nv_ios_http_status.h in Headers */ = {isa = PBXBuildFile; fileRef = B5AF509C80ACCD54A54EF55BA7F73071 /* nv_ios_http_status.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8A7EE9337B7EC762F188E6C9D3D11EE6 /* PNObject+PNObjectConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = FBEFB2FA076E1F93862E5414BFDB8A57 /* PNObject+PNObjectConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8C50A3C9FB67B28289D9AC132BA8B4E2 /* FBSDKShareLinkContent+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F24B0198C84374688D6CB02FCF21773 /* FBSDKShareLinkContent+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C85D66841B49A2929EFC1AC8D94E960 /* NSArray+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = A5A56F283F3328A6FBBE82A68BDAFD21 /* NSArray+PureLayout.m */; }; - 8C8C1B0D83FE6A4352F15154DB16372C /* EXPMatcherHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 31BDB3D8DFB272D42E0963F9CDC99DEC /* EXPMatcherHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8D2EA5E0D474F50C8E228D8B03131E31 /* PNObject+PNObjectConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = A7FAC20C0D377E494681BF422283294B /* PNObject+PNObjectConnection.m */; }; - 8DD814923C31D596735ABA63B294BE1C /* FBSDKAccessTokenCacheV3_21.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E3AB7D39EDB9ED45D4B130D4F23AA90 /* FBSDKAccessTokenCacheV3_21.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8ED947D54E17C0B9ABDD0E541875D5D5 /* FBSDKAccessTokenCacheV3_17.m in Sources */ = {isa = PBXBuildFile; fileRef = C092DD180FD980788495D2FE247FA25B /* FBSDKAccessTokenCacheV3_17.m */; }; - 8F3C011D2D1C0F80712B805DC47D3664 /* FBSDKAppGroupContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2255793633A270EB73D390C2B35A02A7 /* FBSDKAppGroupContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 904C440B7E7E20FF76B4403111EF62A6 /* FBSDKGraphErrorRecoveryProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 09CEE404DAEE6949021744B7E9DB80E1 /* FBSDKGraphErrorRecoveryProcessor.m */; }; - 90CC7CA091BD1C63A0801D293486C9C3 /* FBSDKURLConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1835617E1C07FC6D7A48DB4B58F7319C /* FBSDKURLConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90E81C03BCF53C944F7C15775D695FF3 /* RNCryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A350D1396AC12CD019F91DBA44E58DD /* RNCryptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9150E488C9AC75DABF40111A141C9AE8 /* PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 82370C2C361DAB855CFD1E7E0818AFC1 /* PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 915C7CFA699B0F0CBC4D6F95C2280F93 /* SpectaTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = BF53C9C18AB608E36677A6D58A385D85 /* SpectaTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9172B81F27603000CBA6A2ECBF49970D /* BFCancellationTokenSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C2312C2F99EA26536E3F7733B1DFF97 /* BFCancellationTokenSource.m */; }; - 918E06480F28F27361B19D19432F8538 /* EXPMatchers+endWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 3054FF74DD95D1D22928A1D43A4E81E3 /* EXPMatchers+endWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 9280DE709B0FD8A557A82B6752C19121 /* FBSDKConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CFA88F8AA4B6D78E5F37C67FC1C5531 /* FBSDKConstants.m */; }; - 92A2A17C9610E6507EA24D659F836F09 /* FBSDKTypeUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = EA67C55635196723D42C0907F117AAC0 /* FBSDKTypeUtility.m */; }; - 92F6DD216B6CBCBF8313DC3F9D65CD69 /* FBSDKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F105A5835330BF99915B5C73575E79 /* FBSDKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9302BC1E3F630FBF1368BCE8DAADF291 /* FBSDKShareKit+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BDFD0D002EEBC82276A32E2F9AFDBA7D /* FBSDKShareKit+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 931D410B9F8ACB935883DF8C59F9C93E /* EXPMatchers+postNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = F7D4D9C8021FBD430470B4915EC51EA8 /* EXPMatchers+postNotification.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 9346A056A063B5D9197806859888346C /* FBSDKLikeActionControllerCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 76D145BEA79AA5D43664C609F4EE329B /* FBSDKLikeActionControllerCache.m */; }; - 94C47C87E397972CE98F75929F3B706C /* ExpectaObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 867A20192088B26E7B35A70AE62606C8 /* ExpectaObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 94EE4E96E07D0333A77BB8FD10CBD69C /* FBSDKUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 117C74BB14103913FCC7F8CEBD7D6D0F /* FBSDKUtility.h */; }; - 953D8C14F70C45AED99F39D25774E31F /* FBSDKGraphRequestMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = F7B356AD2886B6E5E383223C2B80DFD7 /* FBSDKGraphRequestMetadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95DEC4104BC553C0B3C98964A53FD281 /* FBSDKDialogConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 23F9A55263A15D88829D706E22AC80F6 /* FBSDKDialogConfiguration.m */; }; - 96BB7F039CDB9C2ACF9C715C26E16FD6 /* FBSDKMath.m in Sources */ = {isa = PBXBuildFile; fileRef = 25DB35E151F005D470865DE15BBA872A /* FBSDKMath.m */; }; - 98DCF90DFBD9775D84E2119D6C325E1F /* FBSDKServerConfigurationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3434D23689AE0C13E02835DB9ECB7CDB /* FBSDKServerConfigurationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 990BE87837E7891FDFD98798D0F9D357 /* FBSDKSharePhoto.h in Headers */ = {isa = PBXBuildFile; fileRef = C0028F4822ECF784C0ACB30DD7C00EEB /* FBSDKSharePhoto.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 993794224F6A64BEA192FC7BAB6FE714 /* Pods-PNObject_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A838922082CBB903238CF0302A9F06FC /* Pods-PNObject_Tests-dummy.m */; }; - 996C2014C8320E8DB7DAA7411605B5B0 /* BFAppLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 04E8B44D4D6D436319C146BB023059A3 /* BFAppLink.m */; }; - 99ACF940F0E57393D76DC43E969179C3 /* FBSDKVideoUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 43D2E3BB1F3060FBC3F28CD6BE485B89 /* FBSDKVideoUploader.m */; }; - 9A117E5B1287A5AEB9CD7A6055E5E25D /* FBSDKShareUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 21702FBC7D6FA2EF0726B1609DF6407E /* FBSDKShareUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AA6D3DA23FD89F1B6D94F4C72B6EE34 /* FBSDKUtility.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 117C74BB14103913FCC7F8CEBD7D6D0F /* FBSDKUtility.h */; }; - 9ADA87A0C728B40942CF872F0CC1032D /* NSString+Helper.h in Headers */ = {isa = PBXBuildFile; fileRef = D08BB5516AA713E8B27EAA8FF4515D80 /* NSString+Helper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B2E761A064459F77EA9870BEF03ACC3 /* EXPMatchers+postNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 161676199EA4E922250924F0D2AD32D2 /* EXPMatchers+postNotification.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BB9159FBA757600D3D4C0FF645F3911 /* EXPMatchers+beInTheRangeOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BCF041F2AF79454DB628F3B3056264D /* EXPMatchers+beInTheRangeOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 9C2323E7953E4DF60D004738C2764793 /* FBSDKAppInviteContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 34CD261D14FC0CAE6E8273B7AED7DB86 /* FBSDKAppInviteContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9C700E8568DF0287A74ACFA0B4928FED /* FBSDKShareKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 801B5FA9639504B4A1D87F6CBF43CB5C /* FBSDKShareKit.framework */; }; - 9CB6536B49D925EBED5E2E1EB3FA9907 /* StrongestPasswordValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B22B75292CB3C5B451474803BEF3C92 /* StrongestPasswordValidator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9CC01ED81EB7C90171EB139502DD66A6 /* _FBSDKTemporaryErrorRecoveryAttempter.h in Headers */ = {isa = PBXBuildFile; fileRef = B90A10B92F21AF1C9BBEB01F7B0B7904 /* _FBSDKTemporaryErrorRecoveryAttempter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DF4BC5EBB9EF2E8CF7BA1D1A9A488F1 /* FBSDKGraphRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BA2EFA2357230B3951DA3C6BA7A7C51 /* FBSDKGraphRequest.h */; }; - 9E1723E2FE89DC9BD907271B23B585F2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - 9E1E90DED74B73ECE53C9AD76DE53E2D /* UIImage+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = F318D168986D8B43007E6BF61E95EEC1 /* UIImage+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E448F74F0EE844257C3597EC2DB5A7C /* PNObject.m in Sources */ = {isa = PBXBuildFile; fileRef = D55C226C8F96FD2D7329D81EACFE3FBA /* PNObject.m */; }; - 9E656C4610258294F523EBBB1B0078FF /* FBSDKCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CFAC21835D54078080C7B6AC770775F /* FBSDKCrypto.m */; }; - 9E8048D5D816E9AFBAB92700521382B0 /* FBSDKLikeBoxBorderView.m in Sources */ = {isa = PBXBuildFile; fileRef = EB31C088FB088C612EDD72A95D239B17 /* FBSDKLikeBoxBorderView.m */; }; - 9F16CBC702844229EB8F4DD82083980F /* FBSDKCoreKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3127752AA07703849645BD1E296F0E82 /* FBSDKCoreKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A00EC4B7A1B96BA93FD5F8C6D58E2CF7 /* NSDate_Utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 925978D63DE975E818C14CFC62EEFD79 /* NSDate_Utils-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A2B6F86CBF6BC8927BB2852CDE04F398 /* FBSDKSharing.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E52B5C6B84E6630681D149C5EC1C801 /* FBSDKSharing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A2C76543B1FCCA0AB7F3A0F2FD66AA9A /* FBSDKLiking.h in Headers */ = {isa = PBXBuildFile; fileRef = E6354B73D5351B60178CD59952D4987C /* FBSDKLiking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A3AF5DB4354D74ADB26485677340CBE9 /* FBSDKKeychainStoreViaBundleID.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D8FB0FE96B653A9AEA5F2F77B8AC2F5 /* FBSDKKeychainStoreViaBundleID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A45D6BF90B85B42C3BA102D27B0EAF7E /* BFAppLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 958F2BC783D806A88D3AE0FA733E218A /* BFAppLink.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A462945883F7729B185B64B679A6BFBE /* UIWebView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A905C809471CFE8C5326F10BBE6D05 /* UIWebView+AFNetworking.m */; }; - A5D4C21EECA66DFDB6E4ACE1A04777AA /* FBSDKErrorRecoveryConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = D8F96329503FAED4425BF02D75311DB8 /* FBSDKErrorRecoveryConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A69128071A53DBC4882CC8DC76782334 /* FBSDKLoginTooltipView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A58FD68F13F78AF8A9D7D27AD1636BB /* FBSDKLoginTooltipView.m */; }; - A6C6019D45BE62C61210A9CC619368EF /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E7C8F4F4486FE70D94453D7294FE687 /* AFNetworkActivityIndicatorManager.m */; }; - A73AE62E3C70DBBF38CB7C96697D763F /* FBSDKLikeControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F42C29A9DCD9488D81AD7B62A7DB5B0 /* FBSDKLikeControl.m */; }; - A769A86B421000E9EEE430373A45666C /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9FFAEDB3DC76DD9705B8FA233EB4DE1 /* Bolts.framework */; }; - A7A0B58CC32AFC21D75C8DA9FC719043 /* PNObject-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ED867712668303BA41A70CB5E1969AC2 /* PNObject-dummy.m */; }; - A7B727084100184300E30A30F9597A3D /* PNObjectConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A36FA75F1E4FF485524F7A34F9E940A /* PNObjectConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A80A5E5DFB74DEE52D15872B074559DF /* FBSDKSharePhotoContent.h in Headers */ = {isa = PBXBuildFile; fileRef = E367049ABE68F93C7CE845A02CCC4F28 /* FBSDKSharePhotoContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A8357D1BC55BAD35C18C8120C9DAB18A /* PNObjectConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = AAC9B98AB49DB17ACECA4B1D322D16C9 /* PNObjectConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A84245FE52EC5995B5D31EA4356A56C0 /* BFCancellationTokenRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = CCA9264638310CC0611C1200FD410567 /* BFCancellationTokenRegistration.m */; }; - A8B0C39E9BFCD004930A94FBA66A3CEB /* BFCancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 4921A7C33F97D10F52CBE790E4F823E3 /* BFCancellationToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A8E047167FA3E7D9783771C27E9A8097 /* VatNumber+Helper.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AC36C181B406F31796C32B6EB8BB3AF /* VatNumber+Helper.m */; }; - AAC7A4957359E640044B9108D1F17C4C /* FBSDKTestUsersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 15BE015A3C02CD512B6FDBF20AFDD493 /* FBSDKTestUsersManager.h */; }; - AB39AC9746E7575D7449700475E41B0B /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BD41B71026B8BEFE03F999651C617648 /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AB60E290BD7BEB9B899F622BE80F1745 /* FBSDKContainerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CF11D328E1F7C5F442BAC0342291384 /* FBSDKContainerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB6A875AB74B484F095E03BD1B9AC1AD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - AB889BC8C7B93051E0C88B77E41444D3 /* PEAR-FileManager-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8285B5564B819F0A7FE5CC51843E6AC9 /* PEAR-FileManager-iOS-dummy.m */; }; - AC57C2BD7630CCD4F689A5E4ED4D342D /* FBSDKErrorConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 88D6F9FCC466B28FB5075B1F253A3F31 /* FBSDKErrorConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACD6E2410430E755D7D079FFABEB83F1 /* FBSDKSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = C085129AE27209824EE689C4E697A9F6 /* FBSDKSettings.h */; }; - AD368AC80B1BA3675EDB9CED108739FD /* StrongestPasswordValidator.bundle in Resources */ = {isa = PBXBuildFile; fileRef = F0294DFC06474C2B17C1DBF95E36FCEA /* StrongestPasswordValidator.bundle */; }; - AD4D9C9467544A49E49FCDD2962A6421 /* FBSDKErrorRecoveryAttempter.h in Headers */ = {isa = PBXBuildFile; fileRef = AD887F4B1F7359C957BE88F3359745CB /* FBSDKErrorRecoveryAttempter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD52B349A273F0EB40F823990A40D2CD /* FBSDKLoginConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 456586DB202661B5EE1323762973C173 /* FBSDKLoginConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE2A07407FB50BA249984DC0620E84C0 /* UIWebView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 8588583A401CDC07B6F004203E2EE7CB /* UIWebView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE953537F404B4B4F3692A400688AFF1 /* FBSDKGameRequestContent.h in Headers */ = {isa = PBXBuildFile; fileRef = A5EC547485B88B66E8E8EDFB349B310C /* FBSDKGameRequestContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AEC64E72FFAC813FB5592B80DAA09659 /* nv_ios_http_status.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08EABDBB1872A8FF0094A19FC655AD7C /* nv_ios_http_status.framework */; }; - AF03C11A1FAC8132AD3749D8F541701A /* UIButton+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = C0F70617DFDE18C2F4F601C2547F6685 /* UIButton+AFNetworking.m */; }; - AF1F46668D4591602887998C6E9C10AD /* EXPMatchers+beCloseTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 39994B4F43FEF44A4C20A4D87E1DD8B3 /* EXPMatchers+beCloseTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AF48AA3E577B04A43AE5F526B803540B /* FBSDKLikeActionController.m in Sources */ = {isa = PBXBuildFile; fileRef = D76A8927E9B85D24F28B36316BF93980 /* FBSDKLikeActionController.m */; }; - AFAB3F06C68E046BA56A05ED857F7D6A /* BFTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C1D180F64F2DEC59750126D61F2CAB5 /* BFTask.m */; }; - AFFC8900E52BBEC72059334132F3A8F3 /* ExpectaSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = E22E4E4B2B6F3D41BA175D49D16C072A /* ExpectaSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B03506CCC0191AA3382F36B1FAC9E2EF /* FBSDKBridgeAPICrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 41D8C0D702E978CE51746A144CF0C109 /* FBSDKBridgeAPICrypto.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0708CE47B50CEBC6E35C404D18A1639 /* FBSDKAppEventsDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = C761CC8409E07C789FA0DE43FEAEAE46 /* FBSDKAppEventsDeviceInfo.m */; }; - B14F512867AFCAA08A6840787DD3E2D4 /* FBSDKLikeButton.h in Headers */ = {isa = PBXBuildFile; fileRef = DDF3022E3723F73C3113BFB8E6313B0E /* FBSDKLikeButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B168720AAFEA07354ACA1F848F1554F6 /* FBSDKProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 654C57362979E32FE721E363F55AA00E /* FBSDKProfile.h */; }; - B190D5BA558C5C48B978E9B3ED07DCDB /* FBSDKAccessTokenCacheV3.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E7631FE5FF32DA7D05E326CD8536268 /* FBSDKAccessTokenCacheV3.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1AFEB4C862B3A782C307F128C723C15 /* UIDevice-Utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27FE056362B56D01CB354DFA81FC7470 /* UIDevice-Utils-dummy.m */; }; - B22FE25FD01D8092AF99C9DB4B27EF9C /* SPTExampleGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = A86176910EB0C572B65BAA7D6976F042 /* SPTExampleGroup.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B24361D24B3FCD5EC735C04F5D1E4979 /* UIDevice-Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = E52A9052C4B7E5B6D32A34DEFC2F4B32 /* UIDevice-Hardware.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B362F869459930C324FDDB6BC02F1FC3 /* FBSDKLikeButtonPopWAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 4358E662755B48485AAE168AAD324507 /* FBSDKLikeButtonPopWAV.m */; }; - B3C5C2D4D8B7366C5E23F6E521E7A440 /* FBSDKLikeButton.m in Sources */ = {isa = PBXBuildFile; fileRef = AA4A5811B346E47AC7C8E327F45720C2 /* FBSDKLikeButton.m */; }; - B4993E3AF61E167FD02E795F115A62C2 /* FBSDKShareUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DE860B7DDCEC743A5212583259D8AF2 /* FBSDKShareUtility.m */; }; - B534C8C1D32294DB54F3C5CFFD5AAA9B /* FBSDKLoginButton.m in Sources */ = {isa = PBXBuildFile; fileRef = AA1F7DEF6604A7C01899EF5E4E7AEDF5 /* FBSDKLoginButton.m */; }; - B54F7314FDB86E66C1A7418F13C403E6 /* FBSDKContainerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 94A0A5FA716ADCA9E911CFBB3F4C09D1 /* FBSDKContainerViewController.m */; }; - B57E7F72EC8FD7CFFD6C35657CB84C0D /* FBSDKAccessTokenCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B109F3A950A33B8F14680CFF594C8FB /* FBSDKAccessTokenCache.m */; }; - B5852322ADE88AAD56EE042B80BA81E4 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 54DD8ADCBBAF98AAB91BF2B3A4E65C78 /* AFURLResponseSerialization.m */; }; - B586C424D5F40EE18D097FE6601CFF97 /* FBSDKShareConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FB3D9A9DDA0770A4A8626D9B911F835 /* FBSDKShareConstants.m */; }; - B6376131E673115D7F121B1110BCE4BD /* FBSDKCloseIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = AF0229C8D9B6F092338FB7AA3845D9F7 /* FBSDKCloseIcon.m */; }; - B6A71178B550B786C5D4956197806582 /* nv-ios-http-status-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D934A34192879F0C394F52F4E59D51D4 /* nv-ios-http-status-dummy.m */; }; - B6F1EA2F55E84873A4023D434E1597B9 /* FBSDKApplicationDelegate.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 76AA96C59B8519494D2C7EBE42FC0AC0 /* FBSDKApplicationDelegate.h */; }; - B7B6E30A551C3D624B2CD4F8D2935739 /* AFJSONResponseSerializerWithData.h in Headers */ = {isa = PBXBuildFile; fileRef = FA7BE1E335D790885FB64D6FEE42978D /* AFJSONResponseSerializerWithData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B82356C0A8C502128EDE4B04D440A6A1 /* FBSDKProfilePictureView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2570729A110E15D485BC8C9542CAFF8F /* FBSDKProfilePictureView.m */; }; - B84431CF8C64F363A334AA7089F6C134 /* NSValue+Expecta.m in Sources */ = {isa = PBXBuildFile; fileRef = BFA7BB58B57292A31AA89325BF2949CF /* NSValue+Expecta.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - B84F1DBDE967EF9965CF4F4BCB29816C /* FBSDKBase64.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F44251670364D7298CC33133BB8E3CD /* FBSDKBase64.m */; }; - B8563820C993DFE2D9B92ABEFEFC9B4A /* FBSDKError.h in Headers */ = {isa = PBXBuildFile; fileRef = 610DEC0B9100117CD074E48439398496 /* FBSDKError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B941D835EF945D46304763BF3BF22DC3 /* FBSDKShareDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B30D0790EDD41CB794FD83AFF6ED20 /* FBSDKShareDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA12B131F10BCE3BE6E9A02FC908FE9D /* EXPMatchers+beCloseTo.m in Sources */ = {isa = PBXBuildFile; fileRef = C4B98441A3E9009E9BEFA35C1EFECB14 /* EXPMatchers+beCloseTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - BA947C31B77BBFFE9F3D12DEAE559D57 /* PureLayout+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E450B23C38580E12404285C1EF05AB65 /* PureLayout+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BAE667128DD0CF6A2FF99B8FF068C49F /* FBSDKBridgeAPIRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 68686F014AD842A6F95DCF6F833DCEEC /* FBSDKBridgeAPIRequest.m */; }; - BAFF30C8BB8A6FD018F57EE643AB5A24 /* FBSDKAppEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = B6FF7B5C48B9D9040840EA3BB7BCE8C3 /* FBSDKAppEvents.m */; }; - BB62B38C5AE87EB9F1A3CDDF395888E0 /* FBSDKAccessToken.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E10420C4592D5AF9FF0F898211252F98 /* FBSDKAccessToken.h */; }; - BB72447AE168D9ADDDDEC9303BF5EDF8 /* FBSDKGraphRequestDataAttachment.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A1C678B8EDA855844A40DFACBE96BBFC /* FBSDKGraphRequestDataAttachment.h */; }; - BC55C8365AEFF8217F6A567607754854 /* EXPDoubleTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 53A2109CEF67B6934C1D66E84DCB5528 /* EXPDoubleTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - BC63A115FE14B49663B95CA13192F572 /* FBSDKSharingButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 19984EF92CC03AAD80A978E722B16F34 /* FBSDKSharingButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD9DA5293114BC5D99E8120ED39D5A04 /* FBSDKKeychainStoreViaBundleID.m in Sources */ = {isa = PBXBuildFile; fileRef = 805849C93498710FC1AED53BEA99F9EF /* FBSDKKeychainStoreViaBundleID.m */; }; - BDAA0F2D337C0AE260C95A7D50B65A85 /* FBSDKGameRequestFrictionlessRecipientCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AFD2BE0178D4CE154D918DF2AF54615D /* FBSDKGameRequestFrictionlessRecipientCache.m */; }; - BDBF7EB2A751AE50B3BC5EA9D1D9D555 /* FBSDKGameRequestContent.m in Sources */ = {isa = PBXBuildFile; fileRef = DF6BB21B5F0D1A5ADB462FCBCCF28387 /* FBSDKGameRequestContent.m */; }; - BE463D2C7553FDDD4C16487F4A71FCA6 /* ResponseConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 7138D7BD97FC9CBC012EB3382ABFE8DA /* ResponseConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BE4A35631FC59F9EBEB486044401D323 /* FBSDKCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = F19A0F090C20D92B35D604EFBFC784E2 /* FBSDKCrypto.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEE08B6146639F0CF458E225239F9F04 /* CodFis-Helper-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 10FAA02D1E778815C50AD69908748415 /* CodFis-Helper-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BEFFE9FFE52E9A0833A7D2D8FB67EB4D /* EXPMatchers+beSubclassOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B1A86285B8AD82E1E6743CAA1CB8C94 /* EXPMatchers+beSubclassOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - BF0C14A470844D528A0C26E854C9F82D /* PureLayoutDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = B209B0A87698DFAEAC8B004A957E9FFE /* PureLayoutDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF3A07CDB6D7E1E577FC1BE75614F099 /* PNObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FFCF4178E524B947AF7311B3EDB464D /* PNObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BFD91CBFAD258F66443ACCBA332F3D40 /* PNObject.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 60E441C70C64D2749C8F7E14D6FEEC02 /* PNObject.bundle */; }; - BFE8E4EED3C4FF8094319153094100CD /* FBSDKTriStateBOOL.m in Sources */ = {isa = PBXBuildFile; fileRef = F6759D46C5AE673B7EE16F5133823839 /* FBSDKTriStateBOOL.m */; }; - BFED925EB94280480AA732F3D05C4BE9 /* FBSDKLikeControl+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E9E9F98709208BE32CAC211A8904B5C6 /* FBSDKLikeControl+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C177B5E3D432B641978AE5676C480ACF /* FBSDKLoginKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 716B68028A0992599CAFC1F3F787C086 /* FBSDKLoginKit.framework */; }; - C186D00BB65A9AEC5991C17B19AD12D3 /* FBSDKLikeButton+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = CBDFCA2DF2FA0B155CF0E1BC7B0FB928 /* FBSDKLikeButton+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2DD28375E1F0B1D0D1D2E4E607C499F /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = E1643F9A305AE178D3FDC37E618C60EB /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C36804844322E4EE1712F84E089ED775 /* FBSDKLikeDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A717DCBBB7A95C1DB3C11780017DDD4 /* FBSDKLikeDialog.m */; }; - C419EDB3DF8CB5A6BDC560A8DFFAD120 /* FBSDKAppGroupJoinDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E2DC56D3E5732CBD5708D691ABA7BE0 /* FBSDKAppGroupJoinDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C45BD0762A3F32FC005B35F857C2D38C /* FBSDKShareVideoContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5778FF9DB0677BB4921C3FA999AA2B9C /* FBSDKShareVideoContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C583FF6D5F3A73498E46D8D80B21E3DB /* FBSDKLoginKit+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = F6F75E96912511146BC70EBF00B9A40E /* FBSDKLoginKit+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6057505D986FAACBC32C4FCBDFE7AE4 /* AFOAuth2Manager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FBC21936423CF879C4ED62F8B484D61 /* AFOAuth2Manager.m */; }; - C6354FEC7728A4C86DAD8092509BA7D4 /* UIRefreshControl+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C1B61EFC522674D7B93A242565237AB /* UIRefreshControl+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C69340FF7D325ACC633284CDF67D2F75 /* StrongestPasswordValidator-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B35877C4883092B132615270E4A71D4 /* StrongestPasswordValidator-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C6E9B0A908F410317F2DBBECA0944AAB /* FBSnapshotTestCase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DE1F09489885824917063D56DDD1136 /* FBSnapshotTestCase-dummy.m */; }; - C7E36EFEC52D3C6B4BAD80DF87BF81F0 /* FBSDKLikeActionControllerCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D65BA9ABC06DE969EC9C39BB3F6D336 /* FBSDKLikeActionControllerCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7F74D39A93BBA300670D3C5D8C8EAC9 /* FBSDKLogo.h in Headers */ = {isa = PBXBuildFile; fileRef = E3D423FD024634A360387F6BE0E19D66 /* FBSDKLogo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C999F4F2377B0A4989747A6E2FF12824 /* FBSDKAccessTokenCacheV3.m in Sources */ = {isa = PBXBuildFile; fileRef = 873EB602D2DA7557306B240D213BA29C /* FBSDKAccessTokenCacheV3.m */; }; - C9B57D939AB4480C7A93482A12D87C4B /* FBSDKLoginCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 9924D5513CA6AB5F359C6F4FA47926B5 /* FBSDKLoginCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAC483EF637FB4A2C2E2FC75BA631B87 /* AFAutoPurgingImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E23E75F4B1AFF0D0E39F7D82E5C7CBAF /* AFAutoPurgingImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CAF0435ED0DFD398908923904EBC326C /* BFMeasurementEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 534BA38D9F1387542D58EECB864E2FB4 /* BFMeasurementEvent.m */; }; - CBB0ECA79704A5C406450B85CF2166E2 /* FBSDKAccessTokenCacheV4.m in Sources */ = {isa = PBXBuildFile; fileRef = E40C056170FBCBDFB9CB6F219F72D999 /* FBSDKAccessTokenCacheV4.m */; }; - CC27931BF42C946771AA5A66FA703D6B /* FBSDKLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A947507C3FBC67AFDE1651E6C6C1BFFF /* FBSDKLogger.m */; }; - CC911BC6D29AB474A3A9F776BC04BBCC /* FBSDKShareVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = F047C57A958CD29700AB9105D15476C2 /* FBSDKShareVideo.m */; }; - CD11B572C0245E5444BB56494A3B3D64 /* FBSDKDialogConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B79A5AD68EDCD346B55E0341075B9BA /* FBSDKDialogConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE3F4ECBB0BC095577D66AE50C8E604C /* EXPFloatTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = FE7808AE36C71D1AE7ECB2AE2EA39BB1 /* EXPFloatTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - CE91E0B7C2BF362403CB3A75E69AA061 /* UIImage+Snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = CBAE0C53813A06214A2A8AE23FCA93AD /* UIImage+Snapshot.h */; settings = {ATTRIBUTES = (Private, ); }; }; - CF5CF06B0263C4C3E40F0B5CE87BB91B /* PEAR_FileManager_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F79F69D5CF15A94063B66DD2E2B8053 /* PEAR_FileManager_iOS.framework */; }; - CF7444C64BC44FF4D52DF95F65003A47 /* FBSDKBoltsMeasurementEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 4842A2B7A09B9DBD7C03585780369AC4 /* FBSDKBoltsMeasurementEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF76D6EA339E5B8DB5939726197B1105 /* FBSDKProfile.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 654C57362979E32FE721E363F55AA00E /* FBSDKProfile.h */; }; - CFA8D6B529A0EBFF0316F2629AB2556E /* AFImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 40D6E81053EA99EC16C9D010906E3FFD /* AFImageDownloader.m */; }; - D000E3F9104E3B518D5296061F07BAC6 /* NSDate+NSDate_Util.h in Headers */ = {isa = PBXBuildFile; fileRef = 062B2D28A1EAC9CD3F14D4C4B9CEF1B1 /* NSDate+NSDate_Util.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D06C35047988D22A1DFA319DB6ECA8D0 /* BFAppLinkReturnToRefererView.m in Sources */ = {isa = PBXBuildFile; fileRef = 90823CBB67F2934B4F8752380339CC0A /* BFAppLinkReturnToRefererView.m */; }; - D1257B0AD51234A7047D3CCE518426E9 /* FBSDKShareLinkContent.h in Headers */ = {isa = PBXBuildFile; fileRef = D4AB7C5A2B35ACA02B65D113469962EB /* FBSDKShareLinkContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D181FA8D3863D4294F5CD912DBEDA7C2 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE4EC6FB4B2F6FD3D175A1635A7B2C12 /* XCTest.framework */; }; - D1D19845D63768C3C61A30A15BE75BA7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - D1E9E55D21C92E33ACE7E911BCB96269 /* FBSnapshotTestCasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 542CFC5BEFE9FE4DD85FE37EAD7C820C /* FBSnapshotTestCasePlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D27029EF4D63FD5855822C101FA7AD45 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - D2FA291DD639A8F4CE0D2EC28CD65057 /* FBSDKLikeDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 9187D1043573B650F20865FA53D8F4CB /* FBSDKLikeDialog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D323A5AAA18E104407BEF9A1C6F039F4 /* FBSDKURLOpening.h in Headers */ = {isa = PBXBuildFile; fileRef = 858A5317147FDAE58EF6BC89F2634E21 /* FBSDKURLOpening.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D43EB60615448D41F5B6D038EF508C37 /* FBSDKServerConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C8C4901FC6A30AEC6162569CB69A5ED /* FBSDKServerConfiguration.m */; }; - D44FEECD7262E751DCCF79D9F16B1707 /* SPTExampleGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 10E1B65976FD696EF47E5CDF3C3F3FC0 /* SPTExampleGroup.m */; }; - D46DB970A24693D6F6D5EE19333FBE59 /* FBSDKMessageDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D263E2D0984E897E3E9C7D07C15F901 /* FBSDKMessageDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D4835890F05659C261959725C53CC8D1 /* FBSDKShareOpenGraphAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B4E3F3F6E9D323171C4A024036B9B32 /* FBSDKShareOpenGraphAction.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D51B48F024EFDD78B34B09DA05B83D12 /* ALView+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 83F8259AFB910AD011A3DAD0E47AC479 /* ALView+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D536FC956904C4A4CF8D9202D788F98F /* FBSDKAccessToken.h in Headers */ = {isa = PBXBuildFile; fileRef = E10420C4592D5AF9FF0F898211252F98 /* FBSDKAccessToken.h */; }; - D5ABADB4F214A506F76B6437E646FB8E /* FBSDKSettings+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = CB1E608B7334ADAB0902E120DDF4276C /* FBSDKSettings+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5F8C5492512E2BD458325B8491C6EED /* FBSDKApplicationDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D5B5634FAC8A571FF2791A8A9CC8E797 /* FBSDKApplicationDelegate.m */; }; - D7118C8C970E476D4ACF63E358258136 /* FBSDKShareButton.m in Sources */ = {isa = PBXBuildFile; fileRef = E7A238B32171246F47BCBFBF309B6FB1 /* FBSDKShareButton.m */; }; - D767E76ADDAB5CEA4B9B324A15A20ED3 /* FBSDKShareDialogMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 74B4D0737934B3B642DA59900A2CB37D /* FBSDKShareDialogMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D80E3A1971AF7FDCE82F3241BA53B59B /* FBSDKLoginKit.h in Headers */ = {isa = PBXBuildFile; fileRef = C316FA0C53240D3DF5411358DB77ACB7 /* FBSDKLoginKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D83677C54D2226C67886A525B0B46FBE /* EXPMatchers+beLessThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = BE4EE03E6F416C89D5972051523D7D2C /* EXPMatchers+beLessThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - D850A8DA79AC08E12FF8C2544FD08F26 /* FBSDKTimeSpentData.h in Headers */ = {isa = PBXBuildFile; fileRef = B628C6FFE7CF325483B41789D0D56AC1 /* FBSDKTimeSpentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8DDC1FE940EA061A264799704714161 /* FBSDKCheckmarkIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = 69E67BCCC6B8174CF8F182B56986204F /* FBSDKCheckmarkIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9C9B21422DA694F0D84EAF37A7200AD /* FBSDKPaymentObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = DC9EEE55F1CEA6E09EA5FE5C785A0B00 /* FBSDKPaymentObserver.m */; }; - D9F4E833E37B611B432F6B5D7072DDA2 /* UIProgressView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CE1620AF70C77E10BABE437E87236B9 /* UIProgressView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DAA37C4CD213B2861ADD1B7603D4D21F /* FBSDKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = E52748F2BCDAE532998FBD195CD41CDA /* FBSDKInternalUtility.m */; }; - DB2B67CAFC71813E233E5B7724BE0791 /* FBSDKProfilePictureView.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1E9AF4D3638A06B08FFCE91474C30231 /* FBSDKProfilePictureView.h */; }; - DB30F82FB1BE083D9471B965FB500CA2 /* EXPMatchers+conformTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A11A7EB69BA654FB3DD572379550C3E /* EXPMatchers+conformTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - DB3EDDE4044A8EC280EB37730F7D6CC8 /* PNInstallation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE38D2200B1A63FE661CCE556A8AA30 /* PNInstallation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD6C44C96850BCF015ECB9F6D75616E2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - DD875C0F86FA77C0ACFB97DCD6078F98 /* CodFis-Helper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E7510E5C49DD0B98ED2CAF57769F3668 /* CodFis-Helper-dummy.m */; }; - DEE8F8E9808D83A26C64B6E6ECDA72D8 /* BFWebViewAppLinkResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = B4E563A5F11A9B55ED397ECEBAC1FC4C /* BFWebViewAppLinkResolver.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DF012A1A74D2A28EF1337B0EC806BD78 /* UIDevice-Hardware.m in Sources */ = {isa = PBXBuildFile; fileRef = 540EADF849F309E32F011F8AEADF7FE3 /* UIDevice-Hardware.m */; }; - DFFA215EEAA8DDBD540076927535275C /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E81589989E516062DB4219ABB7F73F9 /* AFURLRequestSerialization.m */; }; - E0A077DFB064B79685B810CCEFB2F1EF /* EXPMatchers+respondTo.m in Sources */ = {isa = PBXBuildFile; fileRef = A5080C9CA50F180DA69F644BFAC504B0 /* EXPMatchers+respondTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - E0AAF49134A0505DF00E20E7B62087E1 /* EXPMatchers+beIdenticalTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 79A1CCF7654F71D41112220E0DC10A37 /* EXPMatchers+beIdenticalTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0BE0BC047E16984EBD1AE4425CAB405 /* AFNetworking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB0660385C24893A2D1161705BDE228F /* AFNetworking.framework */; }; - E0D4045AC4C1B41917FCA23A042D18B2 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 894E00D21A6463A75BBE06EABD108667 /* AFHTTPSessionManager.m */; }; - E10811B5E4578C31FB675361C99EDED6 /* UIImage+Compare.h in Headers */ = {isa = PBXBuildFile; fileRef = 350BE28EB1F5049B457015968B448B88 /* UIImage+Compare.h */; settings = {ATTRIBUTES = (Private, ); }; }; - E113030462AD8FB83B155414E775DEFB /* FBSDKMacros.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111140B956B413206DFA9A03CF73B4B3 /* FBSDKMacros.h */; }; - E1888FDD5FBCB0D1F21EF99647F73535 /* SpectaDSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 5312DA28670878BCF7F96B2BF53E1AC1 /* SpectaDSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E1A545D3C101CD9D652565A63F65FA91 /* FBSDKCoreKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E23532124F3E6DCADABFA3E531C162B5 /* FBSDKCoreKit-dummy.m */; }; - E1EC4532663CA75DE5BD00CB0A56814D /* Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 80616939E2E0B3BA8BB5911A832CAEB4 /* Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E202FA16CD9472E2472690B3413291B8 /* FBSDKBridgeAPIProtocolNativeV1.h in Headers */ = {isa = PBXBuildFile; fileRef = EBAC0522C9A023C3C948A99EF5C48BF6 /* FBSDKBridgeAPIProtocolNativeV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3132543DB75A2C34CA3874B6ADA1677 /* XCTest+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DF6275EA9617E82375B652324EF56E7 /* XCTest+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3C61206BEDBA3EBAA0A69B51DE0F3AA /* FBSnapshotTestCasePlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 244B32EE3886377A49AD3AEBB8E47769 /* FBSnapshotTestCasePlatform.m */; }; - E43B4B0C17AB97DE5D5F168A1146052E /* FBSDKUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 35D7E17C4BE36279F66BDBA27CE15BDA /* FBSDKUtility.m */; }; - E4D3C159E4A8DD217E6CEFD6F9549DBC /* FBSDKIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = C98B1390F57BC358105DFD4022EBA3D2 /* FBSDKIcon.m */; }; - E4EC16570D46F25B3BD2830D65C06AE5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - E4F1EBC4ADEFA94F3641370CC0F7F4E1 /* Pods-PNObject_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60B530196848B62AA6D54AEEB46A06D8 /* Pods-PNObject_Example-dummy.m */; }; - E53C7DCFB48289382A67508217D07073 /* FBSDKWebDialogView.h in Headers */ = {isa = PBXBuildFile; fileRef = 38D49540BC8A87E116D102264D68EDFF /* FBSDKWebDialogView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E66A0248B1EFD2E312A3D47DB9BD8F74 /* FBSDKProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = ABB015CDA38CD139C8C3C53237CC4730 /* FBSDKProfile.m */; }; - E6E14003B96F98489B61CC375F0E7277 /* PNLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D24E6828F140872A1424200FE40DCAF /* PNLocation.m */; }; - E735386085CE344F6A01178CF4763852 /* EXPMatchers+beNil.h in Headers */ = {isa = PBXBuildFile; fileRef = EDD86FA116EC57F3387FD9B82D911B2B /* EXPMatchers+beNil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E7360EED52B408BE8FDBA494E4A45327 /* FBSDKCloseIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = D61A312B5E17609342B2E0585AF3B38F /* FBSDKCloseIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E753834535C79767BC82A8304996B109 /* FBSDKLikeControl.h in Headers */ = {isa = PBXBuildFile; fileRef = F6570E443F2F7B4B556F499FBA92092B /* FBSDKLikeControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E770B643BDFF92A38131DB0D90B4CDC9 /* UIDevice_Utils.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50566CF1EC56A61C10E9F8040AE4B7E7 /* UIDevice_Utils.framework */; }; - E7988678C81F7CCB95D239375FC6986D /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 87169B8D7D4BA6A06B6B146E3A0E9FFB /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E83D085E1702EBF2941B74E83778AD3E /* Bolts-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A82A8C4692A7DAA54BE9D0EE532EE81 /* Bolts-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E9602FBF9DAF012DD2C03A2ABB380632 /* FBSDKAppGroupAddDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 467A6955DB9A5C78EF7050C50C17ADF3 /* FBSDKAppGroupAddDialog.m */; }; - E9D83491F14994CEC10D9722F98C2621 /* FBSDKTestUsersManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15BE015A3C02CD512B6FDBF20AFDD493 /* FBSDKTestUsersManager.h */; }; - EA5C8518DA1640EB827497582D60F5F8 /* PNObjectModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C252A2B22DDE3643CC170745B5C0FA67 /* PNObjectModel.m */; }; - EA840679AC9463E0E3D371FCC3466B0A /* EXPMatchers+FBSnapshotTest.h in Headers */ = {isa = PBXBuildFile; fileRef = BBE3F45B6CDC0F4CF1C07F83ABEF213F /* EXPMatchers+FBSnapshotTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB48263D92C7471B431BCD305F3B9C98 /* FBSDKAppEventsUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = A87B668CBC25F8366BF942597C96726C /* FBSDKAppEventsUtility.m */; }; - EB6F758820BB466F4B6FD2474F8317DF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - EC7CADE416A78A1CD6936018A6695126 /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DB34EED0781E60D20AF367321B0B952 /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ED8E8565CE822D9F63077227C44F8EAA /* FBSDKCoreKit+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E83FF3B7B243721732C79FC503972287 /* FBSDKCoreKit+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDB2130EF73D5EED8328A39EE245953E /* FBSDKProfilePictureView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E9AF4D3638A06B08FFCE91474C30231 /* FBSDKProfilePictureView.h */; }; - EDC1E9A948717C646535CD78857EF841 /* FBSDKButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 6933F9EF07FA4640A95861786FEB3922 /* FBSDKButton.h */; }; - EDD254449CD8FF482448772C604D758A /* FBSDKLoginKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA1841C46D1F51ADFAAFAA5323F5CC86 /* FBSDKLoginKit-dummy.m */; }; - EDEE3D0D44B63270AC3F0A1F7E595450 /* BFWebViewAppLinkResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DBE0E52D2D99A184DB399F270347C63 /* BFWebViewAppLinkResolver.m */; }; - EE7F7D3CA0C1493CDBE5E67A516E4456 /* FBSDKAppEventsState.m in Sources */ = {isa = PBXBuildFile; fileRef = 96F361A48390DE67313A4B31E3372E3A /* FBSDKAppEventsState.m */; }; - EEADE26AEEE95AF121B8D39CEFDF9044 /* FBSDKShareOpenGraphContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 31C989F8EFAA76C2C17699D023542E96 /* FBSDKShareOpenGraphContent.m */; }; - EEB93CE55083DA77EB9ABB52182D3628 /* BFTaskCompletionSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B26BE16735CD4ABD287EDB9A4B87349 /* BFTaskCompletionSource.m */; }; - EEEFFCBA7E64D629BE5E57815DB49042 /* FBSDKSystemAccountStoreAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3089AAC7B1FB370F2F2B50A86B70A367 /* FBSDKSystemAccountStoreAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF6497EE123F6BC0C1B09717437C5908 /* EXPUnsupportedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = D435243B7DF26E71130EAB0E511C8964 /* EXPUnsupportedObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - EFE77D3F55F4A07C39B370B81B92F49F /* FBSDKAppLinkResolver.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FEC164F45391FE495EC9104CFBE061D /* FBSDKAppLinkResolver.h */; }; - F070B95360E14EE8E51A72DD0A218B99 /* FBSDKAppInviteContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 584A04915C8BC48EBA12A137EED2DA97 /* FBSDKAppInviteContent.m */; }; - F0A9495E5CD098FEA76F105A290C5100 /* StrongestPasswordValidator-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BB4DD70745C616049AB72BE1BE70BBC /* StrongestPasswordValidator-dummy.m */; }; - F0DDF02A078B917997FF025BB33BB842 /* EXPMatchers+conformTo.h in Headers */ = {isa = PBXBuildFile; fileRef = A623A5FB2EB4B01092327B4026418777 /* EXPMatchers+conformTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F12D57414A73406831CC032A7170DBFF /* EXPMatchers+beginWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 441DA1315E1579D07BE86A598FDF7263 /* EXPMatchers+beginWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - F1867C99D4A92FC191093E4901E463B5 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE4EC6FB4B2F6FD3D175A1635A7B2C12 /* XCTest.framework */; }; - F1C7451C6DB8D385D9B3185277AF839F /* FBSDKMessageDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 791D3A3EA41033E024773821B5F2F4C0 /* FBSDKMessageDialog.m */; }; - F211020303652B9950C244207D027A03 /* AFOAuthCredential.m in Sources */ = {isa = PBXBuildFile; fileRef = 5795DC7159A207645C274B57953AAE40 /* AFOAuthCredential.m */; }; - F294B75539C74EDB0B55D2350874A225 /* FBSDKLoginButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B3265CA4C64A889E5B268C2190A779E /* FBSDKLoginButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2EC13DC8EAD5C164567FADEBAAD4652 /* PNUser.m in Sources */ = {isa = PBXBuildFile; fileRef = A64A46BA90440D57304BA7E254B21F17 /* PNUser.m */; }; - F3A1BD732F01439059FBC32F63E08946 /* FBSDKButton+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = E3C72207E7ECC16B3179A7B44EF4D392 /* FBSDKButton+Subclass.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3D322FD5107531DBF87056174D8B587 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - F41209A94070904A00BDF24ACB6336B6 /* EXPMatchers+beFalsy.h in Headers */ = {isa = PBXBuildFile; fileRef = AC53771843F71A7F61714479243F71A5 /* EXPMatchers+beFalsy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F43554CAEDA7EE6D2E3B1DA2F60768EC /* BFExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C6BFD7278726563871B8C8D99EC89746 /* BFExecutor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F58F9BC7759BB8A5007B8821A275AEDD /* FBSnapshotTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = FFE9298E86679CAAB3A085DAD7E9B9B1 /* FBSnapshotTestController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F59074ABCB5D041E88E13F78BCE25BE6 /* BFMeasurementEvent_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D6A22DECE1C285C8DC02B77C6FEE1FEA /* BFMeasurementEvent_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5F9597A3167E2AE7937E6CF4BD09AB8 /* FBSDKLoginCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = E33E0DED283CB09FF23213754E426AFA /* FBSDKLoginCompletion.m */; }; - F65411E9EF00A9BB39D6BD1521A4F3FD /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 106FDB5348FD7288F67934FF3173E006 /* MobileCoreServices.framework */; }; - F6A2F44538464666F32290DC077EEC4A /* FBSDKErrorRecoveryAttempter.m in Sources */ = {isa = PBXBuildFile; fileRef = E571742531DCE3F10A0C5EBB62B4FA78 /* FBSDKErrorRecoveryAttempter.m */; }; - F6AA8D90B361D00CEEF60792F6D5B569 /* PNObjectConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AC0309A46D53DB00B2E64C928D3FCC /* PNObjectConfig.m */; }; - F7097A4E42600080F17AE6FF60DFC624 /* FBSDKGraphRequestConnection+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = CFA066C42A6CA6624F34DEA6EE3E5E73 /* FBSDKGraphRequestConnection+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7581524FBA63576F76650BAC9B15C04 /* FBSDKLoginKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E6A0835CAEC7EF775E2FDBF2ADD465EB /* FBSDKLoginKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F75CB2A727F678C9A848A3A11EA7979B /* EXPMatchers+haveCountOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 42E8F864F75ADDB601308971893A88DF /* EXPMatchers+haveCountOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7E17CB0EFE3C8B20DAF13FB263E1C7A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80E35072AB7909E944FA803B973A45B /* Foundation.framework */; }; - F8C6F4B226B41C1CDB49F244FA09A221 /* FBSDKAppInviteDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 05F4E660AEEDC05B4B42A80A61ABE458 /* FBSDKAppInviteDialog.m */; }; - F955C20213D1E3DB337B960F88B75914 /* FBSDKLikeObjectType.m in Sources */ = {isa = PBXBuildFile; fileRef = 376C54BD93A7673D42077B29677962C2 /* FBSDKLikeObjectType.m */; }; - F9BA81C41C3DDABA6BEC897850E45D8D /* _FBSDKLoginRecoveryAttempter.m in Sources */ = {isa = PBXBuildFile; fileRef = F0F11B0B853F95F0F49278A94AFD36A4 /* _FBSDKLoginRecoveryAttempter.m */; }; - FA19FBA2716C1914A35F077F6FC828E6 /* FBSDKTimeSpentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1578F78AAF32C4ACC604DDF88477E431 /* FBSDKTimeSpentData.m */; }; - FA29548E1469C36ED1FDCB5B197B1455 /* FBSDKAppEventsDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9489B7BBFA82D7CAFC248C6556527422 /* FBSDKAppEventsDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA839F20BC13A260E089D374CAAB584E /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE4EC6FB4B2F6FD3D175A1635A7B2C12 /* XCTest.framework */; }; - FAF1D503EB3C6F7D07BEB4A1B4C6ACB9 /* BFURL.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BEEBE46498B918C88D3D39400D42F1C /* BFURL.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FAFBA5728037DC7E5FF6B500CCDBF64B /* FBSDKAccessTokenCacheV3_17.h in Headers */ = {isa = PBXBuildFile; fileRef = 264896594AC22C380A90D7B3255B49FF /* FBSDKAccessTokenCacheV3_17.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB6DCDE092836B9A5F6C0DA90C4B030D /* FBSDKTestUsersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BEE41EF79C9F45B946D8219276EB1DB /* FBSDKTestUsersManager.m */; }; - FBDA8421287447622632E1B2D1F0147F /* FBSDKMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 426CCDDCCA488AB94ADBAE94FB94647B /* FBSDKMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC20596ABFE14A61F171A29FD03275E7 /* EXPMatchers+contain.m in Sources */ = {isa = PBXBuildFile; fileRef = F95745944562A65F20690D0CBEE46179 /* EXPMatchers+contain.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - FC2E21086C6646E0D52EC276A0A0E5B2 /* PNAddress.m in Sources */ = {isa = PBXBuildFile; fileRef = AEDC3D98383AD682D63DCE947DC1F816 /* PNAddress.m */; }; - FC45858927D3B6A0F922C4B697B04A38 /* EXPMatchers+match.m in Sources */ = {isa = PBXBuildFile; fileRef = 043E8816608FA82D825E1B097AC6F2A1 /* EXPMatchers+match.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - FCC6A7395DC35FED6A800AC100B0CB7E /* SPTCallSite.h in Headers */ = {isa = PBXBuildFile; fileRef = E59CD4CA5F0C598E3994B2AA9DCE9ACB /* SPTCallSite.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FCDC9C0B871F82CB1AEE73303F9A2927 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D7FBF6EE3AB472313968B227A8293 /* QuartzCore.framework */; }; - FD2D4497BC41412128C2D87C1BDE7398 /* EXPMatchers+beginWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6B9460345FF2F522E0FB98BABD6E2C /* EXPMatchers+beginWith.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FDE381A83A9E62D673C7AF1581271761 /* SPTGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BF886C40793890196F00248AE2A1736 /* SPTGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FE5EFE1631BFAE15994411002B426570 /* NSString+Helper.m in Sources */ = {isa = PBXBuildFile; fileRef = B89968D039657716AECA8CFF7F6DA9E5 /* NSString+Helper.m */; }; - FE8E34356D24F6759A8B010ED2F5707B /* EXPMatchers+raiseWithReason.m in Sources */ = {isa = PBXBuildFile; fileRef = 7244507F0BB9EECF1BFC656282791F50 /* EXPMatchers+raiseWithReason.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 01A35AA58F2F92E83C5E27E8963BA21A /* BFTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 28779C3F6C20F298B04D2775CB5D1AC5 /* BFTask.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01EC8BB8C514F6C28AC0F630087D6829 /* Pods-PNObject_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E46B7AFFF2CB3F42C731CF9CFA5DFC85 /* Pods-PNObject_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 021544FF4C8B456573628B0D495B0125 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + 02EBBBC0942F6DB255169C574C4FA9CA /* PNInstallation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A68CE26A7EB9B869CA141580484B818 /* PNInstallation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0339052284A47A46E7821D754BB990DF /* FBSDKLoginManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BCFED7B5930A9170ABC260051C32EEAB /* FBSDKLoginManager.m */; }; + 0459216D033D70B5396B92093AF34A9C /* PNAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B1CA5B94A36285BA97765CACA1DA7D1 /* PNAddress.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 04CA0F8BB3DA4CC9162593C027C03B97 /* FBSDKGraphErrorRecoveryProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 110D63918299219399B5E686610A76C7 /* FBSDKGraphErrorRecoveryProcessor.h */; }; + 058041A9896C70596F58370D3B951796 /* AFOAuthCredential.m in Sources */ = {isa = PBXBuildFile; fileRef = 4178FE4B5E5326A3A5F59B1729803271 /* AFOAuthCredential.m */; }; + 06A76F90393CFBED0C24B0A5D48C0726 /* PNLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CFF4FFFBF4597311308FD6CD8F13CAB /* PNLocation.m */; }; + 06B31A3343DB4AC44BAAA75A5BDD4639 /* FBSDKSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = E31A54F259868A190AC4BFEEE8E285A2 /* FBSDKSettings.m */; }; + 076A3A2B61F0FD904F12D21F0060FD8E /* FBSDKUIUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 3457B649910293340AF188B95CC50983 /* FBSDKUIUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 076F1D0BD98EE797354FBA9AC406E02B /* FBSDKAccessTokenCacheV4.h in Headers */ = {isa = PBXBuildFile; fileRef = CD451BFBCA8ECA686D68DB3A4B6A6A4B /* FBSDKAccessTokenCacheV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 077BE2096BC7ACBA2DA9E945185C6EAD /* SpectaTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 160F2A2B1C5DB32CCA75C679201A8748 /* SpectaTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 07CAFACAFAC87ABBF28D453E70832464 /* UIImage+Compare.m in Sources */ = {isa = PBXBuildFile; fileRef = 7926572D1A488D8C8EA27809126B4EBD /* UIImage+Compare.m */; }; + 08DAC2F4AEE5BBA86F713F32A79E24AF /* FBSDKLoginUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 80B7CF5178D6D53DA7D0E9395821E898 /* FBSDKLoginUtility.m */; }; + 0965EC017E6B1030E67D0E1CED9462A2 /* FBSDKAppGroupJoinDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F827D99DA03AF81C3BD33ED62AD877D /* FBSDKAppGroupJoinDialog.m */; }; + 09AAF74DD2507F874F2AE2E6B8CE2DAF /* FBSDKMonotonicTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 48D3653CE01FFE33BBE40BC4C1A8590C /* FBSDKMonotonicTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09C370A9665D24C14E3909B415A0E8D8 /* BFAppLinkTarget.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FFA6D33A993F9E9AB22E58D0E7BCBB9 /* BFAppLinkTarget.m */; }; + 09EB0EE96E6C494EC577C620F4055BF2 /* FBSDKShareVideoContent.m in Sources */ = {isa = PBXBuildFile; fileRef = AAD10455E461889BAF4EC306957F92B8 /* FBSDKShareVideoContent.m */; }; + 0A4061108C051401AA7754CE91231AB3 /* FBSDKAppEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F47B6A5B3D14EB6367A6ACA7B070AE0 /* FBSDKAppEvents.h */; }; + 0A4FDA10DBFB82F864DCABAF73D1BAB9 /* FBSDKColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 221CB94EF12C631BF08886039B6CCC74 /* FBSDKColor.m */; }; + 0A5DFD94EE83E385C1C7D24986E04592 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8024405D72497ECE4294AC599F1685E /* SwiftSupport.swift */; }; + 0B75EAE441184FD59EDDDD40ACA3599F /* StrongestPasswordValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = FB02919A95ED53B229A3136E5BEB63CB /* StrongestPasswordValidator.m */; }; + 0B8CC2AF308079AB286D518C8AA74DA7 /* XCTest+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 120116F366AC19D6F7894F0A7F12CFA9 /* XCTest+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B9F14106CC3962B366A6ABF8AD478E3 /* NSDate_Utils.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA176AF495F12BFA24E6E8A3B14C039A /* NSDate_Utils.framework */; }; + 0BA5928AEB4DE444B896A61F379C34C4 /* NACrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A6515A8A2231235286EC1636DFD6B9C /* NACrypto.framework */; }; + 0C25A43F28DAD89FCDD01C0CDE5D4570 /* FBSDKURLConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 3638874836F936491DC778C1C9359BAD /* FBSDKURLConnection.m */; }; + 0C6FF91EB1F0391ED75DC72D31D159EF /* EXPMatchers+beTruthy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D27B33DB78FBFE352BA7A996FA818BC /* EXPMatchers+beTruthy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 0CCB0C31677860FE4CBC3FB51C536115 /* FBSDKApplicationDelegate+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = EB6ACDA06E650F4E135FB669BDE968CF /* FBSDKApplicationDelegate+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D0F633E3C426F2A90B60AAB6FE2C5F3 /* FBSDKCoreKit.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D4326567C9F0F74F92D9FFB3E4EFA3D /* FBSDKCoreKit.h */; }; + 0D16B556212D317A0D4FEB71E102E207 /* EXPMatchers+beLessThan.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B351299EA0BADC3EA6A0C65C2D3818C /* EXPMatchers+beLessThan.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0D309C7331C810468CD841066D3E8CBD /* SPTGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 8047470202D22C4FB49A4C9C248C520D /* SPTGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0D8CA7B7C31BC240184F6B509492D745 /* FBSDKSharePhoto.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F2ADBF4FE7E02183B37865F8E009E92 /* FBSDKSharePhoto.m */; }; + 0D96EF8921F4EB6F70486C00FCF48828 /* FBSDKGraphRequestPiggybackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A69907821543FA3242CC8587E2FB377 /* FBSDKGraphRequestPiggybackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DA4E12217002472B52B8C81154435DC /* BFAppLinkReturnToRefererController.h in Headers */ = {isa = PBXBuildFile; fileRef = 86240F2486CFF71AA9F230E5078D4CD6 /* BFAppLinkReturnToRefererController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0DC2950D3943DC1163E1E5C3C4E29F96 /* FBSDKAppInviteDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 072A9A7056F6F1B7573761BE6D6EEC50 /* FBSDKAppInviteDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0DD47426797BA0B068747C883D9526A2 /* CocoaSecurity.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 977413FBF7942CB0733E665C9B7FC6D0 /* CocoaSecurity.framework */; }; + 0DF6D0850F82CC47266727B7F7FDE3C3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + 0E69BFEDDF6225A3C18F23663BFC3C50 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + 0E80280C7F2BD58AF6DB07FE2F46C5DC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + 0EAB8CDACC4DF99C482EDCE2E0BA31C5 /* Bolts.h in Headers */ = {isa = PBXBuildFile; fileRef = A5CE33F40DC8DDD07F024D03F470E460 /* Bolts.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0EAC397BE2E04E25C86103C37316327A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + 0EBFA5FBE4953A83B677CE2A75746761 /* EXPMatchers+beLessThan.m in Sources */ = {isa = PBXBuildFile; fileRef = 20724E44122A16167C1B886A13471817 /* EXPMatchers+beLessThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 0ED11F997A7FCB3364974EAF33184EBF /* CodFis-Helper-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 90292B81AFA60FDCB0954FAFE4871416 /* CodFis-Helper-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0EDA7AFB24C35AD20174869E9CD7469D /* FBSDKMaleSilhouetteIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = FE18DD672BAF0D5E18841F7D37207E26 /* FBSDKMaleSilhouetteIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F94F5B0ABB3252B9275B7C129EC7A26 /* EXPMatchers+equal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F2B54A3196FE85B572AFEB61DF113B9 /* EXPMatchers+equal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0FB1CE9AB76B77BEFC2F5DD025EB6032 /* FBSDKLoginUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = C211EF03A9EF4ED67312585895883988 /* FBSDKLoginUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 102A390273BA9E5D7AE899A8C059A37A /* FBSDKLoginKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5310CDA48C0EB3F9D03D30057A92E5B /* FBSDKLoginKit.framework */; }; + 10314226E41FC2CEB00F37CCD01ECA58 /* NSArray+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = EFBAF8BF8016A17DB531FD601C8A27CE /* NSArray+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1036EF14A9C3EF984ADA3518121F4466 /* FBSDKAppLinkUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = ECCF07F1A89D624A6A9C6FC9065857C9 /* FBSDKAppLinkUtility.h */; }; + 103FBA9E8960F0B8CE61A4E546E006DA /* NANSData+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B3BDADED9B8ED1DD15152CC0A6C721D /* NANSData+Utils.m */; }; + 104E2D83D8C7403B401E4F4F7FA37AA9 /* FBSDKShareConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 6178FE48C880C9D5D6A843E1E1790CA2 /* FBSDKShareConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1102A24627656AAD7097BAD430420ABF /* SPTSharedExampleGroups.m in Sources */ = {isa = PBXBuildFile; fileRef = BC07B6A15CA7AB4D377B46172C651D56 /* SPTSharedExampleGroups.m */; }; + 11701644ACB6B96BA0503F992EB5BD88 /* FBSDKSettings.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9D4B35E9A2C74E4A074EDECF261F628B /* FBSDKSettings.h */; }; + 11C1AEB289C1EB80089349B71F09D04B /* EXPMatchers+raiseWithReason.h in Headers */ = {isa = PBXBuildFile; fileRef = D08B6EA8D805D985459D7A94A82CD23D /* EXPMatchers+raiseWithReason.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1200A152A08388893BFA023980C2CF48 /* FBSDKLoginManagerLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = EF221686C5D67C17D2D31195BC62C6A1 /* FBSDKLoginManagerLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 120A3F0A3D8723E9767E2C27039A3F26 /* NANSData+Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8707207BA54527191A780BA2CC2C234A /* NANSData+Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 12E731E447739117B33B1B45D512B3AF /* FBSDKServerConfigurationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FBF2A39AE4259253DD066CC58A3273B6 /* FBSDKServerConfigurationManager.m */; }; + 1312A7D381C51428CF481E33E3D37901 /* EXPMatchers+beGreaterThan.m in Sources */ = {isa = PBXBuildFile; fileRef = BB87CA97B9980628865E97F6CF2FAB14 /* EXPMatchers+beGreaterThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 131532787AD40BE1F35DF288D2E6FFD7 /* EXPMatchers+beInTheRangeOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 5484DD34BA870484E206F77CAE7104F2 /* EXPMatchers+beInTheRangeOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13C99B73A28121849C4B6E3058FA9729 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E61CC4B72D13C136480767E7A045131 /* UIKit.framework */; }; + 1480F4923DBBF217F60572EEECB4027C /* AFNetworkActivityIndicatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF2DC25BD75A571E4991B7D17F7F2D9 /* AFNetworkActivityIndicatorManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1489117FFED47F9DBAB9BECC12DF5221 /* FBSDKBridgeAPIResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = EA5A4231AE71586C0317C64AC392958D /* FBSDKBridgeAPIResponse.m */; }; + 14CCB9B9C95EBBD456D7E4EABD82E0BF /* FBSDKLoginCompletion+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 464385FABA4BC202A91F6542131802A0 /* FBSDKLoginCompletion+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1651C6B9C57C4B00AEAB1DB9C0FD1385 /* FBSDKGraphRequestConnection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2E83107D0B39B92E17EB864633FA02CD /* FBSDKGraphRequestConnection.h */; }; + 16AF6EEBA7A01DD99F15D4AA74267427 /* FBSDKShareOpenGraphAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 84C4237CD7E2D5AFDC43E52CA5B5CB6B /* FBSDKShareOpenGraphAction.m */; }; + 16B02D9903A128753425886827C87CB7 /* FBSDKTriStateBOOL.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C1949D7A4EA90FB4ACC1E31FCFAEFD5 /* FBSDKTriStateBOOL.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16B455F319A143930B24EAD475321259 /* FBSDKLikeActionController.h in Headers */ = {isa = PBXBuildFile; fileRef = F13B924E6CC5A724D5E5A14AC67ADCEE /* FBSDKLikeActionController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16B7FB6A06AFB2626CB37E24BCAD757C /* FBSDKLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = FFD8E3B064E274DAD47435F4AD39D17A /* FBSDKLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16E6BDB2449AAF2E766A228AFF965AA0 /* FBSDKShareError.h in Headers */ = {isa = PBXBuildFile; fileRef = 8686254FF8A3A0BC733B2987A8FCC8D0 /* FBSDKShareError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 174202BD6AE0E4A41F5CE66E975EAE52 /* UIRefreshControl+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E4FDA5034F1FA4BB7145193862C2FAE /* UIRefreshControl+AFNetworking.m */; }; + 17572374B2AE183C6347C41E8DF8E579 /* EXPMatchers+beFalsy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7104244C28CC937B4C554B0F37C2F75C /* EXPMatchers+beFalsy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 17CED2FBC3F5431AEB42D651D0E3DAB9 /* FBSDKConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EFBDC0643840BDD19CA60B88CA8D494 /* FBSDKConstants.h */; }; + 181E2F204B7B25D4CF271EEDE3CCFD95 /* FBSDKAppGroupContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FC50254A2C2693577C76D2D92D5D74A /* FBSDKAppGroupContent.m */; }; + 189E13F5762AA85A50BEF525B5944907 /* twofish.h in Headers */ = {isa = PBXBuildFile; fileRef = B289659FC9D4B8EAAF0796893AD9E45E /* twofish.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 199195144DCDC687350AF63DFFC0F35E /* PNObjectConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 58263BE38CBF70447BA974C264711833 /* PNObjectConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A1AB2EC52323C5EA28DAA99F1E1A90D /* EXPMatchers+endWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 09D8056D33E0253A27B8B5BBECE4B223 /* EXPMatchers+endWith.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1AB3304B6884F626BC54150AC7565E18 /* EXPMatchers+equal.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B0C1E7874466D5B8CB3F4AB68607E10 /* EXPMatchers+equal.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 1ABB76713A89CC189E5518A2475685AD /* FBSDKLikeObjectType.h in Headers */ = {isa = PBXBuildFile; fileRef = C64D813FFA44750E379587DCBC41458C /* FBSDKLikeObjectType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1B0389CD88AA949B34DC7269030FEC6F /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E0D38BBC80BC248B0986171F27B6803 /* EXPMatchers+beGreaterThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 1B80FB199B323B92DA8BDA4CAFEAB7B6 /* FBSDKSharingContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 854D7FC3B7E81F622D343DE4C81DA763 /* FBSDKSharingContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1CC41985F8D7CEF07AD9FC1FCEACB73D /* UIDevice-Utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 48574AF5DB294EC1BC813CED8C920162 /* UIDevice-Utils-dummy.m */; }; + 1D55ABC9DBB12804F8D0076A0DCFB830 /* CocoaSecurity-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E3EC4A1F76E07B10D5FDB6BE71A2528 /* CocoaSecurity-dummy.m */; }; + 1D793FA5DFF773A261125B70D42BE3BE /* FBSDKErrorRecoveryConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CB66B9695857C35993FCC350273FB9E /* FBSDKErrorRecoveryConfiguration.m */; }; + 1D8A6F0A9757FCCC1C5A218D9C30E6A7 /* KeccakF-1600-32-s1.h in Headers */ = {isa = PBXBuildFile; fileRef = 89C6466471D85392D6E45714288BDE24 /* KeccakF-1600-32-s1.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D8F0DD4F483C26350BD5C12753D315C /* FBSDKGraphRequestDataAttachment.h in Headers */ = {isa = PBXBuildFile; fileRef = 47327B420146316300628549F787F8C8 /* FBSDKGraphRequestDataAttachment.h */; }; + 1E19B7057A92D69236C22181D551CBB3 /* FBSDKSharePhotoContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DE9886278BA4001054377151286BD2A /* FBSDKSharePhotoContent.m */; }; + 1E5B8F12ED7CC40ECDB9B1F755F387E5 /* UIActivityIndicatorView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 934F03DBB78E890AFF23819B0AE3E0BE /* UIActivityIndicatorView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 201BF9C605852822CA5A65ADE282A310 /* EXPMatcherHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 444BB7A468A4076E18CC446528F9E675 /* EXPMatcherHelpers.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 204D694B03BFF3B244A6AB73FACFFC43 /* Expecta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ECBC1AC9F0644FB762151E5E211AC6FC /* Expecta-dummy.m */; }; + 205E2A77E7B87C8248D453402498510E /* FBSDKBridgeAPIRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = BF889E816ACC16618BF1E50C7C8B28D5 /* FBSDKBridgeAPIRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20607BE2B1E5F31765026E5AC64DB27D /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = E734E775B6DA50617CFF52DCAD017FFD /* AFSecurityPolicy.m */; }; + 207B0778FA44B677AA237F5D96C23E28 /* PEARFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AAB24B3EAD7BBC81B82BB07AE75F7FE3 /* PEARFileManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 20C0CFB6F8C29123D1667E2676D8B2F5 /* FBSnapshotTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1450655E0535B7FD2AA7394CCA723CFF /* FBSnapshotTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 20EE8030FCF2402DAC7F1C9B9DDAEF79 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = FE2584A8D6C46F970FEA01B20507AD81 /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2183687C8190F2F74676AE1C69474B00 /* FBSDKShareOpenGraphValueContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DB249182718618FC6695A96D8F714 /* FBSDKShareOpenGraphValueContainer.m */; }; + 21E87909C4CA1DECCCFB183C944011F6 /* Base64.h in Headers */ = {isa = PBXBuildFile; fileRef = 1443AF1F98A02B90B6E6FB4DF67930E7 /* Base64.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2206113F360F58A003E22799D1A80307 /* SPTExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 51E59A2C87CAC2B03B35492663DE1FCF /* SPTExample.m */; }; + 2220F24E58BC8FF76B352A9C2DEDCD63 /* NSLayoutConstraint+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 808037D1A02115889E0C7F7E6A790E62 /* NSLayoutConstraint+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22CC0ACCC65E60E31971FBEE695284B2 /* NACounter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1214AB21FBDE72A1C27060DB90B60C34 /* NACounter.m */; }; + 22CD8C8A9D70E1C80F94A8129CFCE5C4 /* NASHA3.h in Headers */ = {isa = PBXBuildFile; fileRef = E7F1B82C6DDB8EFEBBF7C6D7B404D08D /* NASHA3.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22D9F8C5346519C30FDD1CF8B2A93B20 /* FBSDKBase64.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AD43E348BC6B69AC559C6E75A925EC5 /* FBSDKBase64.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 230411E479EE623F32821D22E2E72535 /* NAHMAC.h in Headers */ = {isa = PBXBuildFile; fileRef = 55969DFADBBC801C57086B716CAC9027 /* NAHMAC.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23429D732B68F464D4483AD5B31D69C2 /* VatNumber+Helper.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C9BDC7D8E92AD26623C0C6C0C08FE40 /* VatNumber+Helper.m */; }; + 2377F8D1A56EA684F3CD81B8C4A2AB03 /* FBSDKShareOpenGraphValueContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = E01D178669A5E9863FF3DE13BB587B6C /* FBSDKShareOpenGraphValueContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 246C01D85BD8AD3CDAEBD7E019B854BF /* NSLayoutConstraint+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = AE5ED49F4DA3335377281A49A8750D59 /* NSLayoutConstraint+PureLayout.m */; }; + 247A122177A60D4CC65244D7FA317551 /* FBSDKShareButton.h in Headers */ = {isa = PBXBuildFile; fileRef = F55924E5C95F659ABBC698502F762224 /* FBSDKShareButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 248C852D7304374F0D66FD2DB217139F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + 2549CD1370AF63009DEC76693F5E9BD1 /* FBSnapshotTestCase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 591CC8D74C571620F6DE6F1DA9288DCD /* FBSnapshotTestCase.framework */; }; + 254A0FE70B70FE015FBD7539ACAE1C2A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B6B0C2055C01FF78C910CDEC7E2822E /* CoreGraphics.framework */; }; + 260BC7EED9289AF321A6F791964CE472 /* EXPMatchers+respondTo.h in Headers */ = {isa = PBXBuildFile; fileRef = BAEE0E35E454AB37DBA2F54FBA85F56C /* EXPMatchers+respondTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 263C4BD09917BBA6B117EF910A9298F7 /* BFCancellationTokenSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 44435C6C711F01B74BDDB9286C3A65C3 /* BFCancellationTokenSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 263EA0144A7DFC532A7A453AA28B7857 /* FBSDKShareOpenGraphObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 16F3B67493D29F3920AFE9F8D235D569 /* FBSDKShareOpenGraphObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 274D9545D0357B667BCAA82B3FB38ECD /* UIImage+Diff.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAF767FC247049E9AF5C7E0970C4443 /* UIImage+Diff.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 274F210549B6705708051256FA6FC94B /* FBSDKLikeBoxView.h in Headers */ = {isa = PBXBuildFile; fileRef = E43BB0DD821E77B860E30BF4F3B43659 /* FBSDKLikeBoxView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27B378AAF73A1EBB45FFD7EA38D37247 /* FBSDKLoginManagerLoginResult.m in Sources */ = {isa = PBXBuildFile; fileRef = C4686A26F64735151D7984ED351C2B26 /* FBSDKLoginManagerLoginResult.m */; }; + 27D8B2F1FFCD44D48A233E44CF552E56 /* BFMeasurementEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = B5E340160A847EAF6B260B3FCB3A8B7C /* BFMeasurementEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 280981151F21C4C7E0BBA396CD39BDB3 /* FBSDKShareKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 20784A589A4951F78D02B9EEF03EF81F /* FBSDKShareKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2845FB31AEFD8E767105454310C3F5D1 /* FBSDKAppEventsStateManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6D47B874B444E85AA9E6042DF772E5 /* FBSDKAppEventsStateManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2916A0606136A9DC67F2463AB230868B /* EXPMatchers+match.h in Headers */ = {isa = PBXBuildFile; fileRef = 07C30D44AB8FFB23769BDDFBBB542F03 /* EXPMatchers+match.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2955FF7187EC68E90009CFFEDC848402 /* FBSDKBridgeAPIProtocolNativeV1.m in Sources */ = {isa = PBXBuildFile; fileRef = 5925F23B030FFAF1A8103CAB6F5E9940 /* FBSDKBridgeAPIProtocolNativeV1.m */; }; + 299E9DD0F4332D9DB6311B6E60C5832C /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F423152AFF0D3931BCF822D60EF47DC /* SystemConfiguration.framework */; }; + 29F2AEAF2B01E3739BF745ADE8E9D0A4 /* Expecta+Snapshots-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC3E1127DA5470EAC4C5000F5A43098 /* Expecta+Snapshots-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A1DD5FBE78B486AB0698FEACFF50E88 /* PNUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B27CB59DDCF9EFF5F39AE9E2A712325 /* PNUser.m */; }; + 2A486D542629FC4CF99BECE9F1A8C7BC /* FBSDKDynamicFrameworkLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 88C0B14A6EB9A0B1240EE9A60EFEA23B /* FBSDKDynamicFrameworkLoader.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2AD0E7DE43F3D0562A7BE999892B58A8 /* StrongestPasswordValidator-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ECF4AA61FE5368173DD7DEFEB0937503 /* StrongestPasswordValidator-dummy.m */; }; + 2B5C644A0288B3C47241AB00A0BD539D /* FBSDKMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 749F255409C1F5936652A4DB0628B989 /* FBSDKMacros.h */; }; + 2B6A083675F51F652906292F381C5D49 /* FBSDKBridgeAPIRequest+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E027CCA590F75654130AB86332E419CE /* FBSDKBridgeAPIRequest+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BFA55CA8DE1BC277E2B276DFBED390D /* BFAppLinkResolving.h in Headers */ = {isa = PBXBuildFile; fileRef = 420CC8F033186846F19144368FB195DB /* BFAppLinkResolving.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C0A8737FDB9B9C6A6BDF437FD11334C /* EXPMatchers+beNil.m in Sources */ = {isa = PBXBuildFile; fileRef = 587F2C5D4620F00023424B5CC52F3E45 /* EXPMatchers+beNil.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2CC84F367366E962E8710E53FDEEDB88 /* nv_ios_http_status.m in Sources */ = {isa = PBXBuildFile; fileRef = 65F59A3C764212191181CE4E3648B8E5 /* nv_ios_http_status.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2CFD65B80586B2704C0F5C18C6CEBDA6 /* NAAES.m in Sources */ = {isa = PBXBuildFile; fileRef = 337B1B37072D9351371523FEA4CB23B4 /* NAAES.m */; }; + 2CFE2898496C1C7096DB8DA43AF19103 /* EXPMatchers+raise.m in Sources */ = {isa = PBXBuildFile; fileRef = 12AC4F6AF495CC4378D13383BB314E0B /* EXPMatchers+raise.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2D19F4BB2DC4A1582488349183A0700A /* Pods-PNObject_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60B530196848B62AA6D54AEEB46A06D8 /* Pods-PNObject_Example-dummy.m */; }; + 2DAA80189B6344715A7E79A3EDED6628 /* FBSDKBridgeAPIProtocolWebV2.m in Sources */ = {isa = PBXBuildFile; fileRef = 25BDEBF84A231E3C1A61B394969C1259 /* FBSDKBridgeAPIProtocolWebV2.m */; }; + 2DD461B03E98E4B0372AB86536ED59B7 /* NAHMAC.m in Sources */ = {isa = PBXBuildFile; fileRef = 45F9747DFBE66112A4529AC1E58AA534 /* NAHMAC.m */; }; + 2DEF85366FF04B2090E6E026C0D1B709 /* Bolts-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DB282510049008B5BF3A07E511582CF0 /* Bolts-dummy.m */; }; + 2E14619153A453BB8DF389FB6EA147BE /* ExpectaObject.h in Headers */ = {isa = PBXBuildFile; fileRef = DC495E486BAF3316493F1D648227F3D0 /* ExpectaObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E8A32ED46194EDBE22146271F6D26DE /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = A68C3BD569BAB665EBD92B3B107B8416 /* UIImageView+AFNetworking.m */; }; + 2F3B10BC0B44ACDE4D2905BA203A61B1 /* SPTCallSite.m in Sources */ = {isa = PBXBuildFile; fileRef = 223FA2741392E9122CC222EE6A09256C /* SPTCallSite.m */; }; + 2F417AFFA6055D5490D34B64496CDD9A /* CocoaSecurity.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 977413FBF7942CB0733E665C9B7FC6D0 /* CocoaSecurity.framework */; }; + 2F427490ACABC4408D57CC0592276678 /* EXPDoubleTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 34976B3278BB9749F361C7A1199D6C10 /* EXPDoubleTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2FB00EA6B695139035918D145929E388 /* FBSDKAccessTokenCaching.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D5CB6CA00E996ECB95ADFDD0AABED31 /* FBSDKAccessTokenCaching.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FF133894F0ED2EC29181134D5785EBA /* FBSDKAudioResourceLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A656D9C01C09E20117E1565F174B9C6 /* FBSDKAudioResourceLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FFF7231054FB4D896754CC10AF6B65E /* FBSDKGameRequestDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE1CE73E9F752D74DDB729F57FE855C /* FBSDKGameRequestDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3039D8A118A47CCAB0DD3310D3FE27E7 /* KeccakF-1600-32-rvk.h in Headers */ = {isa = PBXBuildFile; fileRef = F1E8A6323DABE1A2DB3CF2C14ECE7FD2 /* KeccakF-1600-32-rvk.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 309ED2CCA63AA247D91465FED20E1CC0 /* SPTTestSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = A97B9B71C5A02DD000C64F332EE176CB /* SPTTestSuite.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 31BCAC99D51207AE896C919D317FD492 /* ALView+PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 598319A2ED248ABECE2A485DC12CD5AA /* ALView+PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 31E196A38EB17B72B111E0B3C839D2D9 /* FBSDKMutableCopying.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF4ACD57C00F851C1DB78B19FFC8A18 /* FBSDKMutableCopying.h */; }; + 31ED601761FE6CC37B30D6AE001F2215 /* BFAppLink_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 86228E2157878F87003C78F96FE8C28A /* BFAppLink_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 31F3B72BC319AA1C61DEEF75A7335182 /* SPTSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 701551036B8348F631F9033F6C3DC273 /* SPTSpec.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3249F988C94C1B64192C42A11902D850 /* FBSDKLoginError.h in Headers */ = {isa = PBXBuildFile; fileRef = 281CE1D6EF2620BBF5D281E8AB765C0A /* FBSDKLoginError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32671DA47189F296EF08A2A8E368D382 /* PureLayoutDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F3F907E4E10D952A09C4EC677EB3F80 /* PureLayoutDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 334A9EB0A89E519A4CD425EF39DCDA2F /* FBSDKLoginManager+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 204A562A9B303D94CD33977FB6B879F7 /* FBSDKLoginManager+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 336BFD2C4246A87A7F9EED7E5311E440 /* AFNetworking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7734B334508FFD613933CE776CEE0859 /* AFNetworking.framework */; }; + 34AB45DB13EBB49C8984C6792B64CF02 /* FBSDKButton.m in Sources */ = {isa = PBXBuildFile; fileRef = F8F1066E685199201BF92A44A9AABAF6 /* FBSDKButton.m */; }; + 34B6E9A30603BEBBD87BA535B7D384CA /* EXPMatchers+beInstanceOf.h in Headers */ = {isa = PBXBuildFile; fileRef = FF7C1C98617D842335973487B3546477 /* EXPMatchers+beInstanceOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 35530621142D3FD3F8D122B087296559 /* FBSDKWebDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 494E53B80631D033602F4F2DC35EF8F1 /* FBSDKWebDialog.m */; }; + 35747B0A597C4488E309D922D2B7F25A /* FBSDKBridgeAPIResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 5182196C82EABEB45B072930672E546C /* FBSDKBridgeAPIResponse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35BFE3A916989439727394864EA91E04 /* FBSDKGraphRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E066E154319C1229187AC4A2D6BA3F67 /* FBSDKGraphRequest.m */; }; + 35F15DE22B98C5FE7D7D9D40ED6E0008 /* FBSDKGraphRequest+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E6A15E16E9A75A551EEDD7C83340AD41 /* FBSDKGraphRequest+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36102BBEBFE8B221EE2BC92451C96ABF /* FBSDKCoreKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D4326567C9F0F74F92D9FFB3E4EFA3D /* FBSDKCoreKit.h */; }; + 36250E6B4E8FD1DA484ABBACA314253A /* FBSDKViewImpressionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BC07B7E56BF0A5C31B8F2B714A3ECE3 /* FBSDKViewImpressionTracker.m */; }; + 362C545BF62040C33E73349B8079F695 /* FBSDKGraphRequestConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E83107D0B39B92E17EB864633FA02CD /* FBSDKGraphRequestConnection.h */; }; + 3637BC64699FECD40DB791C67CD45394 /* PEARFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BD3664DF01A72DA1512ACBF3FC4CC89 /* PEARFileManager.m */; }; + 366ADCE1E2DEA175437DBDF4C2D7440D /* FBSDKPaymentObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 204CC269CCF56DD659DCD99510C29EA0 /* FBSDKPaymentObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3670B94F727E404D1316F9F013D34D44 /* NATwoFish.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CA693C5EE5C091F1C01109668999AF9 /* NATwoFish.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 368F32C3C3604441AA06DF5093D5D8AB /* FBSDKShareLinkContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CCA06E94BE8A53EB1A5C83BAECE022C /* FBSDKShareLinkContent.m */; }; + 36F1F0CE51161C62C975E66802C829E7 /* FBSDKWebDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 88C8E9A1102DED4D9B739AB3BBDC9F28 /* FBSDKWebDialog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3708AA48F1D26CB56F88BB6FEC72DE36 /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C08B43A1654189468C9BB569CB9538D2 /* Bolts.framework */; }; + 372F7A9CCE59CE86316CF436F832A3FC /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = A744F6E3398B3B7C22E65C288C27CA8B /* EXPMatchers+beGreaterThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 377AB958BA56E394819495344B0F4B8C /* FBSDKBridgeAPIProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C01799D10FA2561CC2654838924361BB /* FBSDKBridgeAPIProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 379DAA416186ABEE9DB943E163EF15BA /* FBSDKGraphRequestPiggybackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BF450E6C8977D0C2757A88DCF3934B69 /* FBSDKGraphRequestPiggybackManager.m */; }; + 37A2D0F8493469EF2495FC689440F079 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = DEE8ED282F2EBCC5C25A37E9A07CD478 /* EXPMatchers+beLessThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3801C38860198F0E227E42F95F857451 /* NAAES.h in Headers */ = {isa = PBXBuildFile; fileRef = 4452045B94298B128BD66BAE6E41E6FC /* NAAES.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3876DCCA3DC3FE47B617749FE27BDD51 /* NSString_Helper.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DF6789B89C2A919D4893DF3A0D8DAB7E /* NSString_Helper.framework */; }; + 38B912710AF7BC6CDC3913B99DEB57C9 /* FBSDKBoltsMeasurementEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 416C038B5308F4C5434D20FE7A74F545 /* FBSDKBoltsMeasurementEventListener.m */; }; + 3905546D39E18BDFAFC3D3F3CB7F1676 /* HTTPStatusCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 19E805A59003DE68968A06541D1BE975 /* HTTPStatusCodes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 391BE90D98905993675EB9453977EE39 /* FBSDKShareAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = D0EC9088F40F6B2716A957AC81A1C9A3 /* FBSDKShareAPI.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3957423A19346D13857C61D1A5C777F1 /* FBSDKMessengerIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = D284BDCFBE65AEDF5584291770734FA9 /* FBSDKMessengerIcon.m */; }; + 397B320B7C59C168CC5B62E18ED8DEA0 /* EXPMatchers+beSubclassOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B07B67723D86FD4E9FC5DCC3FDFBF8A /* EXPMatchers+beSubclassOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 39E5FAA1902E475ED630947A4B08BBAD /* FBSDKButton.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0C6D4FC68CACC097DF3E01B0E29B14F9 /* FBSDKButton.h */; }; + 39F3AFD4DADD9BF4AEDFAF1FEA82B2F2 /* ExpectaObject+FBSnapshotTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 469D973C891944DD20477A31BA9AC397 /* ExpectaObject+FBSnapshotTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3A8F89BFD9F67737B7E44F94170E23CA /* FBSDKSystemAccountStoreAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = AA53709540CC25F94D9C44DB31643761 /* FBSDKSystemAccountStoreAdapter.m */; }; + 3B5B7495707BF7133B9FB3F834045611 /* EXPBlockDefinedMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FCDB882833E40AC7735EB75ABF763EB /* EXPBlockDefinedMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C2700C7DAA15C6AF84A595865C42F4D /* EXPMatchers+contain.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DC98A97BF9B25757C5E9A70BC2E2DA7 /* EXPMatchers+contain.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D2789FC760A97301909F0B1201626CD /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F126A22E12650143898F0ADF0965FFD2 /* AFNetworking-dummy.m */; }; + 3D48EE131B6577ED73A5CC481A6FE40C /* Expecta.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0890DFD3FB25A709E9E787509F2862CE /* Expecta.framework */; }; + 3D92E4ECE3D7B49CDD22F9F198501E78 /* NAKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C8D8788D0AFB6166542F6B3E621468D /* NAKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3DBBDEAC42888E8DFF0E0ACF5F5D941A /* SPTExcludeGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = B36D146CC39B77740A56A130DEAEFF18 /* SPTExcludeGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E7DB8CA31CF31EC465BE831F0FD88FA /* BFURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 47E5E0380E22EF4E0C9A128ABC8D68F0 /* BFURL.m */; }; + 3EA5245B08FA72B61E5BF1DBEE3D5599 /* Pods-PNObject_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AA1CE72928E46C7F70D4BBE1CD90756D /* Pods-PNObject_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F1BC9BAFFEEABB1ABC7614DF0FC97D5 /* AFAutoPurgingImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DA32DB689A61F496178A06FF31545A50 /* AFAutoPurgingImageCache.m */; }; + 3F7385EE1C8D8283B17F46DBB96362D3 /* NSString-Helper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 48883A1E378FFB8C55D19124755905F5 /* NSString-Helper-dummy.m */; }; + 3FAF7FD9FC5529A9C65AD4DB966E463E /* VatNumber+Helper.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E5DB6798EFD74F5BBFA05FB5F1F6314 /* VatNumber+Helper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3FCE0221C01FCDA673E17CC9BDCB0306 /* PureLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = E48CB941173FD75A55D6ABD3FC71C488 /* PureLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 40116C85BDE7EB57675473279A8B00A1 /* FBSDKGraphRequestMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C9F883E8E9823216CA90174FCAFB27C /* FBSDKGraphRequestMetadata.m */; }; + 403292D82DA62291204BF59524BC4EDB /* EXPMatchers+haveCountOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 6921374CA451CA571A2237A53078D2CC /* EXPMatchers+haveCountOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 4052EB66107F09D6F856EAA1F4FC0846 /* UIImage+Snapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E19DC563AFE66D4615F26DC95496EE9 /* UIImage+Snapshot.m */; }; + 40E822C084FA5E419CB4E7DD5F18FF5D /* FBSDKLogo.m in Sources */ = {isa = PBXBuildFile; fileRef = F297011C2D136CC6E67A6F3CD0E5960B /* FBSDKLogo.m */; }; + 41C4656BC1F0106C433E2F027BF96033 /* FBSDKShareDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = BD8B73261B665423AA0BFFF94085CA72 /* FBSDKShareDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42CAD64A63BE951B1886156CDDF767D8 /* NACrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = AC8B822C9482D13D9A280D7A79B98342 /* NACrypto.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 436F74B6D846EE13A1AEFA0067B78EC4 /* FBSDKDynamicFrameworkLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E754A8F6BD99B6D71B2EC37305E8670 /* FBSDKDynamicFrameworkLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4389DBF8BD6CD92A017E2E8C7094FDB3 /* SPTSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = BF8FC81AD4D0D6617A1FB74E7A5BA0C1 /* SPTSpec.m */; }; + 439FB25319C124AA7F8718B620A26072 /* FBSDKShareError.m in Sources */ = {isa = PBXBuildFile; fileRef = EAD81E95F2962FE929BCD93C161003A4 /* FBSDKShareError.m */; }; + 43D2E52A4EF08EABF1770B14F3869CA9 /* NSUserDefaults+AESEncryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 763F35662E5E42EB215EB50FEA668D26 /* NSUserDefaults+AESEncryptor.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 4441ED22FB6E40D085C28CC0812C04A5 /* FBSDKWebDialogView.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F343D412F07EF450BB492F56AC7056 /* FBSDKWebDialogView.m */; }; + 4471B2EB9B011CCD37B889F89194E4CC /* FBSDKCoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED3ACADE7D5CCFB0D41B9053F3604321 /* FBSDKCoreKit.framework */; }; + 448F54A7D373F40E7CA6A579CF06D2BB /* FBSDKTypeUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 882113A5633F1BFBB82B9D9B544571E6 /* FBSDKTypeUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46137F5CC368BF38BAF0D0AF81DD8FFE /* EXPMatchers+raise.h in Headers */ = {isa = PBXBuildFile; fileRef = B05AB62813CC809EC3250D6477F8EEE9 /* EXPMatchers+raise.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 46E961BEA7247217652A5F012F82FECC /* FBSDKTooltipView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E8EA7B417F2ACCC1F99571CA3EAA620 /* FBSDKTooltipView.m */; }; + 470B4A42DCCB28EF5611E942CD95F43D /* BFAppLinkReturnToRefererView_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B14EDB8D1334F1AF05C9A09A046EA2C /* BFAppLinkReturnToRefererView_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 47172C974ECFB200C364C51FF7175FE8 /* FBSDKGraphRequestBody.m in Sources */ = {isa = PBXBuildFile; fileRef = 60783E1A5C23B8AD5834DC21152B787A /* FBSDKGraphRequestBody.m */; }; + 471FD4F68E27AB26FA2AEBB8B245CEE4 /* NSValue+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 5943C90C11007AC9480E7B1C8130508A /* NSValue+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 47D16DB1D23CFE027F5BE7F7E391AB4C /* EXPMatchers+FBSnapshotTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D1989B9D9081B91B3722A1471785640 /* EXPMatchers+FBSnapshotTest.m */; }; + 488A67D157A4A3E96C46480FD5723761 /* FBSDKAppGroupAddDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 381599CF6C500631879F80BA0CFCE291 /* FBSDKAppGroupAddDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4922A960B9BFC1DCD0A60DB798E3D1A8 /* FBSDKAccessTokenCacheV3_21.m in Sources */ = {isa = PBXBuildFile; fileRef = 388F193E081A31E8B05520E20BCB1C3D /* FBSDKAccessTokenCacheV3_21.m */; }; + 49239C6CF815B92F2DF5B5D79FB9B5AF /* FBSDKTooltipView.h in Headers */ = {isa = PBXBuildFile; fileRef = D0DEFDCE74E1110FCFDE5463BCAED0E9 /* FBSDKTooltipView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 49445456A01CB6D1226BDE37AE40101C /* Bolts.m in Sources */ = {isa = PBXBuildFile; fileRef = 69CB750C73E15C973D1444D06523B1D0 /* Bolts.m */; }; + 4B3672CCA80CE21A837AF91C5E5037FA /* FBSDKGraphErrorRecoveryProcessor.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 110D63918299219399B5E686610A76C7 /* FBSDKGraphErrorRecoveryProcessor.h */; }; + 4B5542E72A64100965FFFA704684CED4 /* ExpectaObject+FBSnapshotTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 8216232DC2C1A24F7711B9F7C66BDEFD /* ExpectaObject+FBSnapshotTest.m */; }; + 4B71AC723494A4457B4E792490608807 /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C08B43A1654189468C9BB569CB9538D2 /* Bolts.framework */; }; + 4BBCBB9D8EF0B241A4A4FE4982985481 /* ExpectaSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E20B83E3B9341C7632EDD662A1A1E89 /* ExpectaSupport.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 4C06C68166BF7D8B8F8CCE701A2AEBB7 /* FBSDKColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 459319AEC9027849E4466BE4E4964A51 /* FBSDKColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C563027F13C24615B421BC11F279811 /* FBSDKGraphRequestDataAttachment.m in Sources */ = {isa = PBXBuildFile; fileRef = 3ECC8443C0887B4F0A8CFA8CAF08544C /* FBSDKGraphRequestDataAttachment.m */; }; + 4D334213818CAB5FD602BBD79CFC502C /* PNObject+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 920C93A9DC86FDB4EC53C3505C1EA256 /* PNObject+Protected.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4DA130F813859583C3363088029A470E /* _FBSDKLoginRecoveryAttempter.h in Headers */ = {isa = PBXBuildFile; fileRef = FB6BBDD3C948AA113411060F6796B9A5 /* _FBSDKLoginRecoveryAttempter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E619F6D3D8B639CE59F336F1906D9CF /* Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = BF6325AE2AFC5273B5E6A240B49576BF /* Base64.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 4EEBAE627EF2C3017C7FEA30142570D2 /* FBSDKAppEventsUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = D6F05561FE5C2C0ACE01533643B602B8 /* FBSDKAppEventsUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F535B1FDEAB87D360A100F7055A806E /* PEAR-FileManager-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 57DFEC2B971E5AAECFCF97A8EF781D93 /* PEAR-FileManager-iOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 501A7D9BEC2DF74A2677C97FF8513C67 /* FBSDKLikeBoxView.m in Sources */ = {isa = PBXBuildFile; fileRef = 44FCFFC0191662E52FF7032843971CC3 /* FBSDKLikeBoxView.m */; }; + 501F586BD1E2B594B43A2EA0445A406E /* PNObject+Protected.m in Sources */ = {isa = PBXBuildFile; fileRef = 834791DB699645460928D4DEE95453AC /* PNObject+Protected.m */; }; + 5056E0520959CBC31CCB037B59BFC847 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E61CC4B72D13C136480767E7A045131 /* UIKit.framework */; }; + 50693AF96778E4C794D8E2BCBD3797DE /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C08B43A1654189468C9BB569CB9538D2 /* Bolts.framework */; }; + 50D3F9877AEFB4B47F9F8D0DE44973AF /* FBSDKMaleSilhouetteIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = 85FB5D3B456D90709D0A2B672D3C1556 /* FBSDKMaleSilhouetteIcon.m */; }; + 51154970E31FD5924300F46438EC50F4 /* FBSDKSendButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 03B1511AC730F140345C0C9D6EBBC07B /* FBSDKSendButton.m */; }; + 51DDDB0FB4899757CF6A826B531B940D /* EXPUnsupportedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = F73B8149F2EA32732B8E90554BA01923 /* EXPUnsupportedObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 51F186DB8FE70D903F4394B2F4BA98A1 /* FBSDKLikeBoxBorderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 32015EB35929B94269C62D6EF15E3BD1 /* FBSDKLikeBoxBorderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 523B86D2D261C21C5E51DE4B60AAE9F8 /* NANSMutableData+Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C82443CB6E4DEA02E090F85048C4832 /* NANSMutableData+Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52457009AF3D5208D69014B413085AB8 /* FBSDKKeychainStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EC562FC62623CDB8ED86E0D2124D8C3 /* FBSDKKeychainStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 526FDD1D611310F9735020F1364439BB /* AFOAuthCredential.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB8094B2A385015978BA0D576989435 /* AFOAuthCredential.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 533C97FBF0121CE0397E02EF5C26C2D0 /* PNObject+PNObjectConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 989FB8B593B9EEB5DEC0FFDFC0E0BBAD /* PNObject+PNObjectConnection.m */; }; + 534C8DC9ED3C4967225003730185A1BA /* ResponseConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 4166585BFC2246786AD11FFEE8AE3F4F /* ResponseConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5389BB78986853F41452731E6EB0D101 /* FBSDKShareDialogMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DFD8469CDAE787C5285EE3942CB20E9 /* FBSDKShareDialogMode.m */; }; + 54AF62ACF67074BA98574325C3093D1F /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B1A32DE41393152063724D1147545E8 /* Security.framework */; }; + 54C51FDA59C0C15C4F3FF725F124C60E /* FBSDKGraphRequestConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ED9F978A265E9A18894D098D4D2D30F /* FBSDKGraphRequestConnection.m */; }; + 54CA406F60DF428704FE7E894BD91D14 /* FBSDKAppLinkUtility.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECCF07F1A89D624A6A9C6FC9065857C9 /* FBSDKAppLinkUtility.h */; }; + 5526E2332AE78F99A9EFD763159D509B /* BoltsVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 65E969736E0E77F4A09D416F251E80A1 /* BoltsVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 55350D835B75F9746ADB9FB5DFDB4476 /* FBSDKCoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED3ACADE7D5CCFB0D41B9053F3604321 /* FBSDKCoreKit.framework */; }; + 5542676C8A6F6F69CBA7CEE12C54C312 /* FBSDKShareOpenGraphValueContainer+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 618E1C606195C3309D59169D3FBDBF81 /* FBSDKShareOpenGraphValueContainer+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 560698A4D707DCBCC1C8F98BC9B89B23 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1904238C31CE83E793FF1DBD437E38C2 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57916DAA7B1981AB0DAB6D47FD1B30AD /* FBSDKCopying.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A9B1139E00B7A565A37BE6FF833D53BF /* FBSDKCopying.h */; }; + 57933E9D8C03D6D92D3147953E0FB61E /* NSUserDefaults+AESEncryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = F6E853C04F287E3574FD85133FAF7962 /* NSUserDefaults+AESEncryptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5808B477EFF509D810B5CDCFDC944F80 /* AFImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA96E7E34630F730A20E35130F0A5CF /* AFImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 59053EC0A89FE58BCE4E88BB34BA0AD6 /* FBSDKAppEventsStateManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE66BF28004AA011E120A0F837D5D30 /* FBSDKAppEventsStateManager.m */; }; + 593CC7041B3BF65E9BAD9828E968D71C /* PNObjectFormData.m in Sources */ = {isa = PBXBuildFile; fileRef = F812BE477015902749E0E8397E41E778 /* PNObjectFormData.m */; }; + 59496343C78DE69D77E31013D044168B /* BFAppLinkReturnToRefererView.h in Headers */ = {isa = PBXBuildFile; fileRef = CF1D4B9BC028EC2C7F8AFB3042FE479B /* BFAppLinkReturnToRefererView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 59FC185BFC88003C00938CDEE2C61335 /* FBSDKLikeButtonPopWAV.h in Headers */ = {isa = PBXBuildFile; fileRef = F849119183B82530F4A547FDA34D20B3 /* FBSDKLikeButtonPopWAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A2DE8AF7CBAD6CA10EF99C9A92D2D11 /* FBSDKBridgeAPIProtocolWebV1.h in Headers */ = {isa = PBXBuildFile; fileRef = D91E799A562E90107B3FE72584B7F192 /* FBSDKBridgeAPIProtocolWebV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B02952007097B36C09521EECD640FD9 /* FBSDKAppLinkResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = D6FB8A12FDEDD1CE9C6604B032B14446 /* FBSDKAppLinkResolver.h */; }; + 5B1C065CC44031D0703887F2582D2BA3 /* FBSDKSendButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 348B4F53E7EA28C8EF24EE0BF065A0D1 /* FBSDKSendButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5B2D4A621D3DA971A474776AF36BB073 /* EXPBlockDefinedMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 169DA4A865BE3BA98DDA6F1E2B0246D4 /* EXPBlockDefinedMatcher.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 5C6975242C03EB7FD1E9AF7D5AAE317D /* SPTSharedExampleGroups.h in Headers */ = {isa = PBXBuildFile; fileRef = E83E764AD095EA7C70837F0ECA56F19D /* SPTSharedExampleGroups.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5CC9668011877917C4122783AC36761D /* UIDevice-Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 175D03DC1833AD9C70017A1B5210AB22 /* UIDevice-Hardware.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5CF7526D330A734F7ABCDCFF3D1A9B35 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + 5D2A43254CD11AE497DFB4D0332CF651 /* CocoaSecurity.h in Headers */ = {isa = PBXBuildFile; fileRef = 74345CE36E1F4C0C65E44D3307A56911 /* CocoaSecurity.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5EA7043FE10E75D02F3C3052AF8B8318 /* EXPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 77BD4B4FE318EFC7EE91F05BDC21D279 /* EXPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5FC46014065651ECC2B3B2561AFB0EC1 /* NATwoFish.m in Sources */ = {isa = PBXBuildFile; fileRef = 254E2DE5BB0612C2D3F355C0C2F57214 /* NATwoFish.m */; }; + 5FF2081B0B5B32AA301FD409FC2FAABD /* PNObjcPassword.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CD81967FF6E6D1F0561CB07BA5E1843 /* PNObjcPassword.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5FF6453E55785669885F626B853FD2AA /* UIProgressView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F0EF5E5E816ABCDBA0D310C15CF0895 /* UIProgressView+AFNetworking.m */; }; + 6064520DF59F46C2B432E593F326AA9B /* FBSDKMutableCopying.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF4ACD57C00F851C1DB78B19FFC8A18 /* FBSDKMutableCopying.h */; }; + 60A1675CA50855A7B319852E1202993D /* SPTExampleGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = B39E7957E1C9CB65EF2E7073FD397DAD /* SPTExampleGroup.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 60C67342AEFF5BA626D029B6085DF087 /* FBSDKAccessTokenCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 48663B0E227B795B112F8AADBC135D69 /* FBSDKAccessTokenCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60E3009342BEE96D32C546BE2DB60052 /* UIImageView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C185AA9E34BEC6275194477514B9A3D /* UIImageView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 612D4E1E803A238D8A03CA34B6E2328B /* FBSDKShareAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = DD1EE3B763524D9A381E7FF29B64C2FE /* FBSDKShareAPI.m */; }; + 616A35F7EF58EE5B0469CD8CD7BE342A /* NACounter.h in Headers */ = {isa = PBXBuildFile; fileRef = 92ABE4563DA0EF6D970F407FC1D01E17 /* NACounter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61A388B850CBEB449FD4DCCDC5EEF5E6 /* KeccakSponge.h in Headers */ = {isa = PBXBuildFile; fileRef = D8CE218BF3D10CB3162E633EEA0EEA46 /* KeccakSponge.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 624D3D84955B69CB5F0692329DD6D2E1 /* BFAppLinkTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = E780B1FDE87174A9801BFF62B4756AE9 /* BFAppLinkTarget.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 62C97852C8264AB639D6A11DB456CB0A /* FBSDKGameRequestDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = C14B769C69A5AEF06661CF6ADA838A9E /* FBSDKGameRequestDialog.m */; }; + 62E6AC0E6906FA930F94418061278850 /* AFHTTPRequestSerializer+OAuth2.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BB54B0075F3ADC8BCCEEB83F19F69FC /* AFHTTPRequestSerializer+OAuth2.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63579F648CE01017DBABB4C4A852A910 /* BFAppLinkReturnToRefererController.m in Sources */ = {isa = PBXBuildFile; fileRef = 92E4C397330757F0836ACB3FFA6DDAC8 /* BFAppLinkReturnToRefererController.m */; }; + 63B48DCFD7D5D1BA31DB64F19236AD53 /* FBSDKGameRequestFrictionlessRecipientCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F34D1BACA96A30566F60D5D2E68544A /* FBSDKGameRequestFrictionlessRecipientCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63D91ABE50ECED3198CCB5BF8F0991FD /* FBSDKShareOpenGraphObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 180A24BC9965B2659473429032A9AB09 /* FBSDKShareOpenGraphObject.m */; }; + 648D093C2A7EBE083D883C46DA9A55F8 /* BFCancellationTokenRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 707750F0D3188DF9FF4E2EF0E16B018E /* BFCancellationTokenRegistration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 65440DA60CE64F0AFFAD6D0CB4A121A8 /* FBSDKServerConfigurationManager+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C88A4C32B0E1185E3688C9FE2B6A698 /* FBSDKServerConfigurationManager+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 659960F7E28E993E08CCC1E8A383E710 /* UIKit+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E790EC961A6AB97B1460DDDC64F0AF69 /* UIKit+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 65BC31095CCDFC80CBF6BBA843751F23 /* EXPMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = E30D22291396ABB2E89B712C621F7977 /* EXPMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 65C1F131B24A46EF630429443212AFCB /* FBSDKShareOpenGraphContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C068170BC8A615B58473639C64D1931 /* FBSDKShareOpenGraphContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6676F7ECBE69B90B41DB7752DF1EC779 /* FBSDKMonotonicTime.m in Sources */ = {isa = PBXBuildFile; fileRef = FB4EC0FEAC282915AAC3680D85FD16EF /* FBSDKMonotonicTime.m */; }; + 66A27898E989A3FA5C15AA671C4536F0 /* EXPMatchers+beIdenticalTo.m in Sources */ = {isa = PBXBuildFile; fileRef = FE115C90C4084F360B9910F9D5B430E0 /* EXPMatchers+beIdenticalTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 67459AD239EF669A365519E06B45DCFE /* EXPExpect.h in Headers */ = {isa = PBXBuildFile; fileRef = E341BC136C2B04FA812AF47203295F01 /* EXPExpect.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68152D921ABF6A423C192C04FDF94F0F /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D90432F78EDD442DD3782E3FF0715CF0 /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6817DE148CDBD0D314AFC83255A645E4 /* FBSDKLoginTooltipView.h in Headers */ = {isa = PBXBuildFile; fileRef = B32D9213B066C0852AE78D812483CA93 /* FBSDKLoginTooltipView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 682CD6D15A0CFE176FDFCDE559D7DF4D /* BFURL_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B6F4306F676875647606FB2614C6B16 /* BFURL_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 683FC99BAEA8DDE9EBEE2EC93F949B36 /* FBSDKLoginManagerLoginResult+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 371F0E95ED3D42E2757C4DB8D395EFF5 /* FBSDKLoginManagerLoginResult+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68A38977EBAE334DC3C22386D00D2622 /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 165D738406E6A0CA5DC038ED975820EE /* AFNetworkReachabilityManager.m */; }; + 6A644BF4D8710F70071FC4C61925C8E9 /* FBSDKIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = AAC2482255E76EF184B92B937E5495EB /* FBSDKIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A735230D56FF7AA8319197677E2AEF0 /* FBSDKProfile+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 811A0223E28D330BE0F7B281C0AA0A0F /* FBSDKProfile+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6AF7F779134F03B802B53312A79F3F2F /* FBSDKServerConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = B54B780E0CB5359DFD49A3640A89743B /* FBSDKServerConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B6A947A057175F83EA39D8737DAA8B1 /* FBSDKBridgeAPICrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = D4998D366982245292E25D3462A2971A /* FBSDKBridgeAPICrypto.m */; }; + 6C2C0F560BB40CCBDCA43AAF5CC9FC93 /* FBSDKShareKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 971666E418BE0824E3D739FDABD3BC37 /* FBSDKShareKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6C38120678BE5227BC9D25CB8CF1DB01 /* FBSDKKeychainStore.m in Sources */ = {isa = PBXBuildFile; fileRef = BAEA3E11E9E6217CC83AD7D974644AE1 /* FBSDKKeychainStore.m */; }; + 6C9A92E8272233B92E575B71C03BEBE2 /* Specta-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F2E492726269DEFA28D6B633DB02531 /* Specta-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6D0556DE38EB6EE8A35FB4F61846E9AD /* FBSDKMessengerIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = E94D81D413E33F388AC91ABBDA0989DA /* FBSDKMessengerIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D0CF82D9317F78FE1B723E5C50F2552 /* FBSDKApplicationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B82F3CF26CF059D862D091E4FFBDB39A /* FBSDKApplicationDelegate.h */; }; + 6D5444F495A42710D85AF2B3EDFC3DC8 /* FBSDKAppEventsState.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FC2F8179C38FAD640D7843B8ADA4AC3 /* FBSDKAppEventsState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D82AF3B1574956D04200605CF000C90 /* NSString-Helper-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C3FA0CF8CEA78EA1172D9C8202651053 /* NSString-Helper-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E1930A504A3E354437FDF2C42818EA9 /* FBSDKBridgeAPIProtocolWebV2.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D7AD7D353B077EED26448970D714EB2 /* FBSDKBridgeAPIProtocolWebV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E1D978790705E137FDE439AA68DD3AA /* EXPFloatTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = AE4B4DD538C273C10EDF064E30F09ADA /* EXPFloatTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6ED4ABEE8A5F51F5ECB59FA1781D29C6 /* UIActivityIndicatorView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = AA46CD7C9F8F5AAAF8CB056B35344D33 /* UIActivityIndicatorView+AFNetworking.m */; }; + 6EFC63A5CED45BB39FC79D87F2C47D6B /* EXPMatchers+beGreaterThan.h in Headers */ = {isa = PBXBuildFile; fileRef = A6DA42DE6BB0FDFB02FFDCC1DBF16CDE /* EXPMatchers+beGreaterThan.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6F278423C8AE1DA47F35E374BB5B91EC /* EXPMatchers+beSupersetOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 74BD8A3A5418D52D9BD430B989D0F353 /* EXPMatchers+beSupersetOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 6F932D9320F58992F7369FAE06B34828 /* FBSDKBridgeAPIProtocolType.h in Headers */ = {isa = PBXBuildFile; fileRef = A29864CA177F62357CFD767C7EC9363E /* FBSDKBridgeAPIProtocolType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FA27A19897E7F8AE652B683332DEE1F /* ALView+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = C6F79436C17FFCF9F7E3D654ABA3A225 /* ALView+PureLayout.m */; }; + 7062E916F797B3D9B8B8189BBBB14943 /* UIDevice_Utils.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14C4D22A020F8F77D4C2010C51DB22FA /* UIDevice_Utils.framework */; }; + 707B1A7541C8DBDDE8C27896A61370BE /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BE19C3CB34CBF85580B5043620A8C667 /* AFURLSessionManager.m */; }; + 70E4BCC789D8C8F1033F23E0752502A7 /* FBSnapshotTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C6DB10FF54589A4257A0E589A8308C0 /* FBSnapshotTestCase.m */; }; + 715A1122272BB3A29A10AAE4C8C03913 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + 715A5021C3E73D708A2A16CCAC57DAFD /* PNObjcPassword.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D1CECBE55FB5EC362A660A3EE9653B5 /* PNObjcPassword.m */; }; + 720A7E8DA864D1B2B76704A5138C02E9 /* FBSDKAppEvents+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 01758BF23FF07FA93CE50C54FDA892D2 /* FBSDKAppEvents+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 726D77AEA0FB88FE139A054FD85AC906 /* PNObjectFormData.h in Headers */ = {isa = PBXBuildFile; fileRef = E9D430FA8445F59878D1D19F95566256 /* PNObjectFormData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7332F15718920917F544F35CE2C038AA /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BD329B6BF2E7B8FAB8A78552A7EDD85 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 734B7F67FB9417B68B4F2E40CE56F826 /* FBSDKShareDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = AADCD0B807BAF86C50F246B98F4478C4 /* FBSDKShareDialog.m */; }; + 734E66ED991A40B092B486B68708DFC5 /* PureLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EF06DA5D569D5C1367AF7E84DEEEE866 /* PureLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73FC7216617A2463E1FEE8A36CA8B183 /* NSArray+PureLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 46C2C6BBFCD24075BF05D4DF4874AFC5 /* NSArray+PureLayout.m */; }; + 74688BB92278B12E1697F8BBADEAAAB1 /* FBSDKAppEvents.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F47B6A5B3D14EB6367A6ACA7B070AE0 /* FBSDKAppEvents.h */; }; + 749BAE64608E8A0923033E2693E309D4 /* XCTestCase+Specta.m in Sources */ = {isa = PBXBuildFile; fileRef = B72B213607DFE0785B3CFB8635A327D4 /* XCTestCase+Specta.m */; }; + 74DF5E7A04945911804EEC30D33A859A /* StrongestPasswordValidator-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E984569832BC6CF076938CE1E92F7095 /* StrongestPasswordValidator-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7500B0969D1E0F9F06C024AB95424487 /* FBSDKAudioResourceLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = EFB9B66AB6F38CA2667B2E9B8441C802 /* FBSDKAudioResourceLoader.m */; }; + 754D358064279F836DFDAF1E358FB732 /* UIDevice-Hardware.m in Sources */ = {isa = PBXBuildFile; fileRef = B8686191B9AE06FE385F3990F321604E /* UIDevice-Hardware.m */; }; + 763F76FF18569C1C701FA8B251DA3AFE /* FBSDKLoginManagerLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 47AF7D6FBDEAE04A5B998FA789D402C8 /* FBSDKLoginManagerLogger.m */; }; + 767C65F9CCCCA6B6E0A43C04594899BC /* FBSDKLoginConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4044FB16C4ECAC1DF193A3B3865EB1 /* FBSDKLoginConstants.m */; }; + 76A995111F0407D9418606AA1BC6BCCE /* FBSDKErrorConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 271922E5060BA611AEC8C1C97148FE55 /* FBSDKErrorConfiguration.m */; }; + 76B50C10F2D72324A7C50926772BBEE0 /* SpectaUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 2815AE1F69CC1E8056AD9A4E94B008E1 /* SpectaUtility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76CCABE79C04444450153424D7CE1DC1 /* EXPMatchers+beSupersetOf.h in Headers */ = {isa = PBXBuildFile; fileRef = CE6BD85332B8ECBC2EA444FDA36FC0D6 /* EXPMatchers+beSupersetOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76D337327C10A7555447B69AA1562647 /* EXPMatchers+beInstanceOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6D8CB38D5DA5FDFCBB05948F0285DE /* EXPMatchers+beInstanceOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 772A77DCA95BB8487CC66003C3D25B1F /* BFTaskCompletionSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CF0C96BE59682A53623AD9336071156 /* BFTaskCompletionSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 772BFB9529121111C517FBA06EA26237 /* Expecta+Snapshots-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FB3C2257290B5A10A8D903DC4ABFA9B8 /* Expecta+Snapshots-dummy.m */; }; + 78086867BF7BBED7E16245632C4E84CA /* FBSDKLoginError.m in Sources */ = {isa = PBXBuildFile; fileRef = 10D2C7B2E74A8EB75CB6AD71324A6266 /* FBSDKLoginError.m */; }; + 782E3BE698B7DA5773A6C6519B38CA10 /* NSDate+NSDate_Util.m in Sources */ = {isa = PBXBuildFile; fileRef = 85BFCE4100920011175A6A6F60D7190D /* NSDate+NSDate_Util.m */; }; + 7834384035D0596C51C3A6D3DEAD1102 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + 7861523B9D5DFCF0F4A56E4DE3296AA2 /* FBSnapshotTestController.m in Sources */ = {isa = PBXBuildFile; fileRef = 373B7F03A1660C564B6629236BDC033F /* FBSnapshotTestController.m */; }; + 78B80EA2CF10F9A6D2A50891C099873D /* FBSDKGraphRequest.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 69899EC374BC2B7C36D04093EE66924B /* FBSDKGraphRequest.h */; }; + 78C2DF6AE20AC5188754254DD6AE17A5 /* _FBSDKTemporaryErrorRecoveryAttempter.m in Sources */ = {isa = PBXBuildFile; fileRef = 74EC8102B0C7CE631BBDBFBF5EC2AB92 /* _FBSDKTemporaryErrorRecoveryAttempter.m */; }; + 79558B1F97ABE4AB8942DC18BEBD4B82 /* EXPMatchers+beKindOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 788652DDA7B2878615B7D1B96470D2B6 /* EXPMatchers+beKindOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7977954372EDF07DB712AE03FBE249BE /* NACrypto-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFE59A8103E31D0C9C63BCBD536B130 /* NACrypto-dummy.m */; }; + 79B066CD2C7F172A3DAB5A3DE45128DF /* FBSDKAppLinkResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = BF2654EAA9AD77F722E1022D376F4CE7 /* FBSDKAppLinkResolver.m */; }; + 7A23129C6EF1F64D601C25B8CF8F62F7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + 7AF5F4AA5776654625C7075BE77BEE0C /* NSDate_Utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A7601B6BE1F3393F6AF8F1A65E93BC68 /* NSDate_Utils-dummy.m */; }; + 7B135342D0E06FA661C05183A90B99A4 /* PNInstallation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B0C5F784C14AA689AA7E3CCBEEB9096 /* PNInstallation.m */; }; + 7B18B111418EA558435CA6BB4D94AD43 /* FBSDKShareKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 66CC7FC2CE6A80808B2C06310CC78077 /* FBSDKShareKit-dummy.m */; }; + 7B223B4E6EF14BA12DA113F7EE10B96C /* NSObject+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 48AC390DF4C3DD4A1A7D0B73415670C5 /* NSObject+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B35CA64789C0F0848ABAB46C0BA3C37 /* NASecRandom.h in Headers */ = {isa = PBXBuildFile; fileRef = 64E36067E0B93235890A7FD743AAAD1A /* NASecRandom.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7BBE6467668639F9ACA202BB798C8E1F /* FBSDKCheckmarkIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = CD92F743374ED42819A37C15461F4E00 /* FBSDKCheckmarkIcon.m */; }; + 7BEF24184A897B5AD81EF48F4FB74FBF /* twofish.c in Sources */ = {isa = PBXBuildFile; fileRef = 5AF7738F895C5BB3AEA88560D6CDDF9C /* twofish.c */; }; + 7C848303DFC78D4349FB807A23CB12F0 /* FBSDKGraphRequestBody.h in Headers */ = {isa = PBXBuildFile; fileRef = 60747D14CB2133AB6067B4252D9112BE /* FBSDKGraphRequestBody.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D3F219BB989A7A36BE602D6D0004E58 /* FBSDKError.m in Sources */ = {isa = PBXBuildFile; fileRef = BB1730D9D9374C26EF5227ABF58EB1B4 /* FBSDKError.m */; }; + 7D93FE61E16FD337D13D8DCA68DF1864 /* BFAppLinkNavigation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7191EC284CA1DCD2FC86F37100284145 /* BFAppLinkNavigation.m */; }; + 7D9BC01E823D2F526B90EBAB87573E62 /* nv-ios-http-status-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 769816AB86F2DDF92014C2489EF55340 /* nv-ios-http-status-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7E77F54DD1DC89EC9EEE5EE2C3194995 /* FBSDKAccessToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 733BAFF1346DF1F4B0D32DF7C2927E86 /* FBSDKAccessToken.m */; }; + 7E7F02A51748EFD9F7D93B8F7979CA56 /* FBSDKViewImpressionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 170E3A6A88C9DB2F2F51C61A5FBEA199 /* FBSDKViewImpressionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 805E425BBEF7A6133E32E1D30A073010 /* EXPExpect.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D9C882564E2E369FDE9A58D9D61C5F5 /* EXPExpect.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 8189BCAFD29BEF4BE70CB48112A4930E /* FBSDKShareVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = F32CEC42870F79A66C1D04B4FB77CE80 /* FBSDKShareVideo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81A73BC9BA26F7E7D6BF01DF44B69362 /* FBSDKBridgeAPIProtocolWebV1.m in Sources */ = {isa = PBXBuildFile; fileRef = FC9520239745D2CFA46ADBAAF25C96E8 /* FBSDKBridgeAPIProtocolWebV1.m */; }; + 81B617F8D26BB10C5726D75E85D21EB7 /* UIButton+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BFC621392C04AB81549F9113746EB52 /* UIButton+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8247F34C45EDD7B97CBC3488E090D15D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + 828A250670EEC2897DACA767080A8CA7 /* FBSDKLoginManagerLoginResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 16959F0EF1CF0866C17E18E16035303F /* FBSDKLoginManagerLoginResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 828A722DC1977840C71130F785B9DE9E /* PNObject+PNObjectConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 62CADFE95A057EA5BE45CC976BD86892 /* PNObject+PNObjectConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 82B2DC85A0B1D0C5C6953B965977056E /* FBSDKVideoUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BBDA6BD02AC65559B134D26DE9AAA64 /* FBSDKVideoUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8302757F7A46F3D19E05D69C258A3001 /* FBSDKAppLinkUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 3316916809CF0EB18A1323976C932D05 /* FBSDKAppLinkUtility.m */; }; + 834F40DF910BBC7EA7AF256A30BD4858 /* KeccakF-1600-opt32-settings.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3E94604C8872EEF447C81B1C7481C5 /* KeccakF-1600-opt32-settings.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 837261A927BBEB33A7CE5E7146A3EBED /* BFExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = B67DAADF8BDC1B616999952244898019 /* BFExecutor.m */; }; + 837B593D7C1D01B4EA400247309D6AB0 /* Expecta-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B65B04197A59BE68592A93F5162745 /* Expecta-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 844C5F6F925DB192BF8EB46E44B3740A /* BFCancellationToken.m in Sources */ = {isa = PBXBuildFile; fileRef = D4343C4D2AB98E0782BCCF8F4D964230 /* BFCancellationToken.m */; }; + 858F54B22A89D86291F07ED94D0BF828 /* FBSDKServerConfiguration+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 90E85567B72A8CA76C1B51F6A2444AA5 /* FBSDKServerConfiguration+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85B0B22D874F67F142A7F2A3EA721328 /* FBSDKCopying.h in Headers */ = {isa = PBXBuildFile; fileRef = A9B1139E00B7A565A37BE6FF833D53BF /* FBSDKCopying.h */; }; + 85BA5B1900BB32EB2B3CED0256951165 /* NASecRandom.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BDD9DA971F21174541D695BB701322D /* NASecRandom.m */; }; + 85CA7FAC95E680BA0B90AB9D3EB1C6C5 /* FBSDKConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1EFBDC0643840BDD19CA60B88CA8D494 /* FBSDKConstants.h */; }; + 85E31076D5530AEEB45ACF16B2B8A983 /* EXPMatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = 95FC5F3C0C32622D4482DFE211928DEF /* EXPMatchers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85EB2F216487CB2E8F3FCCFBC4D69912 /* EXPMatchers+beTruthy.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BF716362CC598B36A9A8431F8CFA00A /* EXPMatchers+beTruthy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 86A77793007A74EBA7DE4E4E5CCD28A6 /* BFAppLinkNavigation.h in Headers */ = {isa = PBXBuildFile; fileRef = 282BD715765A754CC7DD147F049AF3E7 /* BFAppLinkNavigation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 86C7B4DC7245C1E31565C74EBC34B5A8 /* FBSDKLoginManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F9E9EF8B8F8A5C3B077D97EA3113FE /* FBSDKLoginManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 87FD5F0F682CDEB6A348CA448889E3EA /* EXPMatchers+beKindOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CB70C68E41C963944630ED2D46E0CB2 /* EXPMatchers+beKindOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 87FF5B37713727B944C6BFDDEA677606 /* PNAddress.m in Sources */ = {isa = PBXBuildFile; fileRef = A733C86B8A3EE566CEBB3A9C9D35CB43 /* PNAddress.m */; }; + 89447A22394ECDD16F78F0C510BD05BE /* StrongestPasswordValidator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCDE5ABD027CCC64B11D403A8215BC6C /* StrongestPasswordValidator.framework */; }; + 89A46B63E469F17791D14FC64466794A /* UIImage+Diff.m in Sources */ = {isa = PBXBuildFile; fileRef = D485EE260FAF6BCE70DA136675203361 /* UIImage+Diff.m */; }; + 89B59BD52908BA3B2EEED23398CF79E6 /* FBSDKCoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED3ACADE7D5CCFB0D41B9053F3604321 /* FBSDKCoreKit.framework */; }; + 8A12C7B695670F4A501C2F23B469E4A6 /* PNObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C01E6DFFB44D529C46947D525FBA743 /* PNObject.m */; }; + 8A36A8E8B3844AED3C7DBD9D1E2BFBE0 /* nv_ios_http_status.h in Headers */ = {isa = PBXBuildFile; fileRef = CFB8C8F5D5FDFB1868936C9374B704B2 /* nv_ios_http_status.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8A3EFE216D8DCA36AADB28AA3DAC93AD /* KeccakF-1600-32.h in Headers */ = {isa = PBXBuildFile; fileRef = 57720C51FFD3BA414D0CEC6114154240 /* KeccakF-1600-32.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8AA12CA6E8413E0E6E4CB1084217B0B1 /* Pods-PNObject_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A838922082CBB903238CF0302A9F06FC /* Pods-PNObject_Tests-dummy.m */; }; + 8C50A3C9FB67B28289D9AC132BA8B4E2 /* FBSDKShareLinkContent+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 21BDEFED719999A3A3EE833401B21009 /* FBSDKShareLinkContent+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C8C1B0D83FE6A4352F15154DB16372C /* EXPMatcherHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C022294E0CB2085EC09D1907F4002EC /* EXPMatcherHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8DD814923C31D596735ABA63B294BE1C /* FBSDKAccessTokenCacheV3_21.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F493056E4E44B1544845AF491E0AF73 /* FBSDKAccessTokenCacheV3_21.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DE74D13781B16204B95D3F408C3B699 /* PNObject-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D8A2E50CBFDAE97EEEC7517124C1251D /* PNObject-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8ED947D54E17C0B9ABDD0E541875D5D5 /* FBSDKAccessTokenCacheV3_17.m in Sources */ = {isa = PBXBuildFile; fileRef = B4CC7F146DA3AA951C9C53CB15A168A7 /* FBSDKAccessTokenCacheV3_17.m */; }; + 8F2D501DB8FA13EB2A177AC9C560221E /* PureLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 05ECA213712D5A55A5030D99D28129B8 /* PureLayout-dummy.m */; }; + 8F3C011D2D1C0F80712B805DC47D3664 /* FBSDKAppGroupContent.h in Headers */ = {isa = PBXBuildFile; fileRef = E494450D1ED9021CB525A2D3D7720C0B /* FBSDKAppGroupContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 904C440B7E7E20FF76B4403111EF62A6 /* FBSDKGraphErrorRecoveryProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = CBBD6C1F5B8CBD19F80155C8A0760196 /* FBSDKGraphErrorRecoveryProcessor.m */; }; + 90CC7CA091BD1C63A0801D293486C9C3 /* FBSDKURLConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 46150B81E14199A48449ED09D7F1FB67 /* FBSDKURLConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9172B81F27603000CBA6A2ECBF49970D /* BFCancellationTokenSource.m in Sources */ = {isa = PBXBuildFile; fileRef = B90D0EFFA2F5514EABDB01A9B0FC540A /* BFCancellationTokenSource.m */; }; + 918E06480F28F27361B19D19432F8538 /* EXPMatchers+endWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 37A34944667ACBF9CEC71874DF931AD1 /* EXPMatchers+endWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 9280DE709B0FD8A557A82B6752C19121 /* FBSDKConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 5933C89F388C8D620F91185A5A9D6FA9 /* FBSDKConstants.m */; }; + 92A2A17C9610E6507EA24D659F836F09 /* FBSDKTypeUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E0809D5C087B4BA0A392C8A6D26113 /* FBSDKTypeUtility.m */; }; + 92F6DD216B6CBCBF8313DC3F9D65CD69 /* FBSDKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E5BC6FD520236ECF5B154A5173F1DA1 /* FBSDKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9302BC1E3F630FBF1368BCE8DAADF291 /* FBSDKShareKit+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 81A10CA26C774439543C1BC1F23A05D1 /* FBSDKShareKit+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 931D410B9F8ACB935883DF8C59F9C93E /* EXPMatchers+postNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D74409109B9306C8D01B7AA6341CB6 /* EXPMatchers+postNotification.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 9346A056A063B5D9197806859888346C /* FBSDKLikeActionControllerCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 77E5806373870B5DD3C72EF1F00BD196 /* FBSDKLikeActionControllerCache.m */; }; + 94C47C87E397972CE98F75929F3B706C /* ExpectaObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 498E5A41E0F5008BB277526C973FD9EE /* ExpectaObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 94EE4E96E07D0333A77BB8FD10CBD69C /* FBSDKUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DFCD3E7B05C51442B83C2C9BB9F18F4 /* FBSDKUtility.h */; }; + 953D8C14F70C45AED99F39D25774E31F /* FBSDKGraphRequestMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D67F20F0AAC18EF875EE34E9FEA66C9 /* FBSDKGraphRequestMetadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95DEC4104BC553C0B3C98964A53FD281 /* FBSDKDialogConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AC31C1AA42E9C6429D554E59C236F10 /* FBSDKDialogConfiguration.m */; }; + 9698F7404425A6C8CC851AC2657476E0 /* PNLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 210CC8A47CD81BCA8D71AAAD022C58EE /* PNLocation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 96BB7F039CDB9C2ACF9C715C26E16FD6 /* FBSDKMath.m in Sources */ = {isa = PBXBuildFile; fileRef = 816DD3750C29F800A3809F23C6061BD8 /* FBSDKMath.m */; }; + 97517DE01665763C343C56A5A9C9DBFA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + 98DCF90DFBD9775D84E2119D6C325E1F /* FBSDKServerConfigurationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A69895FDD1941F05DE30E72CEBB4D942 /* FBSDKServerConfigurationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 990BE87837E7891FDFD98798D0F9D357 /* FBSDKSharePhoto.h in Headers */ = {isa = PBXBuildFile; fileRef = BE84CCF04EB917DF662B915AB431DE74 /* FBSDKSharePhoto.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 996C2014C8320E8DB7DAA7411605B5B0 /* BFAppLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 69008FAC4CF6266439FB6EAC0401701C /* BFAppLink.m */; }; + 99ACF940F0E57393D76DC43E969179C3 /* FBSDKVideoUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = E434DCCD46063F71C8E3B11BEE095679 /* FBSDKVideoUploader.m */; }; + 9A117E5B1287A5AEB9CD7A6055E5E25D /* FBSDKShareUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 354BBB78FBC7D8CAF0C550BA1787A1B2 /* FBSDKShareUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AA2B18E2104739BDF4DF161BA8586CF /* SPTCallSite.h in Headers */ = {isa = PBXBuildFile; fileRef = DE81206018E06170FE47DD67AF5C777C /* SPTCallSite.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9AA6D3DA23FD89F1B6D94F4C72B6EE34 /* FBSDKUtility.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2DFCD3E7B05C51442B83C2C9BB9F18F4 /* FBSDKUtility.h */; }; + 9B2E761A064459F77EA9870BEF03ACC3 /* EXPMatchers+postNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 175D925BE28F8A02DBB4CA48231447B7 /* EXPMatchers+postNotification.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BB9159FBA757600D3D4C0FF645F3911 /* EXPMatchers+beInTheRangeOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FAF5C735E8C7A40B2FCAC693EEE9743 /* EXPMatchers+beInTheRangeOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 9C2323E7953E4DF60D004738C2764793 /* FBSDKAppInviteContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5306C38DC83AEDB5AA57DB741BA186C0 /* FBSDKAppInviteContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9CC01ED81EB7C90171EB139502DD66A6 /* _FBSDKTemporaryErrorRecoveryAttempter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7332CCA238E5A72BFEE60ABB05A6C4EF /* _FBSDKTemporaryErrorRecoveryAttempter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CC556B3B4C59329AB75C78B8FFC984F /* NACrypto-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AA2196ACF06F43AFA0674C6D2103B4FF /* NACrypto-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9DF4BC5EBB9EF2E8CF7BA1D1A9A488F1 /* FBSDKGraphRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 69899EC374BC2B7C36D04093EE66924B /* FBSDKGraphRequest.h */; }; + 9E1723E2FE89DC9BD907271B23B585F2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + 9E1E90DED74B73ECE53C9AD76DE53E2D /* UIImage+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B013CAE653FF050EA91E9595FA2851B /* UIImage+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E291AE56EDB6ABC117DDC23EDE5F1C9 /* SPTCompiledExample.m in Sources */ = {isa = PBXBuildFile; fileRef = BF2F4309F4DF81AC10FC012BD3F6170C /* SPTCompiledExample.m */; }; + 9E656C4610258294F523EBBB1B0078FF /* FBSDKCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = B8692CEB18FC51E9478C135D83B1E60E /* FBSDKCrypto.m */; }; + 9E8048D5D816E9AFBAB92700521382B0 /* FBSDKLikeBoxBorderView.m in Sources */ = {isa = PBXBuildFile; fileRef = B8F4606BF35CB246B1352701347C10A7 /* FBSDKLikeBoxBorderView.m */; }; + 9F16CBC702844229EB8F4DD82083980F /* FBSDKCoreKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F0D303F4597662B6389AFE40071A09D /* FBSDKCoreKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A0475FDE8906D6597FB4D53499809EF8 /* KeccakF-1600-int-set.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A778C6CD86590133DBC8A665636BE6A /* KeccakF-1600-int-set.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A0CC2A20641BE58617524B9DB4F912D8 /* SpectaDSL.m in Sources */ = {isa = PBXBuildFile; fileRef = E909F2808A7750DAFED73559097DC23E /* SpectaDSL.m */; }; + A1E6313956F1C564777EDDE171C2A9F0 /* PNObject-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ADB5A8D408033C40D9295B6983F2F7ED /* PNObject-dummy.m */; }; + A1F7A1E899C169C59400768EB4A37779 /* Specta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D87EB34FBF1C58135B00BE4C136535 /* Specta-dummy.m */; }; + A2B3013891AC615DA24C2CB0AA75082B /* FBSDKShareKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C70A5FD6624A348DD59D784BE17F9F3A /* FBSDKShareKit.framework */; }; + A2B6F86CBF6BC8927BB2852CDE04F398 /* FBSDKSharing.h in Headers */ = {isa = PBXBuildFile; fileRef = 764AD33D98229850C2B85DAF673EF9BF /* FBSDKSharing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A2C76543B1FCCA0AB7F3A0F2FD66AA9A /* FBSDKLiking.h in Headers */ = {isa = PBXBuildFile; fileRef = 821148969F35D4C2A1389146D698ACBE /* FBSDKLiking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3AF5DB4354D74ADB26485677340CBE9 /* FBSDKKeychainStoreViaBundleID.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B88056D2C5A2ABB0ABC526D5B0DD524 /* FBSDKKeychainStoreViaBundleID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3C215E13AC8A81BED094DB40C0899CD /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A88B715BAC45F633959A65C2E5C6300 /* XCTest.framework */; }; + A45D6BF90B85B42C3BA102D27B0EAF7E /* BFAppLink.h in Headers */ = {isa = PBXBuildFile; fileRef = CAD08E21753B7905318C6DC37F3FF631 /* BFAppLink.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A462945883F7729B185B64B679A6BFBE /* UIWebView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F42210C35E982002E7FC07A7F4D57DA /* UIWebView+AFNetworking.m */; }; + A5D4C21EECA66DFDB6E4ACE1A04777AA /* FBSDKErrorRecoveryConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF863DA081E270DF6E6A78DEA6CB839 /* FBSDKErrorRecoveryConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A62593EE293042D349A0C83E3F28DC56 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + A69128071A53DBC4882CC8DC76782334 /* FBSDKLoginTooltipView.m in Sources */ = {isa = PBXBuildFile; fileRef = 62BDC1C3E3FA3A9530CE7030A417DFFB /* FBSDKLoginTooltipView.m */; }; + A6C6019D45BE62C61210A9CC619368EF /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 27BA32B027BB0452048639E6BD745908 /* AFNetworkActivityIndicatorManager.m */; }; + A73AE62E3C70DBBF38CB7C96697D763F /* FBSDKLikeControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 525832FDCA6511F71D5D3E8703D28787 /* FBSDKLikeControl.m */; }; + A769A86B421000E9EEE430373A45666C /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C08B43A1654189468C9BB569CB9538D2 /* Bolts.framework */; }; + A80A5E5DFB74DEE52D15872B074559DF /* FBSDKSharePhotoContent.h in Headers */ = {isa = PBXBuildFile; fileRef = B8F877859254054D5DD712A258DC5BC9 /* FBSDKSharePhotoContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A84245FE52EC5995B5D31EA4356A56C0 /* BFCancellationTokenRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = AF9E96EDC086B8A7477A6AA71754D7B0 /* BFCancellationTokenRegistration.m */; }; + A8B0C39E9BFCD004930A94FBA66A3CEB /* BFCancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 152858D19FBE4FC368C0B4A2A79F3353 /* BFCancellationToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AAB83D6D9BD6A9A9E8E03BD4B40965CE /* NANSString+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D0FC91143EA3E5178CC9F840FE10922 /* NANSString+Utils.m */; }; + AAC7A4957359E640044B9108D1F17C4C /* FBSDKTestUsersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B1804349C0F69DB9664707AEB75F7F /* FBSDKTestUsersManager.h */; }; + AB39AC9746E7575D7449700475E41B0B /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 80EC212AB5D2796B798A13727CB9309E /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AB60E290BD7BEB9B899F622BE80F1745 /* FBSDKContainerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 410CDADD37696B78409F183205FBC72F /* FBSDKContainerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB889BC8C7B93051E0C88B77E41444D3 /* PEAR-FileManager-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F777C1C211C048E4F6DD1248A7135B2 /* PEAR-FileManager-iOS-dummy.m */; }; + AC57C2BD7630CCD4F689A5E4ED4D342D /* FBSDKErrorConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A9CA2FD30B940942EF649275711DFA8 /* FBSDKErrorConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACD6E2410430E755D7D079FFABEB83F1 /* FBSDKSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D4B35E9A2C74E4A074EDECF261F628B /* FBSDKSettings.h */; }; + AD30FE7D936BE1FFB8B1126684B674A3 /* PNUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F021550469668B8B10B4C80FC0D341FE /* PNUser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD4D9C9467544A49E49FCDD2962A6421 /* FBSDKErrorRecoveryAttempter.h in Headers */ = {isa = PBXBuildFile; fileRef = 418A55691E84E934997A36C2E8A940BB /* FBSDKErrorRecoveryAttempter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD52B349A273F0EB40F823990A40D2CD /* FBSDKLoginConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 287A86DB9FC8F02ED0F57DF83C700AEB /* FBSDKLoginConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE2A07407FB50BA249984DC0620E84C0 /* UIWebView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 9050E80C383D2F4945F7B48884943913 /* UIWebView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE953537F404B4B4F3692A400688AFF1 /* FBSDKGameRequestContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F850B2D3C6545A95E6FC0EE15D3DE8 /* FBSDKGameRequestContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AF03C11A1FAC8132AD3749D8F541701A /* UIButton+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D7DF2141055E82C51B04122AFB06F31 /* UIButton+AFNetworking.m */; }; + AF1F46668D4591602887998C6E9C10AD /* EXPMatchers+beCloseTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 61F356F17F6F7E4C07216BD7384FAF65 /* EXPMatchers+beCloseTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AF48AA3E577B04A43AE5F526B803540B /* FBSDKLikeActionController.m in Sources */ = {isa = PBXBuildFile; fileRef = D10D24CCC5578D5E8C8DAF9DDF27AAC2 /* FBSDKLikeActionController.m */; }; + AFAB3F06C68E046BA56A05ED857F7D6A /* BFTask.m in Sources */ = {isa = PBXBuildFile; fileRef = FE4F47953FF79AA5CD3C04B885E132DD /* BFTask.m */; }; + AFFC8900E52BBEC72059334132F3A8F3 /* ExpectaSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = B5EE7DB1ECFF023EEBD63B0AC154BE01 /* ExpectaSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B03506CCC0191AA3382F36B1FAC9E2EF /* FBSDKBridgeAPICrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FA529BDDFFDC6F64843F13B0794B247 /* FBSDKBridgeAPICrypto.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0708CE47B50CEBC6E35C404D18A1639 /* FBSDKAppEventsDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 726EDFD68EE56412A92D4E70C6B3946F /* FBSDKAppEventsDeviceInfo.m */; }; + B08816C00B79EB4AEC7C7F4B027307E0 /* CodFisResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = D35EE8E2BE775D0229B81D86E790B677 /* CodFisResponse.m */; }; + B0E9F81E9F4B204D89AD01C306855FFD /* NANSString+Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA365DA32004F3C201D7D04E5992DB7 /* NANSString+Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B14F512867AFCAA08A6840787DD3E2D4 /* FBSDKLikeButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 95DA65A13DB454A13204F60AF0055F61 /* FBSDKLikeButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B168720AAFEA07354ACA1F848F1554F6 /* FBSDKProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = DC518AEF56515041F3EF08EE2359DD98 /* FBSDKProfile.h */; }; + B190D5BA558C5C48B978E9B3ED07DCDB /* FBSDKAccessTokenCacheV3.h in Headers */ = {isa = PBXBuildFile; fileRef = 536AD185B334B029C6C36F7E6106ADF6 /* FBSDKAccessTokenCacheV3.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B205E803C5345910769B1E9FB29D7B47 /* NADigest.m in Sources */ = {isa = PBXBuildFile; fileRef = CF5234D1508564D081486507896F5E26 /* NADigest.m */; }; + B2E64934CA0D8B056A7379F409871368 /* NSDate+NSDate_Util.h in Headers */ = {isa = PBXBuildFile; fileRef = EF90EDE09905D5FE4942FF3842F91FF8 /* NSDate+NSDate_Util.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B362F869459930C324FDDB6BC02F1FC3 /* FBSDKLikeButtonPopWAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 206CBA3ED3A77BFA642359BD2C05F19D /* FBSDKLikeButtonPopWAV.m */; }; + B3B07B7A87BE23752DC8BE61D8383FF4 /* KeccakF-1600-opt32.c in Sources */ = {isa = PBXBuildFile; fileRef = C6DB479BDE2C56AF26B07CF263B1DA1C /* KeccakF-1600-opt32.c */; }; + B3C5C2D4D8B7366C5E23F6E521E7A440 /* FBSDKLikeButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A5CA4EEB35C873F5342A80231CAA163 /* FBSDKLikeButton.m */; }; + B4993E3AF61E167FD02E795F115A62C2 /* FBSDKShareUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = A7717A22E8542684CDD24D25E4882281 /* FBSDKShareUtility.m */; }; + B4EFC6384BAB54378FEFAD61780858E9 /* SPTTestSuite.m in Sources */ = {isa = PBXBuildFile; fileRef = 543348521E9336407FA36742DD59C798 /* SPTTestSuite.m */; }; + B51A7A72BC9EA8644DCAB55F5340BF45 /* KeccakF-1600-interface.h in Headers */ = {isa = PBXBuildFile; fileRef = D56FF048598ED48206EF8205A715B648 /* KeccakF-1600-interface.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5226CD1A92B393DA9C14777E646F668 /* NSUserDefaults-AESEncryptor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BBC36FCEC8357327825DE80AE2498F26 /* NSUserDefaults-AESEncryptor-dummy.m */; }; + B534C8C1D32294DB54F3C5CFFD5AAA9B /* FBSDKLoginButton.m in Sources */ = {isa = PBXBuildFile; fileRef = A00E2A3EBAE3142DE64A87FA2769BC90 /* FBSDKLoginButton.m */; }; + B54F7314FDB86E66C1A7418F13C403E6 /* FBSDKContainerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0939B61F4217A7DE3B15F0533C73395C /* FBSDKContainerViewController.m */; }; + B55A487D069BE38832FE5C0E80BF01B7 /* PNObjectConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 73A90103D113E0F101E315D9895972ED /* PNObjectConfig.m */; }; + B57E7F72EC8FD7CFFD6C35657CB84C0D /* FBSDKAccessTokenCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D5F1C9D8D283474F8CDAEDA3DEF9157 /* FBSDKAccessTokenCache.m */; }; + B5852322ADE88AAD56EE042B80BA81E4 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = DDDDC216DEFBCAC8EF0BA1AD959E62F9 /* AFURLResponseSerialization.m */; }; + B586C424D5F40EE18D097FE6601CFF97 /* FBSDKShareConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 949D32E3E63C6E1E38545D8D1FCAEEA6 /* FBSDKShareConstants.m */; }; + B6376131E673115D7F121B1110BCE4BD /* FBSDKCloseIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = 733564AE2E9B093FC19A5592E7FC18FC /* FBSDKCloseIcon.m */; }; + B6969FF78E8B790F92C23F03AA4F6BDC /* Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = 9904CCBB9355C0DA0E592BD9549725A7 /* Specta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B6A71178B550B786C5D4956197806582 /* nv-ios-http-status-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 11B7DA58BAE6F4334DDF2C3185A5F93E /* nv-ios-http-status-dummy.m */; }; + B6F1EA2F55E84873A4023D434E1597B9 /* FBSDKApplicationDelegate.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B82F3CF26CF059D862D091E4FFBDB39A /* FBSDKApplicationDelegate.h */; }; + B82356C0A8C502128EDE4B04D440A6A1 /* FBSDKProfilePictureView.m in Sources */ = {isa = PBXBuildFile; fileRef = EE929543558C2E18E82A4B4BE65078B0 /* FBSDKProfilePictureView.m */; }; + B84431CF8C64F363A334AA7089F6C134 /* NSValue+Expecta.m in Sources */ = {isa = PBXBuildFile; fileRef = 22B1F591560188C6C20E063617441582 /* NSValue+Expecta.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + B84F1DBDE967EF9965CF4F4BCB29816C /* FBSDKBase64.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F432114DACF8F627FD822D803090EC4 /* FBSDKBase64.m */; }; + B8563820C993DFE2D9B92ABEFEFC9B4A /* FBSDKError.h in Headers */ = {isa = PBXBuildFile; fileRef = CA79D33EEE8B0DA153B0410AA5E3C87C /* FBSDKError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B941D835EF945D46304763BF3BF22DC3 /* FBSDKShareDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA88CD4FEA8E945827CB18E4B7301D1 /* FBSDKShareDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9670D886A95B11200609EF7E6526BD1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + BA12B131F10BCE3BE6E9A02FC908FE9D /* EXPMatchers+beCloseTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CF948B3669B51DC55B0062C7CDB9DF1 /* EXPMatchers+beCloseTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + BAE667128DD0CF6A2FF99B8FF068C49F /* FBSDKBridgeAPIRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AEDFC37BA0799EC2BCF7AD1E6A0325F /* FBSDKBridgeAPIRequest.m */; }; + BAFF30C8BB8A6FD018F57EE643AB5A24 /* FBSDKAppEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = D0FAA154336F41C126ED047D513EF9BA /* FBSDKAppEvents.m */; }; + BB62B38C5AE87EB9F1A3CDDF395888E0 /* FBSDKAccessToken.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6C2C36ED1EC90202DD536FBC421BFA1A /* FBSDKAccessToken.h */; }; + BB72447AE168D9ADDDDEC9303BF5EDF8 /* FBSDKGraphRequestDataAttachment.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 47327B420146316300628549F787F8C8 /* FBSDKGraphRequestDataAttachment.h */; }; + BC55C8365AEFF8217F6A567607754854 /* EXPDoubleTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = CB18F6720CF47E6C8E3651620062E2E0 /* EXPDoubleTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + BC63A115FE14B49663B95CA13192F572 /* FBSDKSharingButton.h in Headers */ = {isa = PBXBuildFile; fileRef = DB3214C843960367250516F2D11CC16E /* FBSDKSharingButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BCDC86A74BE28C44660A70F4C1F103EA /* UIDevice-Utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 95FB2ADE8C46C240697F6AD15DBFAEFB /* UIDevice-Utils-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD9DA5293114BC5D99E8120ED39D5A04 /* FBSDKKeychainStoreViaBundleID.m in Sources */ = {isa = PBXBuildFile; fileRef = C4F95DF377139D976DEE24CEECBB7F03 /* FBSDKKeychainStoreViaBundleID.m */; }; + BDAA0F2D337C0AE260C95A7D50B65A85 /* FBSDKGameRequestFrictionlessRecipientCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 54B52924697544846010984492FCD652 /* FBSDKGameRequestFrictionlessRecipientCache.m */; }; + BDBF7EB2A751AE50B3BC5EA9D1D9D555 /* FBSDKGameRequestContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 604CE65E602DD048191E48D232963E92 /* FBSDKGameRequestContent.m */; }; + BE4A35631FC59F9EBEB486044401D323 /* FBSDKCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FF23E0142D4FA8587CC23F3C542155A /* FBSDKCrypto.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEA0D39D14AD866781796B9C6B09F9F6 /* SPTExampleGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BA82C2EED569E41834A29BBAD3AE67F /* SPTExampleGroup.m */; }; + BEFFE9FFE52E9A0833A7D2D8FB67EB4D /* EXPMatchers+beSubclassOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EBCA7101D5A3563E0C15875764CFD0D /* EXPMatchers+beSubclassOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + BF7DE969D16104EB45811FA03B0C3B45 /* PNObjectConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = A54BAE87B0E11319B148A3A587C5C273 /* PNObjectConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BFB5375E08114AA9198ACA9F67866236 /* PNObjectModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E4E979ACFF415459C58E75ECC12A134 /* PNObjectModel.m */; }; + BFE8E4EED3C4FF8094319153094100CD /* FBSDKTriStateBOOL.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C7A5BBB21C4BA9A224A8D555B912C75 /* FBSDKTriStateBOOL.m */; }; + BFED925EB94280480AA732F3D05C4BE9 /* FBSDKLikeControl+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = B48C0D46CEFD9C6625668B962927E4D6 /* FBSDKLikeControl+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFFA5894CC2FAA27699FD628AE843799 /* CocoaSecurity-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E98C21E3A7EC4BE755A2A5C5852072B /* CocoaSecurity-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C0E3BE017747C2AA0363A30A9E77FA84 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + C0ED90612B3A858D0EC256A9B4B58519 /* PureLayout+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DC4EAA9E17187E73A954B50BB190314 /* PureLayout+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C186D00BB65A9AEC5991C17B19AD12D3 /* FBSDKLikeButton+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A0FCF2C3405378A65CB656A00D634FE /* FBSDKLikeButton+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2DD28375E1F0B1D0D1D2E4E607C499F /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = DBD43E0FB73D08484C7543D4AE5E713F /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C36804844322E4EE1712F84E089ED775 /* FBSDKLikeDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 47AF435A5B6DFD40C3DF7311F20D95C8 /* FBSDKLikeDialog.m */; }; + C419EDB3DF8CB5A6BDC560A8DFFAD120 /* FBSDKAppGroupJoinDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 51C107211387C44010FD465D019AD506 /* FBSDKAppGroupJoinDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C45BD0762A3F32FC005B35F857C2D38C /* FBSDKShareVideoContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 499F6CD0A4D20FA636873C5298D34F06 /* FBSDKShareVideoContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C4694B78FC525E2C52C4E84EECA4234D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + C583FF6D5F3A73498E46D8D80B21E3DB /* FBSDKLoginKit+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 93D2C837D2238CCE610EB5F4B953C7AC /* FBSDKLoginKit+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6354FEC7728A4C86DAD8092509BA7D4 /* UIRefreshControl+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 984E0E2FEC4E2898D4478ECB86229250 /* UIRefreshControl+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C6E9B0A908F410317F2DBBECA0944AAB /* FBSnapshotTestCase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9644FC2752AE781A2385FDEFE3F274B9 /* FBSnapshotTestCase-dummy.m */; }; + C7BA49564BC2BCDC3415CF9A1ADC8FF3 /* NSUserDefaults_AESEncryptor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 419C46456BD485C12341803527F18516 /* NSUserDefaults_AESEncryptor.framework */; }; + C7E36EFEC52D3C6B4BAD80DF87BF81F0 /* FBSDKLikeActionControllerCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B333A2BE8364CEDF0028F1825EFD4FA1 /* FBSDKLikeActionControllerCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7F74D39A93BBA300670D3C5D8C8EAC9 /* FBSDKLogo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D9229A149F757CCBCBCE9D3CF9CC4D7 /* FBSDKLogo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C999F4F2377B0A4989747A6E2FF12824 /* FBSDKAccessTokenCacheV3.m in Sources */ = {isa = PBXBuildFile; fileRef = 315246601A0A8C2A2568FBBE5FA1BE1C /* FBSDKAccessTokenCacheV3.m */; }; + C9B57D939AB4480C7A93482A12D87C4B /* FBSDKLoginCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E1A6EEA3088685B9A9FFB4523FA80DC /* FBSDKLoginCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAC483EF637FB4A2C2E2FC75BA631B87 /* AFAutoPurgingImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DFC1FEAF91CFCB1A6803FBBCD34F4A3 /* AFAutoPurgingImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CAD619F21A98965A67142D9C03D4DEE0 /* NAKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 5517A0D66695D59C4FCFA71B35E75C1D /* NAKeychain.m */; }; + CAF0435ED0DFD398908923904EBC326C /* BFMeasurementEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DC195FC652AD2F55832D265889CC5B7 /* BFMeasurementEvent.m */; }; + CB62E2E929C227DBA2E982337C7550BD /* KeccakNISTInterface.c in Sources */ = {isa = PBXBuildFile; fileRef = E0F74B964341D7CEB90BDE11717EC2EC /* KeccakNISTInterface.c */; }; + CBB0ECA79704A5C406450B85CF2166E2 /* FBSDKAccessTokenCacheV4.m in Sources */ = {isa = PBXBuildFile; fileRef = EB1459F19F5DFB6C5BA02120B48BDEA4 /* FBSDKAccessTokenCacheV4.m */; }; + CC27931BF42C946771AA5A66FA703D6B /* FBSDKLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 9733D2E9FC25A3FD185E501F8FBEE377 /* FBSDKLogger.m */; }; + CC911BC6D29AB474A3A9F776BC04BBCC /* FBSDKShareVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7413586DB8F1B13C8708A8AC9A86F077 /* FBSDKShareVideo.m */; }; + CD11B572C0245E5444BB56494A3B3D64 /* FBSDKDialogConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 132BF416536D19040AE45C5874827BFA /* FBSDKDialogConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD224C38C2785D1A525A6E15662F1CC5 /* KeccakNISTInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = FAED273C5B965341995178AC4D6B2537 /* KeccakNISTInterface.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CDCBA43CAD64C2BE9394FB050AA8B335 /* CodFis+Helper.h in Headers */ = {isa = PBXBuildFile; fileRef = 31F3DD5C803FCE8AACBAB372E2EF22B2 /* CodFis+Helper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE3F4ECBB0BC095577D66AE50C8E604C /* EXPFloatTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E48149F7DF147C8AEFA22613BFACBEC /* EXPFloatTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + CE91E0B7C2BF362403CB3A75E69AA061 /* UIImage+Snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 421151B34ABE7105B32DD28AEFA3F22D /* UIImage+Snapshot.h */; settings = {ATTRIBUTES = (Private, ); }; }; + CEC382CA17D24F65E41078E033C9EBB0 /* nv_ios_http_status.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5098F0400412D237D349973F15A5A5D7 /* nv_ios_http_status.framework */; }; + CF7444C64BC44FF4D52DF95F65003A47 /* FBSDKBoltsMeasurementEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = FA920C1A5FEE846E3F0EF2A03B41B4FD /* FBSDKBoltsMeasurementEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF76D6EA339E5B8DB5939726197B1105 /* FBSDKProfile.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DC518AEF56515041F3EF08EE2359DD98 /* FBSDKProfile.h */; }; + CF91C79C2D8D491BFCFEE85744C69EB9 /* brg_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = AD60D3888C90B0F1DC7AFF15D5B6BBDC /* brg_endian.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CFA8D6B529A0EBFF0316F2629AB2556E /* AFImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 51F5626378278570E9778467F6CE0CEF /* AFImageDownloader.m */; }; + D02ACBA2A4AFC9D855CBF9AE94587A3B /* NANSMutableData+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = CA2CB783ECD25587FB00624CE0AB3218 /* NANSMutableData+Utils.m */; }; + D06C35047988D22A1DFA319DB6ECA8D0 /* BFAppLinkReturnToRefererView.m in Sources */ = {isa = PBXBuildFile; fileRef = E67782128955791D513B5030B6D2D721 /* BFAppLinkReturnToRefererView.m */; }; + D120D86361651E55859D77AF662140BD /* AFOAuth2Manager.h in Headers */ = {isa = PBXBuildFile; fileRef = 754A339079A143FDCBA1E2522979E640 /* AFOAuth2Manager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D1257B0AD51234A7047D3CCE518426E9 /* FBSDKShareLinkContent.h in Headers */ = {isa = PBXBuildFile; fileRef = E8A650BACB0E1E32EE270693F9FD84EE /* FBSDKShareLinkContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D1634238166E52119AD66B33DA845140 /* KeccakF-1600-32-s2.h in Headers */ = {isa = PBXBuildFile; fileRef = ECE43C2DD03985F3317BB47398DD6A30 /* KeccakF-1600-32-s2.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D181FA8D3863D4294F5CD912DBEDA7C2 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A88B715BAC45F633959A65C2E5C6300 /* XCTest.framework */; }; + D1C8131DAEFE2AD88BC911932EAE1368 /* StrongestPasswordValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 77F4EA56037ED3422AE7570F59BFE975 /* StrongestPasswordValidator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D1E9E55D21C92E33ACE7E911BCB96269 /* FBSnapshotTestCasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 47B01DB9A332C816A1CA2D74A4A2EA24 /* FBSnapshotTestCasePlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2FA291DD639A8F4CE0D2EC28CD65057 /* FBSDKLikeDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 94FA85BAD78251B84AAD4AC232D37315 /* FBSDKLikeDialog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D323A5AAA18E104407BEF9A1C6F039F4 /* FBSDKURLOpening.h in Headers */ = {isa = PBXBuildFile; fileRef = 24DD323A762754CD4D38F86486881A38 /* FBSDKURLOpening.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D43EB60615448D41F5B6D038EF508C37 /* FBSDKServerConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 43426EBD1AE2D489A6712A66C9C466A9 /* FBSDKServerConfiguration.m */; }; + D46DB970A24693D6F6D5EE19333FBE59 /* FBSDKMessageDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = A617FC5E2DD3115AA042D721552470ED /* FBSDKMessageDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D4835890F05659C261959725C53CC8D1 /* FBSDKShareOpenGraphAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B9DCDEAD0BC31D6011C59FC9BD2D0BD /* FBSDKShareOpenGraphAction.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D536FC956904C4A4CF8D9202D788F98F /* FBSDKAccessToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C2C36ED1EC90202DD536FBC421BFA1A /* FBSDKAccessToken.h */; }; + D5ABADB4F214A506F76B6437E646FB8E /* FBSDKSettings+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = A4202C31C791397643652B152BBCE096 /* FBSDKSettings+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5F8C5492512E2BD458325B8491C6EED /* FBSDKApplicationDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 55E8A79A6BFBCF6F613FD4F6F825D53D /* FBSDKApplicationDelegate.m */; }; + D7118C8C970E476D4ACF63E358258136 /* FBSDKShareButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 192670155DC824CED3032DDA12C42590 /* FBSDKShareButton.m */; }; + D73688A70800307D9448F963DC921B82 /* CodFis+Helper.m in Sources */ = {isa = PBXBuildFile; fileRef = A7F849AA5BB7A58C221C7408499AD24B /* CodFis+Helper.m */; }; + D767E76ADDAB5CEA4B9B324A15A20ED3 /* FBSDKShareDialogMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E7C13158B726A6C318D753115D29D9A /* FBSDKShareDialogMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7FA6C12672CBC4EA8AD467141A6D01C /* NADigest.h in Headers */ = {isa = PBXBuildFile; fileRef = FA5479946450ED02B0CDCC896549FDCB /* NADigest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D80E3A1971AF7FDCE82F3241BA53B59B /* FBSDKLoginKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 78DECC6463FC8751C80DDE64DDCEFD5E /* FBSDKLoginKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D83677C54D2226C67886A525B0B46FBE /* EXPMatchers+beLessThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = EFDA625EA6E913B83E6E3B81AD22B9B7 /* EXPMatchers+beLessThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + D850A8DA79AC08E12FF8C2544FD08F26 /* FBSDKTimeSpentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 113836F233CE3267194C751D245BD642 /* FBSDKTimeSpentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D87E507EE5C6A61CAB53FDE43559B9F9 /* KeccakSponge.c in Sources */ = {isa = PBXBuildFile; fileRef = 14D50D04BE4021BC628AFFB630AA617C /* KeccakSponge.c */; }; + D8DDC1FE940EA061A264799704714161 /* FBSDKCheckmarkIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = 13BE7B654648C7A428287C3B3FBDF300 /* FBSDKCheckmarkIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9C9B21422DA694F0D84EAF37A7200AD /* FBSDKPaymentObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 89273B1AC48F1B360518F4A384208BD7 /* FBSDKPaymentObserver.m */; }; + D9F4E833E37B611B432F6B5D7072DDA2 /* UIProgressView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A136315A37D0F782CEC90BD77CF206 /* UIProgressView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DAA37C4CD213B2861ADD1B7603D4D21F /* FBSDKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A102D62E8DC59EC54199023E69A4844 /* FBSDKInternalUtility.m */; }; + DAD7738518AF36481D5D11A4780B2848 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + DB2B67CAFC71813E233E5B7724BE0791 /* FBSDKProfilePictureView.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F34F1A867F9F70C0A7E8E53A809E2DD /* FBSDKProfilePictureView.h */; }; + DB30F82FB1BE083D9471B965FB500CA2 /* EXPMatchers+conformTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 6912A0B32C2F7129A6BC3545805E4371 /* EXPMatchers+conformTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + DBDB67C484DC1BA7C87C251677DB96D1 /* SpectaDSL.h in Headers */ = {isa = PBXBuildFile; fileRef = E2A974A25B5A10150640A1961BF77249 /* SpectaDSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DCAE6DB7E24A9C0C2E5F95A9FB8F4D74 /* XCTestCase+Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = 944242F09A5CBEAB38846C9DFB5E9CA6 /* XCTestCase+Specta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD6C44C96850BCF015ECB9F6D75616E2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + DEE8F8E9808D83A26C64B6E6ECDA72D8 /* BFWebViewAppLinkResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 40DA5413671729C27B969A7FA3FB1C95 /* BFWebViewAppLinkResolver.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DF6BF523EB9180309F1EEF0C6915CF96 /* AFJSONResponseSerializerWithData.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6F950014B496ED07A9A7EFB4EBAC3B /* AFJSONResponseSerializerWithData.m */; }; + DFFA215EEAA8DDBD540076927535275C /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 81493C7AB69E65B0E8372C3535AE88B9 /* AFURLRequestSerialization.m */; }; + E0A077DFB064B79685B810CCEFB2F1EF /* EXPMatchers+respondTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E7C79224C54239C3A5E21BECA4FA4C7 /* EXPMatchers+respondTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + E0AAF49134A0505DF00E20E7B62087E1 /* EXPMatchers+beIdenticalTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D9526013F0A33162931993059BBEC10 /* EXPMatchers+beIdenticalTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0D4045AC4C1B41917FCA23A042D18B2 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8343109F5A5B70FE38D5535F08523CE0 /* AFHTTPSessionManager.m */; }; + E10811B5E4578C31FB675361C99EDED6 /* UIImage+Compare.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F20615AD1C574C409FAC6108846E9A0 /* UIImage+Compare.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E113030462AD8FB83B155414E775DEFB /* FBSDKMacros.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 749F255409C1F5936652A4DB0628B989 /* FBSDKMacros.h */; }; + E116D580872542237C78668D2DA28095 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + E172FCA4494C73E671A8B198BFD7CF31 /* SPTExample.h in Headers */ = {isa = PBXBuildFile; fileRef = CE637D512B97881021A5F75D6FB6928E /* SPTExample.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E1A545D3C101CD9D652565A63F65FA91 /* FBSDKCoreKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F85CCE5CF7042F095C6F91F1241ADF0 /* FBSDKCoreKit-dummy.m */; }; + E1EC4532663CA75DE5BD00CB0A56814D /* Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = EC100484AA77E58BDEBDC728D30A2F6C /* Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E202FA16CD9472E2472690B3413291B8 /* FBSDKBridgeAPIProtocolNativeV1.h in Headers */ = {isa = PBXBuildFile; fileRef = DCD4338D5900528ADCB65B3D4F13A27B /* FBSDKBridgeAPIProtocolNativeV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3C61206BEDBA3EBAA0A69B51DE0F3AA /* FBSnapshotTestCasePlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = A73B5E1041A9CFA326C8299D2134655F /* FBSnapshotTestCasePlatform.m */; }; + E43B4B0C17AB97DE5D5F168A1146052E /* FBSDKUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 71C45CE9F343179695F0A86DA2CDCD5B /* FBSDKUtility.m */; }; + E4AA4A6081D98F1090BE4A64673608B2 /* NSDate_Utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CCE0A94D1B18867A052B60D228E9A29B /* NSDate_Utils-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D3C159E4A8DD217E6CEFD6F9549DBC /* FBSDKIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = B4F78A1159D01CCD0E519B15326ACA2D /* FBSDKIcon.m */; }; + E4EC16570D46F25B3BD2830D65C06AE5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + E53C7DCFB48289382A67508217D07073 /* FBSDKWebDialogView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FBD6CE0E5F71722B10D8165F15E25DF /* FBSDKWebDialogView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E66A0248B1EFD2E312A3D47DB9BD8F74 /* FBSDKProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = C04D930C00929E86F42121F90769A537 /* FBSDKProfile.m */; }; + E735386085CE344F6A01178CF4763852 /* EXPMatchers+beNil.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C89B575425D4CE5A502B1F98A4B87EC /* EXPMatchers+beNil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7360EED52B408BE8FDBA494E4A45327 /* FBSDKCloseIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = CE1D87641A9D0BB4CC6DC4AC1E75F721 /* FBSDKCloseIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E753834535C79767BC82A8304996B109 /* FBSDKLikeControl.h in Headers */ = {isa = PBXBuildFile; fileRef = B1C6E414F20F18AB02A531CAEFEB2C7A /* FBSDKLikeControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7988678C81F7CCB95D239375FC6986D /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = DFFBFA3F2CF0EFFC5D03A6997677DA13 /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E83D085E1702EBF2941B74E83778AD3E /* Bolts-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 49528E15377F148738258A9E885728F9 /* Bolts-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E9602FBF9DAF012DD2C03A2ABB380632 /* FBSDKAppGroupAddDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 8348CE5285E6F51739D8AAFB48864145 /* FBSDKAppGroupAddDialog.m */; }; + E9D83491F14994CEC10D9722F98C2621 /* FBSDKTestUsersManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 82B1804349C0F69DB9664707AEB75F7F /* FBSDKTestUsersManager.h */; }; + EA1A6647EEFE029A2C2F6EC712A2A4C6 /* CodFisResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = A02FBCBFACC820260B2DC0FBB75CA5A4 /* CodFisResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA840679AC9463E0E3D371FCC3466B0A /* EXPMatchers+FBSnapshotTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B38E2E0F5526F0DCF76C069288CAF04 /* EXPMatchers+FBSnapshotTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EB48263D92C7471B431BCD305F3B9C98 /* FBSDKAppEventsUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = B5A5FE1F9B77B94D5E11D62B9F19DD67 /* FBSDKAppEventsUtility.m */; }; + EB6F758820BB466F4B6FD2474F8317DF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + EC7CADE416A78A1CD6936018A6695126 /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 880CC385A45D01CFA3CC4A5DAD05DFEE /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED33258049A896A11AF6706306F20E45 /* NSUserDefaults-AESEncryptor-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ED6FE09E54B83AE1F5D8303903AE9B59 /* NSUserDefaults-AESEncryptor-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED8E8565CE822D9F63077227C44F8EAA /* FBSDKCoreKit+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 149E2B540DB3F47AD1603549D9D99B54 /* FBSDKCoreKit+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDB2130EF73D5EED8328A39EE245953E /* FBSDKProfilePictureView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F34F1A867F9F70C0A7E8E53A809E2DD /* FBSDKProfilePictureView.h */; }; + EDC1E9A948717C646535CD78857EF841 /* FBSDKButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C6D4FC68CACC097DF3E01B0E29B14F9 /* FBSDKButton.h */; }; + EDD254449CD8FF482448772C604D758A /* FBSDKLoginKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D9D888E7D9711524F6B9AA9725951F4 /* FBSDKLoginKit-dummy.m */; }; + EDEE3D0D44B63270AC3F0A1F7E595450 /* BFWebViewAppLinkResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = 589EC8EBE322E832BEED2F0AD1B31ED4 /* BFWebViewAppLinkResolver.m */; }; + EE5842CD8CD4FF874610FF07CE8F5E77 /* CodFis_Helper.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C1F0BF2C43242FA29D72B2EF4F056E16 /* CodFis_Helper.framework */; }; + EE7F7D3CA0C1493CDBE5E67A516E4456 /* FBSDKAppEventsState.m in Sources */ = {isa = PBXBuildFile; fileRef = F420BE963855B69C62637E33D6C05A31 /* FBSDKAppEventsState.m */; }; + EEADE26AEEE95AF121B8D39CEFDF9044 /* FBSDKShareOpenGraphContent.m in Sources */ = {isa = PBXBuildFile; fileRef = DFBB857C217A8E36D80AD983839940CA /* FBSDKShareOpenGraphContent.m */; }; + EEB93CE55083DA77EB9ABB52182D3628 /* BFTaskCompletionSource.m in Sources */ = {isa = PBXBuildFile; fileRef = B5CBD9ECFD7BB6FEB6CFDB8610DFE58F /* BFTaskCompletionSource.m */; }; + EED85CFF38F44EF6AD8DECCCF1D5DF39 /* KeccakF-1600-unrolling.h in Headers */ = {isa = PBXBuildFile; fileRef = C384B2A153246EC65E7B24F134911BA4 /* KeccakF-1600-unrolling.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EEEFFCBA7E64D629BE5E57815DB49042 /* FBSDKSystemAccountStoreAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8628089100EFBF497CA59F7366D812FA /* FBSDKSystemAccountStoreAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF6497EE123F6BC0C1B09717437C5908 /* EXPUnsupportedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 22DA02E197D4B1F7B4694EE679E3FF1E /* EXPUnsupportedObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + EFE77D3F55F4A07C39B370B81B92F49F /* FBSDKAppLinkResolver.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6FB8A12FDEDD1CE9C6604B032B14446 /* FBSDKAppLinkResolver.h */; }; + F070B95360E14EE8E51A72DD0A218B99 /* FBSDKAppInviteContent.m in Sources */ = {isa = PBXBuildFile; fileRef = EB7D46C627687CA20F50B5D94AB1B605 /* FBSDKAppInviteContent.m */; }; + F0DDF02A078B917997FF025BB33BB842 /* EXPMatchers+conformTo.h in Headers */ = {isa = PBXBuildFile; fileRef = A14FA33C40A93908FC333642C979EE7B /* EXPMatchers+conformTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F0FCD44F0773C0006FACAF9BFC1A0A03 /* PNObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE0A72CC75BA228E84BEE9868C45D29 /* PNObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F12D57414A73406831CC032A7170DBFF /* EXPMatchers+beginWith.m in Sources */ = {isa = PBXBuildFile; fileRef = C2A11B1D6BBE22BACC0F87029FAF8782 /* EXPMatchers+beginWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + F1867C99D4A92FC191093E4901E463B5 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A88B715BAC45F633959A65C2E5C6300 /* XCTest.framework */; }; + F1C7451C6DB8D385D9B3185277AF839F /* FBSDKMessageDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = BC51B6478BFEA68A8F78555A7D72BCF2 /* FBSDKMessageDialog.m */; }; + F26833B757BC82F1FE254143E86A9C0D /* AFOAuth2Manager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EFC308BAA509D85B67F0AFAA8B51D73 /* AFOAuth2Manager.m */; }; + F294B75539C74EDB0B55D2350874A225 /* FBSDKLoginButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F08E1614B97C3D23974F2B72819A693 /* FBSDKLoginButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3A1BD732F01439059FBC32F63E08946 /* FBSDKButton+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = FF6FE866142E80814A309EB08855B680 /* FBSDKButton+Subclass.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3D322FD5107531DBF87056174D8B587 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */; }; + F41209A94070904A00BDF24ACB6336B6 /* EXPMatchers+beFalsy.h in Headers */ = {isa = PBXBuildFile; fileRef = C2EE529FA0AB181B4A78AB2A55565A21 /* EXPMatchers+beFalsy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F43554CAEDA7EE6D2E3B1DA2F60768EC /* BFExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EB45F48B34F7435FD24C5A3D33B503F /* BFExecutor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F47EE42CFAE342AB4B79F55D789C5CC9 /* SpectaUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AE848BE1AAE4EA7DFC4FBE4C6A27DFE /* SpectaUtility.m */; }; + F51B742DACDE7D12F1C3015628603542 /* AFHTTPRequestSerializer+OAuth2.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C46F91771B5147B0088A10778018A64 /* AFHTTPRequestSerializer+OAuth2.m */; }; + F58F9BC7759BB8A5007B8821A275AEDD /* FBSnapshotTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FD82B50F6F18A70775DE065F1DF098A /* FBSnapshotTestController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F59074ABCB5D041E88E13F78BCE25BE6 /* BFMeasurementEvent_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = F512EEC5B88F735D9396B58734B519D7 /* BFMeasurementEvent_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F5F9597A3167E2AE7937E6CF4BD09AB8 /* FBSDKLoginCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C2AA9E5D127BCDF36465A8FAFF670F5 /* FBSDKLoginCompletion.m */; }; + F65411E9EF00A9BB39D6BD1521A4F3FD /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B44450515FEA107398E341DDF59630A1 /* MobileCoreServices.framework */; }; + F6A2F44538464666F32290DC077EEC4A /* FBSDKErrorRecoveryAttempter.m in Sources */ = {isa = PBXBuildFile; fileRef = 91D2B83E75F81F59834B3E7A332D6556 /* FBSDKErrorRecoveryAttempter.m */; }; + F7097A4E42600080F17AE6FF60DFC624 /* FBSDKGraphRequestConnection+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 29DD6A21C0410C4C3CD78A3B2F893AE1 /* FBSDKGraphRequestConnection+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7347B4C4591C327B90F876A059A7BFE /* AFJSONResponseSerializerWithData.h in Headers */ = {isa = PBXBuildFile; fileRef = E482525BB0905203F6A2A7E8CC768754 /* AFJSONResponseSerializerWithData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7581524FBA63576F76650BAC9B15C04 /* FBSDKLoginKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8086F1ECE22639D9A92208CF589BD346 /* FBSDKLoginKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F75CB2A727F678C9A848A3A11EA7979B /* EXPMatchers+haveCountOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 944AABF6EED58809913F1938878390E4 /* EXPMatchers+haveCountOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F818CA8BDFE1259CEAC22A2236DD4EDD /* NSString+Helper.m in Sources */ = {isa = PBXBuildFile; fileRef = 99AF3DEEDBBB298974D42DD1FA75CBD0 /* NSString+Helper.m */; }; + F8C6F4B226B41C1CDB49F244FA09A221 /* FBSDKAppInviteDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = CE882E3AB808501F71530802959A07B8 /* FBSDKAppInviteDialog.m */; }; + F955C20213D1E3DB337B960F88B75914 /* FBSDKLikeObjectType.m in Sources */ = {isa = PBXBuildFile; fileRef = 48C37B0BEBC08D94DA5F1960CFA396F6 /* FBSDKLikeObjectType.m */; }; + F9BA81C41C3DDABA6BEC897850E45D8D /* _FBSDKLoginRecoveryAttempter.m in Sources */ = {isa = PBXBuildFile; fileRef = A5EFF5314C708D5DCC7AA6530F4F20B1 /* _FBSDKLoginRecoveryAttempter.m */; }; + FA19FBA2716C1914A35F077F6FC828E6 /* FBSDKTimeSpentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 83CF9F598A378ECB92C79262D988BEF2 /* FBSDKTimeSpentData.m */; }; + FA29548E1469C36ED1FDCB5B197B1455 /* FBSDKAppEventsDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 323F562827DAE7B5959ABBF6AB5D57D4 /* FBSDKAppEventsDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA839F20BC13A260E089D374CAAB584E /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A88B715BAC45F633959A65C2E5C6300 /* XCTest.framework */; }; + FAF1D503EB3C6F7D07BEB4A1B4C6ACB9 /* BFURL.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D31CFA004A707B6C158E0FBDF7D5CCF /* BFURL.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FAFBA5728037DC7E5FF6B500CCDBF64B /* FBSDKAccessTokenCacheV3_17.h in Headers */ = {isa = PBXBuildFile; fileRef = C729C32D5FEF4719A2F2531C5D417CDF /* FBSDKAccessTokenCacheV3_17.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB0431CF32781341437DA35F1D1B4BB6 /* CocoaSecurity.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C81B1B125B1E4DA2216A5757D65F35E /* CocoaSecurity.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + FB6DCDE092836B9A5F6C0DA90C4B030D /* FBSDKTestUsersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 41122604048D43A4DA14B1C76381DECF /* FBSDKTestUsersManager.m */; }; + FB7549AED3B510E676F2DAA0BAD007C4 /* NASHA3.m in Sources */ = {isa = PBXBuildFile; fileRef = 26422046775D771F4A7EC4C86A7E3E8C /* NASHA3.m */; }; + FBDA8421287447622632E1B2D1F0147F /* FBSDKMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 349AF51451F1496E8B68E77CDCB8F4B0 /* FBSDKMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC20596ABFE14A61F171A29FD03275E7 /* EXPMatchers+contain.m in Sources */ = {isa = PBXBuildFile; fileRef = 36B57F379C69ABF8B43141F3DBFF8FFD /* EXPMatchers+contain.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + FC45858927D3B6A0F922C4B697B04A38 /* EXPMatchers+match.m in Sources */ = {isa = PBXBuildFile; fileRef = 023C91065EEE2995D5705A2AD5D621AD /* EXPMatchers+match.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + FC72ABEFA1DDCA86CB758003E0C65264 /* NSString+Helper.h in Headers */ = {isa = PBXBuildFile; fileRef = F26272B7742D8B16E135347BFBCB8109 /* NSString+Helper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FCDC9C0B871F82CB1AEE73303F9A2927 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57062F44694E855010CE07F33F269B52 /* QuartzCore.framework */; }; + FD2D4497BC41412128C2D87C1BDE7398 /* EXPMatchers+beginWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F4FC88B6C259EE7DE6366CEB6965F0F /* EXPMatchers+beginWith.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FD3B526C33F59B142E0711990813ECBD /* CodFis-Helper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BBA36289A50D379C8BF1DD58EEB60475 /* CodFis-Helper-dummy.m */; }; + FDC186559A82CFFFAFE9704C705ED569 /* SPTCompiledExample.h in Headers */ = {isa = PBXBuildFile; fileRef = A5849263C46B80886928005F8F250369 /* SPTCompiledExample.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FE8E34356D24F6759A8B010ED2F5707B /* EXPMatchers+raiseWithReason.m in Sources */ = {isa = PBXBuildFile; fileRef = 8806D6DDD9EC3D0E11D1695FCBE3C536 /* EXPMatchers+raiseWithReason.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + FFC84177A7159D583B5A5B6A5D69BCD9 /* PEAR_FileManager_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A7072D26047300D029D3079E8ACCD56 /* PEAR_FileManager_iOS.framework */; }; + FFD438CB26C9A171280CE83C4B371997 /* PNObjectModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 55BF948C6032B6BD2E8C30833B2DA82F /* PNObjectModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0C0F8E8B73A919EBA4E9CF056AA363D8 /* PBXContainerItemProxy */ = { + 0812A81C8D8429C60FE05506A16FDF6E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 20B8A8681820FA8513BD7E48A85DC18D; - remoteInfo = NSDate_Utils; + remoteGlobalIDString = 07E7B1F2B822E2C3756A80B3A630FFFD; + remoteInfo = NACrypto; }; - 0CD167825DC3C6EBCB6F12FF7295B619 /* PBXContainerItemProxy */ = { + 084ECD926B43D7C77B83D8CF0AE383A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 3241BF41D67FE3979A15BEAA18A92CA3; - remoteInfo = "NSDate_Utils-NSDate_Utils"; + remoteGlobalIDString = 63A18C6A528BD7E47DDAF39B2AEAF1D1; + remoteInfo = Bolts; }; - 110B742FF30FC5157BD474CE54ED7CA9 /* PBXContainerItemProxy */ = { + 129CED387B7C1F3ADDA2D6959D460308 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 696DC08CBD3C0FD568286BDBAA47325B; + remoteGlobalIDString = 404EE043C7E580CAEA95F9A357C81415; + remoteInfo = FBSDKShareKit; + }; + 1499B473F7F5172316AEE9DB84FB168F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8C9AA22D1A042FA2D1BB0B695DAC1B62; remoteInfo = StrongestPasswordValidator; }; - 17BDC5509D4509049976A8518242BF03 /* PBXContainerItemProxy */ = { + 183781BB4684AB8EBD7CE6F032FB930F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 3C748212C173CFB68E606D9CE25722D3; - remoteInfo = RNCryptor; + remoteGlobalIDString = 90B2840AB96CFDCBD62C7A56DFD6562C; + remoteInfo = CocoaSecurity; }; - 1876653167F9A1DC5CFB6E89535A49CE /* PBXContainerItemProxy */ = { + 1D92A116B3FF366D95FE600A5E87B79F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 1C3436CEA5C3D39764C5F54374794ECB; - remoteInfo = AFNetworking; - }; - 28F15044017B0C9BD8CB2945A321D91B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C151757236ED425D4575FA96E3D67F5A; - remoteInfo = "NSString-Helper-NSString-Helper"; - }; - 2AED98184C06743F4A6D2D9374E5DAE8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 404EE043C7E580CAEA95F9A357C81415; - remoteInfo = FBSDKShareKit; - }; - 2CEA8448B2D6729C2A6875720DEB1F96 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 88643B90725E3BDB1F15DA88BB66A9C9; - remoteInfo = "nv-ios-http-status"; - }; - 2E02BFA69440770B44E79B5042EFF227 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1A54A167C32DFCCEA6CDB5334A0DB6AC; - remoteInfo = FBSDKCoreKit; - }; - 338508182D709CEBFC55DE8EC820BF37 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 404EE043C7E580CAEA95F9A357C81415; - remoteInfo = FBSDKShareKit; - }; - 3484B5DD08B7BDE56D49693AEE76F590 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A16BA43B8EB21BD50220570B52B1616F; - remoteInfo = "UIDevice-Utils"; - }; - 375056DCFEF4080310518704A56215AD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = B289CB22CC811B5C297D8875BA1D848A; - remoteInfo = PNObject; - }; - 393C74EA0B5448B730C910D7D50BA38D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6F621F2F34EEA2E2A05B25FA44939F5D; + remoteGlobalIDString = 933814502F34C61F1CE931BDE5926FE2; remoteInfo = "NSString-Helper"; }; - 3C6A7AEADAC32B49A9EA58A76D8954B9 /* PBXContainerItemProxy */ = { + 23A3AAF1CA04B0D019146D8AB0DDD843 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 6EDC37F3FA92533C6AC3562458AA91F1; - remoteInfo = FBSDKLoginKit; + remoteGlobalIDString = 2FFC9285C507681846C93EEDEE0FB684; + remoteInfo = PNObject; }; - 3FAD12CFA146E163BE7A7C211B209E99 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 619F0D28240534293108906FED04836F; - remoteInfo = "Expecta+Snapshots"; - }; - 4FCD74BA68C1A574B01555F824846CA4 /* PBXContainerItemProxy */ = { + 2A7A6826FB0E3D4837FDD5A7910F6FA7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 88643B90725E3BDB1F15DA88BB66A9C9; remoteInfo = "nv-ios-http-status"; }; - 51E5E0E0358657D1ED056EEC636D9FE5 /* PBXContainerItemProxy */ = { + 31C01B0CD18933632EB7408DBE2398F1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39704F162130712391CF441D51F50591; + remoteInfo = PureLayout; + }; + 330E3FB56C3F0754C00F365443C942F2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 44E0A443C7B5AAF9367BC919E00F78FE; + remoteInfo = NSDate_Utils; + }; + 39EB530A7DD22C8C48E821BA9D02653A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = D07447EE3CEBB0BCB8D61DFCB8EA915F; + remoteInfo = FBSnapshotTestCase; + }; + 3A11E881FBC3CF14713329FA986F18C1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 1C3436CEA5C3D39764C5F54374794ECB; remoteInfo = AFNetworking; }; - 53BE8668B3C448AD516408856F64B4D0 /* PBXContainerItemProxy */ = { + 3ADB4C4F363B48FD66FD64222AC037B3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 9A86D57356F20F2D0E6A1DF60C124F42; - remoteInfo = "UIDevice-Utils-UIDevice-Utils"; + remoteGlobalIDString = B1C26CF5D7BC4752BFC1F8EAEE738DEE; + remoteInfo = "CodFis-Helper"; }; - 582174FA553F6AEF0197BF3FDEB0A85C /* PBXContainerItemProxy */ = { + 4465DEA1B5C65B559C6428801791AA84 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 404EE043C7E580CAEA95F9A357C81415; + remoteInfo = FBSDKShareKit; + }; + 49CF39CF9D2B207FA027C9F15F05E7FB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 1A54A167C32DFCCEA6CDB5334A0DB6AC; remoteInfo = FBSDKCoreKit; }; + 49DAB6C20D26460237880E657CD7C128 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 07E7B1F2B822E2C3756A80B3A630FFFD; + remoteInfo = NACrypto; + }; + 4CE017C9BB2F9E2D6308FEF9C6E6BD74 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 88643B90725E3BDB1F15DA88BB66A9C9; + remoteInfo = "nv-ios-http-status"; + }; 5942476AD09356C4EB89789F19208560 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -785,167 +817,195 @@ remoteGlobalIDString = 1A54A167C32DFCCEA6CDB5334A0DB6AC; remoteInfo = FBSDKCoreKit; }; - 64824134F85EBD7F92DDCA213370E4D6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3C748212C173CFB68E606D9CE25722D3; - remoteInfo = RNCryptor; - }; - 67D8DEAF5ABBC07A632AF3476E8F61A2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3C748212C173CFB68E606D9CE25722D3; - remoteInfo = RNCryptor; - }; - 6E76E0D2557513CF9D4D9031E4DA62E5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 20B8A8681820FA8513BD7E48A85DC18D; - remoteInfo = NSDate_Utils; - }; - 6F24BDCEBC39A28EBCFAD0180A7EDBC4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A16BA43B8EB21BD50220570B52B1616F; - remoteInfo = "UIDevice-Utils"; - }; - 75000DAD477752C3AC6516B0B9B56251 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0D888F29E05E498D0CD91A51D28599A5; - remoteInfo = Expecta; - }; - 776816FABAE1CDE0D505F291E71FD45D /* PBXContainerItemProxy */ = { + 59E7258F1317AC89F682B48E4204F20C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = BF088AF63E437970817C1E809577C700; remoteInfo = "PEAR-FileManager-iOS"; }; - 7A774F27853C3582EA11B6D13AE1D672 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 20B8A8681820FA8513BD7E48A85DC18D; - remoteInfo = NSDate_Utils; - }; - 7CA0C8255721FB2AF3218FBB745A61B6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A16BA43B8EB21BD50220570B52B1616F; - remoteInfo = "UIDevice-Utils"; - }; - 7F50E346E2789F6D78CDA6E42286A209 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6EDC37F3FA92533C6AC3562458AA91F1; - remoteInfo = FBSDKLoginKit; - }; - 83C10DE677A2F8EF8A9B3EB574180FFD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = D07447EE3CEBB0BCB8D61DFCB8EA915F; - remoteInfo = FBSnapshotTestCase; - }; - 8C53F4461C9D1CEF4ECD210F7D3831C7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = E14B7AF3D24BE951D0A73307B65567AA; - remoteInfo = "CodFis-Helper-CodFis-Helper"; - }; - 8CB2FE5F4C133B87AC9A33E217934B97 /* PBXContainerItemProxy */ = { + 5A3867BCBA9A675DDA26EC476574614A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = BF088AF63E437970817C1E809577C700; remoteInfo = "PEAR-FileManager-iOS"; }; - 90F9FBF95E6880F6DAB9D88F52473370 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = B289CB22CC811B5C297D8875BA1D848A; - remoteInfo = PNObject; - }; - 958AA7C828748DD52008C06259083C75 /* PBXContainerItemProxy */ = { + 5BB0FFE113726C01C4313A8A795975E7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 1A54A167C32DFCCEA6CDB5334A0DB6AC; remoteInfo = FBSDKCoreKit; }; - 96B8CDD895DC91DD558B4598B5111484 /* PBXContainerItemProxy */ = { + 5DEA0CE9D2B6668B30E7BA13BD6FD604 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 6F621F2F34EEA2E2A05B25FA44939F5D; + remoteGlobalIDString = CB10C2556DB4A96AB0846B2A1A030FAF; + remoteInfo = "UIDevice-Utils"; + }; + 603B5175A300C756A4A78FBBF748FF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 933814502F34C61F1CE931BDE5926FE2; remoteInfo = "NSString-Helper"; }; - 97AF319D526810A5E02D258CDBD7B3BF /* PBXContainerItemProxy */ = { + 60BF8288AC1D2AB50A63DF6462FA6335 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = BF088AF63E437970817C1E809577C700; + remoteInfo = "PEAR-FileManager-iOS"; + }; + 67C223C41FC8F4C3BE7490C180B049BE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6EDC37F3FA92533C6AC3562458AA91F1; + remoteInfo = FBSDKLoginKit; + }; + 71FA255690CC3AF809E1C180108F1EDB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8C9AA22D1A042FA2D1BB0B695DAC1B62; + remoteInfo = StrongestPasswordValidator; + }; + 7A69BDE10AF98DD5F84DB19D035E8DB2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = A9B93CAF9380B9A062D05C07FC77C9EB; + remoteInfo = "NSUserDefaults-AESEncryptor"; + }; + 7E5FA6CF08CB75950E850A0A0EFB0BEA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FFC9285C507681846C93EEDEE0FB684; + remoteInfo = PNObject; + }; + 7EBB2A2F8DB977A25B8D474876C13CCA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = CB10C2556DB4A96AB0846B2A1A030FAF; + remoteInfo = "UIDevice-Utils"; + }; + 83FED21D0DB2551DC340C02DD09B1BB0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = A9B93CAF9380B9A062D05C07FC77C9EB; + remoteInfo = "NSUserDefaults-AESEncryptor"; + }; + 8974E9CC766AE6BBB7CA151308304D5B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90B2840AB96CFDCBD62C7A56DFD6562C; + remoteInfo = CocoaSecurity; + }; + 8F94568AE0361355FDD8010B2E3FB0FD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 404EE043C7E580CAEA95F9A357C81415; remoteInfo = FBSDKShareKit; }; - 988A61EAE4BD33C0F1E196F96BFE91BB /* PBXContainerItemProxy */ = { + 911E9AAFF63B465A185AEE8B03E2BB74 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 6F621F2F34EEA2E2A05B25FA44939F5D; - remoteInfo = "NSString-Helper"; + remoteGlobalIDString = A9B93CAF9380B9A062D05C07FC77C9EB; + remoteInfo = "NSUserDefaults-AESEncryptor"; }; - 9C96F10EAC07713BC83FAC1AE6E68EC0 /* PBXContainerItemProxy */ = { + 98952AE3694B8C8B8A820375CE11C2B2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 63A18C6A528BD7E47DDAF39B2AEAF1D1; remoteInfo = Bolts; }; - 9F2F33A868D38D8DEF2CCD493B20ADCD /* PBXContainerItemProxy */ = { + 9B11F6123BF1C3125804E9B0C90DE03D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = F36421BE3CA2CFC3461C5BE492620FBB; - remoteInfo = Specta; + remoteGlobalIDString = 0D888F29E05E498D0CD91A51D28599A5; + remoteInfo = Expecta; }; - A1CF4B0C91C4F5AB6ED844A0E93FCD2C /* PBXContainerItemProxy */ = { + 9D9DC1C9AD4EDCDFE7FC3F8AD454B605 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A54A167C32DFCCEA6CDB5334A0DB6AC; + remoteInfo = FBSDKCoreKit; + }; + A1BE9ABC3EB0688CA082862266D34502 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 44E0A443C7B5AAF9367BC919E00F78FE; + remoteInfo = NSDate_Utils; + }; + A6F137614A3332DDFF881E603612E66C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90B2840AB96CFDCBD62C7A56DFD6562C; + remoteInfo = CocoaSecurity; + }; + A7013DB10E0A484AF7B9962B192595F9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = B1C26CF5D7BC4752BFC1F8EAEE738DEE; + remoteInfo = "CodFis-Helper"; + }; + AFF3B9A69D927EF5AF8648D0A61282FC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90B2840AB96CFDCBD62C7A56DFD6562C; + remoteInfo = CocoaSecurity; + }; + B0438BFE23CFC39E2E96C30A72BC2DE1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = CB10C2556DB4A96AB0846B2A1A030FAF; + remoteInfo = "UIDevice-Utils"; + }; + B3280E2C93A931B70F06B5EA986B2E9D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 619F0D28240534293108906FED04836F; + remoteInfo = "Expecta+Snapshots"; + }; + B73409454D354FB1224E679A3BC06016 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 88643B90725E3BDB1F15DA88BB66A9C9; + remoteInfo = "nv-ios-http-status"; + }; + BE6ED4FD1EC06567A0105BF29A9E4E6C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 07E7B1F2B822E2C3756A80B3A630FFFD; + remoteInfo = NACrypto; + }; + BECDDC0745F5C88A32BC89D54700B3E9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 1C3436CEA5C3D39764C5F54374794ECB; remoteInfo = AFNetworking; }; - A500AD659DA1E4DB35D853EC0D44B468 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = C0851D68DBB934EC9D9EB9D311094A6F; - remoteInfo = "StrongestPasswordValidator-StrongestPasswordValidator"; - }; - A5BAA654832B7D4EF7A09163C7510397 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8EACB2759BAA815FAC2E1B98932203D; - remoteInfo = "CodFis-Helper"; - }; - B32BF74C12B1F9E12E1EEED25D335B60 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 823DCC47A39BF05022FD243FFA57350E; - remoteInfo = PureLayout; - }; C1D515C316B5D5FE5C581F2529C4666C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -953,26 +1013,12 @@ remoteGlobalIDString = 63A18C6A528BD7E47DDAF39B2AEAF1D1; remoteInfo = Bolts; }; - C24D823B2F7EA35FBE5BF3A58575E39F /* PBXContainerItemProxy */ = { + C331E9CCDA8284CB1097D913F5D345F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 696DC08CBD3C0FD568286BDBAA47325B; - remoteInfo = StrongestPasswordValidator; - }; - C384052F7AA7D08E000424DE270EB279 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 88643B90725E3BDB1F15DA88BB66A9C9; - remoteInfo = "nv-ios-http-status"; - }; - CC3CBFB0561ED67B51C0008C309B6951 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 63A18C6A528BD7E47DDAF39B2AEAF1D1; - remoteInfo = Bolts; + remoteGlobalIDString = 6EDC37F3FA92533C6AC3562458AA91F1; + remoteInfo = FBSDKLoginKit; }; CCF83280732A67033B72EE54815FFD3F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -981,19 +1027,12 @@ remoteGlobalIDString = 0D888F29E05E498D0CD91A51D28599A5; remoteInfo = Expecta; }; - CD86A93C8846FF5A773D7F7FBD605805 /* PBXContainerItemProxy */ = { + CF9FA6AA45AD678770F376AF749FFF6E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = E8EACB2759BAA815FAC2E1B98932203D; - remoteInfo = "CodFis-Helper"; - }; - CFA9DBB873C5616E12FB50B4DAAE5D7F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6EDC37F3FA92533C6AC3562458AA91F1; - remoteInfo = FBSDKLoginKit; + remoteGlobalIDString = 44E0A443C7B5AAF9367BC919E00F78FE; + remoteInfo = NSDate_Utils; }; D14F7336F6970CF5EA3D085D7584DF5E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1002,6 +1041,27 @@ remoteGlobalIDString = 63A18C6A528BD7E47DDAF39B2AEAF1D1; remoteInfo = Bolts; }; + D7D0BBDCB99E270FE406A3C79963E143 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6B25CC9A9201E9CF730AD91ADD1B2FDC; + remoteInfo = Specta; + }; + D7FE54C5716BB44CA75FBCB46B1FF0D0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 63A18C6A528BD7E47DDAF39B2AEAF1D1; + remoteInfo = Bolts; + }; + DE8126E62230BA3A36CAD86B80001E76 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8C9AA22D1A042FA2D1BB0B695DAC1B62; + remoteInfo = StrongestPasswordValidator; + }; DFB7D8638BEFDCC4CCF33BEB67F1B89B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -1009,40 +1069,26 @@ remoteGlobalIDString = 63A18C6A528BD7E47DDAF39B2AEAF1D1; remoteInfo = Bolts; }; - E0DD39CAAFB312F800B3CF5DCB496849 /* PBXContainerItemProxy */ = { + E0C5953453E015C7B8B5FFB4B1C5929E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 696DC08CBD3C0FD568286BDBAA47325B; - remoteInfo = StrongestPasswordValidator; - }; - E1A919B9977FB460D57719F22929D3D0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8EACB2759BAA815FAC2E1B98932203D; + remoteGlobalIDString = B1C26CF5D7BC4752BFC1F8EAEE738DEE; remoteInfo = "CodFis-Helper"; }; - E64414A663DA182AD5EA29A599BF9603 /* PBXContainerItemProxy */ = { + E42EC834FE7F21B7F1B280C40F3229A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 63A18C6A528BD7E47DDAF39B2AEAF1D1; - remoteInfo = Bolts; + remoteGlobalIDString = 1C3436CEA5C3D39764C5F54374794ECB; + remoteInfo = AFNetworking; }; - E778550645B7ACFE61AF06F1572FB64E /* PBXContainerItemProxy */ = { + E912A2BCA043209309B72519B25774F0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = ADA721173AEF9DD576ACB9663713F3DD; - remoteInfo = "PNObject-PNObject"; - }; - EA7E27B6CB69CFE90723D7EE6EDC904C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = BF088AF63E437970817C1E809577C700; - remoteInfo = "PEAR-FileManager-iOS"; + remoteGlobalIDString = 933814502F34C61F1CE931BDE5926FE2; + remoteInfo = "NSString-Helper"; }; ED9B8F8F8F84D09DE8A86E81383E7B0D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1051,6 +1097,13 @@ remoteGlobalIDString = 1A54A167C32DFCCEA6CDB5334A0DB6AC; remoteInfo = FBSDKCoreKit; }; + F4559928D9F6C4306AF8B43DC5328C66 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6EDC37F3FA92533C6AC3562458AA91F1; + remoteInfo = FBSDKLoginKit; + }; F9BBA6CBCE0B1A136EAFACE5185B512D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -1094,720 +1147,776 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 015667A81F6FC724E311D564F751F8AA /* SPTTestSuite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTTestSuite.m; path = Specta/Specta/SPTTestSuite.m; sourceTree = ""; }; - 019D27ADA91B8FEB6E773BD22585422A /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; - 01F88E5AD62978F752DAC9898B20AC4C /* Expecta+Snapshots-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta+Snapshots-umbrella.h"; sourceTree = ""; }; - 024570ED2C04D7FACB7942AEDC6E6CB7 /* FBSDKCopying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCopying.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKCopying.h; sourceTree = ""; }; - 027063E0117D2454157B56D70FF67BC6 /* FBSDKColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKColor.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKColor.h; sourceTree = ""; }; - 028339F9423F30A373DB82CB09F0D4C4 /* FBSDKLoginUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginUtility.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginUtility.h; sourceTree = ""; }; - 031D832872DF068B7E2C88C49484CAAD /* FBSDKLikeBoxView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeBoxView.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxView.m; sourceTree = ""; }; - 031E45769F7897993E8EF5154A836176 /* EXPMatchers+beLessThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThan.h"; path = "Expecta/Matchers/EXPMatchers+beLessThan.h"; sourceTree = ""; }; - 0341647EC8481DF0005B85E6CCA0BDB0 /* FBSDKCoreKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKCoreKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 043E8816608FA82D825E1B097AC6F2A1 /* EXPMatchers+match.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+match.m"; path = "Expecta/Matchers/EXPMatchers+match.m"; sourceTree = ""; }; - 04B6FF96E22C297CEECBC7CECB2A661B /* Expecta.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Expecta.modulemap; sourceTree = ""; }; - 04E8B44D4D6D436319C146BB023059A3 /* BFAppLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLink.m; path = Bolts/iOS/BFAppLink.m; sourceTree = ""; }; - 05F4E660AEEDC05B4B42A80A61ABE458 /* FBSDKAppInviteDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppInviteDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteDialog.m; sourceTree = ""; }; - 062B2D28A1EAC9CD3F14D4C4B9CEF1B1 /* NSDate+NSDate_Util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+NSDate_Util.h"; path = "Pod/Classes/NSDate+NSDate_Util.h"; sourceTree = ""; }; - 08AA89639EB1EEF2AFC27DFA74D9F816 /* PEARFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PEARFileManager.m; path = "PEAR-FileManager-iOS/PEARFileManager.m"; sourceTree = ""; }; - 08EABDBB1872A8FF0094A19FC655AD7C /* nv_ios_http_status.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = nv_ios_http_status.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 09CE30467C1D28BCEAD4DE77B4C2E41E /* NSDate_Utils.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NSDate_Utils.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 09CEE404DAEE6949021744B7E9DB80E1 /* FBSDKGraphErrorRecoveryProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphErrorRecoveryProcessor.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphErrorRecoveryProcessor.m; sourceTree = ""; }; - 0A3DF7600DEB00BAC34120A9777E1A74 /* FBSDKDynamicFrameworkLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKDynamicFrameworkLoader.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDynamicFrameworkLoader.h; sourceTree = ""; }; - 0A65E4047F53D5007AC3761AA1F27797 /* FBSDKShareError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareError.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareError.m; sourceTree = ""; }; - 0A8D5F91E3E036CCC36AE6EED47590E6 /* AFImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFImageDownloader.h; path = "UIKit+AFNetworking/AFImageDownloader.h"; sourceTree = ""; }; - 0B0E176030973F1950CB5CE9BBC62B05 /* UIDevice_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIDevice_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0BA5E33D38BE6334E1755B0C20E24DA7 /* PNObject.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PNObject.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0BAA78AF7B596D75186ADBDCAE789650 /* SPTExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExample.m; path = Specta/Specta/SPTExample.m; sourceTree = ""; }; - 0BC932C7674764ED0A380050D42C5923 /* NSString_Helper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NSString_Helper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0BEE41EF79C9F45B946D8219276EB1DB /* FBSDKTestUsersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTestUsersManager.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKTestUsersManager.m; sourceTree = ""; }; - 0BEEBE46498B918C88D3D39400D42F1C /* BFURL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFURL.h; path = Bolts/iOS/BFURL.h; sourceTree = ""; }; - 0BF756E47E4D8D7EC739CBC9209B2397 /* FBSDKShareDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialog.h; sourceTree = ""; }; - 0C7B28A423EE8BFFDD6CA0E80FC2E780 /* FBSDKApplicationDelegate+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKApplicationDelegate+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKApplicationDelegate+Internal.h"; sourceTree = ""; }; - 0C90C2516D6FF48D6D46EC79C5EEBAC9 /* ResourceBundle-NSDate_Utils-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-NSDate_Utils-Info.plist"; sourceTree = ""; }; - 0CC2FDB1E73E42068C9B34807CC532F4 /* FBSDKGraphRequestConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestConnection.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestConnection.h; sourceTree = ""; }; - 0D908F53D6C6D4B0B6CB100B45A7E440 /* BFAppLink_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLink_Internal.h; path = Bolts/iOS/BFAppLink_Internal.h; sourceTree = ""; }; - 0DE1364F96B4E610C4DE91CF779B4EFF /* FBSDKGraphErrorRecoveryProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphErrorRecoveryProcessor.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphErrorRecoveryProcessor.h; sourceTree = ""; }; - 0E4AF82CA136279A9279CF3AF92CD10B /* Expecta_Snapshots.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta_Snapshots.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0E58D8A725B06266599FBA4D916EE3BF /* FBSDKLoginError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginError.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginError.h; sourceTree = ""; }; - 0E81589989E516062DB4219ABB7F73F9 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; - 0EE38D2200B1A63FE661CCE556A8AA30 /* PNInstallation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNInstallation.h; sourceTree = ""; }; - 0F5CCB7BF69E45AF8C1AACC8CD547CA0 /* _FBSDKTemporaryErrorRecoveryAttempter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FBSDKTemporaryErrorRecoveryAttempter.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/_FBSDKTemporaryErrorRecoveryAttempter.m; sourceTree = ""; }; - 0F79F69D5CF15A94063B66DD2E2B8053 /* PEAR_FileManager_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PEAR_FileManager_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 106FDB5348FD7288F67934FF3173E006 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/MobileCoreServices.framework; sourceTree = DEVELOPER_DIR; }; - 10E1B65976FD696EF47E5CDF3C3F3FC0 /* SPTExampleGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExampleGroup.m; path = Specta/Specta/SPTExampleGroup.m; sourceTree = ""; }; - 10FAA02D1E778815C50AD69908748415 /* CodFis-Helper-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CodFis-Helper-umbrella.h"; sourceTree = ""; }; - 111140B956B413206DFA9A03CF73B4B3 /* FBSDKMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMacros.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKMacros.h; sourceTree = ""; }; - 117C74BB14103913FCC7F8CEBD7D6D0F /* FBSDKUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKUtility.h; sourceTree = ""; }; - 123F1ED5D629CE1BE0337058CF62FED6 /* EXPMatchers+equal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+equal.m"; path = "Expecta/Matchers/EXPMatchers+equal.m"; sourceTree = ""; }; - 12CBF355BF26305ADE265DA7AFCBDC17 /* Bolts-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Bolts-prefix.pch"; sourceTree = ""; }; - 12F9933D00252C5208692725C62480A9 /* Expecta+Snapshots-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta+Snapshots-prefix.pch"; sourceTree = ""; }; - 133A18D57DF50F09D644C874F4A74366 /* CodFis_Helper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CodFis_Helper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1385DB87DF3FEFC3AE491427C5559470 /* EXPExpect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPExpect.m; path = Expecta/EXPExpect.m; sourceTree = ""; }; - 143FE8F47A316509C56455C13DF0B797 /* FBSDKLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLogger.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKLogger.h; sourceTree = ""; }; - 153EF48BC28A7EAF93BF2D5BAD19DED7 /* NSDate_Utils.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = NSDate_Utils.xcconfig; sourceTree = ""; }; - 1578F78AAF32C4ACC604DDF88477E431 /* FBSDKTimeSpentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTimeSpentData.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKTimeSpentData.m; sourceTree = ""; }; - 15BE015A3C02CD512B6FDBF20AFDD493 /* FBSDKTestUsersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTestUsersManager.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKTestUsersManager.h; sourceTree = ""; }; - 161676199EA4E922250924F0D2AD32D2 /* EXPMatchers+postNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+postNotification.h"; path = "Expecta/Matchers/EXPMatchers+postNotification.h"; sourceTree = ""; }; - 177DC0770D0BC4C4969311AB8036EB7D /* nv_ios_http_status.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = nv_ios_http_status.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1835617E1C07FC6D7A48DB4B58F7319C /* FBSDKURLConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKURLConnection.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKURLConnection.h; sourceTree = ""; }; - 184AF8DCB8AA77A378A53DB3DC9E0BAA /* FBSDKLoginConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginConstants.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginConstants.m; sourceTree = ""; }; - 1880963B37697EA728E158300FC0A2F7 /* NSString-Helper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "NSString-Helper.xcconfig"; sourceTree = ""; }; - 18CE81405F326BE792700F85A46E8581 /* FBSDKAccessTokenCaching.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCaching.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCaching.h; sourceTree = ""; }; - 19984EF92CC03AAD80A978E722B16F34 /* FBSDKSharingButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharingButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharingButton.h; sourceTree = ""; }; - 19A9F1AE6780F766396308CCDBFF2BAE /* Bolts.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Bolts.m; path = Bolts/Common/Bolts.m; sourceTree = ""; }; - 19D412475C9261014664CE7F7E00F350 /* BFAppLinkReturnToRefererView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkReturnToRefererView.h; path = Bolts/iOS/BFAppLinkReturnToRefererView.h; sourceTree = ""; }; - 1A44AA3050492D5A9C66C43B38AFF65C /* NSDate_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NSDate_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1AF95870BD68BDA6ECC5C81F8AF2F630 /* FBSDKLoginKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKLoginKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1B22524919C091767D0FC64BA711E98B /* ExpectaSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaSupport.m; path = Expecta/ExpectaSupport.m; sourceTree = ""; }; - 1BD15965862C4EC312F8941F955745CF /* ResourceBundle-CodFis-Helper-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-CodFis-Helper-Info.plist"; sourceTree = ""; }; - 1C2312C2F99EA26536E3F7733B1DFF97 /* BFCancellationTokenSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFCancellationTokenSource.m; path = Bolts/Common/BFCancellationTokenSource.m; sourceTree = ""; }; - 1C2474D996B46142F57ACC9EE9594BAA /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 1D65BA9ABC06DE969EC9C39BB3F6D336 /* FBSDKLikeActionControllerCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeActionControllerCache.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionControllerCache.h; sourceTree = ""; }; - 1D676635A2D83E8906EA2857E24A7DDE /* FBSDKAppEventsStateManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsStateManager.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsStateManager.h; sourceTree = ""; }; - 1E13DBB089AF8C5B4F7874A32D27A5E2 /* EXPBlockDefinedMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPBlockDefinedMatcher.h; path = Expecta/EXPBlockDefinedMatcher.h; sourceTree = ""; }; - 1E1599FDFC6D3C422C384F457D3D75A8 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 1E34306F34A51F2120D099CB060A8EB5 /* FBSDKSystemAccountStoreAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSystemAccountStoreAdapter.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKSystemAccountStoreAdapter.m; sourceTree = ""; }; - 1E3AB7D39EDB9ED45D4B130D4F23AA90 /* FBSDKAccessTokenCacheV3_21.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV3_21.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_21.h; sourceTree = ""; }; - 1E92B7AA6DE0CB4E58869892D9B34967 /* FBSDKLikeBoxBorderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeBoxBorderView.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxBorderView.h; sourceTree = ""; }; - 1E9AF4D3638A06B08FFCE91474C30231 /* FBSDKProfilePictureView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKProfilePictureView.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfilePictureView.h; sourceTree = ""; }; - 1F9E753A0ADD867247650CA5C959C74A /* XCTestCase+Specta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestCase+Specta.m"; path = "Specta/Specta/XCTestCase+Specta.m"; sourceTree = ""; }; - 1FEC164F45391FE495EC9104CFBE061D /* FBSDKAppLinkResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppLinkResolver.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkResolver.h; sourceTree = ""; }; - 21702FBC7D6FA2EF0726B1609DF6407E /* FBSDKShareUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareUtility.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareUtility.h; sourceTree = ""; }; - 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PNObject.xcconfig; sourceTree = ""; }; - 220A56D448F3427CD44CFDF2F582F3FF /* FBSDKTooltipView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTooltipView.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKTooltipView.h; sourceTree = ""; }; - 2255793633A270EB73D390C2B35A02A7 /* FBSDKAppGroupContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppGroupContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupContent.h; sourceTree = ""; }; - 22FCAFDB940F1C2553B7F4DA27AB3CFC /* PNObjectFormData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObjectFormData.m; sourceTree = ""; }; - 23A905C809471CFE8C5326F10BBE6D05 /* UIWebView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIWebView+AFNetworking.m"; path = "UIKit+AFNetworking/UIWebView+AFNetworking.m"; sourceTree = ""; }; - 23DBBA16C2398B90440276A73199F4DE /* FBSDKAppEventsState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsState.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsState.h; sourceTree = ""; }; - 23F9A55263A15D88829D706E22AC80F6 /* FBSDKDialogConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKDialogConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKDialogConfiguration.m; sourceTree = ""; }; - 244B32EE3886377A49AD3AEBB8E47769 /* FBSnapshotTestCasePlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCasePlatform.m; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.m; sourceTree = ""; }; - 246D5F04BAABC508428F18B4F816E01F /* PEAR-FileManager-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PEAR-FileManager-iOS-umbrella.h"; sourceTree = ""; }; - 24C90A906A81F0A0C99ACB2B129E95F3 /* Specta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Specta-dummy.m"; sourceTree = ""; }; - 254F25EB9E8C4553D54BF506A40DC795 /* FBSDKShareKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSDKShareKit-dummy.m"; sourceTree = ""; }; - 2570729A110E15D485BC8C9542CAFF8F /* FBSDKProfilePictureView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKProfilePictureView.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfilePictureView.m; sourceTree = ""; }; - 25DB35E151F005D470865DE15BBA872A /* FBSDKMath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMath.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMath.m; sourceTree = ""; }; - 2647DC2503AE9CABFE089D10F80E02DC /* StrongestPasswordValidator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StrongestPasswordValidator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 264896594AC22C380A90D7B3255B49FF /* FBSDKAccessTokenCacheV3_17.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV3_17.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_17.h; sourceTree = ""; }; + 016EAEBE0BC696D1D34CAD7B0FBD868C /* NACrypto.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = NACrypto.modulemap; sourceTree = ""; }; + 01758BF23FF07FA93CE50C54FDA892D2 /* FBSDKAppEvents+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKAppEvents+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEvents+Internal.h"; sourceTree = ""; }; + 023C91065EEE2995D5705A2AD5D621AD /* EXPMatchers+match.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+match.m"; path = "Expecta/Matchers/EXPMatchers+match.m"; sourceTree = ""; }; + 03B1511AC730F140345C0C9D6EBBC07B /* FBSDKSendButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSendButton.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKSendButton.m; sourceTree = ""; }; + 041D05058111918430EDAD83681B98C4 /* NACrypto.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NACrypto.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 04F850B2D3C6545A95E6FC0EE15D3DE8 /* FBSDKGameRequestContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGameRequestContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestContent.h; sourceTree = ""; }; + 052A495E6F3AF41973A3790D717C2258 /* PEAR-FileManager-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PEAR-FileManager-iOS-prefix.pch"; sourceTree = ""; }; + 05ECA213712D5A55A5030D99D28129B8 /* PureLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PureLayout-dummy.m"; sourceTree = ""; }; + 061CF1293688F3033F4E0985BEA19ED6 /* Expecta+Snapshots.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Expecta+Snapshots.modulemap"; sourceTree = ""; }; + 06350CE9C444FCEA732C6294907949B4 /* FBSnapshotTestCase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-prefix.pch"; sourceTree = ""; }; + 072A9A7056F6F1B7573761BE6D6EEC50 /* FBSDKAppInviteDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppInviteDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteDialog.h; sourceTree = ""; }; + 07C30D44AB8FFB23769BDDFBBB542F03 /* EXPMatchers+match.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+match.h"; path = "Expecta/Matchers/EXPMatchers+match.h"; sourceTree = ""; }; + 0890DFD3FB25A709E9E787509F2862CE /* Expecta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 08DA5B54743E39B57A18D0DFF51410F9 /* nv-ios-http-status.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "nv-ios-http-status.xcconfig"; sourceTree = ""; }; + 092A3ABAB59A2E64FDB7EB06E4928AEB /* PEAR_FileManager_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PEAR_FileManager_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0939B61F4217A7DE3B15F0533C73395C /* FBSDKContainerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKContainerViewController.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKContainerViewController.m; sourceTree = ""; }; + 09D8056D33E0253A27B8B5BBECE4B223 /* EXPMatchers+endWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+endWith.h"; path = "Expecta/Matchers/EXPMatchers+endWith.h"; sourceTree = ""; }; + 0A68CE26A7EB9B869CA141580484B818 /* PNInstallation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNInstallation.h; sourceTree = ""; }; + 0A88B715BAC45F633959A65C2E5C6300 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 0AD43E348BC6B69AC559C6E75A925EC5 /* FBSDKBase64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBase64.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Base64/FBSDKBase64.h; sourceTree = ""; }; + 0B0C1E7874466D5B8CB3F4AB68607E10 /* EXPMatchers+equal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+equal.m"; path = "Expecta/Matchers/EXPMatchers+equal.m"; sourceTree = ""; }; + 0B88056D2C5A2ABB0ABC526D5B0DD524 /* FBSDKKeychainStoreViaBundleID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKKeychainStoreViaBundleID.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStoreViaBundleID.h; sourceTree = ""; }; + 0BD2F7165924DDF581F728F15481D6CA /* Bolts.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bolts.xcconfig; sourceTree = ""; }; + 0C6D4FC68CACC097DF3E01B0E29B14F9 /* FBSDKButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKButton.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKButton.h; sourceTree = ""; }; + 0C89B575425D4CE5A502B1F98A4B87EC /* EXPMatchers+beNil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beNil.h"; path = "Expecta/Matchers/EXPMatchers+beNil.h"; sourceTree = ""; }; + 0C9F883E8E9823216CA90174FCAFB27C /* FBSDKGraphRequestMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestMetadata.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestMetadata.m; sourceTree = ""; }; + 0D0FC91143EA3E5178CC9F840FE10922 /* NANSString+Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NANSString+Utils.m"; path = "NACrypto/NANSString+Utils.m"; sourceTree = ""; }; + 0D3F583C7330430F999E0353FF2A3968 /* FBSDKShareKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKShareKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0DFD8469CDAE787C5285EE3942CB20E9 /* FBSDKShareDialogMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareDialogMode.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialogMode.m; sourceTree = ""; }; + 0F3F907E4E10D952A09C4EC677EB3F80 /* PureLayoutDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PureLayoutDefines.h; path = PureLayout/PureLayout/PureLayoutDefines.h; sourceTree = ""; }; + 0F85CCE5CF7042F095C6F91F1241ADF0 /* FBSDKCoreKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSDKCoreKit-dummy.m"; sourceTree = ""; }; + 0FE66BF28004AA011E120A0F837D5D30 /* FBSDKAppEventsStateManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsStateManager.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsStateManager.m; sourceTree = ""; }; + 10D2C7B2E74A8EB75CB6AD71324A6266 /* FBSDKLoginError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginError.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginError.m; sourceTree = ""; }; + 110D63918299219399B5E686610A76C7 /* FBSDKGraphErrorRecoveryProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphErrorRecoveryProcessor.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphErrorRecoveryProcessor.h; sourceTree = ""; }; + 1114AE3FB1E9C4F48DA13DFBAE9D65BA /* Expecta+Snapshots-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta+Snapshots-prefix.pch"; sourceTree = ""; }; + 113836F233CE3267194C751D245BD642 /* FBSDKTimeSpentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTimeSpentData.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKTimeSpentData.h; sourceTree = ""; }; + 11B7DA58BAE6F4334DDF2C3185A5F93E /* nv-ios-http-status-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nv-ios-http-status-dummy.m"; sourceTree = ""; }; + 120116F366AC19D6F7894F0A7F12CFA9 /* XCTest+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTest+Private.h"; path = "Specta/Specta/XCTest+Private.h"; sourceTree = ""; }; + 1214AB21FBDE72A1C27060DB90B60C34 /* NACounter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NACounter.m; path = NACrypto/NACounter.m; sourceTree = ""; }; + 12AC4F6AF495CC4378D13383BB314E0B /* EXPMatchers+raise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raise.m"; path = "Expecta/Matchers/EXPMatchers+raise.m"; sourceTree = ""; }; + 1304A412F9BCE149E88D52CAC9FF3E3D /* NACrypto-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NACrypto-prefix.pch"; sourceTree = ""; }; + 132BF416536D19040AE45C5874827BFA /* FBSDKDialogConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKDialogConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKDialogConfiguration.h; sourceTree = ""; }; + 13BE7B654648C7A428287C3B3FBDF300 /* FBSDKCheckmarkIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCheckmarkIcon.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKCheckmarkIcon.h; sourceTree = ""; }; + 1443AF1F98A02B90B6E6FB4DF67930E7 /* Base64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Base64.h; path = submodules/Base64/Base64/Base64.h; sourceTree = ""; }; + 1450655E0535B7FD2AA7394CCA723CFF /* FBSnapshotTestCase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCase.h; path = FBSnapshotTestCase/FBSnapshotTestCase.h; sourceTree = ""; }; + 149E2B540DB3F47AD1603549D9D99B54 /* FBSDKCoreKit+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKCoreKit+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKCoreKit+Internal.h"; sourceTree = ""; }; + 14C4D22A020F8F77D4C2010C51DB22FA /* UIDevice_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIDevice_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 14D50D04BE4021BC628AFFB630AA617C /* KeccakSponge.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KeccakSponge.c; path = NACrypto/keccak/KeccakSponge.c; sourceTree = ""; }; + 152858D19FBE4FC368C0B4A2A79F3353 /* BFCancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFCancellationToken.h; path = Bolts/Common/BFCancellationToken.h; sourceTree = ""; }; + 160F2A2B1C5DB32CCA75C679201A8748 /* SpectaTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaTypes.h; path = Specta/Specta/SpectaTypes.h; sourceTree = ""; }; + 162DB249182718618FC6695A96D8F714 /* FBSDKShareOpenGraphValueContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphValueContainer.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphValueContainer.m; sourceTree = ""; }; + 165D738406E6A0CA5DC038ED975820EE /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; + 166BFAD7C923BBA0E6988EC1CADCB33C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 16959F0EF1CF0866C17E18E16035303F /* FBSDKLoginManagerLoginResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginManagerLoginResult.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManagerLoginResult.h; sourceTree = ""; }; + 169DA4A865BE3BA98DDA6F1E2B0246D4 /* EXPBlockDefinedMatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPBlockDefinedMatcher.m; path = Expecta/EXPBlockDefinedMatcher.m; sourceTree = ""; }; + 16F05343A37C11D6122A3C527E914287 /* NSString-Helper.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "NSString-Helper.modulemap"; sourceTree = ""; }; + 16F3B67493D29F3920AFE9F8D235D569 /* FBSDKShareOpenGraphObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphObject.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphObject.h; sourceTree = ""; }; + 170E3A6A88C9DB2F2F51C61A5FBEA199 /* FBSDKViewImpressionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKViewImpressionTracker.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKViewImpressionTracker.h; sourceTree = ""; }; + 175D03DC1833AD9C70017A1B5210AB22 /* UIDevice-Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDevice-Hardware.h"; path = "Pod/Classes/UIDevice-Hardware.h"; sourceTree = ""; }; + 175D925BE28F8A02DBB4CA48231447B7 /* EXPMatchers+postNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+postNotification.h"; path = "Expecta/Matchers/EXPMatchers+postNotification.h"; sourceTree = ""; }; + 180A24BC9965B2659473429032A9AB09 /* FBSDKShareOpenGraphObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphObject.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphObject.m; sourceTree = ""; }; + 1904238C31CE83E793FF1DBD437E38C2 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; + 192670155DC824CED3032DDA12C42590 /* FBSDKShareButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareButton.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareButton.m; sourceTree = ""; }; + 19CE1B12F8E5DA929583451E503008E7 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 19E805A59003DE68968A06541D1BE975 /* HTTPStatusCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HTTPStatusCodes.h; path = "nv-ios-http-status/HTTPStatusCodes.h"; sourceTree = ""; }; + 1A444C84E5AEC696C0237390C2231363 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 1AEDFC37BA0799EC2BCF7AD1E6A0325F /* FBSDKBridgeAPIRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIRequest.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIRequest.m; sourceTree = ""; }; + 1B27CB59DDCF9EFF5F39AE9E2A712325 /* PNUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNUser.m; sourceTree = ""; }; + 1B55EED5B2B10EF380F551DD20CC222A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 1CA96E7E34630F730A20E35130F0A5CF /* AFImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFImageDownloader.h; path = "UIKit+AFNetworking/AFImageDownloader.h"; sourceTree = ""; }; + 1D1989B9D9081B91B3722A1471785640 /* EXPMatchers+FBSnapshotTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPMatchers+FBSnapshotTest.m"; sourceTree = ""; }; + 1D67F20F0AAC18EF875EE34E9FEA66C9 /* FBSDKGraphRequestMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestMetadata.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestMetadata.h; sourceTree = ""; }; + 1D9526013F0A33162931993059BBEC10 /* EXPMatchers+beIdenticalTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beIdenticalTo.h"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.h"; sourceTree = ""; }; + 1E0DC34DF95907718855C13449C7D7DC /* CodFis_Helper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CodFis_Helper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 1E61CC4B72D13C136480767E7A045131 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; + 1EFBDC0643840BDD19CA60B88CA8D494 /* FBSDKConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKConstants.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKConstants.h; sourceTree = ""; }; + 1F827D99DA03AF81C3BD33ED62AD877D /* FBSDKAppGroupJoinDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppGroupJoinDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupJoinDialog.m; sourceTree = ""; }; + 1FAF5C735E8C7A40B2FCAC693EEE9743 /* EXPMatchers+beInTheRangeOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInTheRangeOf.m"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.m"; sourceTree = ""; }; + 1FC3E1127DA5470EAC4C5000F5A43098 /* Expecta+Snapshots-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta+Snapshots-umbrella.h"; sourceTree = ""; }; + 1FF4ACD57C00F851C1DB78B19FFC8A18 /* FBSDKMutableCopying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMutableCopying.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKMutableCopying.h; sourceTree = ""; }; + 204A562A9B303D94CD33977FB6B879F7 /* FBSDKLoginManager+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginManager+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManager+Internal.h"; sourceTree = ""; }; + 204CC269CCF56DD659DCD99510C29EA0 /* FBSDKPaymentObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKPaymentObserver.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKPaymentObserver.h; sourceTree = ""; }; + 206CBA3ED3A77BFA642359BD2C05F19D /* FBSDKLikeButtonPopWAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeButtonPopWAV.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeButtonPopWAV.m; sourceTree = ""; }; + 20724E44122A16167C1B886A13471817 /* EXPMatchers+beLessThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThan.m"; path = "Expecta/Matchers/EXPMatchers+beLessThan.m"; sourceTree = ""; }; + 20784A589A4951F78D02B9EEF03EF81F /* FBSDKShareKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKShareKit-umbrella.h"; sourceTree = ""; }; + 210CC8A47CD81BCA8D71AAAD022C58EE /* PNLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNLocation.h; sourceTree = ""; }; + 21BDEFED719999A3A3EE833401B21009 /* FBSDKShareLinkContent+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKShareLinkContent+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareLinkContent+Internal.h"; sourceTree = ""; }; + 221CB94EF12C631BF08886039B6CCC74 /* FBSDKColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKColor.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKColor.m; sourceTree = ""; }; + 223FA2741392E9122CC222EE6A09256C /* SPTCallSite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCallSite.m; path = Specta/Specta/SPTCallSite.m; sourceTree = ""; }; + 22B1F591560188C6C20E063617441582 /* NSValue+Expecta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSValue+Expecta.m"; path = "Expecta/NSValue+Expecta.m"; sourceTree = ""; }; + 22DA02E197D4B1F7B4694EE679E3FF1E /* EXPUnsupportedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPUnsupportedObject.m; path = Expecta/EXPUnsupportedObject.m; sourceTree = ""; }; + 24540C64C4FB6788C8BFB9912A832608 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24DD323A762754CD4D38F86486881A38 /* FBSDKURLOpening.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKURLOpening.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKURLOpening.h; sourceTree = ""; }; + 254E2DE5BB0612C2D3F355C0C2F57214 /* NATwoFish.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NATwoFish.m; path = NACrypto/NATwoFish.m; sourceTree = ""; }; + 25BDEBF84A231E3C1A61B394969C1259 /* FBSDKBridgeAPIProtocolWebV2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIProtocolWebV2.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV2.m; sourceTree = ""; }; + 26422046775D771F4A7EC4C86A7E3E8C /* NASHA3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NASHA3.m; path = NACrypto/NASHA3.m; sourceTree = ""; }; + 269152C6A03486F78CE871291B2315E5 /* UIDevice_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIDevice_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 2701DCB1C4CA2591F34532CBFE0BC596 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 27E02A07C54429C2E4DF80F204D731F1 /* Expecta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta-dummy.m"; sourceTree = ""; }; - 27FE056362B56D01CB354DFA81FC7470 /* UIDevice-Utils-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIDevice-Utils-dummy.m"; sourceTree = ""; }; - 2A12339CE3502085612FF731B48C2166 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 2AC36C181B406F31796C32B6EB8BB3AF /* VatNumber+Helper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "VatNumber+Helper.m"; path = "CodFis-Helper/VatNumber+Helper.m"; sourceTree = ""; }; - 2B22B75292CB3C5B451474803BEF3C92 /* StrongestPasswordValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StrongestPasswordValidator.h; path = Pod/Classes/StrongestPasswordValidator.h; sourceTree = ""; }; - 2B2C00E8B4191825906EAB274E3DBC16 /* FBSDKShareOpenGraphObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphObject.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphObject.h; sourceTree = ""; }; - 2B3265CA4C64A889E5B268C2190A779E /* FBSDKLoginButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginButton.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.h; sourceTree = ""; }; - 2B5CEF91C53F17BD1B3BFD279BDAED78 /* UIImage+Snapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Snapshot.m"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.m"; sourceTree = ""; }; - 2BF886C40793890196F00248AE2A1736 /* SPTGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTGlobalBeforeAfterEach.h; path = Specta/Specta/SPTGlobalBeforeAfterEach.h; sourceTree = ""; }; - 2C11E487F5B0D41461C7CC5105A7C45C /* FBSDKAppEventsStateManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsStateManager.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsStateManager.m; sourceTree = ""; }; - 2C8C4901FC6A30AEC6162569CB69A5ED /* FBSDKServerConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKServerConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration.m; sourceTree = ""; }; - 2CEB36A633CECB76D6838E2E9C892579 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 2CFAC21835D54078080C7B6AC770775F /* FBSDKCrypto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKCrypto.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Cryptography/FBSDKCrypto.m; sourceTree = ""; }; - 2DF6275EA9617E82375B652324EF56E7 /* XCTest+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTest+Private.h"; path = "Specta/Specta/XCTest+Private.h"; sourceTree = ""; }; - 2E52B5C6B84E6630681D149C5EC1C801 /* FBSDKSharing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharing.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharing.h; sourceTree = ""; }; - 2E7631FE5FF32DA7D05E326CD8536268 /* FBSDKAccessTokenCacheV3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV3.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3.h; sourceTree = ""; }; - 2E7C8F4F4486FE70D94453D7294FE687 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkActivityIndicatorManager.m; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m"; sourceTree = ""; }; - 2EC6FA678332DC3495DC88D38943C6A3 /* Bolts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bolts.h; path = Bolts/Common/Bolts.h; sourceTree = ""; }; - 3028274A2D3024E1AC7889D1994AB346 /* SPTCompiledExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCompiledExample.m; path = Specta/Specta/SPTCompiledExample.m; sourceTree = ""; }; - 3054FF74DD95D1D22928A1D43A4E81E3 /* EXPMatchers+endWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+endWith.m"; path = "Expecta/Matchers/EXPMatchers+endWith.m"; sourceTree = ""; }; - 3089AAC7B1FB370F2F2B50A86B70A367 /* FBSDKSystemAccountStoreAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSystemAccountStoreAdapter.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKSystemAccountStoreAdapter.h; sourceTree = ""; }; - 30ED9CE6AE0CAE7EE4B27ADC1F8B5EC7 /* FBSDKBridgeAPIProtocolWebV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolWebV1.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV1.h; sourceTree = ""; }; - 30F80493C20050B0C1FC23099CD3CE9F /* FBSnapshotTestCase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSnapshotTestCase.xcconfig; sourceTree = ""; }; - 3127752AA07703849645BD1E296F0E82 /* FBSDKCoreKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKCoreKit-umbrella.h"; sourceTree = ""; }; - 31AC5C57CC37523518C40A573BBF07E0 /* EXPMatchers+contain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+contain.h"; path = "Expecta/Matchers/EXPMatchers+contain.h"; sourceTree = ""; }; - 31BDB3D8DFB272D42E0963F9CDC99DEC /* EXPMatcherHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcherHelpers.h; path = Expecta/Matchers/EXPMatcherHelpers.h; sourceTree = ""; }; - 31C989F8EFAA76C2C17699D023542E96 /* FBSDKShareOpenGraphContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphContent.m; sourceTree = ""; }; - 337AF354D3D279E83528A90A518A8BBD /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; - 33BF074452551239823F383D34CF870F /* Expecta-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-umbrella.h"; sourceTree = ""; }; - 3402951EB9EBF3FC48002357365CE636 /* Expecta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3434D23689AE0C13E02835DB9ECB7CDB /* FBSDKServerConfigurationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKServerConfigurationManager.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager.h; sourceTree = ""; }; - 3478390023C26F0A5C8939A7E9F5F912 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 34AC0309A46D53DB00B2E64C928D3FCC /* PNObjectConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObjectConfig.m; sourceTree = ""; }; - 34CD261D14FC0CAE6E8273B7AED7DB86 /* FBSDKAppInviteContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppInviteContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.h; sourceTree = ""; }; - 350BE28EB1F5049B457015968B448B88 /* UIImage+Compare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Compare.h"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.h"; sourceTree = ""; }; - 35D7E17C4BE36279F66BDBA27CE15BDA /* FBSDKUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKUtility.m; sourceTree = ""; }; - 376C54BD93A7673D42077B29677962C2 /* FBSDKLikeObjectType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeObjectType.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeObjectType.m; sourceTree = ""; }; - 382F0F6227872012AC60863135D2E62F /* BFCancellationToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFCancellationToken.m; path = Bolts/Common/BFCancellationToken.m; sourceTree = ""; }; + 271922E5060BA611AEC8C1C97148FE55 /* FBSDKErrorConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKErrorConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorConfiguration.m; sourceTree = ""; }; + 273B89216C346B028A36BF49DDEA8720 /* Specta.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Specta.modulemap; sourceTree = ""; }; + 27BA32B027BB0452048639E6BD745908 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkActivityIndicatorManager.m; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m"; sourceTree = ""; }; + 27F343D412F07EF450BB492F56AC7056 /* FBSDKWebDialogView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKWebDialogView.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialogView.m; sourceTree = ""; }; + 2815AE1F69CC1E8056AD9A4E94B008E1 /* SpectaUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaUtility.h; path = Specta/Specta/SpectaUtility.h; sourceTree = ""; }; + 281CE1D6EF2620BBF5D281E8AB765C0A /* FBSDKLoginError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginError.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginError.h; sourceTree = ""; }; + 282BD715765A754CC7DD147F049AF3E7 /* BFAppLinkNavigation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkNavigation.h; path = Bolts/iOS/BFAppLinkNavigation.h; sourceTree = ""; }; + 28779C3F6C20F298B04D2775CB5D1AC5 /* BFTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFTask.h; path = Bolts/Common/BFTask.h; sourceTree = ""; }; + 287A86DB9FC8F02ED0F57DF83C700AEB /* FBSDKLoginConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginConstants.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginConstants.h; sourceTree = ""; }; + 28EC864C9EBBE9D49DDABD2782921992 /* Expecta.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Expecta.modulemap; sourceTree = ""; }; + 29DD6A21C0410C4C3CD78A3B2F893AE1 /* FBSDKGraphRequestConnection+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKGraphRequestConnection+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestConnection+Internal.h"; sourceTree = ""; }; + 2B3BDADED9B8ED1DD15152CC0A6C721D /* NANSData+Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NANSData+Utils.m"; path = "NACrypto/NANSData+Utils.m"; sourceTree = ""; }; + 2B674031ADAA49888A54BE329494349D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 2BC07B7E56BF0A5C31B8F2B714A3ECE3 /* FBSDKViewImpressionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKViewImpressionTracker.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKViewImpressionTracker.m; sourceTree = ""; }; + 2BFC621392C04AB81549F9113746EB52 /* UIButton+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+AFNetworking.h"; path = "UIKit+AFNetworking/UIButton+AFNetworking.h"; sourceTree = ""; }; + 2C01E6DFFB44D529C46947D525FBA743 /* PNObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObject.m; sourceTree = ""; }; + 2C068170BC8A615B58473639C64D1931 /* FBSDKShareOpenGraphContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphContent.h; sourceTree = ""; }; + 2CA88CD4FEA8E945827CB18E4B7301D1 /* FBSDKShareDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareDefines.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareDefines.h; sourceTree = ""; }; + 2D4326567C9F0F74F92D9FFB3E4EFA3D /* FBSDKCoreKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCoreKit.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h; sourceTree = ""; }; + 2D6D47B874B444E85AA9E6042DF772E5 /* FBSDKAppEventsStateManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsStateManager.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsStateManager.h; sourceTree = ""; }; + 2DB8094B2A385015978BA0D576989435 /* AFOAuthCredential.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AFOAuthCredential.h; sourceTree = ""; }; + 2DF4C46822D5F8688746B4D76FABE545 /* NSUserDefaults_AESEncryptor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NSUserDefaults_AESEncryptor.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2DFCD3E7B05C51442B83C2C9BB9F18F4 /* FBSDKUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKUtility.h; sourceTree = ""; }; + 2E59B6182B5F44E1941AF81CA1506A56 /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2E5DB6798EFD74F5BBFA05FB5F1F6314 /* VatNumber+Helper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "VatNumber+Helper.h"; path = "CodFis-Helper/VatNumber+Helper.h"; sourceTree = ""; }; + 2E83107D0B39B92E17EB864633FA02CD /* FBSDKGraphRequestConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestConnection.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestConnection.h; sourceTree = ""; }; + 2EA650A10E2B519E4B843A081A5A0CA2 /* nv_ios_http_status.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = nv_ios_http_status.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2F34D1BACA96A30566F60D5D2E68544A /* FBSDKGameRequestFrictionlessRecipientCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGameRequestFrictionlessRecipientCache.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKGameRequestFrictionlessRecipientCache.h; sourceTree = ""; }; + 2F42210C35E982002E7FC07A7F4D57DA /* UIWebView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIWebView+AFNetworking.m"; path = "UIKit+AFNetworking/UIWebView+AFNetworking.m"; sourceTree = ""; }; + 30F71BFAA77E435B9EE4C47D863B2913 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 315246601A0A8C2A2568FBBE5FA1BE1C /* FBSDKAccessTokenCacheV3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV3.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3.m; sourceTree = ""; }; + 31E73511246833D6B8D9C47A5513A8C7 /* Bolts-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Bolts-prefix.pch"; sourceTree = ""; }; + 31F3DD5C803FCE8AACBAB372E2EF22B2 /* CodFis+Helper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CodFis+Helper.h"; path = "CodFis-Helper/CodFis+Helper.h"; sourceTree = ""; }; + 32015EB35929B94269C62D6EF15E3BD1 /* FBSDKLikeBoxBorderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeBoxBorderView.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxBorderView.h; sourceTree = ""; }; + 323F562827DAE7B5959ABBF6AB5D57D4 /* FBSDKAppEventsDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsDeviceInfo.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsDeviceInfo.h; sourceTree = ""; }; + 32885A863B7F76EC895B602BC3B583D2 /* Pods_PNObject_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PNObject_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 3316916809CF0EB18A1323976C932D05 /* FBSDKAppLinkUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppLinkUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkUtility.m; sourceTree = ""; }; + 337B1B37072D9351371523FEA4CB23B4 /* NAAES.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NAAES.m; path = NACrypto/NAAES.m; sourceTree = ""; }; + 339F691B4773D24403B931F01A8FF39E /* FBSDKShareKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSDKShareKit.xcconfig; sourceTree = ""; }; + 3457B649910293340AF188B95CC50983 /* FBSDKUIUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKUIUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKUIUtility.h; sourceTree = ""; }; + 348B4F53E7EA28C8EF24EE0BF065A0D1 /* FBSDKSendButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSendButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSendButton.h; sourceTree = ""; }; + 34976B3278BB9749F361C7A1199D6C10 /* EXPDoubleTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDoubleTuple.h; path = Expecta/EXPDoubleTuple.h; sourceTree = ""; }; + 349AF51451F1496E8B68E77CDCB8F4B0 /* FBSDKMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMath.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMath.h; sourceTree = ""; }; + 34B65B04197A59BE68592A93F5162745 /* Expecta-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-umbrella.h"; sourceTree = ""; }; + 354BBB78FBC7D8CAF0C550BA1787A1B2 /* FBSDKShareUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareUtility.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareUtility.h; sourceTree = ""; }; + 3638874836F936491DC778C1C9359BAD /* FBSDKURLConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKURLConnection.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKURLConnection.m; sourceTree = ""; }; + 365809DAA696BC10E03A8CD4224832CC /* PNObject.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PNObject.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 36B57F379C69ABF8B43141F3DBFF8FFD /* EXPMatchers+contain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+contain.m"; path = "Expecta/Matchers/EXPMatchers+contain.m"; sourceTree = ""; }; + 371F0E95ED3D42E2757C4DB8D395EFF5 /* FBSDKLoginManagerLoginResult+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginManagerLoginResult+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLoginResult+Internal.h"; sourceTree = ""; }; + 3734E37D151A2665B76C491333FCC743 /* Specta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Specta-prefix.pch"; sourceTree = ""; }; + 373B7F03A1660C564B6629236BDC033F /* FBSnapshotTestController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestController.m; path = FBSnapshotTestCase/FBSnapshotTestController.m; sourceTree = ""; }; + 37A34944667ACBF9CEC71874DF931AD1 /* EXPMatchers+endWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+endWith.m"; path = "Expecta/Matchers/EXPMatchers+endWith.m"; sourceTree = ""; }; + 37D7F33F9D8BE9E9F156ACDC99DF4700 /* FBSDKLoginKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSDKLoginKit.xcconfig; sourceTree = ""; }; + 381599CF6C500631879F80BA0CFCE291 /* FBSDKAppGroupAddDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppGroupAddDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupAddDialog.h; sourceTree = ""; }; + 3852226EF32ADF22A8B3CBD9FCBDD52C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 388F193E081A31E8B05520E20BCB1C3D /* FBSDKAccessTokenCacheV3_21.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV3_21.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_21.m; sourceTree = ""; }; 389952D5D54C67E70501B09516F08587 /* Pods-PNObject_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-PNObject_Tests.modulemap"; sourceTree = ""; }; - 38D49540BC8A87E116D102264D68EDFF /* FBSDKWebDialogView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKWebDialogView.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialogView.h; sourceTree = ""; }; - 38DD1654A86F392CF062AAAF13F56C6B /* PureLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PureLayout-dummy.m"; sourceTree = ""; }; - 390E5D414B2F64E4E7BFE1181A9621E6 /* FBSDKErrorConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKErrorConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorConfiguration.m; sourceTree = ""; }; - 399397EA8EB36171B5D0C70A4780ABE4 /* FBSDKAccessTokenCacheV3_21.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV3_21.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_21.m; sourceTree = ""; }; - 39994B4F43FEF44A4C20A4D87E1DD8B3 /* EXPMatchers+beCloseTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beCloseTo.h"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.h"; sourceTree = ""; }; - 3A58FD68F13F78AF8A9D7D27AD1636BB /* FBSDKLoginTooltipView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginTooltipView.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginTooltipView.m; sourceTree = ""; }; - 3B1A86285B8AD82E1E6743CAA1CB8C94 /* EXPMatchers+beSubclassOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSubclassOf.m"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.m"; sourceTree = ""; }; - 3B4E3F3F6E9D323171C4A024036B9B32 /* FBSDKShareOpenGraphAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphAction.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphAction.h; sourceTree = ""; }; - 3B6B9460345FF2F522E0FB98BABD6E2C /* EXPMatchers+beginWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beginWith.h"; path = "Expecta/Matchers/EXPMatchers+beginWith.h"; sourceTree = ""; }; - 3BF5771F72CF6D38D292F26BDFAAA8B1 /* NSLayoutConstraint+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+PureLayout.m"; path = "PureLayout/PureLayout/NSLayoutConstraint+PureLayout.m"; sourceTree = ""; }; - 3C003AC251080BD96834CF4C46FE2DE5 /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = ""; }; - 3C1D180F64F2DEC59750126D61F2CAB5 /* BFTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFTask.m; path = Bolts/Common/BFTask.m; sourceTree = ""; }; - 3C242185F3C144381D84D05187BE8DC7 /* BFAppLinkTarget.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkTarget.m; path = Bolts/iOS/BFAppLinkTarget.m; sourceTree = ""; }; - 3D0E2CF4859429DDD3D8AFE2EDF4ACBA /* EXPMatchers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatchers.h; path = Expecta/Matchers/EXPMatchers.h; sourceTree = ""; }; - 3D24E6828F140872A1424200FE40DCAF /* PNLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNLocation.m; sourceTree = ""; }; - 3E2DC56D3E5732CBD5708D691ABA7BE0 /* FBSDKAppGroupJoinDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppGroupJoinDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupJoinDialog.h; sourceTree = ""; }; - 3EB2526DF5FF27B5DA6ED6FCCE1E2183 /* FBSDKShareKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKShareKit-prefix.pch"; sourceTree = ""; }; - 3F02F8DD77EBE0363C4EBA581D42C64B /* FBSDKLoginError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginError.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginError.m; sourceTree = ""; }; - 3F9F1A662D9F62C82C07E1D7B06A1C77 /* BFURL_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFURL_Internal.h; path = Bolts/iOS/BFURL_Internal.h; sourceTree = ""; }; - 40CE93983A30541969DA104E5239CB9D /* SPTSpec.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSpec.m; path = Specta/Specta/SPTSpec.m; sourceTree = ""; }; - 40D6E81053EA99EC16C9D010906E3FFD /* AFImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFImageDownloader.m; path = "UIKit+AFNetworking/AFImageDownloader.m"; sourceTree = ""; }; - 40DEB5DF0B5C3DC45C746A1D79CC4F93 /* FBSDKBridgeAPIRequest+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKBridgeAPIRequest+Private.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIRequest+Private.h"; sourceTree = ""; }; - 4188F0F3C9B129C0156DA029B865E104 /* FBSDKLoginManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginManager.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManager.h; sourceTree = ""; }; - 41D8C0D702E978CE51746A144CF0C109 /* FBSDKBridgeAPICrypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPICrypto.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPICrypto.h; sourceTree = ""; }; - 42628DA227F95DAE1DDFF445FC293339 /* FBSDKShareOpenGraphValueContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphValueContainer.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphValueContainer.m; sourceTree = ""; }; - 426CCDDCCA488AB94ADBAE94FB94647B /* FBSDKMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMath.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMath.h; sourceTree = ""; }; - 42E8F864F75ADDB601308971893A88DF /* EXPMatchers+haveCountOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+haveCountOf.h"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.h"; sourceTree = ""; }; - 4358E662755B48485AAE168AAD324507 /* FBSDKLikeButtonPopWAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeButtonPopWAV.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeButtonPopWAV.m; sourceTree = ""; }; - 43D2E3BB1F3060FBC3F28CD6BE485B89 /* FBSDKVideoUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKVideoUploader.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKVideoUploader.m; sourceTree = ""; }; - 441DA1315E1579D07BE86A598FDF7263 /* EXPMatchers+beginWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beginWith.m"; path = "Expecta/Matchers/EXPMatchers+beginWith.m"; sourceTree = ""; }; - 4432A4E0DD7E61E683BF8945075453F5 /* NSString-Helper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSString-Helper-dummy.m"; sourceTree = ""; }; - 448C2DDF90D47852AC861175BF3C4A5E /* EXPMatchers+beGreaterThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThan.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.m"; sourceTree = ""; }; - 44D243E64670C9897511CFE37F438B87 /* EXPMatchers+raise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raise.h"; path = "Expecta/Matchers/EXPMatchers+raise.h"; sourceTree = ""; }; - 45537F97917C7DEE2021005741163C52 /* NSDate_Utils-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSDate_Utils-dummy.m"; sourceTree = ""; }; - 456586DB202661B5EE1323762973C173 /* FBSDKLoginConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginConstants.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginConstants.h; sourceTree = ""; }; - 458CD2032D53D1F888C00FC796E01EC0 /* NSString_Helper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NSString_Helper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 462AFA081EE6A757805F40AC5591F801 /* FBSDKBoltsMeasurementEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBoltsMeasurementEventListener.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppLink/FBSDKBoltsMeasurementEventListener.m; sourceTree = ""; }; - 467A6955DB9A5C78EF7050C50C17ADF3 /* FBSDKAppGroupAddDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppGroupAddDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupAddDialog.m; sourceTree = ""; }; - 46CE123B557C1E1338591212A6953BDA /* NSDate+NSDate_Util.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+NSDate_Util.m"; path = "Pod/Classes/NSDate+NSDate_Util.m"; sourceTree = ""; }; - 470B0053D5B51527BE73BDC5306CEB4A /* FBSDKColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKColor.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKColor.m; sourceTree = ""; }; - 47B80C3856B87F4EBB18639C1420C0B5 /* CodFisResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodFisResponse.h; path = "CodFis-Helper/CodFisResponse.h"; sourceTree = ""; }; - 47D553F057937F2703897ED7AC9D9015 /* SPTTestSuite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTTestSuite.h; path = Specta/Specta/SPTTestSuite.h; sourceTree = ""; }; - 4825FD55F953E4B2F33F9CA4DF54C814 /* FBSDKAppEventsUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsUtility.h; sourceTree = ""; }; - 4842A2B7A09B9DBD7C03585780369AC4 /* FBSDKBoltsMeasurementEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBoltsMeasurementEventListener.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppLink/FBSDKBoltsMeasurementEventListener.h; sourceTree = ""; }; - 4921A7C33F97D10F52CBE790E4F823E3 /* BFCancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFCancellationToken.h; path = Bolts/Common/BFCancellationToken.h; sourceTree = ""; }; - 49A1701FA181DF66CCBF8888A36EEE4C /* FBSDKShareKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSDKShareKit.xcconfig; sourceTree = ""; }; - 4A82A8C4692A7DAA54BE9D0EE532EE81 /* Bolts-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Bolts-umbrella.h"; sourceTree = ""; }; - 4AEBB8CB4AE2AFAC0AB371278437CB76 /* UIDevice-Utils.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "UIDevice-Utils.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4B79A5AD68EDCD346B55E0341075B9BA /* FBSDKDialogConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKDialogConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKDialogConfiguration.h; sourceTree = ""; }; - 4C40B9B8E736ED38F50E00F34239426C /* FBSDKShareButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareButton.h; sourceTree = ""; }; - 4C931CB41D0740A2832C50F7D6ED15C6 /* RNCryptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = RNCryptor.swift; sourceTree = ""; }; - 4CFA88F8AA4B6D78E5F37C67FC1C5531 /* FBSDKConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKConstants.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKConstants.m; sourceTree = ""; }; - 4D21BA597DC54DA5B79874658C865E54 /* PNObject-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PNObject-umbrella.h"; sourceTree = ""; }; - 4D70A828104A007CFF2131BB59E7C852 /* FBSDKLoginKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSDKLoginKit.xcconfig; sourceTree = ""; }; - 4DD60A7742420E474A3F0F1B1D048801 /* FBSDKServerConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKServerConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration.h; sourceTree = ""; }; - 4DDF466AF67C2C7960C4CA30A7A92817 /* FBSDKGraphRequestBody.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestBody.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestBody.h; sourceTree = ""; }; - 4F253D39130DDDAC5CBBAD3DA771F02A /* FBSDKLoginKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKLoginKit-prefix.pch"; sourceTree = ""; }; - 4FC1A5EBAA94B48C7A61BB510B55A1FE /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; - 4FC6FD2F8B1EF6248038BB8648F4E136 /* UIRefreshControl+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+AFNetworking.m"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.m"; sourceTree = ""; }; + 394EADF4351FA66051FAEBAD1932B4E9 /* NACrypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = NACrypto.xcconfig; sourceTree = ""; }; + 3A656D9C01C09E20117E1565F174B9C6 /* FBSDKAudioResourceLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAudioResourceLoader.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKAudioResourceLoader.h; sourceTree = ""; }; + 3B013CAE653FF050EA91E9595FA2851B /* UIImage+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+AFNetworking.h"; path = "UIKit+AFNetworking/UIImage+AFNetworking.h"; sourceTree = ""; }; + 3B3EDD8C480EE5BDBFAB35C5B007BE40 /* NSUserDefaults-AESEncryptor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSUserDefaults-AESEncryptor-prefix.pch"; sourceTree = ""; }; + 3B6D8CB38D5DA5FDFCBB05948F0285DE /* EXPMatchers+beInstanceOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInstanceOf.m"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.m"; sourceTree = ""; }; + 3BD3664DF01A72DA1512ACBF3FC4CC89 /* PEARFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PEARFileManager.m; path = "PEAR-FileManager-iOS/PEARFileManager.m"; sourceTree = ""; }; + 3C185AA9E34BEC6275194477514B9A3D /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = ""; }; + 3C6DB10FF54589A4257A0E589A8308C0 /* FBSnapshotTestCase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCase.m; path = FBSnapshotTestCase/FBSnapshotTestCase.m; sourceTree = ""; }; + 3CB70C68E41C963944630ED2D46E0CB2 /* EXPMatchers+beKindOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beKindOf.m"; path = "Expecta/Matchers/EXPMatchers+beKindOf.m"; sourceTree = ""; }; + 3D1CECBE55FB5EC362A660A3EE9653B5 /* PNObjcPassword.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObjcPassword.m; sourceTree = ""; }; + 3D5CB6CA00E996ECB95ADFDD0AABED31 /* FBSDKAccessTokenCaching.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCaching.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCaching.h; sourceTree = ""; }; + 3D7DF2141055E82C51B04122AFB06F31 /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = ""; }; + 3DE9886278BA4001054377151286BD2A /* FBSDKSharePhotoContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSharePhotoContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhotoContent.m; sourceTree = ""; }; + 3E4E979ACFF415459C58E75ECC12A134 /* PNObjectModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObjectModel.m; sourceTree = ""; }; + 3E7C79224C54239C3A5E21BECA4FA4C7 /* EXPMatchers+respondTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+respondTo.m"; path = "Expecta/Matchers/EXPMatchers+respondTo.m"; sourceTree = ""; }; + 3E8EA7B417F2ACCC1F99571CA3EAA620 /* FBSDKTooltipView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTooltipView.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKTooltipView.m; sourceTree = ""; }; + 3ECC8443C0887B4F0A8CFA8CAF08544C /* FBSDKGraphRequestDataAttachment.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestDataAttachment.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestDataAttachment.m; sourceTree = ""; }; + 3F2ADBF4FE7E02183B37865F8E009E92 /* FBSDKSharePhoto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSharePhoto.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhoto.m; sourceTree = ""; }; + 3F47B6A5B3D14EB6367A6ACA7B070AE0 /* FBSDKAppEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEvents.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppEvents.h; sourceTree = ""; }; + 3F4FC88B6C259EE7DE6366CEB6965F0F /* EXPMatchers+beginWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beginWith.h"; path = "Expecta/Matchers/EXPMatchers+beginWith.h"; sourceTree = ""; }; + 3F777C1C211C048E4F6DD1248A7135B2 /* PEAR-FileManager-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PEAR-FileManager-iOS-dummy.m"; sourceTree = ""; }; + 3FC50254A2C2693577C76D2D92D5D74A /* FBSDKAppGroupContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppGroupContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupContent.m; sourceTree = ""; }; + 40869B2260E6B6A708850366BB2DE371 /* Expecta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Expecta.xcconfig; sourceTree = ""; }; + 40DA5413671729C27B969A7FA3FB1C95 /* BFWebViewAppLinkResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFWebViewAppLinkResolver.h; path = Bolts/iOS/BFWebViewAppLinkResolver.h; sourceTree = ""; }; + 410CDADD37696B78409F183205FBC72F /* FBSDKContainerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKContainerViewController.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKContainerViewController.h; sourceTree = ""; }; + 41122604048D43A4DA14B1C76381DECF /* FBSDKTestUsersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTestUsersManager.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKTestUsersManager.m; sourceTree = ""; }; + 4166585BFC2246786AD11FFEE8AE3F4F /* ResponseConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ResponseConstants.h; path = "CodFis-Helper/ResponseConstants.h"; sourceTree = ""; }; + 416C038B5308F4C5434D20FE7A74F545 /* FBSDKBoltsMeasurementEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBoltsMeasurementEventListener.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppLink/FBSDKBoltsMeasurementEventListener.m; sourceTree = ""; }; + 4178FE4B5E5326A3A5F59B1729803271 /* AFOAuthCredential.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AFOAuthCredential.m; sourceTree = ""; }; + 418A55691E84E934997A36C2E8A940BB /* FBSDKErrorRecoveryAttempter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKErrorRecoveryAttempter.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/FBSDKErrorRecoveryAttempter.h; sourceTree = ""; }; + 419C46456BD485C12341803527F18516 /* NSUserDefaults_AESEncryptor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NSUserDefaults_AESEncryptor.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 420CC8F033186846F19144368FB195DB /* BFAppLinkResolving.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkResolving.h; path = Bolts/iOS/BFAppLinkResolving.h; sourceTree = ""; }; + 421151B34ABE7105B32DD28AEFA3F22D /* UIImage+Snapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Snapshot.h"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"; sourceTree = ""; }; + 43426EBD1AE2D489A6712A66C9C466A9 /* FBSDKServerConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKServerConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration.m; sourceTree = ""; }; + 435EE6AD92B9D1170BEFDC04A76B246D /* FBSnapshotTestCase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSnapshotTestCase.xcconfig; sourceTree = ""; }; + 438D98F8A1CEE4CBD4C87926DF627BEB /* CocoaSecurity.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaSecurity.xcconfig; sourceTree = ""; }; + 44435C6C711F01B74BDDB9286C3A65C3 /* BFCancellationTokenSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFCancellationTokenSource.h; path = Bolts/Common/BFCancellationTokenSource.h; sourceTree = ""; }; + 444BB7A468A4076E18CC446528F9E675 /* EXPMatcherHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPMatcherHelpers.m; path = Expecta/Matchers/EXPMatcherHelpers.m; sourceTree = ""; }; + 4452045B94298B128BD66BAE6E41E6FC /* NAAES.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NAAES.h; path = NACrypto/NAAES.h; sourceTree = ""; }; + 44FCFFC0191662E52FF7032843971CC3 /* FBSDKLikeBoxView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeBoxView.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxView.m; sourceTree = ""; }; + 459319AEC9027849E4466BE4E4964A51 /* FBSDKColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKColor.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKColor.h; sourceTree = ""; }; + 45CBE6CF5DAB89FEBC2CA5269A588166 /* PureLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PureLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 45F9747DFBE66112A4529AC1E58AA534 /* NAHMAC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NAHMAC.m; path = NACrypto/NAHMAC.m; sourceTree = ""; }; + 46150B81E14199A48449ED09D7F1FB67 /* FBSDKURLConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKURLConnection.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKURLConnection.h; sourceTree = ""; }; + 464385FABA4BC202A91F6542131802A0 /* FBSDKLoginCompletion+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginCompletion+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion+Internal.h"; sourceTree = ""; }; + 469D973C891944DD20477A31BA9AC397 /* ExpectaObject+FBSnapshotTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ExpectaObject+FBSnapshotTest.h"; sourceTree = ""; }; + 46C2C6BBFCD24075BF05D4DF4874AFC5 /* NSArray+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+PureLayout.m"; path = "PureLayout/PureLayout/NSArray+PureLayout.m"; sourceTree = ""; }; + 47327B420146316300628549F787F8C8 /* FBSDKGraphRequestDataAttachment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestDataAttachment.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestDataAttachment.h; sourceTree = ""; }; + 47AF435A5B6DFD40C3DF7311F20D95C8 /* FBSDKLikeDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeDialog.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeDialog.m; sourceTree = ""; }; + 47AF7D6FBDEAE04A5B998FA789D402C8 /* FBSDKLoginManagerLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginManagerLogger.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLogger.m; sourceTree = ""; }; + 47B01DB9A332C816A1CA2D74A4A2EA24 /* FBSnapshotTestCasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCasePlatform.h; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.h; sourceTree = ""; }; + 47E5E0380E22EF4E0C9A128ABC8D68F0 /* BFURL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFURL.m; path = Bolts/iOS/BFURL.m; sourceTree = ""; }; + 48574AF5DB294EC1BC813CED8C920162 /* UIDevice-Utils-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIDevice-Utils-dummy.m"; sourceTree = ""; }; + 48663B0E227B795B112F8AADBC135D69 /* FBSDKAccessTokenCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCache.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCache.h; sourceTree = ""; }; + 48883A1E378FFB8C55D19124755905F5 /* NSString-Helper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSString-Helper-dummy.m"; sourceTree = ""; }; + 48AC390DF4C3DD4A1A7D0B73415670C5 /* NSObject+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+Expecta.h"; path = "Expecta/NSObject+Expecta.h"; sourceTree = ""; }; + 48C37B0BEBC08D94DA5F1960CFA396F6 /* FBSDKLikeObjectType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeObjectType.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeObjectType.m; sourceTree = ""; }; + 48C88217F38480C701B64638C590C996 /* PEAR-FileManager-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "PEAR-FileManager-iOS.modulemap"; sourceTree = ""; }; + 48D3653CE01FFE33BBE40BC4C1A8590C /* FBSDKMonotonicTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMonotonicTime.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMonotonicTime.h; sourceTree = ""; }; + 494E53B80631D033602F4F2DC35EF8F1 /* FBSDKWebDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKWebDialog.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialog.m; sourceTree = ""; }; + 49528E15377F148738258A9E885728F9 /* Bolts-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Bolts-umbrella.h"; sourceTree = ""; }; + 498E5A41E0F5008BB277526C973FD9EE /* ExpectaObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaObject.m; path = Expecta/ExpectaObject.m; sourceTree = ""; }; + 499F6CD0A4D20FA636873C5298D34F06 /* FBSDKShareVideoContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareVideoContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideoContent.h; sourceTree = ""; }; + 4A0FCF2C3405378A65CB656A00D634FE /* FBSDKLikeButton+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLikeButton+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeButton+Internal.h"; sourceTree = ""; }; + 4A5CA4EEB35C873F5342A80231CAA163 /* FBSDKLikeButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeButton.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeButton.m; sourceTree = ""; }; + 4A6515A8A2231235286EC1636DFD6B9C /* NACrypto.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NACrypto.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 4A69907821543FA3242CC8587E2FB377 /* FBSDKGraphRequestPiggybackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestPiggybackManager.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestPiggybackManager.h; sourceTree = ""; }; + 4AE848BE1AAE4EA7DFC4FBE4C6A27DFE /* SpectaUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaUtility.m; path = Specta/Specta/SpectaUtility.m; sourceTree = ""; }; + 4B14EDB8D1334F1AF05C9A09A046EA2C /* BFAppLinkReturnToRefererView_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkReturnToRefererView_Internal.h; path = Bolts/iOS/BFAppLinkReturnToRefererView_Internal.h; sourceTree = ""; }; + 4B60E13FC6BF9C5571FA80BB5053DBC0 /* CocoaSecurity.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CocoaSecurity.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 4BBDA6BD02AC65559B134D26DE9AAA64 /* FBSDKVideoUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKVideoUploader.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKVideoUploader.h; sourceTree = ""; }; + 4BD329B6BF2E7B8FAB8A78552A7EDD85 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; + 4BDD9DA971F21174541D695BB701322D /* NASecRandom.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NASecRandom.m; path = NACrypto/NASecRandom.m; sourceTree = ""; }; + 4C88A4C32B0E1185E3688C9FE2B6A698 /* FBSDKServerConfigurationManager+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKServerConfigurationManager+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager+Internal.h"; sourceTree = ""; }; + 4D9D888E7D9711524F6B9AA9725951F4 /* FBSDKLoginKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSDKLoginKit-dummy.m"; sourceTree = ""; }; + 4E19DC563AFE66D4615F26DC95496EE9 /* UIImage+Snapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Snapshot.m"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.m"; sourceTree = ""; }; + 4E1A6EEA3088685B9A9FFB4523FA80DC /* FBSDKLoginCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginCompletion.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion.h; sourceTree = ""; }; + 4E3E94604C8872EEF447C81B1C7481C5 /* KeccakF-1600-opt32-settings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "KeccakF-1600-opt32-settings.h"; path = "NACrypto/keccak/KeccakF-1600-opt32-settings.h"; sourceTree = ""; }; + 4E754A8F6BD99B6D71B2EC37305E8670 /* FBSDKDynamicFrameworkLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKDynamicFrameworkLoader.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDynamicFrameworkLoader.h; sourceTree = ""; }; + 4E98C21E3A7EC4BE755A2A5C5852072B /* CocoaSecurity-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaSecurity-umbrella.h"; sourceTree = ""; }; + 4ED9F978A265E9A18894D098D4D2D30F /* FBSDKGraphRequestConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestConnection.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestConnection.m; sourceTree = ""; }; + 4F0D303F4597662B6389AFE40071A09D /* FBSDKCoreKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKCoreKit-umbrella.h"; sourceTree = ""; }; + 4F34F1A867F9F70C0A7E8E53A809E2DD /* FBSDKProfilePictureView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKProfilePictureView.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfilePictureView.h; sourceTree = ""; }; + 4FBD6CE0E5F71722B10D8165F15E25DF /* FBSDKWebDialogView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKWebDialogView.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialogView.h; sourceTree = ""; }; + 4FD82B50F6F18A70775DE065F1DF098A /* FBSnapshotTestController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestController.h; path = FBSnapshotTestCase/FBSnapshotTestController.h; sourceTree = ""; }; 5041E2A91C7A8740358698C67EC25A89 /* Pods-PNObject_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PNObject_Example-acknowledgements.plist"; sourceTree = ""; }; - 5044E28DF5CA1ED5E2801D118449544E /* RNCryptor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RNCryptor.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 50566CF1EC56A61C10E9F8040AE4B7E7 /* UIDevice_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIDevice_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5059C23A297D9814A8964271D59CCAB4 /* EXPMatchers+beTruthy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beTruthy.m"; path = "Expecta/Matchers/EXPMatchers+beTruthy.m"; sourceTree = ""; }; - 50653A9504B841F87649AD0DFE8B56E7 /* FBSDKWebDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKWebDialog.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialog.h; sourceTree = ""; }; - 5288FD3B85CBFA81267ECCF1B80A27CE /* EXPMatchers+beGreaterThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m"; sourceTree = ""; }; - 52D2A4992A099DAE5A18E1797D870404 /* FBSDKBridgeAPIResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIResponse.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIResponse.m; sourceTree = ""; }; - 5312DA28670878BCF7F96B2BF53E1AC1 /* SpectaDSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaDSL.h; path = Specta/Specta/SpectaDSL.h; sourceTree = ""; }; - 53205917CE758C7274FA062BBA003FA7 /* FBSDKAppLinkUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppLinkUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkUtility.h; sourceTree = ""; }; - 534BA38D9F1387542D58EECB864E2FB4 /* BFMeasurementEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFMeasurementEvent.m; path = Bolts/iOS/BFMeasurementEvent.m; sourceTree = ""; }; - 53A2109CEF67B6934C1D66E84DCB5528 /* EXPDoubleTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPDoubleTuple.m; path = Expecta/EXPDoubleTuple.m; sourceTree = ""; }; - 53A765F94552BEA8B640A3942B73FE48 /* FBSDKProfile+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKProfile+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKProfile+Internal.h"; sourceTree = ""; }; - 53E7308F602E00F2AAABCBDF5AF859C2 /* FBSDKLoginManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginManager.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManager.m; sourceTree = ""; }; - 540EADF849F309E32F011F8AEADF7FE3 /* UIDevice-Hardware.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDevice-Hardware.m"; path = "Pod/Classes/UIDevice-Hardware.m"; sourceTree = ""; }; - 542CFC5BEFE9FE4DD85FE37EAD7C820C /* FBSnapshotTestCasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCasePlatform.h; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.h; sourceTree = ""; }; - 54641405155B66570094959327BD8176 /* PNInstallation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNInstallation.m; sourceTree = ""; }; - 54859C25AB20B5FC9AD8C0295A867117 /* FBSDKWebDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKWebDialog.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialog.m; sourceTree = ""; }; - 54DD8ADCBBAF98AAB91BF2B3A4E65C78 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; - 557A5561015201E8A1CAEED8AE5B451A /* EXPMatchers+beGreaterThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h"; sourceTree = ""; }; - 560C655DAF9C028A34717C0C0BA417C4 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = FBSnapshotTestCase/SwiftSupport.swift; sourceTree = ""; }; - 56208E8E37A929D30D1CCDEE7784B2B7 /* EXPMatchers+beTruthy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beTruthy.h"; path = "Expecta/Matchers/EXPMatchers+beTruthy.h"; sourceTree = ""; }; - 5694F3C3FA0C1CCF2716828E3125B850 /* EXPMatchers+FBSnapshotTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPMatchers+FBSnapshotTest.m"; sourceTree = ""; }; - 5778FF9DB0677BB4921C3FA999AA2B9C /* FBSDKShareVideoContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareVideoContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideoContent.h; sourceTree = ""; }; - 5795DC7159A207645C274B57953AAE40 /* AFOAuthCredential.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AFOAuthCredential.m; sourceTree = ""; }; - 57F726180FCFD5EF7B9768005571EA84 /* EXPMatchers+beInTheRangeOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInTheRangeOf.h"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.h"; sourceTree = ""; }; - 57FDAC80C9278ACFBF9FA62062007CE4 /* BoltsVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BoltsVersion.h; path = Bolts/Common/BoltsVersion.h; sourceTree = ""; }; - 584A04915C8BC48EBA12A137EED2DA97 /* FBSDKAppInviteContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppInviteContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.m; sourceTree = ""; }; - 5855C96222FA1D187D555DCCBB756064 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - 59884A4FD6DAE179A231B8387CFC784F /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; - 5A350D1396AC12CD019F91DBA44E58DD /* RNCryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNCryptor.h; sourceTree = ""; }; - 5B1F44247668830D65EC9B097C445BE6 /* PEAR-FileManager-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PEAR-FileManager-iOS-prefix.pch"; sourceTree = ""; }; - 5B26BE16735CD4ABD287EDB9A4B87349 /* BFTaskCompletionSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFTaskCompletionSource.m; path = Bolts/Common/BFTaskCompletionSource.m; sourceTree = ""; }; - 5B9DDF40F9C440F2F3C25BF0700E5399 /* ExpectaObject+FBSnapshotTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ExpectaObject+FBSnapshotTest.m"; sourceTree = ""; }; - 5D361F0A5D363FED590C7BEE029CDC61 /* SPTSharedExampleGroups.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSharedExampleGroups.m; path = Specta/Specta/SPTSharedExampleGroups.m; sourceTree = ""; }; - 5D45E2F525A95A7B59C5D914E5AE37A2 /* Specta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Specta-prefix.pch"; sourceTree = ""; }; - 5EA4DA1B5E42AF6D0767C994F7015FF4 /* FBSDKTypeUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTypeUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTypeUtility.h; sourceTree = ""; }; - 5FDF37188CAC76C98B336BCC03A1FCD5 /* FBSDKSendButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSendButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSendButton.h; sourceTree = ""; }; + 5098F0400412D237D349973F15A5A5D7 /* nv_ios_http_status.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = nv_ios_http_status.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5182196C82EABEB45B072930672E546C /* FBSDKBridgeAPIResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIResponse.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIResponse.h; sourceTree = ""; }; + 51C107211387C44010FD465D019AD506 /* FBSDKAppGroupJoinDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppGroupJoinDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupJoinDialog.h; sourceTree = ""; }; + 51E59A2C87CAC2B03B35492663DE1FCF /* SPTExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExample.m; path = Specta/Specta/SPTExample.m; sourceTree = ""; }; + 51F5626378278570E9778467F6CE0CEF /* AFImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFImageDownloader.m; path = "UIKit+AFNetworking/AFImageDownloader.m"; sourceTree = ""; }; + 525832FDCA6511F71D5D3E8703D28787 /* FBSDKLikeControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeControl.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeControl.m; sourceTree = ""; }; + 5306C38DC83AEDB5AA57DB741BA186C0 /* FBSDKAppInviteContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppInviteContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.h; sourceTree = ""; }; + 536AD185B334B029C6C36F7E6106ADF6 /* FBSDKAccessTokenCacheV3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV3.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3.h; sourceTree = ""; }; + 543348521E9336407FA36742DD59C798 /* SPTTestSuite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTTestSuite.m; path = Specta/Specta/SPTTestSuite.m; sourceTree = ""; }; + 5484DD34BA870484E206F77CAE7104F2 /* EXPMatchers+beInTheRangeOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInTheRangeOf.h"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.h"; sourceTree = ""; }; + 54B52924697544846010984492FCD652 /* FBSDKGameRequestFrictionlessRecipientCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGameRequestFrictionlessRecipientCache.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKGameRequestFrictionlessRecipientCache.m; sourceTree = ""; }; + 54E0809D5C087B4BA0A392C8A6D26113 /* FBSDKTypeUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTypeUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTypeUtility.m; sourceTree = ""; }; + 5517A0D66695D59C4FCFA71B35E75C1D /* NAKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NAKeychain.m; path = NACrypto/NAKeychain.m; sourceTree = ""; }; + 55969DFADBBC801C57086B716CAC9027 /* NAHMAC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NAHMAC.h; path = NACrypto/NAHMAC.h; sourceTree = ""; }; + 55BF948C6032B6BD2E8C30833B2DA82F /* PNObjectModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectModel.h; sourceTree = ""; }; + 55E8A79A6BFBCF6F613FD4F6F825D53D /* FBSDKApplicationDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKApplicationDelegate.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKApplicationDelegate.m; sourceTree = ""; }; + 566C81C573EEC865AB9788AC12119709 /* CodFis-Helper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "CodFis-Helper.xcconfig"; sourceTree = ""; }; + 57062F44694E855010CE07F33F269B52 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; + 57720C51FFD3BA414D0CEC6114154240 /* KeccakF-1600-32.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "KeccakF-1600-32.h"; path = "NACrypto/keccak/KeccakF-1600-32.h"; sourceTree = ""; }; + 57DFEC2B971E5AAECFCF97A8EF781D93 /* PEAR-FileManager-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PEAR-FileManager-iOS-umbrella.h"; sourceTree = ""; }; + 58263BE38CBF70447BA974C264711833 /* PNObjectConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectConstants.h; sourceTree = ""; }; + 58476B0CB4E5BC9CDD3F4EFE2406F5C3 /* PureLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PureLayout-prefix.pch"; sourceTree = ""; }; + 587F2C5D4620F00023424B5CC52F3E45 /* EXPMatchers+beNil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beNil.m"; path = "Expecta/Matchers/EXPMatchers+beNil.m"; sourceTree = ""; }; + 589EC8EBE322E832BEED2F0AD1B31ED4 /* BFWebViewAppLinkResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFWebViewAppLinkResolver.m; path = Bolts/iOS/BFWebViewAppLinkResolver.m; sourceTree = ""; }; + 591CC8D74C571620F6DE6F1DA9288DCD /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5925F23B030FFAF1A8103CAB6F5E9940 /* FBSDKBridgeAPIProtocolNativeV1.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIProtocolNativeV1.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolNativeV1.m; sourceTree = ""; }; + 5933C89F388C8D620F91185A5A9D6FA9 /* FBSDKConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKConstants.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKConstants.m; sourceTree = ""; }; + 5943C90C11007AC9480E7B1C8130508A /* NSValue+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSValue+Expecta.h"; path = "Expecta/NSValue+Expecta.h"; sourceTree = ""; }; + 598319A2ED248ABECE2A485DC12CD5AA /* ALView+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ALView+PureLayout.h"; path = "PureLayout/PureLayout/ALView+PureLayout.h"; sourceTree = ""; }; + 5A102D62E8DC59EC54199023E69A4844 /* FBSDKInternalUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKInternalUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKInternalUtility.m; sourceTree = ""; }; + 5A778C6CD86590133DBC8A665636BE6A /* KeccakF-1600-int-set.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "KeccakF-1600-int-set.h"; path = "NACrypto/keccak/KeccakF-1600-int-set.h"; sourceTree = ""; }; + 5ABCDC7C85483FD010552DA78CCCD94B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 5AF7738F895C5BB3AEA88560D6CDDF9C /* twofish.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = twofish.c; path = NACrypto/TwoFish/twofish.c; sourceTree = ""; }; + 5B0C5F784C14AA689AA7E3CCBEEB9096 /* PNInstallation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNInstallation.m; sourceTree = ""; }; + 5B88F09C774408A09360BB0EC4873801 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 5BF716362CC598B36A9A8431F8CFA00A /* EXPMatchers+beTruthy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beTruthy.h"; path = "Expecta/Matchers/EXPMatchers+beTruthy.h"; sourceTree = ""; }; + 5C5A9F54DABE7EA6CF2C897973FD3880 /* FBSDKLoginKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSDKLoginKit.modulemap; sourceTree = ""; }; + 5C9BDC7D8E92AD26623C0C6C0C08FE40 /* VatNumber+Helper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "VatNumber+Helper.m"; path = "CodFis-Helper/VatNumber+Helper.m"; sourceTree = ""; }; + 5CB66B9695857C35993FCC350273FB9E /* FBSDKErrorRecoveryConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKErrorRecoveryConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorRecoveryConfiguration.m; sourceTree = ""; }; + 5D31CFA004A707B6C158E0FBDF7D5CCF /* BFURL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFURL.h; path = Bolts/iOS/BFURL.h; sourceTree = ""; }; + 5D5F1C9D8D283474F8CDAEDA3DEF9157 /* FBSDKAccessTokenCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCache.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCache.m; sourceTree = ""; }; + 5D87545B7B1CACBBF8F32E5228C5CD93 /* FBSDKCoreKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKCoreKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5E5BC6FD520236ECF5B154A5173F1DA1 /* FBSDKInternalUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKInternalUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKInternalUtility.h; sourceTree = ""; }; + 5EBCA7101D5A3563E0C15875764CFD0D /* EXPMatchers+beSubclassOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSubclassOf.m"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.m"; sourceTree = ""; }; + 5EFC308BAA509D85B67F0AFAA8B51D73 /* AFOAuth2Manager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AFOAuth2Manager.m; sourceTree = ""; }; + 5F20615AD1C574C409FAC6108846E9A0 /* UIImage+Compare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Compare.h"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.h"; sourceTree = ""; }; + 5F493056E4E44B1544845AF491E0AF73 /* FBSDKAccessTokenCacheV3_21.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV3_21.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_21.h; sourceTree = ""; }; + 604CE65E602DD048191E48D232963E92 /* FBSDKGameRequestContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGameRequestContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestContent.m; sourceTree = ""; }; + 60747D14CB2133AB6067B4252D9112BE /* FBSDKGraphRequestBody.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestBody.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestBody.h; sourceTree = ""; }; + 60783E1A5C23B8AD5834DC21152B787A /* FBSDKGraphRequestBody.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestBody.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestBody.m; sourceTree = ""; }; 60B530196848B62AA6D54AEEB46A06D8 /* Pods-PNObject_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PNObject_Example-dummy.m"; sourceTree = ""; }; - 60E441C70C64D2749C8F7E14D6FEEC02 /* PNObject.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PNObject.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 610DEC0B9100117CD074E48439398496 /* FBSDKError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKError.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKError.h; sourceTree = ""; }; - 6190A8A80A84FA8CC1B3A72A4D3C3EFA /* FBSDKShareOpenGraphContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphContent.h; sourceTree = ""; }; - 619F44FEB0BB12E9B6C9DC194F15771A /* nv-ios-http-status-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nv-ios-http-status-umbrella.h"; sourceTree = ""; }; - 620BA60399430A2B7BE98B1F5593FD70 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 629E05BA90E8433D0F7165AAE1F6159D /* UIImage+Compare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Compare.m"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.m"; sourceTree = ""; }; - 62D97D560566B05D1D9E060721FFD43F /* FBSDKAppGroupJoinDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppGroupJoinDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupJoinDialog.m; sourceTree = ""; }; - 633C82B7D3583340D5B4F2F7A161F392 /* Pods_PNObject_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PNObject_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 63ADE053E0B94FAD6316A6D310ADA9E2 /* Specta-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Specta-umbrella.h"; sourceTree = ""; }; - 63FF00AD33630B71DC8364A7E8C32E3C /* FBSDKShareKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKShareKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 654C57362979E32FE721E363F55AA00E /* FBSDKProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKProfile.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfile.h; sourceTree = ""; }; - 65BD21CB4FC307EDA6509961318DB786 /* ALView+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ALView+PureLayout.m"; path = "PureLayout/PureLayout/ALView+PureLayout.m"; sourceTree = ""; }; - 6668C9CB0CC7FAB26E424B99D1A282E2 /* FBSDKLoginKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSDKLoginKit.modulemap; sourceTree = ""; }; - 66A0FFC1602BB62430E2A19911D02111 /* BFTaskCompletionSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFTaskCompletionSource.h; path = Bolts/Common/BFTaskCompletionSource.h; sourceTree = ""; }; - 6729F7A8A6072B4088CBD1A949366B1C /* FBSDKGraphRequestMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestMetadata.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestMetadata.m; sourceTree = ""; }; - 67707E0219279D73B856A7B6A2F7E22F /* EXPMatcherHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPMatcherHelpers.m; path = Expecta/Matchers/EXPMatcherHelpers.m; sourceTree = ""; }; - 680D60C4CE9ED6254B055D077C2017E6 /* FBSDKLoginManager+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginManager+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManager+Internal.h"; sourceTree = ""; }; - 681C0CA107F8F90BAB96DA6601CB11E3 /* PureLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PureLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 684F80C0F467F08B91BA55FDD8A5CA8F /* XCTestCase+Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTestCase+Specta.h"; path = "Specta/Specta/XCTestCase+Specta.h"; sourceTree = ""; }; - 68686F014AD842A6F95DCF6F833DCEEC /* FBSDKBridgeAPIRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIRequest.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIRequest.m; sourceTree = ""; }; - 6933F9EF07FA4640A95861786FEB3922 /* FBSDKButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKButton.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKButton.h; sourceTree = ""; }; - 69ADB71AE7914384230F0ADD752E761E /* EXPMatchers+raiseWithReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raiseWithReason.h"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.h"; sourceTree = ""; }; - 69C48B0C01931C9AA635ABD6D9C2A0A1 /* ExpectaObject+FBSnapshotTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ExpectaObject+FBSnapshotTest.h"; sourceTree = ""; }; - 69E67BCCC6B8174CF8F182B56986204F /* FBSDKCheckmarkIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCheckmarkIcon.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKCheckmarkIcon.h; sourceTree = ""; }; - 69F4A79BA5A36E18A7071D2F7FA8E115 /* FBSDKServerConfiguration+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKServerConfiguration+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration+Internal.h"; sourceTree = ""; }; - 6A11A7EB69BA654FB3DD572379550C3E /* EXPMatchers+conformTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+conformTo.m"; path = "Expecta/Matchers/EXPMatchers+conformTo.m"; sourceTree = ""; }; - 6A86C1C40C2498C1335B851545C9E3A3 /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; - 6BCF041F2AF79454DB628F3B3056264D /* EXPMatchers+beInTheRangeOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInTheRangeOf.m"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.m"; sourceTree = ""; }; - 6C026779ED5532B29AD7BF1892BB1233 /* FBSDKShareVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareVideo.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideo.h; sourceTree = ""; }; - 6F02FC400555F563EF2E22943DDAFBAC /* RNCryptor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = RNCryptor.modulemap; sourceTree = ""; }; - 6FB3D9A9DDA0770A4A8626D9B911F835 /* FBSDKShareConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareConstants.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareConstants.m; sourceTree = ""; }; - 700C89F1F64FB8B0D93244364503DB02 /* PNUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNUser.h; sourceTree = ""; }; - 707F0320C43C08CA8C471887517EE0BC /* Expecta+Snapshots.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Expecta+Snapshots.xcconfig"; sourceTree = ""; }; - 7138D7BD97FC9CBC012EB3382ABFE8DA /* ResponseConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ResponseConstants.h; path = "CodFis-Helper/ResponseConstants.h"; sourceTree = ""; }; - 716B68028A0992599CAFC1F3F787C086 /* FBSDKLoginKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKLoginKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 71A536FB579CA71B6D58143CEE1B2E57 /* FBSDKLikeButtonPopWAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeButtonPopWAV.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeButtonPopWAV.h; sourceTree = ""; }; - 71B0E9E9F570BA85D3D226F02C7681F0 /* FBSDKShareAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareAPI.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareAPI.m; sourceTree = ""; }; - 71B49D701EA8D9D683E429BFF58C50EB /* SpectaUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaUtility.h; path = Specta/Specta/SpectaUtility.h; sourceTree = ""; }; - 71EBC83C924E87C88B92EAF32C42A63E /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; - 71F105A5835330BF99915B5C73575E79 /* FBSDKInternalUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKInternalUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKInternalUtility.h; sourceTree = ""; }; - 72090C0F8454955E1523D03268BF2CD4 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 7244507F0BB9EECF1BFC656282791F50 /* EXPMatchers+raiseWithReason.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raiseWithReason.m"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.m"; sourceTree = ""; }; - 72C10F2911A05C7C643054C408326CFC /* EXPMatchers+beSupersetOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSupersetOf.m"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.m"; sourceTree = ""; }; - 72C4116AC933F225C97EB7C25685BBF4 /* FBSDKCheckmarkIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKCheckmarkIcon.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKCheckmarkIcon.m; sourceTree = ""; }; - 72C433EC40894EDF776A0D248FA809BD /* Specta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Specta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 72E4099A82B0EFB8DB333D90B2DFE07A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 735FC3486090DD72D2C38AFC9F288B71 /* FBSDKShareLinkContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareLinkContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareLinkContent.m; sourceTree = ""; }; - 73A832CBB4031A00D5E18D52FBA86486 /* FBSDKAccessTokenCacheV4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV4.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV4.h; sourceTree = ""; }; - 7451F179853190BBAB3B5BFD45BC702D /* EXPMatchers+beLessThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h"; sourceTree = ""; }; + 614454A678054AE5BEEAE478D83AF07C /* NSString-Helper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSString-Helper-prefix.pch"; sourceTree = ""; }; + 615495828E649E333497B28D56DD056F /* FBSnapshotTestCase.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSnapshotTestCase.modulemap; sourceTree = ""; }; + 6178FE48C880C9D5D6A843E1E1790CA2 /* FBSDKShareConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareConstants.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareConstants.h; sourceTree = ""; }; + 618E1C606195C3309D59169D3FBDBF81 /* FBSDKShareOpenGraphValueContainer+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKShareOpenGraphValueContainer+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareOpenGraphValueContainer+Internal.h"; sourceTree = ""; }; + 61F356F17F6F7E4C07216BD7384FAF65 /* EXPMatchers+beCloseTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beCloseTo.h"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.h"; sourceTree = ""; }; + 62BDC1C3E3FA3A9530CE7030A417DFFB /* FBSDKLoginTooltipView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginTooltipView.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginTooltipView.m; sourceTree = ""; }; + 62CADFE95A057EA5BE45CC976BD86892 /* PNObject+PNObjectConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PNObject+PNObjectConnection.h"; sourceTree = ""; }; + 64E36067E0B93235890A7FD743AAAD1A /* NASecRandom.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NASecRandom.h; path = NACrypto/NASecRandom.h; sourceTree = ""; }; + 65E969736E0E77F4A09D416F251E80A1 /* BoltsVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BoltsVersion.h; path = Bolts/Common/BoltsVersion.h; sourceTree = ""; }; + 65F59A3C764212191181CE4E3648B8E5 /* nv_ios_http_status.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = nv_ios_http_status.m; path = "nv-ios-http-status/nv_ios_http_status.m"; sourceTree = ""; }; + 66CC7FC2CE6A80808B2C06310CC78077 /* FBSDKShareKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSDKShareKit-dummy.m"; sourceTree = ""; }; + 674F4E3B6D17AF8B8D341341F578EE93 /* NSString-Helper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "NSString-Helper.xcconfig"; sourceTree = ""; }; + 67D4F7886DB400C0F164E6F8A9234DF3 /* Expecta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-prefix.pch"; sourceTree = ""; }; + 69008FAC4CF6266439FB6EAC0401701C /* BFAppLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLink.m; path = Bolts/iOS/BFAppLink.m; sourceTree = ""; }; + 6912A0B32C2F7129A6BC3545805E4371 /* EXPMatchers+conformTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+conformTo.m"; path = "Expecta/Matchers/EXPMatchers+conformTo.m"; sourceTree = ""; }; + 6921374CA451CA571A2237A53078D2CC /* EXPMatchers+haveCountOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+haveCountOf.m"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.m"; sourceTree = ""; }; + 69899EC374BC2B7C36D04093EE66924B /* FBSDKGraphRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequest.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequest.h; sourceTree = ""; }; + 699550909E4F2C0236230D4D0EC0A2E0 /* PNObject.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = PNObject.modulemap; sourceTree = ""; }; + 69CB750C73E15C973D1444D06523B1D0 /* Bolts.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Bolts.m; path = Bolts/Common/Bolts.m; sourceTree = ""; }; + 6A7072D26047300D029D3079E8ACCD56 /* PEAR_FileManager_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PEAR_FileManager_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6B1CA5B94A36285BA97765CACA1DA7D1 /* PNAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNAddress.h; sourceTree = ""; }; + 6B6F4306F676875647606FB2614C6B16 /* BFURL_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFURL_Internal.h; path = Bolts/iOS/BFURL_Internal.h; sourceTree = ""; }; + 6B8F63E6CFA0AC4039A9216709F9EB7C /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6B9DCDEAD0BC31D6011C59FC9BD2D0BD /* FBSDKShareOpenGraphAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphAction.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphAction.h; sourceTree = ""; }; + 6C022294E0CB2085EC09D1907F4002EC /* EXPMatcherHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcherHelpers.h; path = Expecta/Matchers/EXPMatcherHelpers.h; sourceTree = ""; }; + 6C0DC16E28F03A0DC82C9F1438F3E260 /* Pods_PNObject_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PNObject_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6C1949D7A4EA90FB4ACC1E31FCFAEFD5 /* FBSDKTriStateBOOL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTriStateBOOL.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTriStateBOOL.h; sourceTree = ""; }; + 6C2AA9E5D127BCDF36465A8FAFF670F5 /* FBSDKLoginCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginCompletion.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion.m; sourceTree = ""; }; + 6C2C36ED1EC90202DD536FBC421BFA1A /* FBSDKAccessToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessToken.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAccessToken.h; sourceTree = ""; }; + 6C46F91771B5147B0088A10778018A64 /* AFHTTPRequestSerializer+OAuth2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFHTTPRequestSerializer+OAuth2.m"; sourceTree = ""; }; + 6CFF4FFFBF4597311308FD6CD8F13CAB /* PNLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNLocation.m; sourceTree = ""; }; + 6D27B33DB78FBFE352BA7A996FA818BC /* EXPMatchers+beTruthy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beTruthy.m"; path = "Expecta/Matchers/EXPMatchers+beTruthy.m"; sourceTree = ""; }; + 6DC4EAA9E17187E73A954B50BB190314 /* PureLayout+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "PureLayout+Internal.h"; path = "PureLayout/PureLayout/PureLayout+Internal.h"; sourceTree = ""; }; + 6EB45F48B34F7435FD24C5A3D33B503F /* BFExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFExecutor.h; path = Bolts/Common/BFExecutor.h; sourceTree = ""; }; + 6EBA5348231F7D08AAFBC13A47C0D7AF /* PureLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PureLayout.xcconfig; sourceTree = ""; }; + 6F08E1614B97C3D23974F2B72819A693 /* FBSDKLoginButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginButton.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.h; sourceTree = ""; }; + 6F432114DACF8F627FD822D803090EC4 /* FBSDKBase64.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBase64.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Base64/FBSDKBase64.m; sourceTree = ""; }; + 6FA529BDDFFDC6F64843F13B0794B247 /* FBSDKBridgeAPICrypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPICrypto.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPICrypto.h; sourceTree = ""; }; + 6FFA6D33A993F9E9AB22E58D0E7BCBB9 /* BFAppLinkTarget.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkTarget.m; path = Bolts/iOS/BFAppLinkTarget.m; sourceTree = ""; }; + 701551036B8348F631F9033F6C3DC273 /* SPTSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSpec.h; path = Specta/Specta/SPTSpec.h; sourceTree = ""; }; + 707750F0D3188DF9FF4E2EF0E16B018E /* BFCancellationTokenRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFCancellationTokenRegistration.h; path = Bolts/Common/BFCancellationTokenRegistration.h; sourceTree = ""; }; + 7104244C28CC937B4C554B0F37C2F75C /* EXPMatchers+beFalsy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beFalsy.m"; path = "Expecta/Matchers/EXPMatchers+beFalsy.m"; sourceTree = ""; }; + 7191EC284CA1DCD2FC86F37100284145 /* BFAppLinkNavigation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkNavigation.m; path = Bolts/iOS/BFAppLinkNavigation.m; sourceTree = ""; }; + 71C45CE9F343179695F0A86DA2CDCD5B /* FBSDKUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKUtility.m; sourceTree = ""; }; + 71D87EB34FBF1C58135B00BE4C136535 /* Specta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Specta-dummy.m"; sourceTree = ""; }; + 726EDFD68EE56412A92D4E70C6B3946F /* FBSDKAppEventsDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsDeviceInfo.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsDeviceInfo.m; sourceTree = ""; }; + 7332CCA238E5A72BFEE60ABB05A6C4EF /* _FBSDKTemporaryErrorRecoveryAttempter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FBSDKTemporaryErrorRecoveryAttempter.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/_FBSDKTemporaryErrorRecoveryAttempter.h; sourceTree = ""; }; + 733564AE2E9B093FC19A5592E7FC18FC /* FBSDKCloseIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKCloseIcon.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKCloseIcon.m; sourceTree = ""; }; + 733BAFF1346DF1F4B0D32DF7C2927E86 /* FBSDKAccessToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessToken.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAccessToken.m; sourceTree = ""; }; + 73A90103D113E0F101E315D9895972ED /* PNObjectConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObjectConfig.m; sourceTree = ""; }; + 7413586DB8F1B13C8708A8AC9A86F077 /* FBSDKShareVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareVideo.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideo.m; sourceTree = ""; }; + 742990DBABAD4AA09E4143E755ABA5BF /* PEAR-FileManager-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "PEAR-FileManager-iOS.xcconfig"; sourceTree = ""; }; + 74345CE36E1F4C0C65E44D3307A56911 /* CocoaSecurity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaSecurity.h; path = CocoaSecurity/CocoaSecurity.h; sourceTree = ""; }; 748E0B295CE6475615F29850C6CD4B0A /* Pods-PNObject_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PNObject_Tests-acknowledgements.plist"; sourceTree = ""; }; - 74B4D0737934B3B642DA59900A2CB37D /* FBSDKShareDialogMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareDialogMode.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialogMode.h; sourceTree = ""; }; - 7547C3A2C6FF28E13BD507E23C41D2A9 /* EXPMatchers+beGreaterThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThan.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.h"; sourceTree = ""; }; - 75C33879637BFF197EA913FBF33DF541 /* RNCryptor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RNCryptor.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 7608177C8F18AAA46BFDF38AB3B6307D /* BFAppLinkReturnToRefererController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkReturnToRefererController.m; path = Bolts/iOS/BFAppLinkReturnToRefererController.m; sourceTree = ""; }; - 76AA96C59B8519494D2C7EBE42FC0AC0 /* FBSDKApplicationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKApplicationDelegate.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKApplicationDelegate.h; sourceTree = ""; }; - 76D145BEA79AA5D43664C609F4EE329B /* FBSDKLikeActionControllerCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeActionControllerCache.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionControllerCache.m; sourceTree = ""; }; - 77814C94AF49549BE6F381A9A134C648 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 77C0D9335740B5A32A1D250E990641FF /* NSDate_Utils.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = NSDate_Utils.modulemap; sourceTree = ""; }; - 784F6E12C67771D8D76A3974A8ACC3A1 /* CodFis_Helper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CodFis_Helper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 788BBA73EAEA9E06D112E3B96C3467FF /* EXPMatchers+beSupersetOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSupersetOf.h"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.h"; sourceTree = ""; }; - 78DFFB09230FCBC0CA0609AAFC3ADE09 /* FBSDKSendButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSendButton.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKSendButton.m; sourceTree = ""; }; - 78E0755AD286CC8D37991F4C8D0B934A /* EXPMatchers+beKindOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beKindOf.m"; path = "Expecta/Matchers/EXPMatchers+beKindOf.m"; sourceTree = ""; }; - 791D3A3EA41033E024773821B5F2F4C0 /* FBSDKMessageDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMessageDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKMessageDialog.m; sourceTree = ""; }; - 79313AC98555E621BAD8260C9C559EDA /* CodFis-Helper.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "CodFis-Helper.modulemap"; sourceTree = ""; }; - 79A1CCF7654F71D41112220E0DC10A37 /* EXPMatchers+beIdenticalTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beIdenticalTo.h"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.h"; sourceTree = ""; }; - 79B7E1CDA1D6A3D665DDBDC5A7068311 /* FBSDKMutableCopying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMutableCopying.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKMutableCopying.h; sourceTree = ""; }; - 7A09A844498D0BE9ECEF19919560448F /* ResourceBundle-PNObject-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-PNObject-Info.plist"; sourceTree = ""; }; - 7A09DECA6D5F103F6751ABFE699C0424 /* StrongestPasswordValidator.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = StrongestPasswordValidator.xcconfig; sourceTree = ""; }; - 7A5AE6F95141CA09B61B516862FFC7C2 /* FBSDKErrorRecoveryConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKErrorRecoveryConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorRecoveryConfiguration.m; sourceTree = ""; }; - 7A717DCBBB7A95C1DB3C11780017DDD4 /* FBSDKLikeDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeDialog.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeDialog.m; sourceTree = ""; }; - 7B35877C4883092B132615270E4A71D4 /* StrongestPasswordValidator-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "StrongestPasswordValidator-umbrella.h"; sourceTree = ""; }; - 7BB4AC97F09D592DCEDAD9169488FE64 /* ResourceBundle-NSString-Helper-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-NSString-Helper-Info.plist"; sourceTree = ""; }; - 7C047EA76672F7C61035FD11534465A8 /* nv-ios-http-status.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "nv-ios-http-status.xcconfig"; sourceTree = ""; }; - 7C3DFFAAFBE1167567D72274C37077C6 /* FBSDKGraphRequest+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKGraphRequest+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequest+Internal.h"; sourceTree = ""; }; - 7CE1620AF70C77E10BABE437E87236B9 /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+AFNetworking.h"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.h"; sourceTree = ""; }; - 7D9A5BFD38EA60AAB205DF3E003946EE /* PNObjectModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectModel.h; sourceTree = ""; }; - 7DB34EED0781E60D20AF367321B0B952 /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; - 7DE1F09489885824917063D56DDD1136 /* FBSnapshotTestCase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSnapshotTestCase-dummy.m"; sourceTree = ""; }; - 7DE860B7DDCEC743A5212583259D8AF2 /* FBSDKShareUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareUtility.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareUtility.m; sourceTree = ""; }; - 7E3B52FD2C55ECD1004B7460F1EE33BF /* StrongestPasswordValidator-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "StrongestPasswordValidator-prefix.pch"; sourceTree = ""; }; - 7E3E30BCF457EB6EBA26AB7D18F22F74 /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 7F24B0198C84374688D6CB02FCF21773 /* FBSDKShareLinkContent+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKShareLinkContent+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareLinkContent+Internal.h"; sourceTree = ""; }; - 7FBF01A12DBA9EECC888B58BBAD377AE /* FBSDKConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKConstants.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKConstants.h; sourceTree = ""; }; - 801B5FA9639504B4A1D87F6CBF43CB5C /* FBSDKShareKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKShareKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 804B40B4D08F06C864EE3B14218638FC /* SPTSharedExampleGroups.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSharedExampleGroups.h; path = Specta/Specta/SPTSharedExampleGroups.h; sourceTree = ""; }; - 805849C93498710FC1AED53BEA99F9EF /* FBSDKKeychainStoreViaBundleID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKKeychainStoreViaBundleID.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStoreViaBundleID.m; sourceTree = ""; }; - 80616939E2E0B3BA8BB5911A832CAEB4 /* Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expecta.h; path = Expecta/Expecta.h; sourceTree = ""; }; - 80DCFC3B28724B2B96B21837714AC744 /* FBSDKBridgeAPICrypto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPICrypto.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPICrypto.m; sourceTree = ""; }; - 8187217E663DB434BE4D87982B6457F7 /* UIActivityIndicatorView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActivityIndicatorView+AFNetworking.h"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h"; sourceTree = ""; }; - 81E770CCCC8F8327703EDECF0DC5ECEF /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 749F255409C1F5936652A4DB0628B989 /* FBSDKMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMacros.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKMacros.h; sourceTree = ""; }; + 74BD8A3A5418D52D9BD430B989D0F353 /* EXPMatchers+beSupersetOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSupersetOf.m"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.m"; sourceTree = ""; }; + 74EC8102B0C7CE631BBDBFBF5EC2AB92 /* _FBSDKTemporaryErrorRecoveryAttempter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FBSDKTemporaryErrorRecoveryAttempter.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/_FBSDKTemporaryErrorRecoveryAttempter.m; sourceTree = ""; }; + 754A339079A143FDCBA1E2522979E640 /* AFOAuth2Manager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AFOAuth2Manager.h; sourceTree = ""; }; + 763F35662E5E42EB215EB50FEA668D26 /* NSUserDefaults+AESEncryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSUserDefaults+AESEncryptor.m"; path = "NSUserDefaults-AESEncryptor/NSUserDefaults+AESEncryptor.m"; sourceTree = ""; }; + 764AD33D98229850C2B85DAF673EF9BF /* FBSDKSharing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharing.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharing.h; sourceTree = ""; }; + 769816AB86F2DDF92014C2489EF55340 /* nv-ios-http-status-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nv-ios-http-status-umbrella.h"; sourceTree = ""; }; + 7734B334508FFD613933CE776CEE0859 /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 77BD4B4FE318EFC7EE91F05BDC21D279 /* EXPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDefines.h; path = Expecta/EXPDefines.h; sourceTree = ""; }; + 77E5806373870B5DD3C72EF1F00BD196 /* FBSDKLikeActionControllerCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeActionControllerCache.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionControllerCache.m; sourceTree = ""; }; + 77F4EA56037ED3422AE7570F59BFE975 /* StrongestPasswordValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StrongestPasswordValidator.h; path = Pod/Classes/StrongestPasswordValidator.h; sourceTree = ""; }; + 788652DDA7B2878615B7D1B96470D2B6 /* EXPMatchers+beKindOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beKindOf.h"; path = "Expecta/Matchers/EXPMatchers+beKindOf.h"; sourceTree = ""; }; + 78DECC6463FC8751C80DDE64DDCEFD5E /* FBSDKLoginKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginKit.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit.h; sourceTree = ""; }; + 7926572D1A488D8C8EA27809126B4EBD /* UIImage+Compare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Compare.m"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.m"; sourceTree = ""; }; + 7A9CA2FD30B940942EF649275711DFA8 /* FBSDKErrorConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKErrorConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorConfiguration.h; sourceTree = ""; }; + 7AE1CE73E9F752D74DDB729F57FE855C /* FBSDKGameRequestDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGameRequestDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestDialog.h; sourceTree = ""; }; + 7B07B67723D86FD4E9FC5DCC3FDFBF8A /* EXPMatchers+beSubclassOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSubclassOf.h"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.h"; sourceTree = ""; }; + 7BE0A72CC75BA228E84BEE9868C45D29 /* PNObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObject.h; sourceTree = ""; }; + 7CD81967FF6E6D1F0561CB07BA5E1843 /* PNObjcPassword.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjcPassword.h; sourceTree = ""; }; + 7D6F950014B496ED07A9A7EFB4EBAC3B /* AFJSONResponseSerializerWithData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AFJSONResponseSerializerWithData.m; sourceTree = ""; }; + 7D9229A149F757CCBCBCE9D3CF9CC4D7 /* FBSDKLogo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLogo.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKLogo.h; sourceTree = ""; }; + 7E3EC4A1F76E07B10D5FDB6BE71A2528 /* CocoaSecurity-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaSecurity-dummy.m"; sourceTree = ""; }; + 7E48149F7DF147C8AEFA22613BFACBEC /* EXPFloatTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPFloatTuple.m; path = Expecta/EXPFloatTuple.m; sourceTree = ""; }; + 7E4FDA5034F1FA4BB7145193862C2FAE /* UIRefreshControl+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+AFNetworking.m"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.m"; sourceTree = ""; }; + 7E7C13158B726A6C318D753115D29D9A /* FBSDKShareDialogMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareDialogMode.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialogMode.h; sourceTree = ""; }; + 7F423152AFF0D3931BCF822D60EF47DC /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; + 8047470202D22C4FB49A4C9C248C520D /* SPTGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTGlobalBeforeAfterEach.h; path = Specta/Specta/SPTGlobalBeforeAfterEach.h; sourceTree = ""; }; + 808037D1A02115889E0C7F7E6A790E62 /* NSLayoutConstraint+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+PureLayout.h"; path = "PureLayout/PureLayout/NSLayoutConstraint+PureLayout.h"; sourceTree = ""; }; + 8086F1ECE22639D9A92208CF589BD346 /* FBSDKLoginKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKLoginKit-umbrella.h"; sourceTree = ""; }; + 80B7CF5178D6D53DA7D0E9395821E898 /* FBSDKLoginUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginUtility.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginUtility.m; sourceTree = ""; }; + 80EC212AB5D2796B798A13727CB9309E /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; + 811A0223E28D330BE0F7B281C0AA0A0F /* FBSDKProfile+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKProfile+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKProfile+Internal.h"; sourceTree = ""; }; + 81493C7AB69E65B0E8372C3535AE88B9 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; + 816DD3750C29F800A3809F23C6061BD8 /* FBSDKMath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMath.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMath.m; sourceTree = ""; }; + 81A10CA26C774439543C1BC1F23A05D1 /* FBSDKShareKit+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKShareKit+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareKit+Internal.h"; sourceTree = ""; }; + 821148969F35D4C2A1389146D698ACBE /* FBSDKLiking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLiking.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLiking.h; sourceTree = ""; }; + 8216232DC2C1A24F7711B9F7C66BDEFD /* ExpectaObject+FBSnapshotTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ExpectaObject+FBSnapshotTest.m"; sourceTree = ""; }; 821A5C557963A679894335F2C12F9FC9 /* Pods-PNObject_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PNObject_Tests-resources.sh"; sourceTree = ""; }; - 82370C2C361DAB855CFD1E7E0818AFC1 /* PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PureLayout.h; path = PureLayout/PureLayout/PureLayout.h; sourceTree = ""; }; - 8285B5564B819F0A7FE5CC51843E6AC9 /* PEAR-FileManager-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PEAR-FileManager-iOS-dummy.m"; sourceTree = ""; }; - 833401DAF7ECF37BB9C2BCACC5C0E778 /* FBSDKIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKIcon.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKIcon.h; sourceTree = ""; }; - 836B3E38F7F7AF752C3A2569E3B463FC /* PNObject-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PNObject-prefix.pch"; sourceTree = ""; }; - 83934A4A7CA57CCD866F579F083C0192 /* FBSnapshotTestController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestController.m; path = FBSnapshotTestCase/FBSnapshotTestController.m; sourceTree = ""; }; - 83F8259AFB910AD011A3DAD0E47AC479 /* ALView+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ALView+PureLayout.h"; path = "PureLayout/PureLayout/ALView+PureLayout.h"; sourceTree = ""; }; - 84DA720D27B8CA81E3916565A9AED073 /* EXPBlockDefinedMatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPBlockDefinedMatcher.m; path = Expecta/EXPBlockDefinedMatcher.m; sourceTree = ""; }; - 8566B67444DB3B4C97B01E98DD9D1810 /* FBSDKBridgeAPIProtocolWebV2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolWebV2.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV2.h; sourceTree = ""; }; - 8567FD0F5B559148E0841371032C6EF9 /* AFNetworking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.xcconfig; sourceTree = ""; }; - 8588583A401CDC07B6F004203E2EE7CB /* UIWebView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIWebView+AFNetworking.h"; path = "UIKit+AFNetworking/UIWebView+AFNetworking.h"; sourceTree = ""; }; - 858A5317147FDAE58EF6BC89F2634E21 /* FBSDKURLOpening.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKURLOpening.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKURLOpening.h; sourceTree = ""; }; - 85AAA450447100654D15E438FD5E4627 /* FBSDKMonotonicTime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMonotonicTime.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMonotonicTime.m; sourceTree = ""; }; - 864CF947AFFA1175124976E0A5101B0E /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 867A20192088B26E7B35A70AE62606C8 /* ExpectaObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaObject.m; path = Expecta/ExpectaObject.m; sourceTree = ""; }; - 87169B8D7D4BA6A06B6B146E3A0E9FFB /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; - 873EB602D2DA7557306B240D213BA29C /* FBSDKAccessTokenCacheV3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV3.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3.m; sourceTree = ""; }; - 87BD19E4B10A437B4E7EAECEE879E19C /* Pods_PNObject_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PNObject_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 880B739BF08231DD096EC898E61ED799 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; - 8885B043B19413D37AE2B3345D5008F6 /* Bolts.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Bolts.modulemap; sourceTree = ""; }; - 88D6F9FCC466B28FB5075B1F253A3F31 /* FBSDKErrorConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKErrorConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorConfiguration.h; sourceTree = ""; }; - 88DA8C76A877F3E59ED58AC608ED7AD0 /* StrongestPasswordValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StrongestPasswordValidator.m; path = Pod/Classes/StrongestPasswordValidator.m; sourceTree = ""; }; - 89208288C48137CF752791D41C6535ED /* NSString-Helper.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "NSString-Helper.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - 894E00D21A6463A75BBE06EABD108667 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; - 89B34C567EF94116066BB615F72F3E5A /* UIDevice-Utils-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIDevice-Utils-umbrella.h"; sourceTree = ""; }; - 8A1ACC60F8865CC571B299275FB7CDCB /* FBSDKBridgeAPIProtocolType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolType.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIProtocolType.h; sourceTree = ""; }; - 8A44923D558719BFBD039826FA7FDFEA /* EXPMatchers+beSubclassOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSubclassOf.h"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.h"; sourceTree = ""; }; - 8B4A8AC59E499FE023EE4849BFE67A9A /* PureLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PureLayout-prefix.pch"; sourceTree = ""; }; - 8B7302E5340E0182A04232190657E4EF /* NSString-Helper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSString-Helper-prefix.pch"; sourceTree = ""; }; - 8BEE2BA695E910BD7FAE1C919ABD7B72 /* PNObjcPassword.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObjcPassword.m; sourceTree = ""; }; - 8C1B61EFC522674D7B93A242565237AB /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = ""; }; - 8CDF44B98CD18D73397EAF5F6971162D /* BFAppLinkReturnToRefererView_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkReturnToRefererView_Internal.h; path = Bolts/iOS/BFAppLinkReturnToRefererView_Internal.h; sourceTree = ""; }; - 8CF11D328E1F7C5F442BAC0342291384 /* FBSDKContainerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKContainerViewController.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKContainerViewController.h; sourceTree = ""; }; - 8D263E2D0984E897E3E9C7D07C15F901 /* FBSDKMessageDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMessageDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKMessageDialog.h; sourceTree = ""; }; - 8D4AFC861B309676AF4EA5380CC181D6 /* FBSDKBase64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBase64.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Base64/FBSDKBase64.h; sourceTree = ""; }; - 8D8FB0FE96B653A9AEA5F2F77B8AC2F5 /* FBSDKKeychainStoreViaBundleID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKKeychainStoreViaBundleID.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStoreViaBundleID.h; sourceTree = ""; }; - 8DC2B2A4F9C0649E4D0CC4330F0AA111 /* FBSDKShareOpenGraphValueContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphValueContainer.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphValueContainer.h; sourceTree = ""; }; - 8E4D2C0CFB532A9EBCACD944298F3853 /* FBSDKShareDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialog.m; sourceTree = ""; }; - 8E83847FAA3C42EEE64E775CC5EF24EF /* PNLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNLocation.h; sourceTree = ""; }; - 8EBE8A8FACDEA50A88C8211600955801 /* NSDate_Utils-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDate_Utils-prefix.pch"; sourceTree = ""; }; - 8F42C29A9DCD9488D81AD7B62A7DB5B0 /* FBSDKLikeControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeControl.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeControl.m; sourceTree = ""; }; - 8F83E7509252F5F0AF29A9FA68014ECA /* FBSDKLikeBoxView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeBoxView.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxView.h; sourceTree = ""; }; - 8FBC21936423CF879C4ED62F8B484D61 /* AFOAuth2Manager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AFOAuth2Manager.m; sourceTree = ""; }; - 8FFCF4178E524B947AF7311B3EDB464D /* PNObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObject.h; sourceTree = ""; }; - 902621A9758E6619118E9BCC9EFF5514 /* UIButton+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+AFNetworking.h"; path = "UIKit+AFNetworking/UIButton+AFNetworking.h"; sourceTree = ""; }; - 902BA17C79105FAEC14508B4AC9B9A4C /* EXPMatchers+endWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+endWith.h"; path = "Expecta/Matchers/EXPMatchers+endWith.h"; sourceTree = ""; }; + 821F5394B3408E9D3571A0D3C1A302FD /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 82B1804349C0F69DB9664707AEB75F7F /* FBSDKTestUsersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTestUsersManager.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKTestUsersManager.h; sourceTree = ""; }; + 82DAE3957B479576EABBF1FD0AD223DD /* FBSDKCoreKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSDKCoreKit.modulemap; sourceTree = ""; }; + 8343109F5A5B70FE38D5535F08523CE0 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; + 834791DB699645460928D4DEE95453AC /* PNObject+Protected.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PNObject+Protected.m"; sourceTree = ""; }; + 8348CE5285E6F51739D8AAFB48864145 /* FBSDKAppGroupAddDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppGroupAddDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupAddDialog.m; sourceTree = ""; }; + 83CF9F598A378ECB92C79262D988BEF2 /* FBSDKTimeSpentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTimeSpentData.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKTimeSpentData.m; sourceTree = ""; }; + 84C4237CD7E2D5AFDC43E52CA5B5CB6B /* FBSDKShareOpenGraphAction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphAction.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphAction.m; sourceTree = ""; }; + 854D7FC3B7E81F622D343DE4C81DA763 /* FBSDKSharingContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharingContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharingContent.h; sourceTree = ""; }; + 85942F347E81DB42409A29C9E41B0372 /* FBSDKCoreKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKCoreKit-prefix.pch"; sourceTree = ""; }; + 85BFCE4100920011175A6A6F60D7190D /* NSDate+NSDate_Util.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+NSDate_Util.m"; path = "Pod/Classes/NSDate+NSDate_Util.m"; sourceTree = ""; }; + 85FB5D3B456D90709D0A2B672D3C1556 /* FBSDKMaleSilhouetteIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMaleSilhouetteIcon.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKMaleSilhouetteIcon.m; sourceTree = ""; }; + 86228E2157878F87003C78F96FE8C28A /* BFAppLink_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLink_Internal.h; path = Bolts/iOS/BFAppLink_Internal.h; sourceTree = ""; }; + 86240F2486CFF71AA9F230E5078D4CD6 /* BFAppLinkReturnToRefererController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkReturnToRefererController.h; path = Bolts/iOS/BFAppLinkReturnToRefererController.h; sourceTree = ""; }; + 8628089100EFBF497CA59F7366D812FA /* FBSDKSystemAccountStoreAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSystemAccountStoreAdapter.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKSystemAccountStoreAdapter.h; sourceTree = ""; }; + 8686254FF8A3A0BC733B2987A8FCC8D0 /* FBSDKShareError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareError.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareError.h; sourceTree = ""; }; + 8707207BA54527191A780BA2CC2C234A /* NANSData+Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NANSData+Utils.h"; path = "NACrypto/NANSData+Utils.h"; sourceTree = ""; }; + 873E62974228CEDED404F2AE99C9EE8B /* UIDevice-Utils.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "UIDevice-Utils.modulemap"; sourceTree = ""; }; + 8806D6DDD9EC3D0E11D1695FCBE3C536 /* EXPMatchers+raiseWithReason.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raiseWithReason.m"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.m"; sourceTree = ""; }; + 880CC385A45D01CFA3CC4A5DAD05DFEE /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; + 882113A5633F1BFBB82B9D9B544571E6 /* FBSDKTypeUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTypeUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTypeUtility.h; sourceTree = ""; }; + 88C0B14A6EB9A0B1240EE9A60EFEA23B /* FBSDKDynamicFrameworkLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKDynamicFrameworkLoader.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal_NoARC/FBSDKDynamicFrameworkLoader.m; sourceTree = ""; }; + 88C8E9A1102DED4D9B739AB3BBDC9F28 /* FBSDKWebDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKWebDialog.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialog.h; sourceTree = ""; }; + 89273B1AC48F1B360518F4A384208BD7 /* FBSDKPaymentObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKPaymentObserver.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKPaymentObserver.m; sourceTree = ""; }; + 89C6466471D85392D6E45714288BDE24 /* KeccakF-1600-32-s1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "KeccakF-1600-32-s1.h"; path = "NACrypto/keccak/KeccakF-1600-32-s1.h"; sourceTree = ""; }; + 8AC0391B2CACD128C7FD42DF12BDA040 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 8B1A32DE41393152063724D1147545E8 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; + 8B351299EA0BADC3EA6A0C65C2D3818C /* EXPMatchers+beLessThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThan.h"; path = "Expecta/Matchers/EXPMatchers+beLessThan.h"; sourceTree = ""; }; + 8B6B0C2055C01FF78C910CDEC7E2822E /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; + 8BA82C2EED569E41834A29BBAD3AE67F /* SPTExampleGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExampleGroup.m; path = Specta/Specta/SPTExampleGroup.m; sourceTree = ""; }; + 8BAC57A6C2DC8DC32C01F9BED00431A2 /* NSUserDefaults-AESEncryptor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "NSUserDefaults-AESEncryptor.modulemap"; sourceTree = ""; }; + 8C7A5BBB21C4BA9A224A8D555B912C75 /* FBSDKTriStateBOOL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTriStateBOOL.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTriStateBOOL.m; sourceTree = ""; }; + 8C82443CB6E4DEA02E090F85048C4832 /* NANSMutableData+Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NANSMutableData+Utils.h"; path = "NACrypto/NANSMutableData+Utils.h"; sourceTree = ""; }; + 8C8D8788D0AFB6166542F6B3E621468D /* NAKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NAKeychain.h; path = NACrypto/NAKeychain.h; sourceTree = ""; }; + 8CA693C5EE5C091F1C01109668999AF9 /* NATwoFish.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NATwoFish.h; path = NACrypto/NATwoFish.h; sourceTree = ""; }; + 8CCA06E94BE8A53EB1A5C83BAECE022C /* FBSDKShareLinkContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareLinkContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareLinkContent.m; sourceTree = ""; }; + 8CF0C96BE59682A53623AD9336071156 /* BFTaskCompletionSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFTaskCompletionSource.h; path = Bolts/Common/BFTaskCompletionSource.h; sourceTree = ""; }; + 8CF948B3669B51DC55B0062C7CDB9DF1 /* EXPMatchers+beCloseTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beCloseTo.m"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.m"; sourceTree = ""; }; + 8D7AD7D353B077EED26448970D714EB2 /* FBSDKBridgeAPIProtocolWebV2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolWebV2.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV2.h; sourceTree = ""; }; + 8DC98A97BF9B25757C5E9A70BC2E2DA7 /* EXPMatchers+contain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+contain.h"; path = "Expecta/Matchers/EXPMatchers+contain.h"; sourceTree = ""; }; + 8E0D38BBC80BC248B0986171F27B6803 /* EXPMatchers+beGreaterThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m"; sourceTree = ""; }; + 8E20B83E3B9341C7632EDD662A1A1E89 /* ExpectaSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaSupport.m; path = Expecta/ExpectaSupport.m; sourceTree = ""; }; + 8EC562FC62623CDB8ED86E0D2124D8C3 /* FBSDKKeychainStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKKeychainStore.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStore.h; sourceTree = ""; }; + 8F2B54A3196FE85B572AFEB61DF113B9 /* EXPMatchers+equal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+equal.h"; path = "Expecta/Matchers/EXPMatchers+equal.h"; sourceTree = ""; }; + 8FCDB882833E40AC7735EB75ABF763EB /* EXPBlockDefinedMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPBlockDefinedMatcher.h; path = Expecta/EXPBlockDefinedMatcher.h; sourceTree = ""; }; + 90292B81AFA60FDCB0954FAFE4871416 /* CodFis-Helper-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CodFis-Helper-umbrella.h"; sourceTree = ""; }; + 9050E80C383D2F4945F7B48884943913 /* UIWebView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIWebView+AFNetworking.h"; path = "UIKit+AFNetworking/UIWebView+AFNetworking.h"; sourceTree = ""; }; 90604A87BB7538C11C8A79A3023FC482 /* Pods-PNObject_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PNObject_Example-acknowledgements.markdown"; sourceTree = ""; }; - 90823CBB67F2934B4F8752380339CC0A /* BFAppLinkReturnToRefererView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkReturnToRefererView.m; path = Bolts/iOS/BFAppLinkReturnToRefererView.m; sourceTree = ""; }; - 90C34D18BB9BC6380C1AD81D57D60A5D /* FBSDKBridgeAPIProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocol.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIProtocol.h; sourceTree = ""; }; - 90CC928F94DB7EC3D7E0472C8BAD28BE /* FBSDKAppGroupAddDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppGroupAddDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupAddDialog.h; sourceTree = ""; }; - 9187D1043573B650F20865FA53D8F4CB /* FBSDKLikeDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeDialog.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeDialog.h; sourceTree = ""; }; - 925978D63DE975E818C14CFC62EEFD79 /* NSDate_Utils-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDate_Utils-umbrella.h"; sourceTree = ""; }; - 92DA6CE55E87602AECB1973D5DC41451 /* BFAppLinkReturnToRefererController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkReturnToRefererController.h; path = Bolts/iOS/BFAppLinkReturnToRefererController.h; sourceTree = ""; }; - 930245814FE1C55E5ED02533926F4E51 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - 934D7FBF6EE3AB472313968B227A8293 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; + 907CEA44EF007A5F9B09B2727A048168 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 90E85567B72A8CA76C1B51F6A2444AA5 /* FBSDKServerConfiguration+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKServerConfiguration+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration+Internal.h"; sourceTree = ""; }; + 91D2B83E75F81F59834B3E7A332D6556 /* FBSDKErrorRecoveryAttempter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKErrorRecoveryAttempter.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/FBSDKErrorRecoveryAttempter.m; sourceTree = ""; }; + 920C93A9DC86FDB4EC53C3505C1EA256 /* PNObject+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PNObject+Protected.h"; sourceTree = ""; }; + 92ABE4563DA0EF6D970F407FC1D01E17 /* NACounter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NACounter.h; path = NACrypto/NACounter.h; sourceTree = ""; }; + 92E4C397330757F0836ACB3FFA6DDAC8 /* BFAppLinkReturnToRefererController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkReturnToRefererController.m; path = Bolts/iOS/BFAppLinkReturnToRefererController.m; sourceTree = ""; }; + 934F03DBB78E890AFF23819B0AE3E0BE /* UIActivityIndicatorView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActivityIndicatorView+AFNetworking.h"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h"; sourceTree = ""; }; 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9489B7BBFA82D7CAFC248C6556527422 /* FBSDKAppEventsDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsDeviceInfo.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsDeviceInfo.h; sourceTree = ""; }; - 94A0A5FA716ADCA9E911CFBB3F4C09D1 /* FBSDKContainerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKContainerViewController.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKContainerViewController.m; sourceTree = ""; }; - 958F2BC783D806A88D3AE0FA733E218A /* BFAppLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLink.h; path = Bolts/iOS/BFAppLink.h; sourceTree = ""; }; - 9597E685F1205111EA6842DBE0D9DDB8 /* FBSDKShareAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareAPI.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareAPI.h; sourceTree = ""; }; - 95B30D0790EDD41CB794FD83AFF6ED20 /* FBSDKShareDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareDefines.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareDefines.h; sourceTree = ""; }; - 963A6163C818FE38C7A806E3EE37691F /* SPTExcludeGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExcludeGlobalBeforeAfterEach.h; path = Specta/Specta/SPTExcludeGlobalBeforeAfterEach.h; sourceTree = ""; }; - 96F361A48390DE67313A4B31E3372E3A /* FBSDKAppEventsState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsState.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsState.m; sourceTree = ""; }; - 970E4E8D21C91126C4C4ED83EAF362AD /* FBSDKGraphRequestPiggybackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestPiggybackManager.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestPiggybackManager.m; sourceTree = ""; }; - 9764903A656C5920E1DB1192355DF3B0 /* FBSDKCoreKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKCoreKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97668A9972E4008489DF3F8A72405B27 /* FBSDKShareKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKShareKit-umbrella.h"; sourceTree = ""; }; - 97BDAD25E96F8BB71E58FD56A3811515 /* Bolts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Bolts.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97D58071A31A13BCAB524B3D54C40A9F /* FBSDKGameRequestFrictionlessRecipientCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGameRequestFrictionlessRecipientCache.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKGameRequestFrictionlessRecipientCache.h; sourceTree = ""; }; - 97E0B2577B5E7AD007C143677D480F42 /* ResourceBundle-UIDevice-Utils-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-UIDevice-Utils-Info.plist"; sourceTree = ""; }; - 9924D5513CA6AB5F359C6F4FA47926B5 /* FBSDKLoginCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginCompletion.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion.h; sourceTree = ""; }; - 99897B23CC86BC9BCB2EE2EF9D311D98 /* FBSDKAccessToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessToken.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAccessToken.m; sourceTree = ""; }; - 99A5F9DA99C2A0E523EC50762F0EDEB0 /* RNCryptor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCryptor-dummy.m"; sourceTree = ""; }; - 9A232BEDB7AF1F08B4CE31E42797F0EC /* FBSDKShareOpenGraphValueContainer+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKShareOpenGraphValueContainer+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareOpenGraphValueContainer+Internal.h"; sourceTree = ""; }; - 9A36FA75F1E4FF485524F7A34F9E940A /* PNObjectConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectConfig.h; sourceTree = ""; }; - 9A485FA49DC3CB0D4D534FD823A9D6B7 /* UIDevice-Utils-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIDevice-Utils-prefix.pch"; sourceTree = ""; }; - 9A5722BE2381E1063F7F7BCC3CF15B73 /* FBSDKSharePhotoContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSharePhotoContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhotoContent.m; sourceTree = ""; }; - 9ADB837A4BE680A2469E7715135DFD5C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 9B109F3A950A33B8F14680CFF594C8FB /* FBSDKAccessTokenCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCache.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCache.m; sourceTree = ""; }; - 9B2412DF9C83FA91990C5135DA76A593 /* FBSDKLoginUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginUtility.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginUtility.m; sourceTree = ""; }; - 9B46EE78C1FD0934C6EB3A6878E891D4 /* FBSDKSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSettings.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKSettings.m; sourceTree = ""; }; - 9B85B56C5DE375DA9D66BE1CB538BF0C /* FBSDKShareDialogMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareDialogMode.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialogMode.m; sourceTree = ""; }; - 9B9843BCA3F316D774BFB4EB147C2714 /* FBSnapshotTestCase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCase.m; path = FBSnapshotTestCase/FBSnapshotTestCase.m; sourceTree = ""; }; - 9BA2EFA2357230B3951DA3C6BA7A7C51 /* FBSDKGraphRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequest.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequest.h; sourceTree = ""; }; - 9BB4DD70745C616049AB72BE1BE70BBC /* StrongestPasswordValidator-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "StrongestPasswordValidator-dummy.m"; sourceTree = ""; }; - 9DBE0E52D2D99A184DB399F270347C63 /* BFWebViewAppLinkResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFWebViewAppLinkResolver.m; path = Bolts/iOS/BFWebViewAppLinkResolver.m; sourceTree = ""; }; - 9E88F4C7708A8A7D0B5DD04BE01C7FB5 /* FBSDKGraphRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequest.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequest.m; sourceTree = ""; }; - 9F3682DF7A233CAA0CA67B257D1692EF /* FBSDKLikeObjectType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeObjectType.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeObjectType.h; sourceTree = ""; }; - 9F44251670364D7298CC33133BB8E3CD /* FBSDKBase64.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBase64.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Base64/FBSDKBase64.m; sourceTree = ""; }; - A1181B21DF3228C4005501EABF105516 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - A190AACE02795A5FA30B0342697AB422 /* Expecta+Snapshots.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Expecta+Snapshots.modulemap"; sourceTree = ""; }; - A1C678B8EDA855844A40DFACBE96BBFC /* FBSDKGraphRequestDataAttachment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestDataAttachment.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestDataAttachment.h; sourceTree = ""; }; - A24888FC3F3A7E2AF5A8398535A17E2B /* AFHTTPRequestSerializer+OAuth2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFHTTPRequestSerializer+OAuth2.h"; sourceTree = ""; }; - A2C3874E163C35B6808AB69CC135F086 /* CodFis+Helper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CodFis+Helper.h"; path = "CodFis-Helper/CodFis+Helper.h"; sourceTree = ""; }; - A30B26708D73B663E99B3E43D24A0DEF /* FBSDKMessengerIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMessengerIcon.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKMessengerIcon.m; sourceTree = ""; }; - A345CD33CA1012ACFC519132C406222A /* FBSDKAppLinkUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppLinkUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkUtility.m; sourceTree = ""; }; - A346E6CA6D1550872C70BE33DE122687 /* FBSDKAppInviteDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppInviteDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteDialog.h; sourceTree = ""; }; - A37811009CBEC1CCA1EFC60F4F61B06A /* CodFisResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodFisResponse.m; path = "CodFis-Helper/CodFisResponse.m"; sourceTree = ""; }; - A38BF51514FEABDD6D4F03997CF6CD39 /* PEAR_FileManager_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PEAR_FileManager_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A4509B61BAAAFC9B5E4D592380424BA4 /* Specta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Specta.xcconfig; sourceTree = ""; }; - A46AB308D70135FAD5D0FD2D0E88F42B /* VatNumber+Helper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "VatNumber+Helper.h"; path = "CodFis-Helper/VatNumber+Helper.h"; sourceTree = ""; }; - A4A94F5A33FD5B462BE3892D7DBC1D67 /* BFAppLinkTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkTarget.h; path = Bolts/iOS/BFAppLinkTarget.h; sourceTree = ""; }; - A5080C9CA50F180DA69F644BFAC504B0 /* EXPMatchers+respondTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+respondTo.m"; path = "Expecta/Matchers/EXPMatchers+respondTo.m"; sourceTree = ""; }; - A5A56F283F3328A6FBBE82A68BDAFD21 /* NSArray+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+PureLayout.m"; path = "PureLayout/PureLayout/NSArray+PureLayout.m"; sourceTree = ""; }; - A5EC547485B88B66E8E8EDFB349B310C /* FBSDKGameRequestContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGameRequestContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestContent.h; sourceTree = ""; }; - A623A5FB2EB4B01092327B4026418777 /* EXPMatchers+conformTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+conformTo.h"; path = "Expecta/Matchers/EXPMatchers+conformTo.h"; sourceTree = ""; }; - A64A46BA90440D57304BA7E254B21F17 /* PNUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNUser.m; sourceTree = ""; }; - A678FB5DD4092F74C074CC1F07199377 /* FBSDKLikeActionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeActionController.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionController.h; sourceTree = ""; }; - A69927AAA8CBDD2EA369F67E5CD8BB39 /* AFHTTPRequestSerializer+OAuth2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFHTTPRequestSerializer+OAuth2.m"; sourceTree = ""; }; - A736690115576DE2E22E523E84BEB5D1 /* Expecta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-prefix.pch"; sourceTree = ""; }; - A738AAAA46B6B188D3FB7399EAAAB429 /* StrongestPasswordValidator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StrongestPasswordValidator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A77A3EB75937A72D08AC96DF7E29F3F8 /* BFAppLinkNavigation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkNavigation.h; path = Bolts/iOS/BFAppLinkNavigation.h; sourceTree = ""; }; - A7FAC20C0D377E494681BF422283294B /* PNObject+PNObjectConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PNObject+PNObjectConnection.m"; sourceTree = ""; }; - A80E35072AB7909E944FA803B973A45B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 93D2C837D2238CCE610EB5F4B953C7AC /* FBSDKLoginKit+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginKit+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginKit+Internal.h"; sourceTree = ""; }; + 944242F09A5CBEAB38846C9DFB5E9CA6 /* XCTestCase+Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTestCase+Specta.h"; path = "Specta/Specta/XCTestCase+Specta.h"; sourceTree = ""; }; + 944AABF6EED58809913F1938878390E4 /* EXPMatchers+haveCountOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+haveCountOf.h"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.h"; sourceTree = ""; }; + 949D32E3E63C6E1E38545D8D1FCAEEA6 /* FBSDKShareConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareConstants.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareConstants.m; sourceTree = ""; }; + 94FA85BAD78251B84AAD4AC232D37315 /* FBSDKLikeDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeDialog.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeDialog.h; sourceTree = ""; }; + 95DA65A13DB454A13204F60AF0055F61 /* FBSDKLikeButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeButton.h; sourceTree = ""; }; + 95FB2ADE8C46C240697F6AD15DBFAEFB /* UIDevice-Utils-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIDevice-Utils-umbrella.h"; sourceTree = ""; }; + 95FC5F3C0C32622D4482DFE211928DEF /* EXPMatchers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatchers.h; path = Expecta/Matchers/EXPMatchers.h; sourceTree = ""; }; + 964039B5466ECE4FFBBAC9E207AB58C3 /* StrongestPasswordValidator.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = StrongestPasswordValidator.xcconfig; sourceTree = ""; }; + 9644FC2752AE781A2385FDEFE3F274B9 /* FBSnapshotTestCase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSnapshotTestCase-dummy.m"; sourceTree = ""; }; + 96A136315A37D0F782CEC90BD77CF206 /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+AFNetworking.h"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.h"; sourceTree = ""; }; + 971666E418BE0824E3D739FDABD3BC37 /* FBSDKShareKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareKit.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareKit.h; sourceTree = ""; }; + 9733D2E9FC25A3FD185E501F8FBEE377 /* FBSDKLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLogger.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKLogger.m; sourceTree = ""; }; + 973A04E4996B6CF3EF51613B17DD12EE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 975379881B74DB97D201BE7A9F51AFB4 /* FBSDKCoreKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSDKCoreKit.xcconfig; sourceTree = ""; }; + 977413FBF7942CB0733E665C9B7FC6D0 /* CocoaSecurity.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CocoaSecurity.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 97B6BBF4D03E21B8E8FFD19C2032EFD8 /* PureLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = PureLayout.modulemap; sourceTree = ""; }; + 984E0E2FEC4E2898D4478ECB86229250 /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = ""; }; + 989FB8B593B9EEB5DEC0FFDFC0E0BBAD /* PNObject+PNObjectConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PNObject+PNObjectConnection.m"; sourceTree = ""; }; + 9904CCBB9355C0DA0E592BD9549725A7 /* Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Specta.h; path = Specta/Specta/Specta.h; sourceTree = ""; }; + 99AF3DEEDBBB298974D42DD1FA75CBD0 /* NSString+Helper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+Helper.m"; path = "NSString-Helper/NSString+Helper.m"; sourceTree = ""; }; + 9AC31C1AA42E9C6429D554E59C236F10 /* FBSDKDialogConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKDialogConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKDialogConfiguration.m; sourceTree = ""; }; + 9B38E2E0F5526F0DCF76C069288CAF04 /* EXPMatchers+FBSnapshotTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPMatchers+FBSnapshotTest.h"; sourceTree = ""; }; + 9BB54B0075F3ADC8BCCEEB83F19F69FC /* AFHTTPRequestSerializer+OAuth2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFHTTPRequestSerializer+OAuth2.h"; sourceTree = ""; }; + 9C81B1B125B1E4DA2216A5757D65F35E /* CocoaSecurity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CocoaSecurity.m; path = CocoaSecurity/CocoaSecurity.m; sourceTree = ""; }; + 9CCFCBA527C96AFF6405ABC74CBAED9A /* nv-ios-http-status-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nv-ios-http-status-prefix.pch"; sourceTree = ""; }; + 9D4B35E9A2C74E4A074EDECF261F628B /* FBSDKSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSettings.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKSettings.h; sourceTree = ""; }; + 9D9C882564E2E369FDE9A58D9D61C5F5 /* EXPExpect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPExpect.m; path = Expecta/EXPExpect.m; sourceTree = ""; }; + 9DC195FC652AD2F55832D265889CC5B7 /* BFMeasurementEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFMeasurementEvent.m; path = Bolts/iOS/BFMeasurementEvent.m; sourceTree = ""; }; + 9DFC1FEAF91CFCB1A6803FBBCD34F4A3 /* AFAutoPurgingImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFAutoPurgingImageCache.h; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.h"; sourceTree = ""; }; + 9E76DC89F91F8C032B13B9166D0505BB /* nv-ios-http-status.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "nv-ios-http-status.modulemap"; sourceTree = ""; }; + 9F0EF5E5E816ABCDBA0D310C15CF0895 /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIProgressView+AFNetworking.m"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.m"; sourceTree = ""; }; + 9F2E492726269DEFA28D6B633DB02531 /* Specta-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Specta-umbrella.h"; sourceTree = ""; }; + 9FC2F8179C38FAD640D7843B8ADA4AC3 /* FBSDKAppEventsState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsState.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsState.h; sourceTree = ""; }; + 9FF23E0142D4FA8587CC23F3C542155A /* FBSDKCrypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCrypto.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Cryptography/FBSDKCrypto.h; sourceTree = ""; }; + A00E2A3EBAE3142DE64A87FA2769BC90 /* FBSDKLoginButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginButton.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.m; sourceTree = ""; }; + A02FBCBFACC820260B2DC0FBB75CA5A4 /* CodFisResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodFisResponse.h; path = "CodFis-Helper/CodFisResponse.h"; sourceTree = ""; }; + A1332D0A05C00953DBB16A37B388BBAE /* NSDate_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NSDate_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A14FA33C40A93908FC333642C979EE7B /* EXPMatchers+conformTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+conformTo.h"; path = "Expecta/Matchers/EXPMatchers+conformTo.h"; sourceTree = ""; }; + A29864CA177F62357CFD767C7EC9363E /* FBSDKBridgeAPIProtocolType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolType.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIProtocolType.h; sourceTree = ""; }; + A4202C31C791397643652B152BBCE096 /* FBSDKSettings+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKSettings+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKSettings+Internal.h"; sourceTree = ""; }; + A54BAE87B0E11319B148A3A587C5C273 /* PNObjectConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectConfig.h; sourceTree = ""; }; + A5849263C46B80886928005F8F250369 /* SPTCompiledExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCompiledExample.h; path = Specta/Specta/SPTCompiledExample.h; sourceTree = ""; }; + A5CE33F40DC8DDD07F024D03F470E460 /* Bolts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bolts.h; path = Bolts/Common/Bolts.h; sourceTree = ""; }; + A5EFF5314C708D5DCC7AA6530F4F20B1 /* _FBSDKLoginRecoveryAttempter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FBSDKLoginRecoveryAttempter.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/_FBSDKLoginRecoveryAttempter.m; sourceTree = ""; }; + A617FC5E2DD3115AA042D721552470ED /* FBSDKMessageDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMessageDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKMessageDialog.h; sourceTree = ""; }; + A68C3BD569BAB665EBD92B3B107B8416 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+AFNetworking.m"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.m"; sourceTree = ""; }; + A69895FDD1941F05DE30E72CEBB4D942 /* FBSDKServerConfigurationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKServerConfigurationManager.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager.h; sourceTree = ""; }; + A6DA42DE6BB0FDFB02FFDCC1DBF16CDE /* EXPMatchers+beGreaterThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThan.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.h"; sourceTree = ""; }; + A733C86B8A3EE566CEBB3A9C9D35CB43 /* PNAddress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNAddress.m; sourceTree = ""; }; + A73B5E1041A9CFA326C8299D2134655F /* FBSnapshotTestCasePlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCasePlatform.m; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.m; sourceTree = ""; }; + A744F6E3398B3B7C22E65C288C27CA8B /* EXPMatchers+beGreaterThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h"; sourceTree = ""; }; + A7601B6BE1F3393F6AF8F1A65E93BC68 /* NSDate_Utils-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSDate_Utils-dummy.m"; sourceTree = ""; }; + A7717A22E8542684CDD24D25E4882281 /* FBSDKShareUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareUtility.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareUtility.m; sourceTree = ""; }; + A7F849AA5BB7A58C221C7408499AD24B /* CodFis+Helper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CodFis+Helper.m"; path = "CodFis-Helper/CodFis+Helper.m"; sourceTree = ""; }; A838922082CBB903238CF0302A9F06FC /* Pods-PNObject_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PNObject_Tests-dummy.m"; sourceTree = ""; }; - A84FF37467A710D6C44E52B74843DFCA /* Bolts-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Bolts-dummy.m"; sourceTree = ""; }; - A86176910EB0C572B65BAA7D6976F042 /* SPTExampleGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExampleGroup.h; path = Specta/Specta/SPTExampleGroup.h; sourceTree = ""; }; - A87B668CBC25F8366BF942597C96726C /* FBSDKAppEventsUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsUtility.m; sourceTree = ""; }; - A93138E47D8D97F4D5F7A0627DD6A322 /* NSDate_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NSDate_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A947507C3FBC67AFDE1651E6C6C1BFFF /* FBSDKLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLogger.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKLogger.m; sourceTree = ""; }; - A97C9D4ADB96094E3BB7CEFFD3186E7E /* FBSDKLoginTooltipView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginTooltipView.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginTooltipView.h; sourceTree = ""; }; + A906B76F7772493943F4BE757926C35D /* Bolts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Bolts.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A97B9B71C5A02DD000C64F332EE176CB /* SPTTestSuite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTTestSuite.h; path = Specta/Specta/SPTTestSuite.h; sourceTree = ""; }; + A9B1139E00B7A565A37BE6FF833D53BF /* FBSDKCopying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCopying.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKCopying.h; sourceTree = ""; }; AA1CE72928E46C7F70D4BBE1CD90756D /* Pods-PNObject_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PNObject_Example-umbrella.h"; sourceTree = ""; }; - AA1F7DEF6604A7C01899EF5E4E7AEDF5 /* FBSDKLoginButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginButton.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.m; sourceTree = ""; }; - AA4A5811B346E47AC7C8E327F45720C2 /* FBSDKLikeButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeButton.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeButton.m; sourceTree = ""; }; - AAA67C2CEDF9BE17EBEA84B78286C651 /* StrongestPasswordValidator.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = StrongestPasswordValidator.modulemap; sourceTree = ""; }; - AAC9B98AB49DB17ACECA4B1D322D16C9 /* PNObjectConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectConstants.h; sourceTree = ""; }; - AAF21AD438386882F4253D0D26710D54 /* _FBSDKLoginRecoveryAttempter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FBSDKLoginRecoveryAttempter.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/_FBSDKLoginRecoveryAttempter.h; sourceTree = ""; }; - AB2B006747371E2B665F88BBCDBA5E04 /* FBSDKCoreKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCoreKit.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h; sourceTree = ""; }; - ABB015CDA38CD139C8C3C53237CC4730 /* FBSDKProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKProfile.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfile.m; sourceTree = ""; }; - ABCC23F3768AB5D04210113304EF0D54 /* AFOAuthCredential.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AFOAuthCredential.h; sourceTree = ""; }; - ABD66061198ECF3CB09D3AFB4A51669F /* EXPMatchers+beLessThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThan.m"; path = "Expecta/Matchers/EXPMatchers+beLessThan.m"; sourceTree = ""; }; - AC1BBECAA7D89E1B6544FD9604E3C4DE /* FBSDKBridgeAPIProtocolWebV2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIProtocolWebV2.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV2.m; sourceTree = ""; }; + AA1D0BEFA3000F78315B1FECDF237F88 /* NSDate_Utils.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = NSDate_Utils.xcconfig; sourceTree = ""; }; + AA2196ACF06F43AFA0674C6D2103B4FF /* NACrypto-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NACrypto-umbrella.h"; sourceTree = ""; }; + AA46CD7C9F8F5AAAF8CB056B35344D33 /* UIActivityIndicatorView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActivityIndicatorView+AFNetworking.m"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m"; sourceTree = ""; }; + AA53709540CC25F94D9C44DB31643761 /* FBSDKSystemAccountStoreAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSystemAccountStoreAdapter.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKSystemAccountStoreAdapter.m; sourceTree = ""; }; + AAB24B3EAD7BBC81B82BB07AE75F7FE3 /* PEARFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PEARFileManager.h; path = "PEAR-FileManager-iOS/PEARFileManager.h"; sourceTree = ""; }; + AAC03FA64FE90F217538674B3F1B7D3D /* CocoaSecurity-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaSecurity-prefix.pch"; sourceTree = ""; }; + AAC2482255E76EF184B92B937E5495EB /* FBSDKIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKIcon.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKIcon.h; sourceTree = ""; }; + AAD10455E461889BAF4EC306957F92B8 /* FBSDKShareVideoContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareVideoContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideoContent.m; sourceTree = ""; }; + AADCD0B807BAF86C50F246B98F4478C4 /* FBSDKShareDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialog.m; sourceTree = ""; }; AC21CDE2049E2BAD2A2390F2EC6056A1 /* Pods-PNObject_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-PNObject_Example.modulemap"; sourceTree = ""; }; - AC53771843F71A7F61714479243F71A5 /* EXPMatchers+beFalsy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beFalsy.h"; path = "Expecta/Matchers/EXPMatchers+beFalsy.h"; sourceTree = ""; }; - ACB397AEA790F8AB8249878BDAF1A74C /* BFAppLinkResolving.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkResolving.h; path = Bolts/iOS/BFAppLinkResolving.h; sourceTree = ""; }; - ACE70EAFB0583248E6C28CFEDE49ED91 /* FBSnapshotTestCase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCase.h; path = FBSnapshotTestCase/FBSnapshotTestCase.h; sourceTree = ""; }; - ACF9426250546788173EB01B62EDB404 /* NSObject+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+Expecta.h"; path = "Expecta/NSObject+Expecta.h"; sourceTree = ""; }; - AD887F4B1F7359C957BE88F3359745CB /* FBSDKErrorRecoveryAttempter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKErrorRecoveryAttempter.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/FBSDKErrorRecoveryAttempter.h; sourceTree = ""; }; - AE36E95CD10ED9B33AEC46DD0CEBCC35 /* FBSDKAudioResourceLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAudioResourceLoader.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKAudioResourceLoader.m; sourceTree = ""; }; - AEDC3D98383AD682D63DCE947DC1F816 /* PNAddress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNAddress.m; sourceTree = ""; }; - AF0229C8D9B6F092338FB7AA3845D9F7 /* FBSDKCloseIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKCloseIcon.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKCloseIcon.m; sourceTree = ""; }; - AF120A52EC01F05FEE7B73F313931EBD /* EXPMatchers+beNil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beNil.m"; path = "Expecta/Matchers/EXPMatchers+beNil.m"; sourceTree = ""; }; - AFD2BE0178D4CE154D918DF2AF54615D /* FBSDKGameRequestFrictionlessRecipientCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGameRequestFrictionlessRecipientCache.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKGameRequestFrictionlessRecipientCache.m; sourceTree = ""; }; - B06746D1CBBE035A1274B710E1707CE0 /* EXPMatchers+beInstanceOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInstanceOf.m"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.m"; sourceTree = ""; }; - B06FFA42958968FFAB351CDE788AED20 /* FBSnapshotTestCase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-prefix.pch"; sourceTree = ""; }; - B08F2F33C4EBBBB1D839BBE21D224D5A /* RNCryptor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCryptor-prefix.pch"; sourceTree = ""; }; - B08F81B342D53F6871F705F16F994817 /* SpectaDSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaDSL.m; path = Specta/Specta/SpectaDSL.m; sourceTree = ""; }; - B090A8302E3F4793C3D85E55C7BEA76E /* SPTCallSite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCallSite.m; path = Specta/Specta/SPTCallSite.m; sourceTree = ""; }; - B209B0A87698DFAEAC8B004A957E9FFE /* PureLayoutDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PureLayoutDefines.h; path = PureLayout/PureLayout/PureLayoutDefines.h; sourceTree = ""; }; - B231FDE2D61F17007842B73ECA2A9829 /* FBSDKSharePhoto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSharePhoto.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhoto.m; sourceTree = ""; }; - B27FAF4668509964521FC9DD2E6704B5 /* NSArray+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+PureLayout.h"; path = "PureLayout/PureLayout/NSArray+PureLayout.h"; sourceTree = ""; }; - B4E563A5F11A9B55ED397ECEBAC1FC4C /* BFWebViewAppLinkResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFWebViewAppLinkResolver.h; path = Bolts/iOS/BFWebViewAppLinkResolver.h; sourceTree = ""; }; - B545EF172DFBB50AD94A530CAE935A46 /* FBSDKMaleSilhouetteIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMaleSilhouetteIcon.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKMaleSilhouetteIcon.h; sourceTree = ""; }; - B547F67B84786AA8E7EBFCFEDF693B18 /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B58B9FA0437D8F71B3DE338BF4780982 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; - B59A281DA983CBEF55572D7347E38426 /* FBSDKShareError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareError.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareError.h; sourceTree = ""; }; - B5AF509C80ACCD54A54EF55BA7F73071 /* nv_ios_http_status.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = nv_ios_http_status.h; path = "nv-ios-http-status/nv_ios_http_status.h"; sourceTree = ""; }; - B5F173CFF37BF8651553314C10E4A415 /* FBSDKButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKButton.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKButton.m; sourceTree = ""; }; - B628C6FFE7CF325483B41789D0D56AC1 /* FBSDKTimeSpentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTimeSpentData.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKTimeSpentData.h; sourceTree = ""; }; - B68E16F7DDE528865B1DF708F872F371 /* FBSDKLoginManagerLoginResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginManagerLoginResult.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManagerLoginResult.h; sourceTree = ""; }; - B6B250D588EC154A2B0793EBBAB9EDB9 /* FBSDKUIUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKUIUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKUIUtility.h; sourceTree = ""; }; - B6FF7B5C48B9D9040840EA3BB7BCE8C3 /* FBSDKAppEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEvents.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppEvents.m; sourceTree = ""; }; - B7ED33A6B680FA71569474C8A54C0AC0 /* CodFis+Helper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CodFis+Helper.m"; path = "CodFis-Helper/CodFis+Helper.m"; sourceTree = ""; }; - B8330B16E9F88E6FA19DD25DAB555517 /* FBSDKLoginManagerLoginResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginManagerLoginResult.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManagerLoginResult.m; sourceTree = ""; }; - B89968D039657716AECA8CFF7F6DA9E5 /* NSString+Helper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+Helper.m"; path = "NSString-Helper/NSString+Helper.m"; sourceTree = ""; }; - B8F828A2240D6C07C1A59C3546BE68D4 /* FBSDKGraphRequestPiggybackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestPiggybackManager.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestPiggybackManager.h; sourceTree = ""; }; + AC8B822C9482D13D9A280D7A79B98342 /* NACrypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NACrypto.h; path = NACrypto/NACrypto.h; sourceTree = ""; }; + ACF863DA081E270DF6E6A78DEA6CB839 /* FBSDKErrorRecoveryConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKErrorRecoveryConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorRecoveryConfiguration.h; sourceTree = ""; }; + AD1557A0706C193DACDA20ABC84DA976 /* PNObject.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PNObject.xcconfig; sourceTree = ""; }; + AD60D3888C90B0F1DC7AFF15D5B6BBDC /* brg_endian.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = brg_endian.h; path = NACrypto/keccak/brg_endian.h; sourceTree = ""; }; + ADA38B6012C9ED54BD833CF59B0E5FDA /* FBSDKLoginKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKLoginKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + ADB5A8D408033C40D9295B6983F2F7ED /* PNObject-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PNObject-dummy.m"; sourceTree = ""; }; + ADFE59A8103E31D0C9C63BCBD536B130 /* NACrypto-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NACrypto-dummy.m"; sourceTree = ""; }; + AE4B4DD538C273C10EDF064E30F09ADA /* EXPFloatTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPFloatTuple.h; path = Expecta/EXPFloatTuple.h; sourceTree = ""; }; + AE5ED49F4DA3335377281A49A8750D59 /* NSLayoutConstraint+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+PureLayout.m"; path = "PureLayout/PureLayout/NSLayoutConstraint+PureLayout.m"; sourceTree = ""; }; + AEB9ED7B810B60A7A2BCA41EFCFE5767 /* StrongestPasswordValidator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StrongestPasswordValidator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + AF9E96EDC086B8A7477A6AA71754D7B0 /* BFCancellationTokenRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFCancellationTokenRegistration.m; path = Bolts/Common/BFCancellationTokenRegistration.m; sourceTree = ""; }; + B05AB62813CC809EC3250D6477F8EEE9 /* EXPMatchers+raise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raise.h"; path = "Expecta/Matchers/EXPMatchers+raise.h"; sourceTree = ""; }; + B1C6E414F20F18AB02A531CAEFEB2C7A /* FBSDKLikeControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeControl.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeControl.h; sourceTree = ""; }; + B1DF4EBDD15933843B94E10FBF53E3ED /* CocoaSecurity.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = CocoaSecurity.modulemap; sourceTree = ""; }; + B289659FC9D4B8EAAF0796893AD9E45E /* twofish.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = twofish.h; path = NACrypto/TwoFish/twofish.h; sourceTree = ""; }; + B32D9213B066C0852AE78D812483CA93 /* FBSDKLoginTooltipView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginTooltipView.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginTooltipView.h; sourceTree = ""; }; + B333A2BE8364CEDF0028F1825EFD4FA1 /* FBSDKLikeActionControllerCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeActionControllerCache.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionControllerCache.h; sourceTree = ""; }; + B36D146CC39B77740A56A130DEAEFF18 /* SPTExcludeGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExcludeGlobalBeforeAfterEach.h; path = Specta/Specta/SPTExcludeGlobalBeforeAfterEach.h; sourceTree = ""; }; + B39E7957E1C9CB65EF2E7073FD397DAD /* SPTExampleGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExampleGroup.h; path = Specta/Specta/SPTExampleGroup.h; sourceTree = ""; }; + B3F9E9EF8B8F8A5C3B077D97EA3113FE /* FBSDKLoginManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginManager.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManager.h; sourceTree = ""; }; + B44450515FEA107398E341DDF59630A1 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/MobileCoreServices.framework; sourceTree = DEVELOPER_DIR; }; + B48C0D46CEFD9C6625668B962927E4D6 /* FBSDKLikeControl+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLikeControl+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeControl+Internal.h"; sourceTree = ""; }; + B4CC7F146DA3AA951C9C53CB15A168A7 /* FBSDKAccessTokenCacheV3_17.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV3_17.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_17.m; sourceTree = ""; }; + B4E890E4F5F55BF8C2AD56C5B1528174 /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AFNetworking.modulemap; sourceTree = ""; }; + B4F78A1159D01CCD0E519B15326ACA2D /* FBSDKIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKIcon.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKIcon.m; sourceTree = ""; }; + B54B780E0CB5359DFD49A3640A89743B /* FBSDKServerConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKServerConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration.h; sourceTree = ""; }; + B5A5FE1F9B77B94D5E11D62B9F19DD67 /* FBSDKAppEventsUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsUtility.m; sourceTree = ""; }; + B5CBD9ECFD7BB6FEB6CFDB8610DFE58F /* BFTaskCompletionSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFTaskCompletionSource.m; path = Bolts/Common/BFTaskCompletionSource.m; sourceTree = ""; }; + B5E340160A847EAF6B260B3FCB3A8B7C /* BFMeasurementEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFMeasurementEvent.h; path = Bolts/iOS/BFMeasurementEvent.h; sourceTree = ""; }; + B5EE7DB1ECFF023EEBD63B0AC154BE01 /* ExpectaSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaSupport.h; path = Expecta/ExpectaSupport.h; sourceTree = ""; }; + B67DAADF8BDC1B616999952244898019 /* BFExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFExecutor.m; path = Bolts/Common/BFExecutor.m; sourceTree = ""; }; + B72B213607DFE0785B3CFB8635A327D4 /* XCTestCase+Specta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestCase+Specta.m"; path = "Specta/Specta/XCTestCase+Specta.m"; sourceTree = ""; }; + B7966B2C3D31C78D8F32F2250A9F1746 /* Bolts.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Bolts.modulemap; sourceTree = ""; }; + B82F3CF26CF059D862D091E4FFBDB39A /* FBSDKApplicationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKApplicationDelegate.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKApplicationDelegate.h; sourceTree = ""; }; + B863B6971E8176B3C2FB98CC11ED6674 /* Expecta+Snapshots.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Expecta+Snapshots.xcconfig"; sourceTree = ""; }; + B8686191B9AE06FE385F3990F321604E /* UIDevice-Hardware.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDevice-Hardware.m"; path = "Pod/Classes/UIDevice-Hardware.m"; sourceTree = ""; }; + B8692CEB18FC51E9478C135D83B1E60E /* FBSDKCrypto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKCrypto.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Cryptography/FBSDKCrypto.m; sourceTree = ""; }; + B8F4606BF35CB246B1352701347C10A7 /* FBSDKLikeBoxBorderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeBoxBorderView.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxBorderView.m; sourceTree = ""; }; + B8F877859254054D5DD712A258DC5BC9 /* FBSDKSharePhotoContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharePhotoContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhotoContent.h; sourceTree = ""; }; B8F890AACB551F53A3EF64D661F0A11D /* Pods-PNObject_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PNObject_Tests-frameworks.sh"; sourceTree = ""; }; - B908E4FDCBBB33A0BE0E2A3856D7CD4E /* FBSDKBridgeAPIRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIRequest.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIRequest.h; sourceTree = ""; }; - B90A10B92F21AF1C9BBEB01F7B0B7904 /* _FBSDKTemporaryErrorRecoveryAttempter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FBSDKTemporaryErrorRecoveryAttempter.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/_FBSDKTemporaryErrorRecoveryAttempter.h; sourceTree = ""; }; - B9FFAEDB3DC76DD9705B8FA233EB4DE1 /* Bolts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Bolts.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BA1841C46D1F51ADFAAFAA5323F5CC86 /* FBSDKLoginKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSDKLoginKit-dummy.m"; sourceTree = ""; }; - BAC519B57D0FE97E0B93F2AC9F10ACE8 /* CodFis-Helper.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "CodFis-Helper.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - BBE3F45B6CDC0F4CF1C07F83ABEF213F /* EXPMatchers+FBSnapshotTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPMatchers+FBSnapshotTest.h"; sourceTree = ""; }; - BC196A37061515DF5920D7247D0F1E44 /* EXPFloatTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPFloatTuple.h; path = Expecta/EXPFloatTuple.h; sourceTree = ""; }; - BD41B71026B8BEFE03F999651C617648 /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; - BD4579AE7A337F05502633160304F087 /* EXPMatchers+raise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raise.m"; path = "Expecta/Matchers/EXPMatchers+raise.m"; sourceTree = ""; }; - BDFD0D002EEBC82276A32E2F9AFDBA7D /* FBSDKShareKit+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKShareKit+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareKit+Internal.h"; sourceTree = ""; }; - BE0CCCD38E0646F0E0CD5042DE45D978 /* UIImage+Diff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Diff.h"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.h"; sourceTree = ""; }; - BE4EE03E6F416C89D5972051523D7D2C /* EXPMatchers+beLessThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m"; sourceTree = ""; }; - BE7948935EDC9D7A2AEE2FE275182519 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BE906A5B34F59264012D9EE430AF6AFE /* Expecta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BF53C9C18AB608E36677A6D58A385D85 /* SpectaTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaTypes.h; path = Specta/Specta/SpectaTypes.h; sourceTree = ""; }; - BFA7BB58B57292A31AA89325BF2949CF /* NSValue+Expecta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSValue+Expecta.m"; path = "Expecta/NSValue+Expecta.m"; sourceTree = ""; }; - C0028F4822ECF784C0ACB30DD7C00EEB /* FBSDKSharePhoto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharePhoto.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhoto.h; sourceTree = ""; }; - C070A80C47A48AE7052FC98086716092 /* SPTCompiledExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCompiledExample.h; path = Specta/Specta/SPTCompiledExample.h; sourceTree = ""; }; - C085129AE27209824EE689C4E697A9F6 /* FBSDKSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSettings.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKSettings.h; sourceTree = ""; }; - C092DD180FD980788495D2FE247FA25B /* FBSDKAccessTokenCacheV3_17.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV3_17.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_17.m; sourceTree = ""; }; - C0D2574ECDA8AD00019A33E6F225AD7A /* FBSDKShareConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareConstants.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareConstants.h; sourceTree = ""; }; - C0F70617DFDE18C2F4F601C2547F6685 /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = ""; }; - C146D1056DC35FECBA56B46657C770EC /* EXPMatchers+match.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+match.h"; path = "Expecta/Matchers/EXPMatchers+match.h"; sourceTree = ""; }; - C252A2B22DDE3643CC170745B5C0FA67 /* PNObjectModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObjectModel.m; sourceTree = ""; }; - C316FA0C53240D3DF5411358DB77ACB7 /* FBSDKLoginKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginKit.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit.h; sourceTree = ""; }; - C33D2C02BA54B3A9F5D911AA87636BD5 /* FBSDKAccessTokenCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCache.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCache.h; sourceTree = ""; }; - C40E0EBCC566B9D00872442EA0372029 /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkActivityIndicatorManager.h; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h"; sourceTree = ""; }; - C420A23D51284ADEBF317DF0AEA580A8 /* EXPMatchers+beInstanceOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInstanceOf.h"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.h"; sourceTree = ""; }; - C4ACF7A89B7B5DBDFCB72B5FB6067C05 /* FBSDKSharingContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharingContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharingContent.h; sourceTree = ""; }; - C4B98441A3E9009E9BEFA35C1EFECB14 /* EXPMatchers+beCloseTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beCloseTo.m"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.m"; sourceTree = ""; }; - C4CD4D40AF94C8907193B1BA2592DF3C /* FBSDKBridgeAPIProtocolNativeV1.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIProtocolNativeV1.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolNativeV1.m; sourceTree = ""; }; - C4CD909A7A77FB08BECAF81E4A33B3D0 /* UIDevice-Utils.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "UIDevice-Utils.xcconfig"; sourceTree = ""; }; - C4D16596E9C9F70D18666C00AD683F7D /* FBSDKTooltipView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTooltipView.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKTooltipView.m; sourceTree = ""; }; - C5ADE434225F63C7C4F3CA9D3762F9AF /* FBSDKServerConfigurationManager+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKServerConfigurationManager+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager+Internal.h"; sourceTree = ""; }; - C6855344F458ABED0B6AA82FB869C84F /* FBSDKCoreKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKCoreKit-prefix.pch"; sourceTree = ""; }; - C6BFD7278726563871B8C8D99EC89746 /* BFExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFExecutor.h; path = Bolts/Common/BFExecutor.h; sourceTree = ""; }; - C6C21E6D9A8F758FFBAE18D52CF2FCB6 /* EXPMatchers+respondTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+respondTo.h"; path = "Expecta/Matchers/EXPMatchers+respondTo.h"; sourceTree = ""; }; - C6F093D7F0BD1FFE12A42F94B839D87F /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+AFNetworking.m"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.m"; sourceTree = ""; }; - C761CC8409E07C789FA0DE43FEAEAE46 /* FBSDKAppEventsDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsDeviceInfo.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsDeviceInfo.m; sourceTree = ""; }; - C79E3539D930C4FD5A9C7B8C3C61542A /* FBSDKDynamicFrameworkLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKDynamicFrameworkLoader.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal_NoARC/FBSDKDynamicFrameworkLoader.m; sourceTree = ""; }; - C954F6139E9F59B2F57BAF778D992A01 /* FBSDKURLConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKURLConnection.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKURLConnection.m; sourceTree = ""; }; - C98B1390F57BC358105DFD4022EBA3D2 /* FBSDKIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKIcon.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKIcon.m; sourceTree = ""; }; - CA502B4D10E75E86DCA20B18FE3096BA /* FBSDKGameRequestDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGameRequestDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestDialog.h; sourceTree = ""; }; - CA526B906B0077276B33E5441C67724F /* NSLayoutConstraint+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+PureLayout.h"; path = "PureLayout/PureLayout/NSLayoutConstraint+PureLayout.h"; sourceTree = ""; }; - CAB7827EC9E29CE0F2DABE0A88C05214 /* FBSDKGameRequestDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGameRequestDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestDialog.m; sourceTree = ""; }; - CAD179757155C5201B90504DF33D3EEB /* AFJSONResponseSerializerWithData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AFJSONResponseSerializerWithData.m; sourceTree = ""; }; - CADFEBB57CE19DC5A10644C84D5F3779 /* ExpectaObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaObject.h; path = Expecta/ExpectaObject.h; sourceTree = ""; }; - CB0660385C24893A2D1161705BDE228F /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CB1E608B7334ADAB0902E120DDF4276C /* FBSDKSettings+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKSettings+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKSettings+Internal.h"; sourceTree = ""; }; - CB45D156F9440EEDC4CF4D656652E1B6 /* FBSDKCoreKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSDKCoreKit.xcconfig; sourceTree = ""; }; - CB4FC59BBC4220586113555265C7FDBB /* BFTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFTask.h; path = Bolts/Common/BFTask.h; sourceTree = ""; }; - CBAE0C53813A06214A2A8AE23FCA93AD /* UIImage+Snapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Snapshot.h"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"; sourceTree = ""; }; - CBC4E2FC0C313E7818F81DB1328BB930 /* EXPMatchers+haveCountOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+haveCountOf.m"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.m"; sourceTree = ""; }; - CBDFCA2DF2FA0B155CF0E1BC7B0FB928 /* FBSDKLikeButton+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLikeButton+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeButton+Internal.h"; sourceTree = ""; }; - CC5DDC74947D1A3200F8DA859E2FE005 /* FBSDKPaymentObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKPaymentObserver.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKPaymentObserver.h; sourceTree = ""; }; - CCA9264638310CC0611C1200FD410567 /* BFCancellationTokenRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFCancellationTokenRegistration.m; path = Bolts/Common/BFCancellationTokenRegistration.m; sourceTree = ""; }; - CCD86699F6512E83A641B241A8BE2D78 /* FBSDKShareVideoContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareVideoContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideoContent.m; sourceTree = ""; }; - CCE7932B2B677323B24126A5F2DFC80D /* FBSDKLoginManagerLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginManagerLogger.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLogger.m; sourceTree = ""; }; - CDA4CB0E8B82D864CDB4842D98C60DB3 /* FBSDKBridgeAPIProtocolWebV1.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIProtocolWebV1.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV1.m; sourceTree = ""; }; - CDD8D08E3AA5A3E5768E300DC20CFFE1 /* FBSDKViewImpressionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKViewImpressionTracker.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKViewImpressionTracker.m; sourceTree = ""; }; - CFA066C42A6CA6624F34DEA6EE3E5E73 /* FBSDKGraphRequestConnection+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKGraphRequestConnection+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestConnection+Internal.h"; sourceTree = ""; }; - CFB1635A9FFBCC9ED53C8A9F7D06CF32 /* BFExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFExecutor.m; path = Bolts/Common/BFExecutor.m; sourceTree = ""; }; - CFD4694A9A640B6401998EE253B7D0A8 /* PNObjectFormData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectFormData.h; sourceTree = ""; }; - CFF615A9EE4F0C93431C83381DB7BDC1 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; - D0284852A5AF765D521FC36A413FA5DC /* CodFis-Helper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "CodFis-Helper.xcconfig"; sourceTree = ""; }; - D08BB5516AA713E8B27EAA8FF4515D80 /* NSString+Helper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+Helper.h"; path = "NSString-Helper/NSString+Helper.h"; sourceTree = ""; }; - D0B2ADE1AFB33CEDE83555144128DC2D /* FBSDKShareKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSDKShareKit.modulemap; sourceTree = ""; }; + B90D0EFFA2F5514EABDB01A9B0FC540A /* BFCancellationTokenSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFCancellationTokenSource.m; path = Bolts/Common/BFCancellationTokenSource.m; sourceTree = ""; }; + BA176AF495F12BFA24E6E8A3B14C039A /* NSDate_Utils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NSDate_Utils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + BA4044FB16C4ECAC1DF193A3B3865EB1 /* FBSDKLoginConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginConstants.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginConstants.m; sourceTree = ""; }; + BAEA3E11E9E6217CC83AD7D974644AE1 /* FBSDKKeychainStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKKeychainStore.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStore.m; sourceTree = ""; }; + BAEE0E35E454AB37DBA2F54FBA85F56C /* EXPMatchers+respondTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+respondTo.h"; path = "Expecta/Matchers/EXPMatchers+respondTo.h"; sourceTree = ""; }; + BB1730D9D9374C26EF5227ABF58EB1B4 /* FBSDKError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKError.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKError.m; sourceTree = ""; }; + BB87CA97B9980628865E97F6CF2FAB14 /* EXPMatchers+beGreaterThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThan.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.m"; sourceTree = ""; }; + BBA36289A50D379C8BF1DD58EEB60475 /* CodFis-Helper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CodFis-Helper-dummy.m"; sourceTree = ""; }; + BBC36FCEC8357327825DE80AE2498F26 /* NSUserDefaults-AESEncryptor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSUserDefaults-AESEncryptor-dummy.m"; sourceTree = ""; }; + BC07B6A15CA7AB4D377B46172C651D56 /* SPTSharedExampleGroups.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSharedExampleGroups.m; path = Specta/Specta/SPTSharedExampleGroups.m; sourceTree = ""; }; + BC51B6478BFEA68A8F78555A7D72BCF2 /* FBSDKMessageDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMessageDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKMessageDialog.m; sourceTree = ""; }; + BCAF767FC247049E9AF5C7E0970C4443 /* UIImage+Diff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Diff.h"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.h"; sourceTree = ""; }; + BCDE5ABD027CCC64B11D403A8215BC6C /* StrongestPasswordValidator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StrongestPasswordValidator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + BCFED7B5930A9170ABC260051C32EEAB /* FBSDKLoginManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginManager.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManager.m; sourceTree = ""; }; + BD8B73261B665423AA0BFFF94085CA72 /* FBSDKShareDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialog.h; sourceTree = ""; }; + BE19C3CB34CBF85580B5043620A8C667 /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; + BE84CCF04EB917DF662B915AB431DE74 /* FBSDKSharePhoto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharePhoto.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhoto.h; sourceTree = ""; }; + BF2654EAA9AD77F722E1022D376F4CE7 /* FBSDKAppLinkResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppLinkResolver.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkResolver.m; sourceTree = ""; }; + BF2F4309F4DF81AC10FC012BD3F6170C /* SPTCompiledExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCompiledExample.m; path = Specta/Specta/SPTCompiledExample.m; sourceTree = ""; }; + BF450E6C8977D0C2757A88DCF3934B69 /* FBSDKGraphRequestPiggybackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestPiggybackManager.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestPiggybackManager.m; sourceTree = ""; }; + BF6325AE2AFC5273B5E6A240B49576BF /* Base64.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Base64.m; path = submodules/Base64/Base64/Base64.m; sourceTree = ""; }; + BF889E816ACC16618BF1E50C7C8B28D5 /* FBSDKBridgeAPIRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIRequest.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIRequest.h; sourceTree = ""; }; + BF8FC81AD4D0D6617A1FB74E7A5BA0C1 /* SPTSpec.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSpec.m; path = Specta/Specta/SPTSpec.m; sourceTree = ""; }; + C01799D10FA2561CC2654838924361BB /* FBSDKBridgeAPIProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocol.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIProtocol.h; sourceTree = ""; }; + C04D930C00929E86F42121F90769A537 /* FBSDKProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKProfile.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfile.m; sourceTree = ""; }; + C08B43A1654189468C9BB569CB9538D2 /* Bolts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Bolts.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C14B769C69A5AEF06661CF6ADA838A9E /* FBSDKGameRequestDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGameRequestDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestDialog.m; sourceTree = ""; }; + C1F0BF2C43242FA29D72B2EF4F056E16 /* CodFis_Helper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CodFis_Helper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C211EF03A9EF4ED67312585895883988 /* FBSDKLoginUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginUtility.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginUtility.h; sourceTree = ""; }; + C2A11B1D6BBE22BACC0F87029FAF8782 /* EXPMatchers+beginWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beginWith.m"; path = "Expecta/Matchers/EXPMatchers+beginWith.m"; sourceTree = ""; }; + C2EE529FA0AB181B4A78AB2A55565A21 /* EXPMatchers+beFalsy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beFalsy.h"; path = "Expecta/Matchers/EXPMatchers+beFalsy.h"; sourceTree = ""; }; + C384B2A153246EC65E7B24F134911BA4 /* KeccakF-1600-unrolling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "KeccakF-1600-unrolling.h"; path = "NACrypto/keccak/KeccakF-1600-unrolling.h"; sourceTree = ""; }; + C3FA0CF8CEA78EA1172D9C8202651053 /* NSString-Helper-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSString-Helper-umbrella.h"; sourceTree = ""; }; + C4686A26F64735151D7984ED351C2B26 /* FBSDKLoginManagerLoginResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginManagerLoginResult.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManagerLoginResult.m; sourceTree = ""; }; + C4F95DF377139D976DEE24CEECBB7F03 /* FBSDKKeychainStoreViaBundleID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKKeychainStoreViaBundleID.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStoreViaBundleID.m; sourceTree = ""; }; + C5A37BB8EDCA694B3381A083BDDB54F0 /* CodFis-Helper.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "CodFis-Helper.modulemap"; sourceTree = ""; }; + C62AC02803EF82CDF15B0EA1F4968CD6 /* CodFis-Helper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CodFis-Helper-prefix.pch"; sourceTree = ""; }; + C64D813FFA44750E379587DCBC41458C /* FBSDKLikeObjectType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeObjectType.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeObjectType.h; sourceTree = ""; }; + C6DB479BDE2C56AF26B07CF263B1DA1C /* KeccakF-1600-opt32.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = "KeccakF-1600-opt32.c"; path = "NACrypto/keccak/KeccakF-1600-opt32.c"; sourceTree = ""; }; + C6F79436C17FFCF9F7E3D654ABA3A225 /* ALView+PureLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ALView+PureLayout.m"; path = "PureLayout/PureLayout/ALView+PureLayout.m"; sourceTree = ""; }; + C70A5FD6624A348DD59D784BE17F9F3A /* FBSDKShareKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKShareKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C729C32D5FEF4719A2F2531C5D417CDF /* FBSDKAccessTokenCacheV3_17.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV3_17.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_17.h; sourceTree = ""; }; + C8024405D72497ECE4294AC599F1685E /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = FBSnapshotTestCase/SwiftSupport.swift; sourceTree = ""; }; + C8BDBDA4016FC2D47A2705979712063F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + C8CCB01A0C6C055744B1421C3FFE0FB9 /* Expecta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + CA28405B063B3C38FF78701FFA122473 /* NSDate_Utils.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = NSDate_Utils.modulemap; sourceTree = ""; }; + CA2CB783ECD25587FB00624CE0AB3218 /* NANSMutableData+Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NANSMutableData+Utils.m"; path = "NACrypto/NANSMutableData+Utils.m"; sourceTree = ""; }; + CA5F200A70B8E343A7D5AF99B9126CCB /* FBSDKShareKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSDKShareKit.modulemap; sourceTree = ""; }; + CA79D33EEE8B0DA153B0410AA5E3C87C /* FBSDKError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKError.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKError.h; sourceTree = ""; }; + CAD08E21753B7905318C6DC37F3FF631 /* BFAppLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLink.h; path = Bolts/iOS/BFAppLink.h; sourceTree = ""; }; + CB18F6720CF47E6C8E3651620062E2E0 /* EXPDoubleTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPDoubleTuple.m; path = Expecta/EXPDoubleTuple.m; sourceTree = ""; }; + CBBD6C1F5B8CBD19F80155C8A0760196 /* FBSDKGraphErrorRecoveryProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphErrorRecoveryProcessor.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphErrorRecoveryProcessor.m; sourceTree = ""; }; + CCC54232BAEC9B0999223A5B2CD90DA1 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + CCE0A94D1B18867A052B60D228E9A29B /* NSDate_Utils-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDate_Utils-umbrella.h"; sourceTree = ""; }; + CCF2DC25BD75A571E4991B7D17F7F2D9 /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkActivityIndicatorManager.h; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h"; sourceTree = ""; }; + CCFC6FFC59C5C558A9E5819C8064492E /* FBSDKShareKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKShareKit-prefix.pch"; sourceTree = ""; }; + CD451BFBCA8ECA686D68DB3A4B6A6A4B /* FBSDKAccessTokenCacheV4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV4.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV4.h; sourceTree = ""; }; + CD92F743374ED42819A37C15461F4E00 /* FBSDKCheckmarkIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKCheckmarkIcon.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKCheckmarkIcon.m; sourceTree = ""; }; + CE1D87641A9D0BB4CC6DC4AC1E75F721 /* FBSDKCloseIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCloseIcon.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKCloseIcon.h; sourceTree = ""; }; + CE637D512B97881021A5F75D6FB6928E /* SPTExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExample.h; path = Specta/Specta/SPTExample.h; sourceTree = ""; }; + CE6BD85332B8ECBC2EA444FDA36FC0D6 /* EXPMatchers+beSupersetOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSupersetOf.h"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.h"; sourceTree = ""; }; + CE882E3AB808501F71530802959A07B8 /* FBSDKAppInviteDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppInviteDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteDialog.m; sourceTree = ""; }; + CF1D4B9BC028EC2C7F8AFB3042FE479B /* BFAppLinkReturnToRefererView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkReturnToRefererView.h; path = Bolts/iOS/BFAppLinkReturnToRefererView.h; sourceTree = ""; }; + CF389772F1A36748DBB8FE61278C219B /* Specta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Specta.xcconfig; sourceTree = ""; }; + CF5234D1508564D081486507896F5E26 /* NADigest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NADigest.m; path = NACrypto/NADigest.m; sourceTree = ""; }; + CFB8C8F5D5FDFB1868936C9374B704B2 /* nv_ios_http_status.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = nv_ios_http_status.h; path = "nv-ios-http-status/nv_ios_http_status.h"; sourceTree = ""; }; + D08B6EA8D805D985459D7A94A82CD23D /* EXPMatchers+raiseWithReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raiseWithReason.h"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.h"; sourceTree = ""; }; + D0DEFDCE74E1110FCFDE5463BCAED0E9 /* FBSDKTooltipView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTooltipView.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKTooltipView.h; sourceTree = ""; }; + D0EC9088F40F6B2716A957AC81A1C9A3 /* FBSDKShareAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareAPI.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareAPI.h; sourceTree = ""; }; + D0FAA154336F41C126ED047D513EF9BA /* FBSDKAppEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEvents.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppEvents.m; sourceTree = ""; }; + D10D24CCC5578D5E8C8DAF9DDF27AAC2 /* FBSDKLikeActionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeActionController.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionController.m; sourceTree = ""; }; D11A9BD0CFE1E520AE71DC4403614790 /* Pods-PNObject_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PNObject_Example.debug.xcconfig"; sourceTree = ""; }; - D1B09272B12945A92D1BA041C20B3B35 /* BFMeasurementEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFMeasurementEvent.h; path = Bolts/iOS/BFMeasurementEvent.h; sourceTree = ""; }; - D2372AA93D95B7FA45C80FBD662C01B6 /* EXPMatchers+beKindOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beKindOf.h"; path = "Expecta/Matchers/EXPMatchers+beKindOf.h"; sourceTree = ""; }; - D435243B7DF26E71130EAB0E511C8964 /* EXPUnsupportedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPUnsupportedObject.m; path = Expecta/EXPUnsupportedObject.m; sourceTree = ""; }; - D4A8B7B87F3A289ADBC7EFD25239AF27 /* FBSDKViewImpressionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKViewImpressionTracker.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKViewImpressionTracker.h; sourceTree = ""; }; - D4AB7C5A2B35ACA02B65D113469962EB /* FBSDKShareLinkContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareLinkContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareLinkContent.h; sourceTree = ""; }; - D55C226C8F96FD2D7329D81EACFE3FBA /* PNObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObject.m; sourceTree = ""; }; - D59089056B822BCD9DDE1E6DDE9073C5 /* PNAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNAddress.h; sourceTree = ""; }; - D593263D47FB24D1586F92EC08D316C1 /* FBSDKCoreKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSDKCoreKit.modulemap; sourceTree = ""; }; - D5B5634FAC8A571FF2791A8A9CC8E797 /* FBSDKApplicationDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKApplicationDelegate.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKApplicationDelegate.m; sourceTree = ""; }; - D61A312B5E17609342B2E0585AF3B38F /* FBSDKCloseIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCloseIcon.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKCloseIcon.h; sourceTree = ""; }; - D6A22DECE1C285C8DC02B77C6FEE1FEA /* BFMeasurementEvent_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFMeasurementEvent_Internal.h; path = Bolts/iOS/BFMeasurementEvent_Internal.h; sourceTree = ""; }; - D6FBBF665B27C1EF3B1E9AE25352425F /* FBSDKKeychainStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKKeychainStore.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStore.h; sourceTree = ""; }; - D761BAE2437C826AB810C023C228E54E /* PNObject.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = PNObject.modulemap; sourceTree = ""; }; - D76A8927E9B85D24F28B36316BF93980 /* FBSDKLikeActionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeActionController.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionController.m; sourceTree = ""; }; - D78B3E3C80D7AD18BCEB25408B4699D3 /* EXPMatchers+beIdenticalTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beIdenticalTo.m"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.m"; sourceTree = ""; }; - D7D43578BF191907CBC1B3686EF46734 /* FBSDKServerConfigurationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKServerConfigurationManager.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager.m; sourceTree = ""; }; - D80F1D0EE79761581CE3B0181DB649D9 /* RNCryptor-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCryptor-umbrella.h"; sourceTree = ""; }; - D845FC80CA61C56772C5B1CC8DFC0686 /* FBSDKGraphRequestDataAttachment.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestDataAttachment.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestDataAttachment.m; sourceTree = ""; }; - D882811DD503C34D1A97A9A53F10C00F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - D8F96329503FAED4425BF02D75311DB8 /* FBSDKErrorRecoveryConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKErrorRecoveryConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorRecoveryConfiguration.h; sourceTree = ""; }; - D934A34192879F0C394F52F4E59D51D4 /* nv-ios-http-status-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nv-ios-http-status-dummy.m"; sourceTree = ""; }; - D992869F05BC88CEE8E95E07311A4B0E /* PEAR-FileManager-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "PEAR-FileManager-iOS.modulemap"; sourceTree = ""; }; - DA91E55978266C892751E3B6886ADEB8 /* EXPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDefines.h; path = Expecta/EXPDefines.h; sourceTree = ""; }; - DAB8F453479CE29BC2A5274682018DD2 /* FBSDKWebDialogView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKWebDialogView.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialogView.m; sourceTree = ""; }; - DAF3E45780A92C058BB5649713AC8F08 /* FBSDKLoginCompletion+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginCompletion+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion+Internal.h"; sourceTree = ""; }; - DC1861841DD593B3DAC4BCF0BBF13EF4 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + D284BDCFBE65AEDF5584291770734FA9 /* FBSDKMessengerIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMessengerIcon.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKMessengerIcon.m; sourceTree = ""; }; + D28EBF356687FB3BF6E496BA431CB0D8 /* Expecta_Snapshots.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta_Snapshots.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D35EE8E2BE775D0229B81D86E790B677 /* CodFisResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodFisResponse.m; path = "CodFis-Helper/CodFisResponse.m"; sourceTree = ""; }; + D4343C4D2AB98E0782BCCF8F4D964230 /* BFCancellationToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFCancellationToken.m; path = Bolts/Common/BFCancellationToken.m; sourceTree = ""; }; + D485EE260FAF6BCE70DA136675203361 /* UIImage+Diff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Diff.m"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.m"; sourceTree = ""; }; + D4998D366982245292E25D3462A2971A /* FBSDKBridgeAPICrypto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPICrypto.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPICrypto.m; sourceTree = ""; }; + D4F84A16DD3A90DDDED7470D01F8DF4D /* PNObject-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PNObject-prefix.pch"; sourceTree = ""; }; + D5310CDA48C0EB3F9D03D30057A92E5B /* FBSDKLoginKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKLoginKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D56C740C26F3698C30423DD1332536AB /* NSString_Helper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NSString_Helper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D56FF048598ED48206EF8205A715B648 /* KeccakF-1600-interface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "KeccakF-1600-interface.h"; path = "NACrypto/keccak/KeccakF-1600-interface.h"; sourceTree = ""; }; + D6564585BAE802EFE1D6A13ABE08003F /* AFNetworking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.xcconfig; sourceTree = ""; }; + D6F05561FE5C2C0ACE01533643B602B8 /* FBSDKAppEventsUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsUtility.h; sourceTree = ""; }; + D6FB8A12FDEDD1CE9C6604B032B14446 /* FBSDKAppLinkResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppLinkResolver.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkResolver.h; sourceTree = ""; }; + D8A2E50CBFDAE97EEEC7517124C1251D /* PNObject-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PNObject-umbrella.h"; sourceTree = ""; }; + D8CE218BF3D10CB3162E633EEA0EEA46 /* KeccakSponge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeccakSponge.h; path = NACrypto/keccak/KeccakSponge.h; sourceTree = ""; }; + D90432F78EDD442DD3782E3FF0715CF0 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; + D91E799A562E90107B3FE72584B7F192 /* FBSDKBridgeAPIProtocolWebV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolWebV1.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV1.h; sourceTree = ""; }; + D9B40318C90DA7C5F1A12A9CDFE5F320 /* StrongestPasswordValidator.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = StrongestPasswordValidator.modulemap; sourceTree = ""; }; + DA32DB689A61F496178A06FF31545A50 /* AFAutoPurgingImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFAutoPurgingImageCache.m; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.m"; sourceTree = ""; }; + DB282510049008B5BF3A07E511582CF0 /* Bolts-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Bolts-dummy.m"; sourceTree = ""; }; + DB3214C843960367250516F2D11CC16E /* FBSDKSharingButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharingButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharingButton.h; sourceTree = ""; }; + DBD43E0FB73D08484C7543D4AE5E713F /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; DC358092608E035811817A25786F40A6 /* Pods-PNObject_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PNObject_Example.release.xcconfig"; sourceTree = ""; }; - DC42EFEA050BAB9F066B4C8C4382ACB0 /* BFAppLinkNavigation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkNavigation.m; path = Bolts/iOS/BFAppLinkNavigation.m; sourceTree = ""; }; - DC45DDC97729A3CCE89D281106DD4C30 /* FBSDKShareKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareKit.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareKit.h; sourceTree = ""; }; - DC6FA21EB34D66FA2B39D64B9A249004 /* FBSDKAppLinkResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppLinkResolver.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkResolver.m; sourceTree = ""; }; - DC72EF061217162BC2634777BE97E607 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; - DC9EEE55F1CEA6E09EA5FE5C785A0B00 /* FBSDKPaymentObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKPaymentObserver.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKPaymentObserver.m; sourceTree = ""; }; - DDF3022E3723F73C3113BFB8E6313B0E /* FBSDKLikeButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeButton.h; sourceTree = ""; }; - DF6BB21B5F0D1A5ADB462FCBCCF28387 /* FBSDKGameRequestContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGameRequestContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestContent.m; sourceTree = ""; }; - E01D94AFB3D83200CEAB9AD11B24F431 /* BFCancellationTokenSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFCancellationTokenSource.h; path = Bolts/Common/BFCancellationTokenSource.h; sourceTree = ""; }; - E06DEF5F4B714C53C029888C96FD7555 /* SpectaUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaUtility.m; path = Specta/Specta/SpectaUtility.m; sourceTree = ""; }; - E0788CA538C8C3481F57A34EF238AB84 /* UIImage+Diff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Diff.m"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.m"; sourceTree = ""; }; - E10420C4592D5AF9FF0F898211252F98 /* FBSDKAccessToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessToken.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAccessToken.h; sourceTree = ""; }; - E1574B6106C34EAD2E72B682430C16FA /* FBSDKLoginManagerLoginResult+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginManagerLoginResult+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLoginResult+Internal.h"; sourceTree = ""; }; - E15E7810137D5C6519FE45671D67EC02 /* SPTSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSpec.h; path = Specta/Specta/SPTSpec.h; sourceTree = ""; }; - E1643F9A305AE178D3FDC37E618C60EB /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; + DC495E486BAF3316493F1D648227F3D0 /* ExpectaObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaObject.h; path = Expecta/ExpectaObject.h; sourceTree = ""; }; + DC518AEF56515041F3EF08EE2359DD98 /* FBSDKProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKProfile.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfile.h; sourceTree = ""; }; + DCD4338D5900528ADCB65B3D4F13A27B /* FBSDKBridgeAPIProtocolNativeV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolNativeV1.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolNativeV1.h; sourceTree = ""; }; + DD1EE3B763524D9A381E7FF29B64C2FE /* FBSDKShareAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareAPI.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareAPI.m; sourceTree = ""; }; + DDDDC216DEFBCAC8EF0BA1AD959E62F9 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; + DE81206018E06170FE47DD67AF5C777C /* SPTCallSite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCallSite.h; path = Specta/Specta/SPTCallSite.h; sourceTree = ""; }; + DEE8ED282F2EBCC5C25A37E9A07CD478 /* EXPMatchers+beLessThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h"; sourceTree = ""; }; + DF61402C8FF17CF9EE95BB137729F307 /* NSDate_Utils-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDate_Utils-prefix.pch"; sourceTree = ""; }; + DF6789B89C2A919D4893DF3A0D8DAB7E /* NSString_Helper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NSString_Helper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + DF6EBB58A3A7C86591A6119BB51DB8CA /* NSUserDefaults-AESEncryptor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "NSUserDefaults-AESEncryptor.xcconfig"; sourceTree = ""; }; + DFBB857C217A8E36D80AD983839940CA /* FBSDKShareOpenGraphContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphContent.m; sourceTree = ""; }; + DFFBFA3F2CF0EFFC5D03A6997677DA13 /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; + E01D178669A5E9863FF3DE13BB587B6C /* FBSDKShareOpenGraphValueContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphValueContainer.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphValueContainer.h; sourceTree = ""; }; + E027CCA590F75654130AB86332E419CE /* FBSDKBridgeAPIRequest+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKBridgeAPIRequest+Private.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIRequest+Private.h"; sourceTree = ""; }; + E066E154319C1229187AC4A2D6BA3F67 /* FBSDKGraphRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequest.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequest.m; sourceTree = ""; }; + E0F74B964341D7CEB90BDE11717EC2EC /* KeccakNISTInterface.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KeccakNISTInterface.c; path = NACrypto/keccak/KeccakNISTInterface.c; sourceTree = ""; }; E16AE17E2B35A7123F90844256259B9D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E1B2D6AAFECD4782DA5DF3FC79A15955 /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E22E4E4B2B6F3D41BA175D49D16C072A /* ExpectaSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaSupport.h; path = Expecta/ExpectaSupport.h; sourceTree = ""; }; - E23532124F3E6DCADABFA3E531C162B5 /* FBSDKCoreKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSDKCoreKit-dummy.m"; sourceTree = ""; }; - E23E75F4B1AFF0D0E39F7D82E5C7CBAF /* AFAutoPurgingImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFAutoPurgingImageCache.h; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.h"; sourceTree = ""; }; - E29CC61F4B4770D19AEC75D93D4598E8 /* FBSDKLogo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLogo.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKLogo.m; sourceTree = ""; }; - E33E0DED283CB09FF23213754E426AFA /* FBSDKLoginCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginCompletion.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion.m; sourceTree = ""; }; - E367049ABE68F93C7CE845A02CCC4F28 /* FBSDKSharePhotoContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharePhotoContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhotoContent.h; sourceTree = ""; }; - E36CA8319E12274FBABD1048DD58C032 /* FBSDKMonotonicTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMonotonicTime.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMonotonicTime.h; sourceTree = ""; }; - E3ABB32EBE02734A36C5BCD70AB9754A /* SPTExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExample.h; path = Specta/Specta/SPTExample.h; sourceTree = ""; }; - E3C72207E7ECC16B3179A7B44EF4D392 /* FBSDKButton+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKButton+Subclass.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKButton+Subclass.h"; sourceTree = ""; }; - E3D423FD024634A360387F6BE0E19D66 /* FBSDKLogo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLogo.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKLogo.h; sourceTree = ""; }; - E40C056170FBCBDFB9CB6F219F72D999 /* FBSDKAccessTokenCacheV4.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV4.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV4.m; sourceTree = ""; }; - E450B23C38580E12404285C1EF05AB65 /* PureLayout+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "PureLayout+Internal.h"; path = "PureLayout/PureLayout/PureLayout+Internal.h"; sourceTree = ""; }; + E18A2BAC62CF5B91D5DDF61E881BEA30 /* StrongestPasswordValidator-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "StrongestPasswordValidator-prefix.pch"; sourceTree = ""; }; + E1D74409109B9306C8D01B7AA6341CB6 /* EXPMatchers+postNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+postNotification.m"; path = "Expecta/Matchers/EXPMatchers+postNotification.m"; sourceTree = ""; }; + E2A974A25B5A10150640A1961BF77249 /* SpectaDSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaDSL.h; path = Specta/Specta/SpectaDSL.h; sourceTree = ""; }; + E30D22291396ABB2E89B712C621F7977 /* EXPMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcher.h; path = Expecta/EXPMatcher.h; sourceTree = ""; }; + E31A54F259868A190AC4BFEEE8E285A2 /* FBSDKSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSettings.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKSettings.m; sourceTree = ""; }; + E341BC136C2B04FA812AF47203295F01 /* EXPExpect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPExpect.h; path = Expecta/EXPExpect.h; sourceTree = ""; }; + E434DCCD46063F71C8E3B11BEE095679 /* FBSDKVideoUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKVideoUploader.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKVideoUploader.m; sourceTree = ""; }; + E43BB0DD821E77B860E30BF4F3B43659 /* FBSDKLikeBoxView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeBoxView.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxView.h; sourceTree = ""; }; + E4505355DAFDC3AF103B902B71FCE3A0 /* UIDevice-Utils.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "UIDevice-Utils.xcconfig"; sourceTree = ""; }; E46B7AFFF2CB3F42C731CF9CFA5DFC85 /* Pods-PNObject_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PNObject_Tests-umbrella.h"; sourceTree = ""; }; E47CDA8C196A62B78FACDBFE34E3F5AD /* Pods-PNObject_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PNObject_Example-resources.sh"; sourceTree = ""; }; - E4DBB982703483778F5D8D5429011FB1 /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = ""; }; - E52748F2BCDAE532998FBD195CD41CDA /* FBSDKInternalUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKInternalUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKInternalUtility.m; sourceTree = ""; }; - E52A9052C4B7E5B6D32A34DEFC2F4B32 /* UIDevice-Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDevice-Hardware.h"; path = "Pod/Classes/UIDevice-Hardware.h"; sourceTree = ""; }; - E571742531DCE3F10A0C5EBB62B4FA78 /* FBSDKErrorRecoveryAttempter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKErrorRecoveryAttempter.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/FBSDKErrorRecoveryAttempter.m; sourceTree = ""; }; - E5805428D6281E189DCAEAFF7759EC82 /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; - E59CD4CA5F0C598E3994B2AA9DCE9ACB /* SPTCallSite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCallSite.h; path = Specta/Specta/SPTCallSite.h; sourceTree = ""; }; - E6354B73D5351B60178CD59952D4987C /* FBSDKLiking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLiking.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLiking.h; sourceTree = ""; }; - E6A0835CAEC7EF775E2FDBF2ADD465EB /* FBSDKLoginKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKLoginKit-umbrella.h"; sourceTree = ""; }; - E7510E5C49DD0B98ED2CAF57769F3668 /* CodFis-Helper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CodFis-Helper-dummy.m"; sourceTree = ""; }; - E790227162552E89A118CFDE09E04122 /* UIDevice-Utils.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "UIDevice-Utils.modulemap"; sourceTree = ""; }; - E7A238B32171246F47BCBFBF309B6FB1 /* FBSDKShareButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareButton.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareButton.m; sourceTree = ""; }; - E82C3628E2A760D8777BBFC984F0C74D /* AFOAuth2Manager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AFOAuth2Manager.h; sourceTree = ""; }; - E83FF3B7B243721732C79FC503972287 /* FBSDKCoreKit+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKCoreKit+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKCoreKit+Internal.h"; sourceTree = ""; }; - E84B05729C83F72C9495DAF1C451BB65 /* Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Specta.h; path = Specta/Specta/Specta.h; sourceTree = ""; }; - E8BEF410E6DB823DB8827544B5659146 /* FBSDKShareOpenGraphObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphObject.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphObject.m; sourceTree = ""; }; - E96D0F03745839E8AE4579B1CFF56B56 /* PNObjcPassword.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjcPassword.h; sourceTree = ""; }; - E99B24C2488EE9A9CC13BAECACACE1F5 /* FBSDKMessengerIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMessengerIcon.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKMessengerIcon.h; sourceTree = ""; }; - E9D8CC911954A2B78AD817BCEE9E754E /* FBSDKGraphRequestConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestConnection.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestConnection.m; sourceTree = ""; }; - E9E9F98709208BE32CAC211A8904B5C6 /* FBSDKLikeControl+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLikeControl+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeControl+Internal.h"; sourceTree = ""; }; - EA4D0C145EFAE12E03D6F4FC0C02142E /* Specta.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Specta.modulemap; sourceTree = ""; }; - EA67C55635196723D42C0907F117AAC0 /* FBSDKTypeUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTypeUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTypeUtility.m; sourceTree = ""; }; - EAA438654AA94762CF0744E1601C024C /* FBSDKBridgeAPIResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIResponse.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIResponse.h; sourceTree = ""; }; - EACD8906BF8DCF48636176B5A3066DCA /* EXPUnsupportedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPUnsupportedObject.h; path = Expecta/EXPUnsupportedObject.h; sourceTree = ""; }; - EB07407E9DBC0C3D72F87B4C0300BF59 /* FBSDKKeychainStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKKeychainStore.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStore.m; sourceTree = ""; }; - EB1636077FE4003B49B9D3F594181DED /* BFCancellationTokenRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFCancellationTokenRegistration.h; path = Bolts/Common/BFCancellationTokenRegistration.h; sourceTree = ""; }; - EB316D4AD96D73CDD1D932D3690E8D93 /* NSString-Helper-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSString-Helper-umbrella.h"; sourceTree = ""; }; - EB31C088FB088C612EDD72A95D239B17 /* FBSDKLikeBoxBorderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeBoxBorderView.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxBorderView.m; sourceTree = ""; }; - EB5EEDEF13099AEAA0D7FE7A9F661F7C /* Bolts.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bolts.xcconfig; sourceTree = ""; }; - EB616B3820096CB835E0FAB6F2B12D91 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + E482525BB0905203F6A2A7E8CC768754 /* AFJSONResponseSerializerWithData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AFJSONResponseSerializerWithData.h; sourceTree = ""; }; + E48CB941173FD75A55D6ABD3FC71C488 /* PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PureLayout.h; path = PureLayout/PureLayout/PureLayout.h; sourceTree = ""; }; + E494450D1ED9021CB525A2D3D7720C0B /* FBSDKAppGroupContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppGroupContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupContent.h; sourceTree = ""; }; + E67782128955791D513B5030B6D2D721 /* BFAppLinkReturnToRefererView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkReturnToRefererView.m; path = Bolts/iOS/BFAppLinkReturnToRefererView.m; sourceTree = ""; }; + E6A15E16E9A75A551EEDD7C83340AD41 /* FBSDKGraphRequest+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKGraphRequest+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequest+Internal.h"; sourceTree = ""; }; + E734E775B6DA50617CFF52DCAD017FFD /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; + E780B1FDE87174A9801BFF62B4756AE9 /* BFAppLinkTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkTarget.h; path = Bolts/iOS/BFAppLinkTarget.h; sourceTree = ""; }; + E790EC961A6AB97B1460DDDC64F0AF69 /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = ""; }; + E7F1B82C6DDB8EFEBBF7C6D7B404D08D /* NASHA3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NASHA3.h; path = NACrypto/NASHA3.h; sourceTree = ""; }; + E83E764AD095EA7C70837F0ECA56F19D /* SPTSharedExampleGroups.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSharedExampleGroups.h; path = Specta/Specta/SPTSharedExampleGroups.h; sourceTree = ""; }; + E8A650BACB0E1E32EE270693F9FD84EE /* FBSDKShareLinkContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareLinkContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareLinkContent.h; sourceTree = ""; }; + E909F2808A7750DAFED73559097DC23E /* SpectaDSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaDSL.m; path = Specta/Specta/SpectaDSL.m; sourceTree = ""; }; + E94D81D413E33F388AC91ABBDA0989DA /* FBSDKMessengerIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMessengerIcon.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKMessengerIcon.h; sourceTree = ""; }; + E984569832BC6CF076938CE1E92F7095 /* StrongestPasswordValidator-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "StrongestPasswordValidator-umbrella.h"; sourceTree = ""; }; + E9D430FA8445F59878D1D19F95566256 /* PNObjectFormData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNObjectFormData.h; sourceTree = ""; }; + EA5A4231AE71586C0317C64AC392958D /* FBSDKBridgeAPIResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIResponse.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIResponse.m; sourceTree = ""; }; + EA6BF53AFAB97F4871830DC88A71DE04 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + EAD81E95F2962FE929BCD93C161003A4 /* FBSDKShareError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareError.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareError.m; sourceTree = ""; }; + EB1459F19F5DFB6C5BA02120B48BDEA4 /* FBSDKAccessTokenCacheV4.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV4.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV4.m; sourceTree = ""; }; + EB6ACDA06E650F4E135FB669BDE968CF /* FBSDKApplicationDelegate+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKApplicationDelegate+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKApplicationDelegate+Internal.h"; sourceTree = ""; }; + EB7D46C627687CA20F50B5D94AB1B605 /* FBSDKAppInviteContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppInviteContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.m; sourceTree = ""; }; EB8B84E4432E9D6D4914A7EB79C467FA /* Pods-PNObject_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PNObject_Tests.debug.xcconfig"; sourceTree = ""; }; - EBAC0522C9A023C3C948A99EF5C48BF6 /* FBSDKBridgeAPIProtocolNativeV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolNativeV1.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolNativeV1.h; sourceTree = ""; }; - EBE949F29FEC1BFE6638B83939B06AA9 /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIProgressView+AFNetworking.m"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.m"; sourceTree = ""; }; - ECC4377970646C6618AAF9761860F324 /* FBSDKAudioResourceLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAudioResourceLoader.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKAudioResourceLoader.h; sourceTree = ""; }; - ED867712668303BA41A70CB5E1969AC2 /* PNObject-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PNObject-dummy.m"; sourceTree = ""; }; - EDD86FA116EC57F3387FD9B82D911B2B /* EXPMatchers+beNil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beNil.h"; path = "Expecta/Matchers/EXPMatchers+beNil.h"; sourceTree = ""; }; - EE4EC6FB4B2F6FD3D175A1635A7B2C12 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - EF3C71BC75869DF2FE236CC704E336D5 /* PNObject+Protected.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PNObject+Protected.m"; sourceTree = ""; }; - EF764FC44B2A1C892C2293DDF2629D65 /* HTTPStatusCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HTTPStatusCodes.h; path = "nv-ios-http-status/HTTPStatusCodes.h"; sourceTree = ""; }; - EF87B69475D4E6D6F76D80217D018EFB /* ResourceBundle-StrongestPasswordValidator-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-StrongestPasswordValidator-Info.plist"; sourceTree = ""; }; - EFC2A1AA2245A9105C9A3D8EA7DFE3B3 /* Expecta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Expecta.xcconfig; sourceTree = ""; }; - EFEBD7315E0316F79854D0E0628B48FF /* Expecta+Snapshots-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta+Snapshots-dummy.m"; sourceTree = ""; }; - F005DEFFD967672BCEF8A6F5230BA61D /* CodFis-Helper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CodFis-Helper-prefix.pch"; sourceTree = ""; }; - F0294DFC06474C2B17C1DBF95E36FCEA /* StrongestPasswordValidator.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StrongestPasswordValidator.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - F047C57A958CD29700AB9105D15476C2 /* FBSDKShareVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareVideo.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideo.m; sourceTree = ""; }; - F0BB2214814EBCDB92EB30C58CD5F5FF /* FBSDKMaleSilhouetteIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMaleSilhouetteIcon.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKMaleSilhouetteIcon.m; sourceTree = ""; }; - F0ECE18301275FE612BE80C76E70044F /* FBSDKAppEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEvents.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppEvents.h; sourceTree = ""; }; - F0F11B0B853F95F0F49278A94AFD36A4 /* _FBSDKLoginRecoveryAttempter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FBSDKLoginRecoveryAttempter.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/_FBSDKLoginRecoveryAttempter.m; sourceTree = ""; }; + EC100484AA77E58BDEBDC728D30A2F6C /* Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expecta.h; path = Expecta/Expecta.h; sourceTree = ""; }; + ECBC1AC9F0644FB762151E5E211AC6FC /* Expecta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta-dummy.m"; sourceTree = ""; }; + ECCF07F1A89D624A6A9C6FC9065857C9 /* FBSDKAppLinkUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppLinkUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkUtility.h; sourceTree = ""; }; + ECE43C2DD03985F3317BB47398DD6A30 /* KeccakF-1600-32-s2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "KeccakF-1600-32-s2.h"; path = "NACrypto/keccak/KeccakF-1600-32-s2.h"; sourceTree = ""; }; + ECF4AA61FE5368173DD7DEFEB0937503 /* StrongestPasswordValidator-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "StrongestPasswordValidator-dummy.m"; sourceTree = ""; }; + ED3ACADE7D5CCFB0D41B9053F3604321 /* FBSDKCoreKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKCoreKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + ED6FE09E54B83AE1F5D8303903AE9B59 /* NSUserDefaults-AESEncryptor-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSUserDefaults-AESEncryptor-umbrella.h"; sourceTree = ""; }; + EE929543558C2E18E82A4B4BE65078B0 /* FBSDKProfilePictureView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKProfilePictureView.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfilePictureView.m; sourceTree = ""; }; + EF06DA5D569D5C1367AF7E84DEEEE866 /* PureLayout-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PureLayout-umbrella.h"; sourceTree = ""; }; + EF221686C5D67C17D2D31195BC62C6A1 /* FBSDKLoginManagerLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginManagerLogger.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLogger.h; sourceTree = ""; }; + EF90EDE09905D5FE4942FF3842F91FF8 /* NSDate+NSDate_Util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+NSDate_Util.h"; path = "Pod/Classes/NSDate+NSDate_Util.h"; sourceTree = ""; }; + EFB9B66AB6F38CA2667B2E9B8441C802 /* FBSDKAudioResourceLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAudioResourceLoader.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKAudioResourceLoader.m; sourceTree = ""; }; + EFBAF8BF8016A17DB531FD601C8A27CE /* NSArray+PureLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+PureLayout.h"; path = "PureLayout/PureLayout/NSArray+PureLayout.h"; sourceTree = ""; }; + EFDA625EA6E913B83E6E3B81AD22B9B7 /* EXPMatchers+beLessThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m"; sourceTree = ""; }; + F021550469668B8B10B4C80FC0D341FE /* PNUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNUser.h; sourceTree = ""; }; + F126A22E12650143898F0ADF0965FFD2 /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; + F13B924E6CC5A724D5E5A14AC67ADCEE /* FBSDKLikeActionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeActionController.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionController.h; sourceTree = ""; }; F18435C7355DA51EDB57E2BC9552B2FC /* Pods-PNObject_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PNObject_Tests-acknowledgements.markdown"; sourceTree = ""; }; - F1930CD2AD665D7025DC53F60C10A45A /* AFAutoPurgingImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFAutoPurgingImageCache.m; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.m"; sourceTree = ""; }; - F19A0F090C20D92B35D604EFBFC784E2 /* FBSDKCrypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCrypto.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Cryptography/FBSDKCrypto.h; sourceTree = ""; }; - F20973641054FCD5E546B6E0B9DC2EFF /* PEARFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PEARFileManager.h; path = "PEAR-FileManager-iOS/PEARFileManager.h"; sourceTree = ""; }; - F2243CB5F8C75A2C02BA10C1EDBBF771 /* EXPMatchers+beFalsy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beFalsy.m"; path = "Expecta/Matchers/EXPMatchers+beFalsy.m"; sourceTree = ""; }; - F256940148C73D2E287E577632F851DA /* BFURL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFURL.m; path = Bolts/iOS/BFURL.m; sourceTree = ""; }; - F2F9D3354CC282F7A9F917ABE8473F79 /* FBSnapshotTestCase.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSnapshotTestCase.modulemap; sourceTree = ""; }; - F2FE00256B7990241F59F0C63BB5B575 /* EXPExpect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPExpect.h; path = Expecta/EXPExpect.h; sourceTree = ""; }; - F318D168986D8B43007E6BF61E95EEC1 /* UIImage+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+AFNetworking.h"; path = "UIKit+AFNetworking/UIImage+AFNetworking.h"; sourceTree = ""; }; - F33C2B5EAA822643AB566AE666872EB5 /* nv-ios-http-status.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "nv-ios-http-status.modulemap"; sourceTree = ""; }; - F35E5DAD266125AE1CEFA2024D75012B /* EXPMatchers+equal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+equal.h"; path = "Expecta/Matchers/EXPMatchers+equal.h"; sourceTree = ""; }; - F383C26892CB3FCE3DA6046D69DE7336 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - F4C3A2C8674B472825B16D5A63196BF7 /* PureLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PureLayout.xcconfig; sourceTree = ""; }; - F62016DF5048ED20FD02717FC94FFA49 /* FBSDKTriStateBOOL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTriStateBOOL.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTriStateBOOL.h; sourceTree = ""; }; - F64803761B3D87639FA37F33640708A2 /* NSValue+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSValue+Expecta.h"; path = "Expecta/NSValue+Expecta.h"; sourceTree = ""; }; - F6570E443F2F7B4B556F499FBA92092B /* FBSDKLikeControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeControl.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeControl.h; sourceTree = ""; }; - F6759D46C5AE673B7EE16F5133823839 /* FBSDKTriStateBOOL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTriStateBOOL.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTriStateBOOL.m; sourceTree = ""; }; - F6CDD48A2137D49E09A82EA779B12321 /* FBSDKVideoUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKVideoUploader.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKVideoUploader.h; sourceTree = ""; }; - F6F75E96912511146BC70EBF00B9A40E /* FBSDKLoginKit+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginKit+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginKit+Internal.h"; sourceTree = ""; }; - F7B356AD2886B6E5E383223C2B80DFD7 /* FBSDKGraphRequestMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestMetadata.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestMetadata.h; sourceTree = ""; }; - F7CFA0774BB343A79B896C2ABD4EDB25 /* PNObject+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PNObject+Protected.h"; sourceTree = ""; }; - F7D4D9C8021FBD430470B4915EC51EA8 /* EXPMatchers+postNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+postNotification.m"; path = "Expecta/Matchers/EXPMatchers+postNotification.m"; sourceTree = ""; }; - F8100DC14762E908836F7B1EA2A765DC /* EXPMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcher.h; path = Expecta/EXPMatcher.h; sourceTree = ""; }; + F1D6F3347152142D62E93C7D52AEB42F /* UIDevice-Utils-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIDevice-Utils-prefix.pch"; sourceTree = ""; }; + F1E8A6323DABE1A2DB3CF2C14ECE7FD2 /* KeccakF-1600-32-rvk.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "KeccakF-1600-32-rvk.h"; path = "NACrypto/keccak/KeccakF-1600-32-rvk.h"; sourceTree = ""; }; + F26272B7742D8B16E135347BFBCB8109 /* NSString+Helper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+Helper.h"; path = "NSString-Helper/NSString+Helper.h"; sourceTree = ""; }; + F297011C2D136CC6E67A6F3CD0E5960B /* FBSDKLogo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLogo.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKLogo.m; sourceTree = ""; }; + F32CEC42870F79A66C1D04B4FB77CE80 /* FBSDKShareVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareVideo.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideo.h; sourceTree = ""; }; + F341E279A9CA1357EF8CCAF0AB416C46 /* Specta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Specta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + F420BE963855B69C62637E33D6C05A31 /* FBSDKAppEventsState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsState.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsState.m; sourceTree = ""; }; + F49BE12EC5F62722107BA2368E44CE8E /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + F512EEC5B88F735D9396B58734B519D7 /* BFMeasurementEvent_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFMeasurementEvent_Internal.h; path = Bolts/iOS/BFMeasurementEvent_Internal.h; sourceTree = ""; }; + F55924E5C95F659ABBC698502F762224 /* FBSDKShareButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareButton.h; sourceTree = ""; }; + F6E853C04F287E3574FD85133FAF7962 /* NSUserDefaults+AESEncryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSUserDefaults+AESEncryptor.h"; path = "NSUserDefaults-AESEncryptor/NSUserDefaults+AESEncryptor.h"; sourceTree = ""; }; + F73B8149F2EA32732B8E90554BA01923 /* EXPUnsupportedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPUnsupportedObject.h; path = Expecta/EXPUnsupportedObject.h; sourceTree = ""; }; + F812BE477015902749E0E8397E41E778 /* PNObjectFormData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNObjectFormData.m; sourceTree = ""; }; + F849119183B82530F4A547FDA34D20B3 /* FBSDKLikeButtonPopWAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeButtonPopWAV.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeButtonPopWAV.h; sourceTree = ""; }; F872FBD57D98CFC3DE47AD9A270264B9 /* Pods-PNObject_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PNObject_Tests.release.xcconfig"; sourceTree = ""; }; - F89DF9D11F8D67753CBFCBD0933FCF1B /* PureLayout-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PureLayout-umbrella.h"; sourceTree = ""; }; + F8B5D8B21AFE42122D83791FB98BD66B /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; + F8F1066E685199201BF92A44A9AABAF6 /* FBSDKButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKButton.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKButton.m; sourceTree = ""; }; F924BAFD8984753A0E19859F0D994689 /* Pods-PNObject_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PNObject_Example-frameworks.sh"; sourceTree = ""; }; - F95745944562A65F20690D0CBEE46179 /* EXPMatchers+contain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+contain.m"; path = "Expecta/Matchers/EXPMatchers+contain.m"; sourceTree = ""; }; - F95793BE1CD7CA5C5FD82C58A3038431 /* PureLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = PureLayout.modulemap; sourceTree = ""; }; - F965812A401FC7E0DEACFEECF333FEA5 /* RNCryptor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCryptor.xcconfig; sourceTree = ""; }; - F96ADA6DDED63013922C6327A73446E2 /* UIActivityIndicatorView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActivityIndicatorView+AFNetworking.m"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m"; sourceTree = ""; }; - FA69CF3A73CCC30BA4D8CEF0E3DBBC3A /* nv-ios-http-status-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nv-ios-http-status-prefix.pch"; sourceTree = ""; }; - FA7BE1E335D790885FB64D6FEE42978D /* AFJSONResponseSerializerWithData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AFJSONResponseSerializerWithData.h; sourceTree = ""; }; - FAC688E38CBDEB40BB93E045EC51E9BE /* FBSDKAppGroupContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppGroupContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupContent.m; sourceTree = ""; }; - FBCB91481E5845F0B9676F0DC11C2E41 /* FBSDKGraphRequestBody.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestBody.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestBody.m; sourceTree = ""; }; - FBEFB2FA076E1F93862E5414BFDB8A57 /* PNObject+PNObjectConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PNObject+PNObjectConnection.h"; sourceTree = ""; }; - FC12155CEF32809FCD01066FD5BC1A3E /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AFNetworking.modulemap; sourceTree = ""; }; - FC47102C0D2D213E7497E3CAC4A9D165 /* EXPDoubleTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDoubleTuple.h; path = Expecta/EXPDoubleTuple.h; sourceTree = ""; }; - FC47B19FDD454A53207911B9A946DD30 /* PEAR-FileManager-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "PEAR-FileManager-iOS.xcconfig"; sourceTree = ""; }; - FC734B4232E17E8B39A1F9A020D8763A /* NSString-Helper.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "NSString-Helper.modulemap"; sourceTree = ""; }; - FC8C158D6460A19DA5B5744712BFF798 /* FBSDKLoginManagerLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginManagerLogger.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLogger.h; sourceTree = ""; }; - FD50C9D92415629A23455C575CDA68CC /* FBSDKShareOpenGraphAction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphAction.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphAction.m; sourceTree = ""; }; - FDEBA4CF43368C1FF2805745DAC7FCFB /* FBSDKError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKError.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKError.m; sourceTree = ""; }; - FE7808AE36C71D1AE7ECB2AE2EA39BB1 /* EXPFloatTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPFloatTuple.m; path = Expecta/EXPFloatTuple.m; sourceTree = ""; }; - FE8A0B53E860CDD4E7ABD8F8CAA2D7F2 /* FBSDKAppEvents+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKAppEvents+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEvents+Internal.h"; sourceTree = ""; }; - FEDC096A3F7E11391BEBB53D31759A0B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - FF7426001AFE1B82DE01ACAC972378DC /* nv_ios_http_status.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = nv_ios_http_status.m; path = "nv-ios-http-status/nv_ios_http_status.m"; sourceTree = ""; }; - FFE9298E86679CAAB3A085DAD7E9B9B1 /* FBSnapshotTestController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestController.h; path = FBSnapshotTestCase/FBSnapshotTestController.h; sourceTree = ""; }; + F9D86A848F401C858F0C6620CBA4D54C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + FA5479946450ED02B0CDCC896549FDCB /* NADigest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NADigest.h; path = NACrypto/NADigest.h; sourceTree = ""; }; + FA7E579EC409C80B9FCB8A755EB65358 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + FA920C1A5FEE846E3F0EF2A03B41B4FD /* FBSDKBoltsMeasurementEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBoltsMeasurementEventListener.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppLink/FBSDKBoltsMeasurementEventListener.h; sourceTree = ""; }; + FAED273C5B965341995178AC4D6B2537 /* KeccakNISTInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeccakNISTInterface.h; path = NACrypto/keccak/KeccakNISTInterface.h; sourceTree = ""; }; + FB02919A95ED53B229A3136E5BEB63CB /* StrongestPasswordValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StrongestPasswordValidator.m; path = Pod/Classes/StrongestPasswordValidator.m; sourceTree = ""; }; + FB3C2257290B5A10A8D903DC4ABFA9B8 /* Expecta+Snapshots-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta+Snapshots-dummy.m"; sourceTree = ""; }; + FB4EC0FEAC282915AAC3680D85FD16EF /* FBSDKMonotonicTime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMonotonicTime.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMonotonicTime.m; sourceTree = ""; }; + FB67693FF201BA0017D1BC6BF7542765 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + FB6BBDD3C948AA113411060F6796B9A5 /* _FBSDKLoginRecoveryAttempter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FBSDKLoginRecoveryAttempter.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/_FBSDKLoginRecoveryAttempter.h; sourceTree = ""; }; + FBF2A39AE4259253DD066CC58A3273B6 /* FBSDKServerConfigurationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKServerConfigurationManager.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager.m; sourceTree = ""; }; + FC9520239745D2CFA46ADBAAF25C96E8 /* FBSDKBridgeAPIProtocolWebV1.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIProtocolWebV1.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV1.m; sourceTree = ""; }; + FDA365DA32004F3C201D7D04E5992DB7 /* NANSString+Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NANSString+Utils.h"; path = "NACrypto/NANSString+Utils.h"; sourceTree = ""; }; + FE115C90C4084F360B9910F9D5B430E0 /* EXPMatchers+beIdenticalTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beIdenticalTo.m"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.m"; sourceTree = ""; }; + FE18DD672BAF0D5E18841F7D37207E26 /* FBSDKMaleSilhouetteIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMaleSilhouetteIcon.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKMaleSilhouetteIcon.h; sourceTree = ""; }; + FE2584A8D6C46F970FEA01B20507AD81 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; + FE4F47953FF79AA5CD3C04B885E132DD /* BFTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFTask.m; path = Bolts/Common/BFTask.m; sourceTree = ""; }; + FF69C6BDFB717B6839CDA6481A36F458 /* FBSDKLoginKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKLoginKit-prefix.pch"; sourceTree = ""; }; + FF6FE866142E80814A309EB08855B680 /* FBSDKButton+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKButton+Subclass.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKButton+Subclass.h"; sourceTree = ""; }; + FF7C1C98617D842335973487B3546477 /* EXPMatchers+beInstanceOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInstanceOf.h"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.h"; sourceTree = ""; }; + FFD8E3B064E274DAD47435F4AD39D17A /* FBSDKLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLogger.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKLogger.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 0AE200B93FBC97786AE0B7F8B47D9303 /* Frameworks */ = { + 17F0B823672351D7C1EC4C70CDDEB27C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1D80CC0197DAA1C570189DCE17DA1AD2 /* Foundation.framework in Frameworks */, + 021544FF4C8B456573628B0D495B0125 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 207A9423F897B291A35DDEBF7289E1D8 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C4694B78FC525E2C52C4E84EECA4234D /* Foundation.framework in Frameworks */, + 13C99B73A28121849C4B6E3058FA9729 /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1820,50 +1929,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 45205BD0078044AA0C04DAF40F69B619 /* Frameworks */ = { + 42A3DA0DEA2170DF23A21300D696B7EA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D1D19845D63768C3C61A30A15BE75BA7 /* Foundation.framework in Frameworks */, - 8276C822C7BF0377E10439B9264A6454 /* XCTest.framework in Frameworks */, + 0E80280C7F2BD58AF6DB07FE2F46C5DC /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5D086C42F6A1700647DDD13966AB8992 /* Frameworks */ = { + 53EA0C5C2ACB6A0A95CA5D987249CAC6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E0BE0BC047E16984EBD1AE4425CAB405 /* AFNetworking.framework in Frameworks */, - 3708EAADDC674DCD908104A53D6AF6F3 /* Bolts.framework in Frameworks */, - 067AB10F1F123B95B5871888ACBA78BA /* CodFis_Helper.framework in Frameworks */, - 4204C39E00B2F350808B2DE50E38610E /* FBSDKCoreKit.framework in Frameworks */, - C177B5E3D432B641978AE5676C480ACF /* FBSDKLoginKit.framework in Frameworks */, - 9C700E8568DF0287A74ACFA0B4928FED /* FBSDKShareKit.framework in Frameworks */, - 1498514874F463AE8A7F747DCADC338E /* Foundation.framework in Frameworks */, - 8930B0D64D3646024EDB757DE01AC8C5 /* NSDate_Utils.framework in Frameworks */, - 1DC469C4321829696AABB46AC4E6A21F /* NSString_Helper.framework in Frameworks */, - AEC64E72FFAC813FB5592B80DAA09659 /* nv_ios_http_status.framework in Frameworks */, - CF5CF06B0263C4C3E40F0B5CE87BB91B /* PEAR_FileManager_iOS.framework in Frameworks */, - 5189F3FA2397165018710A6648AF6C33 /* RNCryptor.framework in Frameworks */, - 1663D3404B3C2102C575CD198944338A /* StrongestPasswordValidator.framework in Frameworks */, - E770B643BDFF92A38131DB0D90B4CDC9 /* UIDevice_Utils.framework in Frameworks */, + A62593EE293042D349A0C83E3F28DC56 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 64A5DB045256B765A9E1CBE8117BE3CF /* Frameworks */ = { + 55B98C348802979A7D58967F9071F55A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D27029EF4D63FD5855822C101FA7AD45 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 64E3F728F53096C41AF009CBFBF1278B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 146457D9778B072B0A742C350BA6770F /* Foundation.framework in Frameworks */, - 87CA9F2D2A8496C9B08B3B8F9A6E074C /* UIKit.framework in Frameworks */, + E116D580872542237C78668D2DA28095 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1875,11 +1961,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6F670E3DFB0D071C1D3BB7E2A5C17C37 /* Frameworks */ = { + 7DADB66E01546DAC801050D945E0F4B9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 56A50148E59BF047776EAEBEA0FEAA04 /* Foundation.framework in Frameworks */, + 7834384035D0596C51C3A6D3DEAD1102 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1902,11 +1988,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9876FBCF12E4C57DB8D6D0F2695BC0B1 /* Frameworks */ = { + 9F047CF8A1F90CBD1CE7F560A69EFB18 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F7E17CB0EFE3C8B20DAF13FB263E1C7A /* Foundation.framework in Frameworks */, + 0DD47426797BA0B068747C883D9526A2 /* CocoaSecurity.framework in Frameworks */, + 0E69BFEDDF6225A3C18F23663BFC3C50 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1918,33 +2005,26 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A470B72F61438680A1AFF7395AA5DB3C /* Frameworks */ = { + B7472252C3EAC4CC19DFF876698D0A29 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3BFF1B7BC2BEA13A7FCC5109258C2E44 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A68D725FF60A503B92CCC68AA7764808 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B5D39B3A7F35721A266D74FBC657B6AA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BA5D49B026E7EB9524517FDBC050DD10 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 54177ECF0FE006C0B391AC3C7C91076B /* Foundation.framework in Frameworks */, + 336BFD2C4246A87A7F9EED7E5311E440 /* AFNetworking.framework in Frameworks */, + 50693AF96778E4C794D8E2BCBD3797DE /* Bolts.framework in Frameworks */, + 2F417AFFA6055D5490D34B64496CDD9A /* CocoaSecurity.framework in Frameworks */, + EE5842CD8CD4FF874610FF07CE8F5E77 /* CodFis_Helper.framework in Frameworks */, + 55350D835B75F9746ADB9FB5DFDB4476 /* FBSDKCoreKit.framework in Frameworks */, + 102A390273BA9E5D7AE899A8C059A37A /* FBSDKLoginKit.framework in Frameworks */, + A2B3013891AC615DA24C2CB0AA75082B /* FBSDKShareKit.framework in Frameworks */, + 97517DE01665763C343C56A5A9C9DBFA /* Foundation.framework in Frameworks */, + 0BA5928AEB4DE444B896A61F379C34C4 /* NACrypto.framework in Frameworks */, + 0B9F14106CC3962B366A6ABF8AD478E3 /* NSDate_Utils.framework in Frameworks */, + 3876DCCA3DC3FE47B617749FE27BDD51 /* NSString_Helper.framework in Frameworks */, + C7BA49564BC2BCDC3415CF9A1ADC8FF3 /* NSUserDefaults_AESEncryptor.framework in Frameworks */, + CEC382CA17D24F65E41078E033C9EBB0 /* nv_ios_http_status.framework in Frameworks */, + FFC84177A7159D583B5A5B6A5D69BCD9 /* PEAR_FileManager_iOS.framework in Frameworks */, + 89447A22394ECDD16F78F0C510BD05BE /* StrongestPasswordValidator.framework in Frameworks */, + 7062E916F797B3D9B8B8189BBBB14943 /* UIDevice_Utils.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1960,24 +2040,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C6FB272CC9352E521B2886539A53AAF4 /* Frameworks */ = { + C7858190615B153BF0CEA266BEE00DEB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + C0E3BE017747C2AA0363A30A9E77FA84 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - CDB1036A78B08654D629A73B2DFD711B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CFC0C3620426489CFDBA6CF175AF1586 /* Frameworks */ = { + CA18F961D1639E588435E62F31D710A9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + DAD7738518AF36481D5D11A4780B2848 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2002,11 +2077,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E6374C6F7E347042A87CBB2179104C39 /* Frameworks */ = { + D272EA058270013F40AC034F1EED9102 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - AB6A875AB74B484F095E03BD1B9AC1AD /* Foundation.framework in Frameworks */, + 248C852D7304374F0D66FD2DB217139F /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2019,18 +2094,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E83D493CE1B2D93EDA7574BB1E5DEB29 /* Frameworks */ = { + ED4C606F328C1A23B16A0FCC5ECDC86E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - FAA943137DF8E5CB7895E683C8FF6B5E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 0C688E139513EAD123605A43D50ECA2D /* Foundation.framework in Frameworks */, + 0EAC397BE2E04E25C86103C37316327A /* Foundation.framework in Frameworks */, + A3C215E13AC8A81BED094DB40C0899CD /* XCTest.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2044,85 +2113,56 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FF70FC3BD6D3F0000558F855E85749F3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B9670D886A95B11200609EF7E6526BD1 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 067512045B2E1B767955EAD083A07127 /* NSURLSession */ = { + 0B11502D1C32784DD0C3D79013C45168 /* Support Files */ = { isa = PBXGroup; children = ( - BD41B71026B8BEFE03F999651C617648 /* AFHTTPSessionManager.h */, - 894E00D21A6463A75BBE06EABD108667 /* AFHTTPSessionManager.m */, - 337AF354D3D279E83528A90A518A8BBD /* AFURLSessionManager.h */, - 71EBC83C924E87C88B92EAF32C42A63E /* AFURLSessionManager.m */, - ); - name = NSURLSession; - sourceTree = ""; - }; - 0966E16AD24660833A7265EB542B4B74 /* Support Files */ = { - isa = PBXGroup; - children = ( - 620BA60399430A2B7BE98B1F5593FD70 /* Info.plist */, - F95793BE1CD7CA5C5FD82C58A3038431 /* PureLayout.modulemap */, - F4C3A2C8674B472825B16D5A63196BF7 /* PureLayout.xcconfig */, - 38DD1654A86F392CF062AAAF13F56C6B /* PureLayout-dummy.m */, - 8B4A8AC59E499FE023EE4849BFE67A9A /* PureLayout-prefix.pch */, - F89DF9D11F8D67753CBFCBD0933FCF1B /* PureLayout-umbrella.h */, + 615495828E649E333497B28D56DD056F /* FBSnapshotTestCase.modulemap */, + 435EE6AD92B9D1170BEFDC04A76B246D /* FBSnapshotTestCase.xcconfig */, + 9644FC2752AE781A2385FDEFE3F274B9 /* FBSnapshotTestCase-dummy.m */, + 06350CE9C444FCEA732C6294907949B4 /* FBSnapshotTestCase-prefix.pch */, + C8BDBDA4016FC2D47A2705979712063F /* Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/PureLayout"; + path = "../Target Support Files/FBSnapshotTestCase"; sourceTree = ""; }; - 0C1D217E7A7B1EB88B51A7B05E629305 /* PNClasses */ = { + 0E9A0BE2261FD93A2A714B9AC8A70E46 /* Support Files */ = { isa = PBXGroup; children = ( - D59089056B822BCD9DDE1E6DDE9073C5 /* PNAddress.h */, - AEDC3D98383AD682D63DCE947DC1F816 /* PNAddress.m */, - 0EE38D2200B1A63FE661CCE556A8AA30 /* PNInstallation.h */, - 54641405155B66570094959327BD8176 /* PNInstallation.m */, - 8E83847FAA3C42EEE64E775CC5EF24EF /* PNLocation.h */, - 3D24E6828F140872A1424200FE40DCAF /* PNLocation.m */, - E96D0F03745839E8AE4579B1CFF56B56 /* PNObjcPassword.h */, - 8BEE2BA695E910BD7FAE1C919ABD7B72 /* PNObjcPassword.m */, - 700C89F1F64FB8B0D93244364503DB02 /* PNUser.h */, - A64A46BA90440D57304BA7E254B21F17 /* PNUser.m */, - ); - path = PNClasses; - sourceTree = ""; - }; - 0EB5CD5C9BC521D76AA5FBD760F95F11 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8885B043B19413D37AE2B3345D5008F6 /* Bolts.modulemap */, - EB5EEDEF13099AEAA0D7FE7A9F661F7C /* Bolts.xcconfig */, - A84FF37467A710D6C44E52B74843DFCA /* Bolts-dummy.m */, - 12CBF355BF26305ADE265DA7AFCBDC17 /* Bolts-prefix.pch */, - 4A82A8C4692A7DAA54BE9D0EE532EE81 /* Bolts-umbrella.h */, - F383C26892CB3FCE3DA6046D69DE7336 /* Info.plist */, + B7966B2C3D31C78D8F32F2250A9F1746 /* Bolts.modulemap */, + 0BD2F7165924DDF581F728F15481D6CA /* Bolts.xcconfig */, + DB282510049008B5BF3A07E511582CF0 /* Bolts-dummy.m */, + 31E73511246833D6B8D9C47A5513A8C7 /* Bolts-prefix.pch */, + 49528E15377F148738258A9E885728F9 /* Bolts-umbrella.h */, + FB67693FF201BA0017D1BC6BF7542765 /* Info.plist */, ); name = "Support Files"; path = "../Target Support Files/Bolts"; sourceTree = ""; }; - 10240320F2694C5BFF81321003D44CAC /* Classes */ = { + 0EDD69A307E38A0CACDC52531A7B3097 /* Support Files */ = { isa = PBXGroup; children = ( - 8FFCF4178E524B947AF7311B3EDB464D /* PNObject.h */, - D55C226C8F96FD2D7329D81EACFE3FBA /* PNObject.m */, - FBEFB2FA076E1F93862E5414BFDB8A57 /* PNObject+PNObjectConnection.h */, - A7FAC20C0D377E494681BF422283294B /* PNObject+PNObjectConnection.m */, - F7CFA0774BB343A79B896C2ABD4EDB25 /* PNObject+Protected.h */, - EF3C71BC75869DF2FE236CC704E336D5 /* PNObject+Protected.m */, - 9A36FA75F1E4FF485524F7A34F9E940A /* PNObjectConfig.h */, - 34AC0309A46D53DB00B2E64C928D3FCC /* PNObjectConfig.m */, - AAC9B98AB49DB17ACECA4B1D322D16C9 /* PNObjectConstants.h */, - CFD4694A9A640B6401998EE253B7D0A8 /* PNObjectFormData.h */, - 22FCAFDB940F1C2553B7F4DA27AB3CFC /* PNObjectFormData.m */, - 7D9A5BFD38EA60AAB205DF3E003946EE /* PNObjectModel.h */, - C252A2B22DDE3643CC170745B5C0FA67 /* PNObjectModel.m */, - 0C1D217E7A7B1EB88B51A7B05E629305 /* PNClasses */, - 445E9F17A781679866A266C1E9B47781 /* Vendors */, + 061CF1293688F3033F4E0985BEA19ED6 /* Expecta+Snapshots.modulemap */, + B863B6971E8176B3C2FB98CC11ED6674 /* Expecta+Snapshots.xcconfig */, + FB3C2257290B5A10A8D903DC4ABFA9B8 /* Expecta+Snapshots-dummy.m */, + 1114AE3FB1E9C4F48DA13DFBAE9D65BA /* Expecta+Snapshots-prefix.pch */, + 1FC3E1127DA5470EAC4C5000F5A43098 /* Expecta+Snapshots-umbrella.h */, + 8AC0391B2CACD128C7FD42DF12BDA040 /* Info.plist */, ); - path = Classes; + name = "Support Files"; + path = "../Target Support Files/Expecta+Snapshots"; sourceTree = ""; }; 168A3B8397ECA5C7750BACB8764D0C36 /* Pods-PNObject_Tests */ = { @@ -2143,486 +2183,593 @@ path = "Target Support Files/Pods-PNObject_Tests"; sourceTree = ""; }; - 2E273C4C9400422B2B994AC77A27AE62 /* Tasks */ = { + 194482D23215705D42E85D1BC73EFEC6 /* CodFis-Helper */ = { isa = PBXGroup; children = ( - 4921A7C33F97D10F52CBE790E4F823E3 /* BFCancellationToken.h */, - 382F0F6227872012AC60863135D2E62F /* BFCancellationToken.m */, - EB1636077FE4003B49B9D3F594181DED /* BFCancellationTokenRegistration.h */, - CCA9264638310CC0611C1200FD410567 /* BFCancellationTokenRegistration.m */, - E01D94AFB3D83200CEAB9AD11B24F431 /* BFCancellationTokenSource.h */, - 1C2312C2F99EA26536E3F7733B1DFF97 /* BFCancellationTokenSource.m */, - C6BFD7278726563871B8C8D99EC89746 /* BFExecutor.h */, - CFB1635A9FFBCC9ED53C8A9F7D06CF32 /* BFExecutor.m */, - CB4FC59BBC4220586113555265C7FDBB /* BFTask.h */, - 3C1D180F64F2DEC59750126D61F2CAB5 /* BFTask.m */, - 66A0FFC1602BB62430E2A19911D02111 /* BFTaskCompletionSource.h */, - 5B26BE16735CD4ABD287EDB9A4B87349 /* BFTaskCompletionSource.m */, - 2EC6FA678332DC3495DC88D38943C6A3 /* Bolts.h */, - 19A9F1AE6780F766396308CCDBFF2BAE /* Bolts.m */, - 57FDAC80C9278ACFBF9FA62062007CE4 /* BoltsVersion.h */, + 31F3DD5C803FCE8AACBAB372E2EF22B2 /* CodFis+Helper.h */, + A7F849AA5BB7A58C221C7408499AD24B /* CodFis+Helper.m */, + A02FBCBFACC820260B2DC0FBB75CA5A4 /* CodFisResponse.h */, + D35EE8E2BE775D0229B81D86E790B677 /* CodFisResponse.m */, + 4166585BFC2246786AD11FFEE8AE3F4F /* ResponseConstants.h */, + 2E5DB6798EFD74F5BBFA05FB5F1F6314 /* VatNumber+Helper.h */, + 5C9BDC7D8E92AD26623C0C6C0C08FE40 /* VatNumber+Helper.m */, + 573E41452DC31143336E8D045C1D9838 /* Support Files */, + ); + path = "CodFis-Helper"; + sourceTree = ""; + }; + 1D79A5021893929DF97E41D95D105CBD /* Vendors */ = { + isa = PBXGroup; + children = ( + EEC18829C69332D5574E82A8FCDB1C70 /* AFJSONResponseSerializerWithData */, + DDE21944AAC72437D1B6CB3B11835948 /* AFOAuth2Manager */, + ); + path = Vendors; + sourceTree = ""; + }; + 1E4280A58B3DA4FFCF849E8485FFF8EA /* Support Files */ = { + isa = PBXGroup; + children = ( + CA5F200A70B8E343A7D5AF99B9126CCB /* FBSDKShareKit.modulemap */, + 339F691B4773D24403B931F01A8FF39E /* FBSDKShareKit.xcconfig */, + 66CC7FC2CE6A80808B2C06310CC78077 /* FBSDKShareKit-dummy.m */, + CCFC6FFC59C5C558A9E5819C8064492E /* FBSDKShareKit-prefix.pch */, + 20784A589A4951F78D02B9EEF03EF81F /* FBSDKShareKit-umbrella.h */, + FA7E579EC409C80B9FCB8A755EB65358 /* Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/FBSDKShareKit"; + sourceTree = ""; + }; + 2138A205FCA3E41445EBB0C549C27373 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1A444C84E5AEC696C0237390C2231363 /* Info.plist */, + 873E62974228CEDED404F2AE99C9EE8B /* UIDevice-Utils.modulemap */, + E4505355DAFDC3AF103B902B71FCE3A0 /* UIDevice-Utils.xcconfig */, + 48574AF5DB294EC1BC813CED8C920162 /* UIDevice-Utils-dummy.m */, + F1D6F3347152142D62E93C7D52AEB42F /* UIDevice-Utils-prefix.pch */, + 95FB2ADE8C46C240697F6AD15DBFAEFB /* UIDevice-Utils-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/UIDevice-Utils"; + sourceTree = ""; + }; + 21EE5C669FEDF7B63719351313533746 /* Support Files */ = { + isa = PBXGroup; + children = ( + B1DF4EBDD15933843B94E10FBF53E3ED /* CocoaSecurity.modulemap */, + 438D98F8A1CEE4CBD4C87926DF627BEB /* CocoaSecurity.xcconfig */, + 7E3EC4A1F76E07B10D5FDB6BE71A2528 /* CocoaSecurity-dummy.m */, + AAC03FA64FE90F217538674B3F1B7D3D /* CocoaSecurity-prefix.pch */, + 4E98C21E3A7EC4BE755A2A5C5852072B /* CocoaSecurity-umbrella.h */, + 5ABCDC7C85483FD010552DA78CCCD94B /* Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/CocoaSecurity"; + sourceTree = ""; + }; + 3073378BF50CF5127C639ECE0851FDC5 /* AppLinks */ = { + isa = PBXGroup; + children = ( + CAD08E21753B7905318C6DC37F3FF631 /* BFAppLink.h */, + 69008FAC4CF6266439FB6EAC0401701C /* BFAppLink.m */, + 86228E2157878F87003C78F96FE8C28A /* BFAppLink_Internal.h */, + 282BD715765A754CC7DD147F049AF3E7 /* BFAppLinkNavigation.h */, + 7191EC284CA1DCD2FC86F37100284145 /* BFAppLinkNavigation.m */, + 420CC8F033186846F19144368FB195DB /* BFAppLinkResolving.h */, + 86240F2486CFF71AA9F230E5078D4CD6 /* BFAppLinkReturnToRefererController.h */, + 92E4C397330757F0836ACB3FFA6DDAC8 /* BFAppLinkReturnToRefererController.m */, + CF1D4B9BC028EC2C7F8AFB3042FE479B /* BFAppLinkReturnToRefererView.h */, + E67782128955791D513B5030B6D2D721 /* BFAppLinkReturnToRefererView.m */, + 4B14EDB8D1334F1AF05C9A09A046EA2C /* BFAppLinkReturnToRefererView_Internal.h */, + E780B1FDE87174A9801BFF62B4756AE9 /* BFAppLinkTarget.h */, + 6FFA6D33A993F9E9AB22E58D0E7BCBB9 /* BFAppLinkTarget.m */, + B5E340160A847EAF6B260B3FCB3A8B7C /* BFMeasurementEvent.h */, + 9DC195FC652AD2F55832D265889CC5B7 /* BFMeasurementEvent.m */, + F512EEC5B88F735D9396B58734B519D7 /* BFMeasurementEvent_Internal.h */, + 5D31CFA004A707B6C158E0FBDF7D5CCF /* BFURL.h */, + 47E5E0380E22EF4E0C9A128ABC8D68F0 /* BFURL.m */, + 6B6F4306F676875647606FB2614C6B16 /* BFURL_Internal.h */, + 40DA5413671729C27B969A7FA3FB1C95 /* BFWebViewAppLinkResolver.h */, + 589EC8EBE322E832BEED2F0AD1B31ED4 /* BFWebViewAppLinkResolver.m */, + ); + name = AppLinks; + sourceTree = ""; + }; + 3784B29A4934B726EF96B7A53E109263 /* FBSDKShareKit */ = { + isa = PBXGroup; + children = ( + 381599CF6C500631879F80BA0CFCE291 /* FBSDKAppGroupAddDialog.h */, + 8348CE5285E6F51739D8AAFB48864145 /* FBSDKAppGroupAddDialog.m */, + E494450D1ED9021CB525A2D3D7720C0B /* FBSDKAppGroupContent.h */, + 3FC50254A2C2693577C76D2D92D5D74A /* FBSDKAppGroupContent.m */, + 51C107211387C44010FD465D019AD506 /* FBSDKAppGroupJoinDialog.h */, + 1F827D99DA03AF81C3BD33ED62AD877D /* FBSDKAppGroupJoinDialog.m */, + 5306C38DC83AEDB5AA57DB741BA186C0 /* FBSDKAppInviteContent.h */, + EB7D46C627687CA20F50B5D94AB1B605 /* FBSDKAppInviteContent.m */, + 072A9A7056F6F1B7573761BE6D6EEC50 /* FBSDKAppInviteDialog.h */, + CE882E3AB808501F71530802959A07B8 /* FBSDKAppInviteDialog.m */, + 13BE7B654648C7A428287C3B3FBDF300 /* FBSDKCheckmarkIcon.h */, + CD92F743374ED42819A37C15461F4E00 /* FBSDKCheckmarkIcon.m */, + 04F850B2D3C6545A95E6FC0EE15D3DE8 /* FBSDKGameRequestContent.h */, + 604CE65E602DD048191E48D232963E92 /* FBSDKGameRequestContent.m */, + 7AE1CE73E9F752D74DDB729F57FE855C /* FBSDKGameRequestDialog.h */, + C14B769C69A5AEF06661CF6ADA838A9E /* FBSDKGameRequestDialog.m */, + 2F34D1BACA96A30566F60D5D2E68544A /* FBSDKGameRequestFrictionlessRecipientCache.h */, + 54B52924697544846010984492FCD652 /* FBSDKGameRequestFrictionlessRecipientCache.m */, + F13B924E6CC5A724D5E5A14AC67ADCEE /* FBSDKLikeActionController.h */, + D10D24CCC5578D5E8C8DAF9DDF27AAC2 /* FBSDKLikeActionController.m */, + B333A2BE8364CEDF0028F1825EFD4FA1 /* FBSDKLikeActionControllerCache.h */, + 77E5806373870B5DD3C72EF1F00BD196 /* FBSDKLikeActionControllerCache.m */, + 32015EB35929B94269C62D6EF15E3BD1 /* FBSDKLikeBoxBorderView.h */, + B8F4606BF35CB246B1352701347C10A7 /* FBSDKLikeBoxBorderView.m */, + E43BB0DD821E77B860E30BF4F3B43659 /* FBSDKLikeBoxView.h */, + 44FCFFC0191662E52FF7032843971CC3 /* FBSDKLikeBoxView.m */, + 95DA65A13DB454A13204F60AF0055F61 /* FBSDKLikeButton.h */, + 4A5CA4EEB35C873F5342A80231CAA163 /* FBSDKLikeButton.m */, + 4A0FCF2C3405378A65CB656A00D634FE /* FBSDKLikeButton+Internal.h */, + F849119183B82530F4A547FDA34D20B3 /* FBSDKLikeButtonPopWAV.h */, + 206CBA3ED3A77BFA642359BD2C05F19D /* FBSDKLikeButtonPopWAV.m */, + B1C6E414F20F18AB02A531CAEFEB2C7A /* FBSDKLikeControl.h */, + 525832FDCA6511F71D5D3E8703D28787 /* FBSDKLikeControl.m */, + B48C0D46CEFD9C6625668B962927E4D6 /* FBSDKLikeControl+Internal.h */, + 94FA85BAD78251B84AAD4AC232D37315 /* FBSDKLikeDialog.h */, + 47AF435A5B6DFD40C3DF7311F20D95C8 /* FBSDKLikeDialog.m */, + C64D813FFA44750E379587DCBC41458C /* FBSDKLikeObjectType.h */, + 48C37B0BEBC08D94DA5F1960CFA396F6 /* FBSDKLikeObjectType.m */, + 821148969F35D4C2A1389146D698ACBE /* FBSDKLiking.h */, + A617FC5E2DD3115AA042D721552470ED /* FBSDKMessageDialog.h */, + BC51B6478BFEA68A8F78555A7D72BCF2 /* FBSDKMessageDialog.m */, + E94D81D413E33F388AC91ABBDA0989DA /* FBSDKMessengerIcon.h */, + D284BDCFBE65AEDF5584291770734FA9 /* FBSDKMessengerIcon.m */, + 348B4F53E7EA28C8EF24EE0BF065A0D1 /* FBSDKSendButton.h */, + 03B1511AC730F140345C0C9D6EBBC07B /* FBSDKSendButton.m */, + D0EC9088F40F6B2716A957AC81A1C9A3 /* FBSDKShareAPI.h */, + DD1EE3B763524D9A381E7FF29B64C2FE /* FBSDKShareAPI.m */, + F55924E5C95F659ABBC698502F762224 /* FBSDKShareButton.h */, + 192670155DC824CED3032DDA12C42590 /* FBSDKShareButton.m */, + 6178FE48C880C9D5D6A843E1E1790CA2 /* FBSDKShareConstants.h */, + 949D32E3E63C6E1E38545D8D1FCAEEA6 /* FBSDKShareConstants.m */, + 2CA88CD4FEA8E945827CB18E4B7301D1 /* FBSDKShareDefines.h */, + BD8B73261B665423AA0BFFF94085CA72 /* FBSDKShareDialog.h */, + AADCD0B807BAF86C50F246B98F4478C4 /* FBSDKShareDialog.m */, + 7E7C13158B726A6C318D753115D29D9A /* FBSDKShareDialogMode.h */, + 0DFD8469CDAE787C5285EE3942CB20E9 /* FBSDKShareDialogMode.m */, + 8686254FF8A3A0BC733B2987A8FCC8D0 /* FBSDKShareError.h */, + EAD81E95F2962FE929BCD93C161003A4 /* FBSDKShareError.m */, + 971666E418BE0824E3D739FDABD3BC37 /* FBSDKShareKit.h */, + 81A10CA26C774439543C1BC1F23A05D1 /* FBSDKShareKit+Internal.h */, + E8A650BACB0E1E32EE270693F9FD84EE /* FBSDKShareLinkContent.h */, + 8CCA06E94BE8A53EB1A5C83BAECE022C /* FBSDKShareLinkContent.m */, + 21BDEFED719999A3A3EE833401B21009 /* FBSDKShareLinkContent+Internal.h */, + 6B9DCDEAD0BC31D6011C59FC9BD2D0BD /* FBSDKShareOpenGraphAction.h */, + 84C4237CD7E2D5AFDC43E52CA5B5CB6B /* FBSDKShareOpenGraphAction.m */, + 2C068170BC8A615B58473639C64D1931 /* FBSDKShareOpenGraphContent.h */, + DFBB857C217A8E36D80AD983839940CA /* FBSDKShareOpenGraphContent.m */, + 16F3B67493D29F3920AFE9F8D235D569 /* FBSDKShareOpenGraphObject.h */, + 180A24BC9965B2659473429032A9AB09 /* FBSDKShareOpenGraphObject.m */, + E01D178669A5E9863FF3DE13BB587B6C /* FBSDKShareOpenGraphValueContainer.h */, + 162DB249182718618FC6695A96D8F714 /* FBSDKShareOpenGraphValueContainer.m */, + 618E1C606195C3309D59169D3FBDBF81 /* FBSDKShareOpenGraphValueContainer+Internal.h */, + BE84CCF04EB917DF662B915AB431DE74 /* FBSDKSharePhoto.h */, + 3F2ADBF4FE7E02183B37865F8E009E92 /* FBSDKSharePhoto.m */, + B8F877859254054D5DD712A258DC5BC9 /* FBSDKSharePhotoContent.h */, + 3DE9886278BA4001054377151286BD2A /* FBSDKSharePhotoContent.m */, + 354BBB78FBC7D8CAF0C550BA1787A1B2 /* FBSDKShareUtility.h */, + A7717A22E8542684CDD24D25E4882281 /* FBSDKShareUtility.m */, + F32CEC42870F79A66C1D04B4FB77CE80 /* FBSDKShareVideo.h */, + 7413586DB8F1B13C8708A8AC9A86F077 /* FBSDKShareVideo.m */, + 499F6CD0A4D20FA636873C5298D34F06 /* FBSDKShareVideoContent.h */, + AAD10455E461889BAF4EC306957F92B8 /* FBSDKShareVideoContent.m */, + 764AD33D98229850C2B85DAF673EF9BF /* FBSDKSharing.h */, + DB3214C843960367250516F2D11CC16E /* FBSDKSharingButton.h */, + 854D7FC3B7E81F622D343DE4C81DA763 /* FBSDKSharingContent.h */, + 4BBDA6BD02AC65559B134D26DE9AAA64 /* FBSDKVideoUploader.h */, + E434DCCD46063F71C8E3B11BEE095679 /* FBSDKVideoUploader.m */, + 1E4280A58B3DA4FFCF849E8485FFF8EA /* Support Files */, + ); + path = FBSDKShareKit; + sourceTree = ""; + }; + 3A6B3F290820DAD1A147A06CA71CF7D9 /* PEAR-FileManager-iOS */ = { + isa = PBXGroup; + children = ( + AAB24B3EAD7BBC81B82BB07AE75F7FE3 /* PEARFileManager.h */, + 3BD3664DF01A72DA1512ACBF3FC4CC89 /* PEARFileManager.m */, + A07723A82D1B5B84B0552178260348A5 /* Support Files */, + ); + path = "PEAR-FileManager-iOS"; + sourceTree = ""; + }; + 3C4CF87DD408250BD35B21405D000FE4 /* Security */ = { + isa = PBXGroup; + children = ( + DBD43E0FB73D08484C7543D4AE5E713F /* AFSecurityPolicy.h */, + E734E775B6DA50617CFF52DCAD017FFD /* AFSecurityPolicy.m */, + ); + name = Security; + sourceTree = ""; + }; + 43B5F5E110BFEAAB8D080CD1D52C9496 /* Tasks */ = { + isa = PBXGroup; + children = ( + 152858D19FBE4FC368C0B4A2A79F3353 /* BFCancellationToken.h */, + D4343C4D2AB98E0782BCCF8F4D964230 /* BFCancellationToken.m */, + 707750F0D3188DF9FF4E2EF0E16B018E /* BFCancellationTokenRegistration.h */, + AF9E96EDC086B8A7477A6AA71754D7B0 /* BFCancellationTokenRegistration.m */, + 44435C6C711F01B74BDDB9286C3A65C3 /* BFCancellationTokenSource.h */, + B90D0EFFA2F5514EABDB01A9B0FC540A /* BFCancellationTokenSource.m */, + 6EB45F48B34F7435FD24C5A3D33B503F /* BFExecutor.h */, + B67DAADF8BDC1B616999952244898019 /* BFExecutor.m */, + 28779C3F6C20F298B04D2775CB5D1AC5 /* BFTask.h */, + FE4F47953FF79AA5CD3C04B885E132DD /* BFTask.m */, + 8CF0C96BE59682A53623AD9336071156 /* BFTaskCompletionSource.h */, + B5CBD9ECFD7BB6FEB6CFDB8610DFE58F /* BFTaskCompletionSource.m */, + A5CE33F40DC8DDD07F024D03F470E460 /* Bolts.h */, + 69CB750C73E15C973D1444D06523B1D0 /* Bolts.m */, + 65E969736E0E77F4A09D416F251E80A1 /* BoltsVersion.h */, ); name = Tasks; sourceTree = ""; }; - 30888CCAE6C09BBE3DB2932177E9D896 /* PNObject */ = { + 51FE0C75FCCE44D65A6B5FD283AD09F2 /* NSDate_Utils */ = { isa = PBXGroup; children = ( - FCE99913A2E276512CEF5AC5709DCF68 /* Pod */, - 425607755C726CECF42269E67F188E46 /* Support Files */, + EF90EDE09905D5FE4942FF3842F91FF8 /* NSDate+NSDate_Util.h */, + 85BFCE4100920011175A6A6F60D7190D /* NSDate+NSDate_Util.m */, + 7E9396DD98DA6F3F653E9A42FBD75B5E /* Support Files */, ); - name = PNObject; - path = ../..; + path = NSDate_Utils; sourceTree = ""; }; - 3AAA69400955AC75DE497DCC6E658359 /* SwiftSupport */ = { + 573E41452DC31143336E8D045C1D9838 /* Support Files */ = { isa = PBXGroup; children = ( - 560C655DAF9C028A34717C0C0BA417C4 /* SwiftSupport.swift */, + C5A37BB8EDCA694B3381A083BDDB54F0 /* CodFis-Helper.modulemap */, + 566C81C573EEC865AB9788AC12119709 /* CodFis-Helper.xcconfig */, + BBA36289A50D379C8BF1DD58EEB60475 /* CodFis-Helper-dummy.m */, + C62AC02803EF82CDF15B0EA1F4968CD6 /* CodFis-Helper-prefix.pch */, + 90292B81AFA60FDCB0954FAFE4871416 /* CodFis-Helper-umbrella.h */, + 30F71BFAA77E435B9EE4C47D863B2913 /* Info.plist */, ); - name = SwiftSupport; + name = "Support Files"; + path = "../Target Support Files/CodFis-Helper"; sourceTree = ""; }; - 3B666B78EC704315EDB694B21047F042 /* FBSDKCoreKit */ = { + 59A0209752E95753A38DF1E9F2119A8A /* Support Files */ = { isa = PBXGroup; children = ( - B90A10B92F21AF1C9BBEB01F7B0B7904 /* _FBSDKTemporaryErrorRecoveryAttempter.h */, - 0F5CCB7BF69E45AF8C1AACC8CD547CA0 /* _FBSDKTemporaryErrorRecoveryAttempter.m */, - E10420C4592D5AF9FF0F898211252F98 /* FBSDKAccessToken.h */, - 99897B23CC86BC9BCB2EE2EF9D311D98 /* FBSDKAccessToken.m */, - C33D2C02BA54B3A9F5D911AA87636BD5 /* FBSDKAccessTokenCache.h */, - 9B109F3A950A33B8F14680CFF594C8FB /* FBSDKAccessTokenCache.m */, - 2E7631FE5FF32DA7D05E326CD8536268 /* FBSDKAccessTokenCacheV3.h */, - 873EB602D2DA7557306B240D213BA29C /* FBSDKAccessTokenCacheV3.m */, - 264896594AC22C380A90D7B3255B49FF /* FBSDKAccessTokenCacheV3_17.h */, - C092DD180FD980788495D2FE247FA25B /* FBSDKAccessTokenCacheV3_17.m */, - 1E3AB7D39EDB9ED45D4B130D4F23AA90 /* FBSDKAccessTokenCacheV3_21.h */, - 399397EA8EB36171B5D0C70A4780ABE4 /* FBSDKAccessTokenCacheV3_21.m */, - 73A832CBB4031A00D5E18D52FBA86486 /* FBSDKAccessTokenCacheV4.h */, - E40C056170FBCBDFB9CB6F219F72D999 /* FBSDKAccessTokenCacheV4.m */, - 18CE81405F326BE792700F85A46E8581 /* FBSDKAccessTokenCaching.h */, - F0ECE18301275FE612BE80C76E70044F /* FBSDKAppEvents.h */, - B6FF7B5C48B9D9040840EA3BB7BCE8C3 /* FBSDKAppEvents.m */, - FE8A0B53E860CDD4E7ABD8F8CAA2D7F2 /* FBSDKAppEvents+Internal.h */, - 9489B7BBFA82D7CAFC248C6556527422 /* FBSDKAppEventsDeviceInfo.h */, - C761CC8409E07C789FA0DE43FEAEAE46 /* FBSDKAppEventsDeviceInfo.m */, - 23DBBA16C2398B90440276A73199F4DE /* FBSDKAppEventsState.h */, - 96F361A48390DE67313A4B31E3372E3A /* FBSDKAppEventsState.m */, - 1D676635A2D83E8906EA2857E24A7DDE /* FBSDKAppEventsStateManager.h */, - 2C11E487F5B0D41461C7CC5105A7C45C /* FBSDKAppEventsStateManager.m */, - 4825FD55F953E4B2F33F9CA4DF54C814 /* FBSDKAppEventsUtility.h */, - A87B668CBC25F8366BF942597C96726C /* FBSDKAppEventsUtility.m */, - 76AA96C59B8519494D2C7EBE42FC0AC0 /* FBSDKApplicationDelegate.h */, - D5B5634FAC8A571FF2791A8A9CC8E797 /* FBSDKApplicationDelegate.m */, - 0C7B28A423EE8BFFDD6CA0E80FC2E780 /* FBSDKApplicationDelegate+Internal.h */, - 1FEC164F45391FE495EC9104CFBE061D /* FBSDKAppLinkResolver.h */, - DC6FA21EB34D66FA2B39D64B9A249004 /* FBSDKAppLinkResolver.m */, - 53205917CE758C7274FA062BBA003FA7 /* FBSDKAppLinkUtility.h */, - A345CD33CA1012ACFC519132C406222A /* FBSDKAppLinkUtility.m */, - ECC4377970646C6618AAF9761860F324 /* FBSDKAudioResourceLoader.h */, - AE36E95CD10ED9B33AEC46DD0CEBCC35 /* FBSDKAudioResourceLoader.m */, - 8D4AFC861B309676AF4EA5380CC181D6 /* FBSDKBase64.h */, - 9F44251670364D7298CC33133BB8E3CD /* FBSDKBase64.m */, - 4842A2B7A09B9DBD7C03585780369AC4 /* FBSDKBoltsMeasurementEventListener.h */, - 462AFA081EE6A757805F40AC5591F801 /* FBSDKBoltsMeasurementEventListener.m */, - 41D8C0D702E978CE51746A144CF0C109 /* FBSDKBridgeAPICrypto.h */, - 80DCFC3B28724B2B96B21837714AC744 /* FBSDKBridgeAPICrypto.m */, - 90C34D18BB9BC6380C1AD81D57D60A5D /* FBSDKBridgeAPIProtocol.h */, - EBAC0522C9A023C3C948A99EF5C48BF6 /* FBSDKBridgeAPIProtocolNativeV1.h */, - C4CD4D40AF94C8907193B1BA2592DF3C /* FBSDKBridgeAPIProtocolNativeV1.m */, - 8A1ACC60F8865CC571B299275FB7CDCB /* FBSDKBridgeAPIProtocolType.h */, - 30ED9CE6AE0CAE7EE4B27ADC1F8B5EC7 /* FBSDKBridgeAPIProtocolWebV1.h */, - CDA4CB0E8B82D864CDB4842D98C60DB3 /* FBSDKBridgeAPIProtocolWebV1.m */, - 8566B67444DB3B4C97B01E98DD9D1810 /* FBSDKBridgeAPIProtocolWebV2.h */, - AC1BBECAA7D89E1B6544FD9604E3C4DE /* FBSDKBridgeAPIProtocolWebV2.m */, - B908E4FDCBBB33A0BE0E2A3856D7CD4E /* FBSDKBridgeAPIRequest.h */, - 68686F014AD842A6F95DCF6F833DCEEC /* FBSDKBridgeAPIRequest.m */, - 40DEB5DF0B5C3DC45C746A1D79CC4F93 /* FBSDKBridgeAPIRequest+Private.h */, - EAA438654AA94762CF0744E1601C024C /* FBSDKBridgeAPIResponse.h */, - 52D2A4992A099DAE5A18E1797D870404 /* FBSDKBridgeAPIResponse.m */, - 6933F9EF07FA4640A95861786FEB3922 /* FBSDKButton.h */, - B5F173CFF37BF8651553314C10E4A415 /* FBSDKButton.m */, - E3C72207E7ECC16B3179A7B44EF4D392 /* FBSDKButton+Subclass.h */, - D61A312B5E17609342B2E0585AF3B38F /* FBSDKCloseIcon.h */, - AF0229C8D9B6F092338FB7AA3845D9F7 /* FBSDKCloseIcon.m */, - 027063E0117D2454157B56D70FF67BC6 /* FBSDKColor.h */, - 470B0053D5B51527BE73BDC5306CEB4A /* FBSDKColor.m */, - 7FBF01A12DBA9EECC888B58BBAD377AE /* FBSDKConstants.h */, - 4CFA88F8AA4B6D78E5F37C67FC1C5531 /* FBSDKConstants.m */, - 8CF11D328E1F7C5F442BAC0342291384 /* FBSDKContainerViewController.h */, - 94A0A5FA716ADCA9E911CFBB3F4C09D1 /* FBSDKContainerViewController.m */, - 024570ED2C04D7FACB7942AEDC6E6CB7 /* FBSDKCopying.h */, - AB2B006747371E2B665F88BBCDBA5E04 /* FBSDKCoreKit.h */, - E83FF3B7B243721732C79FC503972287 /* FBSDKCoreKit+Internal.h */, - F19A0F090C20D92B35D604EFBFC784E2 /* FBSDKCrypto.h */, - 2CFAC21835D54078080C7B6AC770775F /* FBSDKCrypto.m */, - 4B79A5AD68EDCD346B55E0341075B9BA /* FBSDKDialogConfiguration.h */, - 23F9A55263A15D88829D706E22AC80F6 /* FBSDKDialogConfiguration.m */, - 0A3DF7600DEB00BAC34120A9777E1A74 /* FBSDKDynamicFrameworkLoader.h */, - C79E3539D930C4FD5A9C7B8C3C61542A /* FBSDKDynamicFrameworkLoader.m */, - 610DEC0B9100117CD074E48439398496 /* FBSDKError.h */, - FDEBA4CF43368C1FF2805745DAC7FCFB /* FBSDKError.m */, - 88D6F9FCC466B28FB5075B1F253A3F31 /* FBSDKErrorConfiguration.h */, - 390E5D414B2F64E4E7BFE1181A9621E6 /* FBSDKErrorConfiguration.m */, - AD887F4B1F7359C957BE88F3359745CB /* FBSDKErrorRecoveryAttempter.h */, - E571742531DCE3F10A0C5EBB62B4FA78 /* FBSDKErrorRecoveryAttempter.m */, - D8F96329503FAED4425BF02D75311DB8 /* FBSDKErrorRecoveryConfiguration.h */, - 7A5AE6F95141CA09B61B516862FFC7C2 /* FBSDKErrorRecoveryConfiguration.m */, - 0DE1364F96B4E610C4DE91CF779B4EFF /* FBSDKGraphErrorRecoveryProcessor.h */, - 09CEE404DAEE6949021744B7E9DB80E1 /* FBSDKGraphErrorRecoveryProcessor.m */, - 9BA2EFA2357230B3951DA3C6BA7A7C51 /* FBSDKGraphRequest.h */, - 9E88F4C7708A8A7D0B5DD04BE01C7FB5 /* FBSDKGraphRequest.m */, - 7C3DFFAAFBE1167567D72274C37077C6 /* FBSDKGraphRequest+Internal.h */, - 4DDF466AF67C2C7960C4CA30A7A92817 /* FBSDKGraphRequestBody.h */, - FBCB91481E5845F0B9676F0DC11C2E41 /* FBSDKGraphRequestBody.m */, - 0CC2FDB1E73E42068C9B34807CC532F4 /* FBSDKGraphRequestConnection.h */, - E9D8CC911954A2B78AD817BCEE9E754E /* FBSDKGraphRequestConnection.m */, - CFA066C42A6CA6624F34DEA6EE3E5E73 /* FBSDKGraphRequestConnection+Internal.h */, - A1C678B8EDA855844A40DFACBE96BBFC /* FBSDKGraphRequestDataAttachment.h */, - D845FC80CA61C56772C5B1CC8DFC0686 /* FBSDKGraphRequestDataAttachment.m */, - F7B356AD2886B6E5E383223C2B80DFD7 /* FBSDKGraphRequestMetadata.h */, - 6729F7A8A6072B4088CBD1A949366B1C /* FBSDKGraphRequestMetadata.m */, - B8F828A2240D6C07C1A59C3546BE68D4 /* FBSDKGraphRequestPiggybackManager.h */, - 970E4E8D21C91126C4C4ED83EAF362AD /* FBSDKGraphRequestPiggybackManager.m */, - 833401DAF7ECF37BB9C2BCACC5C0E778 /* FBSDKIcon.h */, - C98B1390F57BC358105DFD4022EBA3D2 /* FBSDKIcon.m */, - 71F105A5835330BF99915B5C73575E79 /* FBSDKInternalUtility.h */, - E52748F2BCDAE532998FBD195CD41CDA /* FBSDKInternalUtility.m */, - D6FBBF665B27C1EF3B1E9AE25352425F /* FBSDKKeychainStore.h */, - EB07407E9DBC0C3D72F87B4C0300BF59 /* FBSDKKeychainStore.m */, - 8D8FB0FE96B653A9AEA5F2F77B8AC2F5 /* FBSDKKeychainStoreViaBundleID.h */, - 805849C93498710FC1AED53BEA99F9EF /* FBSDKKeychainStoreViaBundleID.m */, - 143FE8F47A316509C56455C13DF0B797 /* FBSDKLogger.h */, - A947507C3FBC67AFDE1651E6C6C1BFFF /* FBSDKLogger.m */, - E3D423FD024634A360387F6BE0E19D66 /* FBSDKLogo.h */, - E29CC61F4B4770D19AEC75D93D4598E8 /* FBSDKLogo.m */, - 111140B956B413206DFA9A03CF73B4B3 /* FBSDKMacros.h */, - B545EF172DFBB50AD94A530CAE935A46 /* FBSDKMaleSilhouetteIcon.h */, - F0BB2214814EBCDB92EB30C58CD5F5FF /* FBSDKMaleSilhouetteIcon.m */, - 426CCDDCCA488AB94ADBAE94FB94647B /* FBSDKMath.h */, - 25DB35E151F005D470865DE15BBA872A /* FBSDKMath.m */, - E36CA8319E12274FBABD1048DD58C032 /* FBSDKMonotonicTime.h */, - 85AAA450447100654D15E438FD5E4627 /* FBSDKMonotonicTime.m */, - 79B7E1CDA1D6A3D665DDBDC5A7068311 /* FBSDKMutableCopying.h */, - CC5DDC74947D1A3200F8DA859E2FE005 /* FBSDKPaymentObserver.h */, - DC9EEE55F1CEA6E09EA5FE5C785A0B00 /* FBSDKPaymentObserver.m */, - 654C57362979E32FE721E363F55AA00E /* FBSDKProfile.h */, - ABB015CDA38CD139C8C3C53237CC4730 /* FBSDKProfile.m */, - 53A765F94552BEA8B640A3942B73FE48 /* FBSDKProfile+Internal.h */, - 1E9AF4D3638A06B08FFCE91474C30231 /* FBSDKProfilePictureView.h */, - 2570729A110E15D485BC8C9542CAFF8F /* FBSDKProfilePictureView.m */, - 4DD60A7742420E474A3F0F1B1D048801 /* FBSDKServerConfiguration.h */, - 2C8C4901FC6A30AEC6162569CB69A5ED /* FBSDKServerConfiguration.m */, - 69F4A79BA5A36E18A7071D2F7FA8E115 /* FBSDKServerConfiguration+Internal.h */, - 3434D23689AE0C13E02835DB9ECB7CDB /* FBSDKServerConfigurationManager.h */, - D7D43578BF191907CBC1B3686EF46734 /* FBSDKServerConfigurationManager.m */, - C5ADE434225F63C7C4F3CA9D3762F9AF /* FBSDKServerConfigurationManager+Internal.h */, - C085129AE27209824EE689C4E697A9F6 /* FBSDKSettings.h */, - 9B46EE78C1FD0934C6EB3A6878E891D4 /* FBSDKSettings.m */, - CB1E608B7334ADAB0902E120DDF4276C /* FBSDKSettings+Internal.h */, - 3089AAC7B1FB370F2F2B50A86B70A367 /* FBSDKSystemAccountStoreAdapter.h */, - 1E34306F34A51F2120D099CB060A8EB5 /* FBSDKSystemAccountStoreAdapter.m */, - 15BE015A3C02CD512B6FDBF20AFDD493 /* FBSDKTestUsersManager.h */, - 0BEE41EF79C9F45B946D8219276EB1DB /* FBSDKTestUsersManager.m */, - B628C6FFE7CF325483B41789D0D56AC1 /* FBSDKTimeSpentData.h */, - 1578F78AAF32C4ACC604DDF88477E431 /* FBSDKTimeSpentData.m */, - F62016DF5048ED20FD02717FC94FFA49 /* FBSDKTriStateBOOL.h */, - F6759D46C5AE673B7EE16F5133823839 /* FBSDKTriStateBOOL.m */, - 5EA4DA1B5E42AF6D0767C994F7015FF4 /* FBSDKTypeUtility.h */, - EA67C55635196723D42C0907F117AAC0 /* FBSDKTypeUtility.m */, - B6B250D588EC154A2B0793EBBAB9EDB9 /* FBSDKUIUtility.h */, - 1835617E1C07FC6D7A48DB4B58F7319C /* FBSDKURLConnection.h */, - C954F6139E9F59B2F57BAF778D992A01 /* FBSDKURLConnection.m */, - 858A5317147FDAE58EF6BC89F2634E21 /* FBSDKURLOpening.h */, - 117C74BB14103913FCC7F8CEBD7D6D0F /* FBSDKUtility.h */, - 35D7E17C4BE36279F66BDBA27CE15BDA /* FBSDKUtility.m */, - D4A8B7B87F3A289ADBC7EFD25239AF27 /* FBSDKViewImpressionTracker.h */, - CDD8D08E3AA5A3E5768E300DC20CFFE1 /* FBSDKViewImpressionTracker.m */, - 50653A9504B841F87649AD0DFE8B56E7 /* FBSDKWebDialog.h */, - 54859C25AB20B5FC9AD8C0295A867117 /* FBSDKWebDialog.m */, - 38D49540BC8A87E116D102264D68EDFF /* FBSDKWebDialogView.h */, - DAB8F453479CE29BC2A5274682018DD2 /* FBSDKWebDialogView.m */, - 4B1EA7128F73EEC3EE04016E836495DA /* Support Files */, - ); - path = FBSDKCoreKit; - sourceTree = ""; - }; - 425607755C726CECF42269E67F188E46 /* Support Files */ = { - isa = PBXGroup; - children = ( - 2CEB36A633CECB76D6838E2E9C892579 /* Info.plist */, - D761BAE2437C826AB810C023C228E54E /* PNObject.modulemap */, - 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */, - ED867712668303BA41A70CB5E1969AC2 /* PNObject-dummy.m */, - 836B3E38F7F7AF752C3A2569E3B463FC /* PNObject-prefix.pch */, - 4D21BA597DC54DA5B79874658C865E54 /* PNObject-umbrella.h */, - 7A09A844498D0BE9ECEF19919560448F /* ResourceBundle-PNObject-Info.plist */, + CCC54232BAEC9B0999223A5B2CD90DA1 /* Info.plist */, + 699550909E4F2C0236230D4D0EC0A2E0 /* PNObject.modulemap */, + AD1557A0706C193DACDA20ABC84DA976 /* PNObject.xcconfig */, + ADB5A8D408033C40D9295B6983F2F7ED /* PNObject-dummy.m */, + D4F84A16DD3A90DDDED7470D01F8DF4D /* PNObject-prefix.pch */, + D8A2E50CBFDAE97EEEC7517124C1251D /* PNObject-umbrella.h */, ); name = "Support Files"; path = "Example/Pods/Target Support Files/PNObject"; sourceTree = ""; }; - 445E9F17A781679866A266C1E9B47781 /* Vendors */ = { + 5BAD686A289A159C11020F71585B75DC /* Frameworks */ = { isa = PBXGroup; children = ( - 74334C583084AB379A47DAE24CEA650C /* AFJSONResponseSerializerWithData */, - 7546CDC3DA554825523195DCA91F7E28 /* AFOAuth2Manager */, - ); - path = Vendors; - sourceTree = ""; - }; - 460E043656D713D33C9C8435E429D332 /* RNCryptor */ = { - isa = PBXGroup; - children = ( - 5A350D1396AC12CD019F91DBA44E58DD /* RNCryptor.h */, - 4C931CB41D0740A2832C50F7D6ED15C6 /* RNCryptor.swift */, - 4C79A5B147833D55B3010F795B4CEE5C /* Support Files */, - ); - path = RNCryptor; - sourceTree = ""; - }; - 49FF6FD0A46E3A15819DE9D09173C7FE /* FBSnapshotTestCase */ = { - isa = PBXGroup; - children = ( - 559BE5FAAE10B70DC6E90C184E4A23CC /* Core */, - F530BD8C625FC1E1136EC85BE8470168 /* Support Files */, - 3AAA69400955AC75DE497DCC6E658359 /* SwiftSupport */, - ); - path = FBSnapshotTestCase; - sourceTree = ""; - }; - 4B1EA7128F73EEC3EE04016E836495DA /* Support Files */ = { - isa = PBXGroup; - children = ( - D593263D47FB24D1586F92EC08D316C1 /* FBSDKCoreKit.modulemap */, - CB45D156F9440EEDC4CF4D656652E1B6 /* FBSDKCoreKit.xcconfig */, - E23532124F3E6DCADABFA3E531C162B5 /* FBSDKCoreKit-dummy.m */, - C6855344F458ABED0B6AA82FB869C84F /* FBSDKCoreKit-prefix.pch */, - 3127752AA07703849645BD1E296F0E82 /* FBSDKCoreKit-umbrella.h */, - FEDC096A3F7E11391BEBB53D31759A0B /* Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/FBSDKCoreKit"; - sourceTree = ""; - }; - 4C79A5B147833D55B3010F795B4CEE5C /* Support Files */ = { - isa = PBXGroup; - children = ( - EB616B3820096CB835E0FAB6F2B12D91 /* Info.plist */, - 6F02FC400555F563EF2E22943DDAFBAC /* RNCryptor.modulemap */, - F965812A401FC7E0DEACFEECF333FEA5 /* RNCryptor.xcconfig */, - 99A5F9DA99C2A0E523EC50762F0EDEB0 /* RNCryptor-dummy.m */, - B08F2F33C4EBBBB1D839BBE21D224D5A /* RNCryptor-prefix.pch */, - D80F1D0EE79761581CE3B0181DB649D9 /* RNCryptor-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/RNCryptor"; - sourceTree = ""; - }; - 559BE5FAAE10B70DC6E90C184E4A23CC /* Core */ = { - isa = PBXGroup; - children = ( - ACE70EAFB0583248E6C28CFEDE49ED91 /* FBSnapshotTestCase.h */, - 9B9843BCA3F316D774BFB4EB147C2714 /* FBSnapshotTestCase.m */, - 542CFC5BEFE9FE4DD85FE37EAD7C820C /* FBSnapshotTestCasePlatform.h */, - 244B32EE3886377A49AD3AEBB8E47769 /* FBSnapshotTestCasePlatform.m */, - FFE9298E86679CAAB3A085DAD7E9B9B1 /* FBSnapshotTestController.h */, - 83934A4A7CA57CCD866F579F083C0192 /* FBSnapshotTestController.m */, - 350BE28EB1F5049B457015968B448B88 /* UIImage+Compare.h */, - 629E05BA90E8433D0F7165AAE1F6159D /* UIImage+Compare.m */, - BE0CCCD38E0646F0E0CD5042DE45D978 /* UIImage+Diff.h */, - E0788CA538C8C3481F57A34EF238AB84 /* UIImage+Diff.m */, - CBAE0C53813A06214A2A8AE23FCA93AD /* UIImage+Snapshot.h */, - 2B5CEF91C53F17BD1B3BFD279BDAED78 /* UIImage+Snapshot.m */, - ); - name = Core; - sourceTree = ""; - }; - 59C15D15B2A11BBDEF35C2A67CD1C7AB /* Expecta+Snapshots */ = { - isa = PBXGroup; - children = ( - 69C48B0C01931C9AA635ABD6D9C2A0A1 /* ExpectaObject+FBSnapshotTest.h */, - 5B9DDF40F9C440F2F3C25BF0700E5399 /* ExpectaObject+FBSnapshotTest.m */, - BBE3F45B6CDC0F4CF1C07F83ABEF213F /* EXPMatchers+FBSnapshotTest.h */, - 5694F3C3FA0C1CCF2716828E3125B850 /* EXPMatchers+FBSnapshotTest.m */, - E2C482A05211CE837EEE05D8C002369B /* Support Files */, - ); - path = "Expecta+Snapshots"; - sourceTree = ""; - }; - 5DD321E933DA1110DA46CAEAC586EC24 /* Products */ = { - isa = PBXGroup; - children = ( - E1B2D6AAFECD4782DA5DF3FC79A15955 /* AFNetworking.framework */, - 97BDAD25E96F8BB71E58FD56A3811515 /* Bolts.framework */, - BAC519B57D0FE97E0B93F2AC9F10ACE8 /* CodFis-Helper.bundle */, - 133A18D57DF50F09D644C874F4A74366 /* CodFis_Helper.framework */, - BE906A5B34F59264012D9EE430AF6AFE /* Expecta.framework */, - 0E4AF82CA136279A9279CF3AF92CD10B /* Expecta_Snapshots.framework */, - 9764903A656C5920E1DB1192355DF3B0 /* FBSDKCoreKit.framework */, - 1AF95870BD68BDA6ECC5C81F8AF2F630 /* FBSDKLoginKit.framework */, - 63FF00AD33630B71DC8364A7E8C32E3C /* FBSDKShareKit.framework */, - B547F67B84786AA8E7EBFCFEDF693B18 /* FBSnapshotTestCase.framework */, - 09CE30467C1D28BCEAD4DE77B4C2E41E /* NSDate_Utils.bundle */, - 1A44AA3050492D5A9C66C43B38AFF65C /* NSDate_Utils.framework */, - 89208288C48137CF752791D41C6535ED /* NSString-Helper.bundle */, - 458CD2032D53D1F888C00FC796E01EC0 /* NSString_Helper.framework */, - 177DC0770D0BC4C4969311AB8036EB7D /* nv_ios_http_status.framework */, - A38BF51514FEABDD6D4F03997CF6CD39 /* PEAR_FileManager_iOS.framework */, - 60E441C70C64D2749C8F7E14D6FEEC02 /* PNObject.bundle */, - 0BA5E33D38BE6334E1755B0C20E24DA7 /* PNObject.framework */, - 633C82B7D3583340D5B4F2F7A161F392 /* Pods_PNObject_Example.framework */, - 87BD19E4B10A437B4E7EAECEE879E19C /* Pods_PNObject_Tests.framework */, - 681C0CA107F8F90BAB96DA6601CB11E3 /* PureLayout.framework */, - 75C33879637BFF197EA913FBF33DF541 /* RNCryptor.framework */, - 72C433EC40894EDF776A0D248FA809BD /* Specta.framework */, - F0294DFC06474C2B17C1DBF95E36FCEA /* StrongestPasswordValidator.bundle */, - A738AAAA46B6B188D3FB7399EAAAB429 /* StrongestPasswordValidator.framework */, - 4AEBB8CB4AE2AFAC0AB371278437CB76 /* UIDevice-Utils.bundle */, - 0B0E176030973F1950CB5CE9BBC62B05 /* UIDevice_Utils.framework */, - ); - name = Products; - sourceTree = ""; - }; - 6F26CF01FA612C461D9F7895FA0BCFC3 /* Frameworks */ = { - isa = PBXGroup; - children = ( - CB0660385C24893A2D1161705BDE228F /* AFNetworking.framework */, - B9FFAEDB3DC76DD9705B8FA233EB4DE1 /* Bolts.framework */, - 784F6E12C67771D8D76A3974A8ACC3A1 /* CodFis_Helper.framework */, - 3402951EB9EBF3FC48002357365CE636 /* Expecta.framework */, - 0341647EC8481DF0005B85E6CCA0BDB0 /* FBSDKCoreKit.framework */, - 716B68028A0992599CAFC1F3F787C086 /* FBSDKLoginKit.framework */, - 801B5FA9639504B4A1D87F6CBF43CB5C /* FBSDKShareKit.framework */, - 7E3E30BCF457EB6EBA26AB7D18F22F74 /* FBSnapshotTestCase.framework */, - A93138E47D8D97F4D5F7A0627DD6A322 /* NSDate_Utils.framework */, - 0BC932C7674764ED0A380050D42C5923 /* NSString_Helper.framework */, - 08EABDBB1872A8FF0094A19FC655AD7C /* nv_ios_http_status.framework */, - 0F79F69D5CF15A94063B66DD2E2B8053 /* PEAR_FileManager_iOS.framework */, - 5044E28DF5CA1ED5E2801D118449544E /* RNCryptor.framework */, - 2647DC2503AE9CABFE089D10F80E02DC /* StrongestPasswordValidator.framework */, - 50566CF1EC56A61C10E9F8040AE4B7E7 /* UIDevice_Utils.framework */, - 9A69241D104540C0604A94041917496D /* iOS */, + 7734B334508FFD613933CE776CEE0859 /* AFNetworking.framework */, + C08B43A1654189468C9BB569CB9538D2 /* Bolts.framework */, + 977413FBF7942CB0733E665C9B7FC6D0 /* CocoaSecurity.framework */, + C1F0BF2C43242FA29D72B2EF4F056E16 /* CodFis_Helper.framework */, + 0890DFD3FB25A709E9E787509F2862CE /* Expecta.framework */, + ED3ACADE7D5CCFB0D41B9053F3604321 /* FBSDKCoreKit.framework */, + D5310CDA48C0EB3F9D03D30057A92E5B /* FBSDKLoginKit.framework */, + C70A5FD6624A348DD59D784BE17F9F3A /* FBSDKShareKit.framework */, + 591CC8D74C571620F6DE6F1DA9288DCD /* FBSnapshotTestCase.framework */, + 4A6515A8A2231235286EC1636DFD6B9C /* NACrypto.framework */, + BA176AF495F12BFA24E6E8A3B14C039A /* NSDate_Utils.framework */, + DF6789B89C2A919D4893DF3A0D8DAB7E /* NSString_Helper.framework */, + 419C46456BD485C12341803527F18516 /* NSUserDefaults_AESEncryptor.framework */, + 5098F0400412D237D349973F15A5A5D7 /* nv_ios_http_status.framework */, + 6A7072D26047300D029D3079E8ACCD56 /* PEAR_FileManager_iOS.framework */, + BCDE5ABD027CCC64B11D403A8215BC6C /* StrongestPasswordValidator.framework */, + 14C4D22A020F8F77D4C2010C51DB22FA /* UIDevice_Utils.framework */, + F731913D6FCBF9FE71A320CC73CA1ADB /* iOS */, ); name = Frameworks; sourceTree = ""; }; - 73A241BAEC6BA45FEFE0BFB55A190E6F /* Expecta */ = { + 5E990DEDA85B4BC6569467A67CF3DDCA /* NACrypto */ = { isa = PBXGroup; children = ( - 1E13DBB089AF8C5B4F7874A32D27A5E2 /* EXPBlockDefinedMatcher.h */, - 84DA720D27B8CA81E3916565A9AED073 /* EXPBlockDefinedMatcher.m */, - DA91E55978266C892751E3B6886ADEB8 /* EXPDefines.h */, - FC47102C0D2D213E7497E3CAC4A9D165 /* EXPDoubleTuple.h */, - 53A2109CEF67B6934C1D66E84DCB5528 /* EXPDoubleTuple.m */, - 80616939E2E0B3BA8BB5911A832CAEB4 /* Expecta.h */, - CADFEBB57CE19DC5A10644C84D5F3779 /* ExpectaObject.h */, - 867A20192088B26E7B35A70AE62606C8 /* ExpectaObject.m */, - E22E4E4B2B6F3D41BA175D49D16C072A /* ExpectaSupport.h */, - 1B22524919C091767D0FC64BA711E98B /* ExpectaSupport.m */, - F2FE00256B7990241F59F0C63BB5B575 /* EXPExpect.h */, - 1385DB87DF3FEFC3AE491427C5559470 /* EXPExpect.m */, - BC196A37061515DF5920D7247D0F1E44 /* EXPFloatTuple.h */, - FE7808AE36C71D1AE7ECB2AE2EA39BB1 /* EXPFloatTuple.m */, - F8100DC14762E908836F7B1EA2A765DC /* EXPMatcher.h */, - 31BDB3D8DFB272D42E0963F9CDC99DEC /* EXPMatcherHelpers.h */, - 67707E0219279D73B856A7B6A2F7E22F /* EXPMatcherHelpers.m */, - 3D0E2CF4859429DDD3D8AFE2EDF4ACBA /* EXPMatchers.h */, - 39994B4F43FEF44A4C20A4D87E1DD8B3 /* EXPMatchers+beCloseTo.h */, - C4B98441A3E9009E9BEFA35C1EFECB14 /* EXPMatchers+beCloseTo.m */, - AC53771843F71A7F61714479243F71A5 /* EXPMatchers+beFalsy.h */, - F2243CB5F8C75A2C02BA10C1EDBBF771 /* EXPMatchers+beFalsy.m */, - 3B6B9460345FF2F522E0FB98BABD6E2C /* EXPMatchers+beginWith.h */, - 441DA1315E1579D07BE86A598FDF7263 /* EXPMatchers+beginWith.m */, - 7547C3A2C6FF28E13BD507E23C41D2A9 /* EXPMatchers+beGreaterThan.h */, - 448C2DDF90D47852AC861175BF3C4A5E /* EXPMatchers+beGreaterThan.m */, - 557A5561015201E8A1CAEED8AE5B451A /* EXPMatchers+beGreaterThanOrEqualTo.h */, - 5288FD3B85CBFA81267ECCF1B80A27CE /* EXPMatchers+beGreaterThanOrEqualTo.m */, - 79A1CCF7654F71D41112220E0DC10A37 /* EXPMatchers+beIdenticalTo.h */, - D78B3E3C80D7AD18BCEB25408B4699D3 /* EXPMatchers+beIdenticalTo.m */, - C420A23D51284ADEBF317DF0AEA580A8 /* EXPMatchers+beInstanceOf.h */, - B06746D1CBBE035A1274B710E1707CE0 /* EXPMatchers+beInstanceOf.m */, - 57F726180FCFD5EF7B9768005571EA84 /* EXPMatchers+beInTheRangeOf.h */, - 6BCF041F2AF79454DB628F3B3056264D /* EXPMatchers+beInTheRangeOf.m */, - D2372AA93D95B7FA45C80FBD662C01B6 /* EXPMatchers+beKindOf.h */, - 78E0755AD286CC8D37991F4C8D0B934A /* EXPMatchers+beKindOf.m */, - 031E45769F7897993E8EF5154A836176 /* EXPMatchers+beLessThan.h */, - ABD66061198ECF3CB09D3AFB4A51669F /* EXPMatchers+beLessThan.m */, - 7451F179853190BBAB3B5BFD45BC702D /* EXPMatchers+beLessThanOrEqualTo.h */, - BE4EE03E6F416C89D5972051523D7D2C /* EXPMatchers+beLessThanOrEqualTo.m */, - EDD86FA116EC57F3387FD9B82D911B2B /* EXPMatchers+beNil.h */, - AF120A52EC01F05FEE7B73F313931EBD /* EXPMatchers+beNil.m */, - 8A44923D558719BFBD039826FA7FDFEA /* EXPMatchers+beSubclassOf.h */, - 3B1A86285B8AD82E1E6743CAA1CB8C94 /* EXPMatchers+beSubclassOf.m */, - 788BBA73EAEA9E06D112E3B96C3467FF /* EXPMatchers+beSupersetOf.h */, - 72C10F2911A05C7C643054C408326CFC /* EXPMatchers+beSupersetOf.m */, - 56208E8E37A929D30D1CCDEE7784B2B7 /* EXPMatchers+beTruthy.h */, - 5059C23A297D9814A8964271D59CCAB4 /* EXPMatchers+beTruthy.m */, - A623A5FB2EB4B01092327B4026418777 /* EXPMatchers+conformTo.h */, - 6A11A7EB69BA654FB3DD572379550C3E /* EXPMatchers+conformTo.m */, - 31AC5C57CC37523518C40A573BBF07E0 /* EXPMatchers+contain.h */, - F95745944562A65F20690D0CBEE46179 /* EXPMatchers+contain.m */, - 902BA17C79105FAEC14508B4AC9B9A4C /* EXPMatchers+endWith.h */, - 3054FF74DD95D1D22928A1D43A4E81E3 /* EXPMatchers+endWith.m */, - F35E5DAD266125AE1CEFA2024D75012B /* EXPMatchers+equal.h */, - 123F1ED5D629CE1BE0337058CF62FED6 /* EXPMatchers+equal.m */, - 42E8F864F75ADDB601308971893A88DF /* EXPMatchers+haveCountOf.h */, - CBC4E2FC0C313E7818F81DB1328BB930 /* EXPMatchers+haveCountOf.m */, - C146D1056DC35FECBA56B46657C770EC /* EXPMatchers+match.h */, - 043E8816608FA82D825E1B097AC6F2A1 /* EXPMatchers+match.m */, - 161676199EA4E922250924F0D2AD32D2 /* EXPMatchers+postNotification.h */, - F7D4D9C8021FBD430470B4915EC51EA8 /* EXPMatchers+postNotification.m */, - 44D243E64670C9897511CFE37F438B87 /* EXPMatchers+raise.h */, - BD4579AE7A337F05502633160304F087 /* EXPMatchers+raise.m */, - 69ADB71AE7914384230F0ADD752E761E /* EXPMatchers+raiseWithReason.h */, - 7244507F0BB9EECF1BFC656282791F50 /* EXPMatchers+raiseWithReason.m */, - C6C21E6D9A8F758FFBAE18D52CF2FCB6 /* EXPMatchers+respondTo.h */, - A5080C9CA50F180DA69F644BFAC504B0 /* EXPMatchers+respondTo.m */, - EACD8906BF8DCF48636176B5A3066DCA /* EXPUnsupportedObject.h */, - D435243B7DF26E71130EAB0E511C8964 /* EXPUnsupportedObject.m */, - ACF9426250546788173EB01B62EDB404 /* NSObject+Expecta.h */, - F64803761B3D87639FA37F33640708A2 /* NSValue+Expecta.h */, - BFA7BB58B57292A31AA89325BF2949CF /* NSValue+Expecta.m */, - 84B160CF92AD76142DDFE5D221EB2441 /* Support Files */, + AD60D3888C90B0F1DC7AFF15D5B6BBDC /* brg_endian.h */, + 57720C51FFD3BA414D0CEC6114154240 /* KeccakF-1600-32.h */, + F1E8A6323DABE1A2DB3CF2C14ECE7FD2 /* KeccakF-1600-32-rvk.h */, + 89C6466471D85392D6E45714288BDE24 /* KeccakF-1600-32-s1.h */, + ECE43C2DD03985F3317BB47398DD6A30 /* KeccakF-1600-32-s2.h */, + 5A778C6CD86590133DBC8A665636BE6A /* KeccakF-1600-int-set.h */, + D56FF048598ED48206EF8205A715B648 /* KeccakF-1600-interface.h */, + C6DB479BDE2C56AF26B07CF263B1DA1C /* KeccakF-1600-opt32.c */, + 4E3E94604C8872EEF447C81B1C7481C5 /* KeccakF-1600-opt32-settings.h */, + C384B2A153246EC65E7B24F134911BA4 /* KeccakF-1600-unrolling.h */, + E0F74B964341D7CEB90BDE11717EC2EC /* KeccakNISTInterface.c */, + FAED273C5B965341995178AC4D6B2537 /* KeccakNISTInterface.h */, + 14D50D04BE4021BC628AFFB630AA617C /* KeccakSponge.c */, + D8CE218BF3D10CB3162E633EEA0EEA46 /* KeccakSponge.h */, + 4452045B94298B128BD66BAE6E41E6FC /* NAAES.h */, + 337B1B37072D9351371523FEA4CB23B4 /* NAAES.m */, + 92ABE4563DA0EF6D970F407FC1D01E17 /* NACounter.h */, + 1214AB21FBDE72A1C27060DB90B60C34 /* NACounter.m */, + AC8B822C9482D13D9A280D7A79B98342 /* NACrypto.h */, + FA5479946450ED02B0CDCC896549FDCB /* NADigest.h */, + CF5234D1508564D081486507896F5E26 /* NADigest.m */, + 55969DFADBBC801C57086B716CAC9027 /* NAHMAC.h */, + 45F9747DFBE66112A4529AC1E58AA534 /* NAHMAC.m */, + 8C8D8788D0AFB6166542F6B3E621468D /* NAKeychain.h */, + 5517A0D66695D59C4FCFA71B35E75C1D /* NAKeychain.m */, + 8707207BA54527191A780BA2CC2C234A /* NANSData+Utils.h */, + 2B3BDADED9B8ED1DD15152CC0A6C721D /* NANSData+Utils.m */, + 8C82443CB6E4DEA02E090F85048C4832 /* NANSMutableData+Utils.h */, + CA2CB783ECD25587FB00624CE0AB3218 /* NANSMutableData+Utils.m */, + FDA365DA32004F3C201D7D04E5992DB7 /* NANSString+Utils.h */, + 0D0FC91143EA3E5178CC9F840FE10922 /* NANSString+Utils.m */, + 64E36067E0B93235890A7FD743AAAD1A /* NASecRandom.h */, + 4BDD9DA971F21174541D695BB701322D /* NASecRandom.m */, + E7F1B82C6DDB8EFEBBF7C6D7B404D08D /* NASHA3.h */, + 26422046775D771F4A7EC4C86A7E3E8C /* NASHA3.m */, + 8CA693C5EE5C091F1C01109668999AF9 /* NATwoFish.h */, + 254E2DE5BB0612C2D3F355C0C2F57214 /* NATwoFish.m */, + 5AF7738F895C5BB3AEA88560D6CDDF9C /* twofish.c */, + B289659FC9D4B8EAAF0796893AD9E45E /* twofish.h */, + F3460594183B178F32F51E90FC45AB93 /* Support Files */, ); - path = Expecta; + path = NACrypto; sourceTree = ""; }; - 74334C583084AB379A47DAE24CEA650C /* AFJSONResponseSerializerWithData */ = { + 5FFEA4DF7C5542E6BEC784A20E83D1F4 /* Core */ = { isa = PBXGroup; children = ( - FA7BE1E335D790885FB64D6FEE42978D /* AFJSONResponseSerializerWithData.h */, - CAD179757155C5201B90504DF33D3EEB /* AFJSONResponseSerializerWithData.m */, + 1450655E0535B7FD2AA7394CCA723CFF /* FBSnapshotTestCase.h */, + 3C6DB10FF54589A4257A0E589A8308C0 /* FBSnapshotTestCase.m */, + 47B01DB9A332C816A1CA2D74A4A2EA24 /* FBSnapshotTestCasePlatform.h */, + A73B5E1041A9CFA326C8299D2134655F /* FBSnapshotTestCasePlatform.m */, + 4FD82B50F6F18A70775DE065F1DF098A /* FBSnapshotTestController.h */, + 373B7F03A1660C564B6629236BDC033F /* FBSnapshotTestController.m */, + 5F20615AD1C574C409FAC6108846E9A0 /* UIImage+Compare.h */, + 7926572D1A488D8C8EA27809126B4EBD /* UIImage+Compare.m */, + BCAF767FC247049E9AF5C7E0970C4443 /* UIImage+Diff.h */, + D485EE260FAF6BCE70DA136675203361 /* UIImage+Diff.m */, + 421151B34ABE7105B32DD28AEFA3F22D /* UIImage+Snapshot.h */, + 4E19DC563AFE66D4615F26DC95496EE9 /* UIImage+Snapshot.m */, ); - path = AFJSONResponseSerializerWithData; + name = Core; sourceTree = ""; }; - 74F061A9BBF54BFD341D05FCF5D42B71 /* CodFis-Helper */ = { + 63C567CA6861569564C122CA921CB972 /* NSURLSession */ = { isa = PBXGroup; children = ( - A2C3874E163C35B6808AB69CC135F086 /* CodFis+Helper.h */, - B7ED33A6B680FA71569474C8A54C0AC0 /* CodFis+Helper.m */, - 47B80C3856B87F4EBB18639C1420C0B5 /* CodFisResponse.h */, - A37811009CBEC1CCA1EFC60F4F61B06A /* CodFisResponse.m */, - 7138D7BD97FC9CBC012EB3382ABFE8DA /* ResponseConstants.h */, - A46AB308D70135FAD5D0FD2D0E88F42B /* VatNumber+Helper.h */, - 2AC36C181B406F31796C32B6EB8BB3AF /* VatNumber+Helper.m */, - 9A4566803A0539D66D67F19A0031C899 /* Support Files */, + 80EC212AB5D2796B798A13727CB9309E /* AFHTTPSessionManager.h */, + 8343109F5A5B70FE38D5535F08523CE0 /* AFHTTPSessionManager.m */, + 1904238C31CE83E793FF1DBD437E38C2 /* AFURLSessionManager.h */, + BE19C3CB34CBF85580B5043620A8C667 /* AFURLSessionManager.m */, ); - path = "CodFis-Helper"; + name = NSURLSession; sourceTree = ""; }; - 7546CDC3DA554825523195DCA91F7E28 /* AFOAuth2Manager */ = { + 6677BBB2F185216D9E73FAAED081542A /* FBSDKLoginKit */ = { isa = PBXGroup; children = ( - A24888FC3F3A7E2AF5A8398535A17E2B /* AFHTTPRequestSerializer+OAuth2.h */, - A69927AAA8CBDD2EA369F67E5CD8BB39 /* AFHTTPRequestSerializer+OAuth2.m */, - E82C3628E2A760D8777BBFC984F0C74D /* AFOAuth2Manager.h */, - 8FBC21936423CF879C4ED62F8B484D61 /* AFOAuth2Manager.m */, - ABCC23F3768AB5D04210113304EF0D54 /* AFOAuthCredential.h */, - 5795DC7159A207645C274B57953AAE40 /* AFOAuthCredential.m */, + FB6BBDD3C948AA113411060F6796B9A5 /* _FBSDKLoginRecoveryAttempter.h */, + A5EFF5314C708D5DCC7AA6530F4F20B1 /* _FBSDKLoginRecoveryAttempter.m */, + 6F08E1614B97C3D23974F2B72819A693 /* FBSDKLoginButton.h */, + A00E2A3EBAE3142DE64A87FA2769BC90 /* FBSDKLoginButton.m */, + 4E1A6EEA3088685B9A9FFB4523FA80DC /* FBSDKLoginCompletion.h */, + 6C2AA9E5D127BCDF36465A8FAFF670F5 /* FBSDKLoginCompletion.m */, + 464385FABA4BC202A91F6542131802A0 /* FBSDKLoginCompletion+Internal.h */, + 287A86DB9FC8F02ED0F57DF83C700AEB /* FBSDKLoginConstants.h */, + BA4044FB16C4ECAC1DF193A3B3865EB1 /* FBSDKLoginConstants.m */, + 281CE1D6EF2620BBF5D281E8AB765C0A /* FBSDKLoginError.h */, + 10D2C7B2E74A8EB75CB6AD71324A6266 /* FBSDKLoginError.m */, + 78DECC6463FC8751C80DDE64DDCEFD5E /* FBSDKLoginKit.h */, + 93D2C837D2238CCE610EB5F4B953C7AC /* FBSDKLoginKit+Internal.h */, + B3F9E9EF8B8F8A5C3B077D97EA3113FE /* FBSDKLoginManager.h */, + BCFED7B5930A9170ABC260051C32EEAB /* FBSDKLoginManager.m */, + 204A562A9B303D94CD33977FB6B879F7 /* FBSDKLoginManager+Internal.h */, + EF221686C5D67C17D2D31195BC62C6A1 /* FBSDKLoginManagerLogger.h */, + 47AF7D6FBDEAE04A5B998FA789D402C8 /* FBSDKLoginManagerLogger.m */, + 16959F0EF1CF0866C17E18E16035303F /* FBSDKLoginManagerLoginResult.h */, + C4686A26F64735151D7984ED351C2B26 /* FBSDKLoginManagerLoginResult.m */, + 371F0E95ED3D42E2757C4DB8D395EFF5 /* FBSDKLoginManagerLoginResult+Internal.h */, + B32D9213B066C0852AE78D812483CA93 /* FBSDKLoginTooltipView.h */, + 62BDC1C3E3FA3A9530CE7030A417DFFB /* FBSDKLoginTooltipView.m */, + C211EF03A9EF4ED67312585895883988 /* FBSDKLoginUtility.h */, + 80B7CF5178D6D53DA7D0E9395821E898 /* FBSDKLoginUtility.m */, + D0DEFDCE74E1110FCFDE5463BCAED0E9 /* FBSDKTooltipView.h */, + 3E8EA7B417F2ACCC1F99571CA3EAA620 /* FBSDKTooltipView.m */, + D4366F4B5767C08FC12CBD0CFCD7F465 /* Support Files */, ); - path = AFOAuth2Manager; + path = FBSDKLoginKit; + sourceTree = ""; + }; + 6A532E66033E1ED47FEF203AB6F62FBA /* FBSDKCoreKit */ = { + isa = PBXGroup; + children = ( + 7332CCA238E5A72BFEE60ABB05A6C4EF /* _FBSDKTemporaryErrorRecoveryAttempter.h */, + 74EC8102B0C7CE631BBDBFBF5EC2AB92 /* _FBSDKTemporaryErrorRecoveryAttempter.m */, + 6C2C36ED1EC90202DD536FBC421BFA1A /* FBSDKAccessToken.h */, + 733BAFF1346DF1F4B0D32DF7C2927E86 /* FBSDKAccessToken.m */, + 48663B0E227B795B112F8AADBC135D69 /* FBSDKAccessTokenCache.h */, + 5D5F1C9D8D283474F8CDAEDA3DEF9157 /* FBSDKAccessTokenCache.m */, + 536AD185B334B029C6C36F7E6106ADF6 /* FBSDKAccessTokenCacheV3.h */, + 315246601A0A8C2A2568FBBE5FA1BE1C /* FBSDKAccessTokenCacheV3.m */, + C729C32D5FEF4719A2F2531C5D417CDF /* FBSDKAccessTokenCacheV3_17.h */, + B4CC7F146DA3AA951C9C53CB15A168A7 /* FBSDKAccessTokenCacheV3_17.m */, + 5F493056E4E44B1544845AF491E0AF73 /* FBSDKAccessTokenCacheV3_21.h */, + 388F193E081A31E8B05520E20BCB1C3D /* FBSDKAccessTokenCacheV3_21.m */, + CD451BFBCA8ECA686D68DB3A4B6A6A4B /* FBSDKAccessTokenCacheV4.h */, + EB1459F19F5DFB6C5BA02120B48BDEA4 /* FBSDKAccessTokenCacheV4.m */, + 3D5CB6CA00E996ECB95ADFDD0AABED31 /* FBSDKAccessTokenCaching.h */, + 3F47B6A5B3D14EB6367A6ACA7B070AE0 /* FBSDKAppEvents.h */, + D0FAA154336F41C126ED047D513EF9BA /* FBSDKAppEvents.m */, + 01758BF23FF07FA93CE50C54FDA892D2 /* FBSDKAppEvents+Internal.h */, + 323F562827DAE7B5959ABBF6AB5D57D4 /* FBSDKAppEventsDeviceInfo.h */, + 726EDFD68EE56412A92D4E70C6B3946F /* FBSDKAppEventsDeviceInfo.m */, + 9FC2F8179C38FAD640D7843B8ADA4AC3 /* FBSDKAppEventsState.h */, + F420BE963855B69C62637E33D6C05A31 /* FBSDKAppEventsState.m */, + 2D6D47B874B444E85AA9E6042DF772E5 /* FBSDKAppEventsStateManager.h */, + 0FE66BF28004AA011E120A0F837D5D30 /* FBSDKAppEventsStateManager.m */, + D6F05561FE5C2C0ACE01533643B602B8 /* FBSDKAppEventsUtility.h */, + B5A5FE1F9B77B94D5E11D62B9F19DD67 /* FBSDKAppEventsUtility.m */, + B82F3CF26CF059D862D091E4FFBDB39A /* FBSDKApplicationDelegate.h */, + 55E8A79A6BFBCF6F613FD4F6F825D53D /* FBSDKApplicationDelegate.m */, + EB6ACDA06E650F4E135FB669BDE968CF /* FBSDKApplicationDelegate+Internal.h */, + D6FB8A12FDEDD1CE9C6604B032B14446 /* FBSDKAppLinkResolver.h */, + BF2654EAA9AD77F722E1022D376F4CE7 /* FBSDKAppLinkResolver.m */, + ECCF07F1A89D624A6A9C6FC9065857C9 /* FBSDKAppLinkUtility.h */, + 3316916809CF0EB18A1323976C932D05 /* FBSDKAppLinkUtility.m */, + 3A656D9C01C09E20117E1565F174B9C6 /* FBSDKAudioResourceLoader.h */, + EFB9B66AB6F38CA2667B2E9B8441C802 /* FBSDKAudioResourceLoader.m */, + 0AD43E348BC6B69AC559C6E75A925EC5 /* FBSDKBase64.h */, + 6F432114DACF8F627FD822D803090EC4 /* FBSDKBase64.m */, + FA920C1A5FEE846E3F0EF2A03B41B4FD /* FBSDKBoltsMeasurementEventListener.h */, + 416C038B5308F4C5434D20FE7A74F545 /* FBSDKBoltsMeasurementEventListener.m */, + 6FA529BDDFFDC6F64843F13B0794B247 /* FBSDKBridgeAPICrypto.h */, + D4998D366982245292E25D3462A2971A /* FBSDKBridgeAPICrypto.m */, + C01799D10FA2561CC2654838924361BB /* FBSDKBridgeAPIProtocol.h */, + DCD4338D5900528ADCB65B3D4F13A27B /* FBSDKBridgeAPIProtocolNativeV1.h */, + 5925F23B030FFAF1A8103CAB6F5E9940 /* FBSDKBridgeAPIProtocolNativeV1.m */, + A29864CA177F62357CFD767C7EC9363E /* FBSDKBridgeAPIProtocolType.h */, + D91E799A562E90107B3FE72584B7F192 /* FBSDKBridgeAPIProtocolWebV1.h */, + FC9520239745D2CFA46ADBAAF25C96E8 /* FBSDKBridgeAPIProtocolWebV1.m */, + 8D7AD7D353B077EED26448970D714EB2 /* FBSDKBridgeAPIProtocolWebV2.h */, + 25BDEBF84A231E3C1A61B394969C1259 /* FBSDKBridgeAPIProtocolWebV2.m */, + BF889E816ACC16618BF1E50C7C8B28D5 /* FBSDKBridgeAPIRequest.h */, + 1AEDFC37BA0799EC2BCF7AD1E6A0325F /* FBSDKBridgeAPIRequest.m */, + E027CCA590F75654130AB86332E419CE /* FBSDKBridgeAPIRequest+Private.h */, + 5182196C82EABEB45B072930672E546C /* FBSDKBridgeAPIResponse.h */, + EA5A4231AE71586C0317C64AC392958D /* FBSDKBridgeAPIResponse.m */, + 0C6D4FC68CACC097DF3E01B0E29B14F9 /* FBSDKButton.h */, + F8F1066E685199201BF92A44A9AABAF6 /* FBSDKButton.m */, + FF6FE866142E80814A309EB08855B680 /* FBSDKButton+Subclass.h */, + CE1D87641A9D0BB4CC6DC4AC1E75F721 /* FBSDKCloseIcon.h */, + 733564AE2E9B093FC19A5592E7FC18FC /* FBSDKCloseIcon.m */, + 459319AEC9027849E4466BE4E4964A51 /* FBSDKColor.h */, + 221CB94EF12C631BF08886039B6CCC74 /* FBSDKColor.m */, + 1EFBDC0643840BDD19CA60B88CA8D494 /* FBSDKConstants.h */, + 5933C89F388C8D620F91185A5A9D6FA9 /* FBSDKConstants.m */, + 410CDADD37696B78409F183205FBC72F /* FBSDKContainerViewController.h */, + 0939B61F4217A7DE3B15F0533C73395C /* FBSDKContainerViewController.m */, + A9B1139E00B7A565A37BE6FF833D53BF /* FBSDKCopying.h */, + 2D4326567C9F0F74F92D9FFB3E4EFA3D /* FBSDKCoreKit.h */, + 149E2B540DB3F47AD1603549D9D99B54 /* FBSDKCoreKit+Internal.h */, + 9FF23E0142D4FA8587CC23F3C542155A /* FBSDKCrypto.h */, + B8692CEB18FC51E9478C135D83B1E60E /* FBSDKCrypto.m */, + 132BF416536D19040AE45C5874827BFA /* FBSDKDialogConfiguration.h */, + 9AC31C1AA42E9C6429D554E59C236F10 /* FBSDKDialogConfiguration.m */, + 4E754A8F6BD99B6D71B2EC37305E8670 /* FBSDKDynamicFrameworkLoader.h */, + 88C0B14A6EB9A0B1240EE9A60EFEA23B /* FBSDKDynamicFrameworkLoader.m */, + CA79D33EEE8B0DA153B0410AA5E3C87C /* FBSDKError.h */, + BB1730D9D9374C26EF5227ABF58EB1B4 /* FBSDKError.m */, + 7A9CA2FD30B940942EF649275711DFA8 /* FBSDKErrorConfiguration.h */, + 271922E5060BA611AEC8C1C97148FE55 /* FBSDKErrorConfiguration.m */, + 418A55691E84E934997A36C2E8A940BB /* FBSDKErrorRecoveryAttempter.h */, + 91D2B83E75F81F59834B3E7A332D6556 /* FBSDKErrorRecoveryAttempter.m */, + ACF863DA081E270DF6E6A78DEA6CB839 /* FBSDKErrorRecoveryConfiguration.h */, + 5CB66B9695857C35993FCC350273FB9E /* FBSDKErrorRecoveryConfiguration.m */, + 110D63918299219399B5E686610A76C7 /* FBSDKGraphErrorRecoveryProcessor.h */, + CBBD6C1F5B8CBD19F80155C8A0760196 /* FBSDKGraphErrorRecoveryProcessor.m */, + 69899EC374BC2B7C36D04093EE66924B /* FBSDKGraphRequest.h */, + E066E154319C1229187AC4A2D6BA3F67 /* FBSDKGraphRequest.m */, + E6A15E16E9A75A551EEDD7C83340AD41 /* FBSDKGraphRequest+Internal.h */, + 60747D14CB2133AB6067B4252D9112BE /* FBSDKGraphRequestBody.h */, + 60783E1A5C23B8AD5834DC21152B787A /* FBSDKGraphRequestBody.m */, + 2E83107D0B39B92E17EB864633FA02CD /* FBSDKGraphRequestConnection.h */, + 4ED9F978A265E9A18894D098D4D2D30F /* FBSDKGraphRequestConnection.m */, + 29DD6A21C0410C4C3CD78A3B2F893AE1 /* FBSDKGraphRequestConnection+Internal.h */, + 47327B420146316300628549F787F8C8 /* FBSDKGraphRequestDataAttachment.h */, + 3ECC8443C0887B4F0A8CFA8CAF08544C /* FBSDKGraphRequestDataAttachment.m */, + 1D67F20F0AAC18EF875EE34E9FEA66C9 /* FBSDKGraphRequestMetadata.h */, + 0C9F883E8E9823216CA90174FCAFB27C /* FBSDKGraphRequestMetadata.m */, + 4A69907821543FA3242CC8587E2FB377 /* FBSDKGraphRequestPiggybackManager.h */, + BF450E6C8977D0C2757A88DCF3934B69 /* FBSDKGraphRequestPiggybackManager.m */, + AAC2482255E76EF184B92B937E5495EB /* FBSDKIcon.h */, + B4F78A1159D01CCD0E519B15326ACA2D /* FBSDKIcon.m */, + 5E5BC6FD520236ECF5B154A5173F1DA1 /* FBSDKInternalUtility.h */, + 5A102D62E8DC59EC54199023E69A4844 /* FBSDKInternalUtility.m */, + 8EC562FC62623CDB8ED86E0D2124D8C3 /* FBSDKKeychainStore.h */, + BAEA3E11E9E6217CC83AD7D974644AE1 /* FBSDKKeychainStore.m */, + 0B88056D2C5A2ABB0ABC526D5B0DD524 /* FBSDKKeychainStoreViaBundleID.h */, + C4F95DF377139D976DEE24CEECBB7F03 /* FBSDKKeychainStoreViaBundleID.m */, + FFD8E3B064E274DAD47435F4AD39D17A /* FBSDKLogger.h */, + 9733D2E9FC25A3FD185E501F8FBEE377 /* FBSDKLogger.m */, + 7D9229A149F757CCBCBCE9D3CF9CC4D7 /* FBSDKLogo.h */, + F297011C2D136CC6E67A6F3CD0E5960B /* FBSDKLogo.m */, + 749F255409C1F5936652A4DB0628B989 /* FBSDKMacros.h */, + FE18DD672BAF0D5E18841F7D37207E26 /* FBSDKMaleSilhouetteIcon.h */, + 85FB5D3B456D90709D0A2B672D3C1556 /* FBSDKMaleSilhouetteIcon.m */, + 349AF51451F1496E8B68E77CDCB8F4B0 /* FBSDKMath.h */, + 816DD3750C29F800A3809F23C6061BD8 /* FBSDKMath.m */, + 48D3653CE01FFE33BBE40BC4C1A8590C /* FBSDKMonotonicTime.h */, + FB4EC0FEAC282915AAC3680D85FD16EF /* FBSDKMonotonicTime.m */, + 1FF4ACD57C00F851C1DB78B19FFC8A18 /* FBSDKMutableCopying.h */, + 204CC269CCF56DD659DCD99510C29EA0 /* FBSDKPaymentObserver.h */, + 89273B1AC48F1B360518F4A384208BD7 /* FBSDKPaymentObserver.m */, + DC518AEF56515041F3EF08EE2359DD98 /* FBSDKProfile.h */, + C04D930C00929E86F42121F90769A537 /* FBSDKProfile.m */, + 811A0223E28D330BE0F7B281C0AA0A0F /* FBSDKProfile+Internal.h */, + 4F34F1A867F9F70C0A7E8E53A809E2DD /* FBSDKProfilePictureView.h */, + EE929543558C2E18E82A4B4BE65078B0 /* FBSDKProfilePictureView.m */, + B54B780E0CB5359DFD49A3640A89743B /* FBSDKServerConfiguration.h */, + 43426EBD1AE2D489A6712A66C9C466A9 /* FBSDKServerConfiguration.m */, + 90E85567B72A8CA76C1B51F6A2444AA5 /* FBSDKServerConfiguration+Internal.h */, + A69895FDD1941F05DE30E72CEBB4D942 /* FBSDKServerConfigurationManager.h */, + FBF2A39AE4259253DD066CC58A3273B6 /* FBSDKServerConfigurationManager.m */, + 4C88A4C32B0E1185E3688C9FE2B6A698 /* FBSDKServerConfigurationManager+Internal.h */, + 9D4B35E9A2C74E4A074EDECF261F628B /* FBSDKSettings.h */, + E31A54F259868A190AC4BFEEE8E285A2 /* FBSDKSettings.m */, + A4202C31C791397643652B152BBCE096 /* FBSDKSettings+Internal.h */, + 8628089100EFBF497CA59F7366D812FA /* FBSDKSystemAccountStoreAdapter.h */, + AA53709540CC25F94D9C44DB31643761 /* FBSDKSystemAccountStoreAdapter.m */, + 82B1804349C0F69DB9664707AEB75F7F /* FBSDKTestUsersManager.h */, + 41122604048D43A4DA14B1C76381DECF /* FBSDKTestUsersManager.m */, + 113836F233CE3267194C751D245BD642 /* FBSDKTimeSpentData.h */, + 83CF9F598A378ECB92C79262D988BEF2 /* FBSDKTimeSpentData.m */, + 6C1949D7A4EA90FB4ACC1E31FCFAEFD5 /* FBSDKTriStateBOOL.h */, + 8C7A5BBB21C4BA9A224A8D555B912C75 /* FBSDKTriStateBOOL.m */, + 882113A5633F1BFBB82B9D9B544571E6 /* FBSDKTypeUtility.h */, + 54E0809D5C087B4BA0A392C8A6D26113 /* FBSDKTypeUtility.m */, + 3457B649910293340AF188B95CC50983 /* FBSDKUIUtility.h */, + 46150B81E14199A48449ED09D7F1FB67 /* FBSDKURLConnection.h */, + 3638874836F936491DC778C1C9359BAD /* FBSDKURLConnection.m */, + 24DD323A762754CD4D38F86486881A38 /* FBSDKURLOpening.h */, + 2DFCD3E7B05C51442B83C2C9BB9F18F4 /* FBSDKUtility.h */, + 71C45CE9F343179695F0A86DA2CDCD5B /* FBSDKUtility.m */, + 170E3A6A88C9DB2F2F51C61A5FBEA199 /* FBSDKViewImpressionTracker.h */, + 2BC07B7E56BF0A5C31B8F2B714A3ECE3 /* FBSDKViewImpressionTracker.m */, + 88C8E9A1102DED4D9B739AB3BBDC9F28 /* FBSDKWebDialog.h */, + 494E53B80631D033602F4F2DC35EF8F1 /* FBSDKWebDialog.m */, + 4FBD6CE0E5F71722B10D8165F15E25DF /* FBSDKWebDialogView.h */, + 27F343D412F07EF450BB492F56AC7056 /* FBSDKWebDialogView.m */, + AF3E462B230E5DC753B7175491878DEC /* Support Files */, + ); + path = FBSDKCoreKit; + sourceTree = ""; + }; + 6BBD783F017552B21D3E7BF7B8ECDEDC /* SwiftSupport */ = { + isa = PBXGroup; + children = ( + C8024405D72497ECE4294AC599F1685E /* SwiftSupport.swift */, + ); + name = SwiftSupport; + sourceTree = ""; + }; + 79536921C3D2B9D8FD926104BF4755CE /* Expecta+Snapshots */ = { + isa = PBXGroup; + children = ( + 469D973C891944DD20477A31BA9AC397 /* ExpectaObject+FBSnapshotTest.h */, + 8216232DC2C1A24F7711B9F7C66BDEFD /* ExpectaObject+FBSnapshotTest.m */, + 9B38E2E0F5526F0DCF76C069288CAF04 /* EXPMatchers+FBSnapshotTest.h */, + 1D1989B9D9081B91B3722A1471785640 /* EXPMatchers+FBSnapshotTest.m */, + 0EDD69A307E38A0CACDC52531A7B3097 /* Support Files */, + ); + path = "Expecta+Snapshots"; sourceTree = ""; }; 7B2C40B467EE55C5CB63A978531E7289 /* Pods-PNObject_Example */ = { @@ -2643,472 +2790,333 @@ path = "Target Support Files/Pods-PNObject_Example"; sourceTree = ""; }; - 7B8EDCA4C5C3198D873FC2DA464A7B46 /* AppLinks */ = { - isa = PBXGroup; - children = ( - 958F2BC783D806A88D3AE0FA733E218A /* BFAppLink.h */, - 04E8B44D4D6D436319C146BB023059A3 /* BFAppLink.m */, - 0D908F53D6C6D4B0B6CB100B45A7E440 /* BFAppLink_Internal.h */, - A77A3EB75937A72D08AC96DF7E29F3F8 /* BFAppLinkNavigation.h */, - DC42EFEA050BAB9F066B4C8C4382ACB0 /* BFAppLinkNavigation.m */, - ACB397AEA790F8AB8249878BDAF1A74C /* BFAppLinkResolving.h */, - 92DA6CE55E87602AECB1973D5DC41451 /* BFAppLinkReturnToRefererController.h */, - 7608177C8F18AAA46BFDF38AB3B6307D /* BFAppLinkReturnToRefererController.m */, - 19D412475C9261014664CE7F7E00F350 /* BFAppLinkReturnToRefererView.h */, - 90823CBB67F2934B4F8752380339CC0A /* BFAppLinkReturnToRefererView.m */, - 8CDF44B98CD18D73397EAF5F6971162D /* BFAppLinkReturnToRefererView_Internal.h */, - A4A94F5A33FD5B462BE3892D7DBC1D67 /* BFAppLinkTarget.h */, - 3C242185F3C144381D84D05187BE8DC7 /* BFAppLinkTarget.m */, - D1B09272B12945A92D1BA041C20B3B35 /* BFMeasurementEvent.h */, - 534BA38D9F1387542D58EECB864E2FB4 /* BFMeasurementEvent.m */, - D6A22DECE1C285C8DC02B77C6FEE1FEA /* BFMeasurementEvent_Internal.h */, - 0BEEBE46498B918C88D3D39400D42F1C /* BFURL.h */, - F256940148C73D2E287E577632F851DA /* BFURL.m */, - 3F9F1A662D9F62C82C07E1D7B06A1C77 /* BFURL_Internal.h */, - B4E563A5F11A9B55ED397ECEBAC1FC4C /* BFWebViewAppLinkResolver.h */, - 9DBE0E52D2D99A184DB399F270347C63 /* BFWebViewAppLinkResolver.m */, - ); - name = AppLinks; - sourceTree = ""; - }; - 7C5452CCDB92AEB565788439088C5F41 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3478390023C26F0A5C8939A7E9F5F912 /* Info.plist */, - 97E0B2577B5E7AD007C143677D480F42 /* ResourceBundle-UIDevice-Utils-Info.plist */, - E790227162552E89A118CFDE09E04122 /* UIDevice-Utils.modulemap */, - C4CD909A7A77FB08BECAF81E4A33B3D0 /* UIDevice-Utils.xcconfig */, - 27FE056362B56D01CB354DFA81FC7470 /* UIDevice-Utils-dummy.m */, - 9A485FA49DC3CB0D4D534FD823A9D6B7 /* UIDevice-Utils-prefix.pch */, - 89B34C567EF94116066BB615F72F3E5A /* UIDevice-Utils-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/UIDevice-Utils"; - sourceTree = ""; - }; 7DB346D0F39D3F0E887471402A8071AB = { isa = PBXGroup; children = ( 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, E99CD5B3CF7131277C4CBA3A1162D56A /* Development Pods */, - 6F26CF01FA612C461D9F7895FA0BCFC3 /* Frameworks */, - D0F9A35B3FD9A41F8FCAB831B99FD7D0 /* Pods */, - 5DD321E933DA1110DA46CAEAC586EC24 /* Products */, + 5BAD686A289A159C11020F71585B75DC /* Frameworks */, + C09C15DDE89A64983F86B9F88283FBAA /* Pods */, + CA4C642BA530992B6B6CA9BC5A0A5DBE /* Products */, CA2A6C0A1068E1DAEA2579E47E971F66 /* Targets Support Files */, ); sourceTree = ""; }; - 84B160CF92AD76142DDFE5D221EB2441 /* Support Files */ = { + 7E9396DD98DA6F3F653E9A42FBD75B5E /* Support Files */ = { isa = PBXGroup; children = ( - 04B6FF96E22C297CEECBC7CECB2A661B /* Expecta.modulemap */, - EFC2A1AA2245A9105C9A3D8EA7DFE3B3 /* Expecta.xcconfig */, - 27E02A07C54429C2E4DF80F204D731F1 /* Expecta-dummy.m */, - A736690115576DE2E22E523E84BEB5D1 /* Expecta-prefix.pch */, - 33BF074452551239823F383D34CF870F /* Expecta-umbrella.h */, - DC1861841DD593B3DAC4BCF0BBF13EF4 /* Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/Expecta"; - sourceTree = ""; - }; - 85B49DDD3C33A216825F3071D0EFAC0D /* Support Files */ = { - isa = PBXGroup; - children = ( - 864CF947AFFA1175124976E0A5101B0E /* Info.plist */, - EF87B69475D4E6D6F76D80217D018EFB /* ResourceBundle-StrongestPasswordValidator-Info.plist */, - AAA67C2CEDF9BE17EBEA84B78286C651 /* StrongestPasswordValidator.modulemap */, - 7A09DECA6D5F103F6751ABFE699C0424 /* StrongestPasswordValidator.xcconfig */, - 9BB4DD70745C616049AB72BE1BE70BBC /* StrongestPasswordValidator-dummy.m */, - 7E3B52FD2C55ECD1004B7460F1EE33BF /* StrongestPasswordValidator-prefix.pch */, - 7B35877C4883092B132615270E4A71D4 /* StrongestPasswordValidator-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/StrongestPasswordValidator"; - sourceTree = ""; - }; - 8833204AB7938CD24AAA205D41268E26 /* Support Files */ = { - isa = PBXGroup; - children = ( - FC12155CEF32809FCD01066FD5BC1A3E /* AFNetworking.modulemap */, - 8567FD0F5B559148E0841371032C6EF9 /* AFNetworking.xcconfig */, - 6A86C1C40C2498C1335B851545C9E3A3 /* AFNetworking-dummy.m */, - E5805428D6281E189DCAEAFF7759EC82 /* AFNetworking-prefix.pch */, - 7DB34EED0781E60D20AF367321B0B952 /* AFNetworking-umbrella.h */, - 77814C94AF49549BE6F381A9A134C648 /* Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/AFNetworking"; - sourceTree = ""; - }; - 946DD54DED08E6D46F468D9723F611DC /* NSDate_Utils */ = { - isa = PBXGroup; - children = ( - 062B2D28A1EAC9CD3F14D4C4B9CEF1B1 /* NSDate+NSDate_Util.h */, - 46CE123B557C1E1338591212A6953BDA /* NSDate+NSDate_Util.m */, - AF21E683ED02DE867458C9E5F6373DA8 /* Support Files */, - ); - path = NSDate_Utils; - sourceTree = ""; - }; - 9848F88521A46E87B3E11A49D1155135 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6668C9CB0CC7FAB26E424B99D1A282E2 /* FBSDKLoginKit.modulemap */, - 4D70A828104A007CFF2131BB59E7C852 /* FBSDKLoginKit.xcconfig */, - BA1841C46D1F51ADFAAFAA5323F5CC86 /* FBSDKLoginKit-dummy.m */, - 4F253D39130DDDAC5CBBAD3DA771F02A /* FBSDKLoginKit-prefix.pch */, - E6A0835CAEC7EF775E2FDBF2ADD465EB /* FBSDKLoginKit-umbrella.h */, - BE7948935EDC9D7A2AEE2FE275182519 /* Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/FBSDKLoginKit"; - sourceTree = ""; - }; - 9A4566803A0539D66D67F19A0031C899 /* Support Files */ = { - isa = PBXGroup; - children = ( - 79313AC98555E621BAD8260C9C559EDA /* CodFis-Helper.modulemap */, - D0284852A5AF765D521FC36A413FA5DC /* CodFis-Helper.xcconfig */, - E7510E5C49DD0B98ED2CAF57769F3668 /* CodFis-Helper-dummy.m */, - F005DEFFD967672BCEF8A6F5230BA61D /* CodFis-Helper-prefix.pch */, - 10FAA02D1E778815C50AD69908748415 /* CodFis-Helper-umbrella.h */, - D882811DD503C34D1A97A9A53F10C00F /* Info.plist */, - 1BD15965862C4EC312F8941F955745CF /* ResourceBundle-CodFis-Helper-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/CodFis-Helper"; - sourceTree = ""; - }; - 9A69241D104540C0604A94041917496D /* iOS */ = { - isa = PBXGroup; - children = ( - 930245814FE1C55E5ED02533926F4E51 /* CoreGraphics.framework */, - A80E35072AB7909E944FA803B973A45B /* Foundation.framework */, - 106FDB5348FD7288F67934FF3173E006 /* MobileCoreServices.framework */, - 934D7FBF6EE3AB472313968B227A8293 /* QuartzCore.framework */, - 880B739BF08231DD096EC898E61ED799 /* Security.framework */, - 019D27ADA91B8FEB6E773BD22585422A /* SystemConfiguration.framework */, - 5855C96222FA1D187D555DCCBB756064 /* UIKit.framework */, - EE4EC6FB4B2F6FD3D175A1635A7B2C12 /* XCTest.framework */, - ); - name = iOS; - sourceTree = ""; - }; - 9D03DA298A0B5C091342B17C037E514B /* PureLayout */ = { - isa = PBXGroup; - children = ( - 83F8259AFB910AD011A3DAD0E47AC479 /* ALView+PureLayout.h */, - 65BD21CB4FC307EDA6509961318DB786 /* ALView+PureLayout.m */, - B27FAF4668509964521FC9DD2E6704B5 /* NSArray+PureLayout.h */, - A5A56F283F3328A6FBBE82A68BDAFD21 /* NSArray+PureLayout.m */, - CA526B906B0077276B33E5441C67724F /* NSLayoutConstraint+PureLayout.h */, - 3BF5771F72CF6D38D292F26BDFAAA8B1 /* NSLayoutConstraint+PureLayout.m */, - 82370C2C361DAB855CFD1E7E0818AFC1 /* PureLayout.h */, - E450B23C38580E12404285C1EF05AB65 /* PureLayout+Internal.h */, - B209B0A87698DFAEAC8B004A957E9FFE /* PureLayoutDefines.h */, - 0966E16AD24660833A7265EB542B4B74 /* Support Files */, - ); - path = PureLayout; - sourceTree = ""; - }; - A981412BF95602D27F8BF505A50D1F36 /* Support Files */ = { - isa = PBXGroup; - children = ( - A1181B21DF3228C4005501EABF105516 /* Info.plist */, - F33C2B5EAA822643AB566AE666872EB5 /* nv-ios-http-status.modulemap */, - 7C047EA76672F7C61035FD11534465A8 /* nv-ios-http-status.xcconfig */, - D934A34192879F0C394F52F4E59D51D4 /* nv-ios-http-status-dummy.m */, - FA69CF3A73CCC30BA4D8CEF0E3DBBC3A /* nv-ios-http-status-prefix.pch */, - 619F44FEB0BB12E9B6C9DC194F15771A /* nv-ios-http-status-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/nv-ios-http-status"; - sourceTree = ""; - }; - AB81D453BF2D9CF6FEA1A8519059DADF /* Security */ = { - isa = PBXGroup; - children = ( - E1643F9A305AE178D3FDC37E618C60EB /* AFSecurityPolicy.h */, - CFF615A9EE4F0C93431C83381DB7BDC1 /* AFSecurityPolicy.m */, - ); - name = Security; - sourceTree = ""; - }; - ABA8A378F9AC14F776F10FEA115BC9E7 /* FBSDKLoginKit */ = { - isa = PBXGroup; - children = ( - AAF21AD438386882F4253D0D26710D54 /* _FBSDKLoginRecoveryAttempter.h */, - F0F11B0B853F95F0F49278A94AFD36A4 /* _FBSDKLoginRecoveryAttempter.m */, - 2B3265CA4C64A889E5B268C2190A779E /* FBSDKLoginButton.h */, - AA1F7DEF6604A7C01899EF5E4E7AEDF5 /* FBSDKLoginButton.m */, - 9924D5513CA6AB5F359C6F4FA47926B5 /* FBSDKLoginCompletion.h */, - E33E0DED283CB09FF23213754E426AFA /* FBSDKLoginCompletion.m */, - DAF3E45780A92C058BB5649713AC8F08 /* FBSDKLoginCompletion+Internal.h */, - 456586DB202661B5EE1323762973C173 /* FBSDKLoginConstants.h */, - 184AF8DCB8AA77A378A53DB3DC9E0BAA /* FBSDKLoginConstants.m */, - 0E58D8A725B06266599FBA4D916EE3BF /* FBSDKLoginError.h */, - 3F02F8DD77EBE0363C4EBA581D42C64B /* FBSDKLoginError.m */, - C316FA0C53240D3DF5411358DB77ACB7 /* FBSDKLoginKit.h */, - F6F75E96912511146BC70EBF00B9A40E /* FBSDKLoginKit+Internal.h */, - 4188F0F3C9B129C0156DA029B865E104 /* FBSDKLoginManager.h */, - 53E7308F602E00F2AAABCBDF5AF859C2 /* FBSDKLoginManager.m */, - 680D60C4CE9ED6254B055D077C2017E6 /* FBSDKLoginManager+Internal.h */, - FC8C158D6460A19DA5B5744712BFF798 /* FBSDKLoginManagerLogger.h */, - CCE7932B2B677323B24126A5F2DFC80D /* FBSDKLoginManagerLogger.m */, - B68E16F7DDE528865B1DF708F872F371 /* FBSDKLoginManagerLoginResult.h */, - B8330B16E9F88E6FA19DD25DAB555517 /* FBSDKLoginManagerLoginResult.m */, - E1574B6106C34EAD2E72B682430C16FA /* FBSDKLoginManagerLoginResult+Internal.h */, - A97C9D4ADB96094E3BB7CEFFD3186E7E /* FBSDKLoginTooltipView.h */, - 3A58FD68F13F78AF8A9D7D27AD1636BB /* FBSDKLoginTooltipView.m */, - 028339F9423F30A373DB82CB09F0D4C4 /* FBSDKLoginUtility.h */, - 9B2412DF9C83FA91990C5135DA76A593 /* FBSDKLoginUtility.m */, - 220A56D448F3427CD44CFDF2F582F3FF /* FBSDKTooltipView.h */, - C4D16596E9C9F70D18666C00AD683F7D /* FBSDKTooltipView.m */, - 9848F88521A46E87B3E11A49D1155135 /* Support Files */, - ); - path = FBSDKLoginKit; - sourceTree = ""; - }; - AF21E683ED02DE867458C9E5F6373DA8 /* Support Files */ = { - isa = PBXGroup; - children = ( - 2A12339CE3502085612FF731B48C2166 /* Info.plist */, - 77C0D9335740B5A32A1D250E990641FF /* NSDate_Utils.modulemap */, - 153EF48BC28A7EAF93BF2D5BAD19DED7 /* NSDate_Utils.xcconfig */, - 45537F97917C7DEE2021005741163C52 /* NSDate_Utils-dummy.m */, - 8EBE8A8FACDEA50A88C8211600955801 /* NSDate_Utils-prefix.pch */, - 925978D63DE975E818C14CFC62EEFD79 /* NSDate_Utils-umbrella.h */, - 0C90C2516D6FF48D6D46EC79C5EEBAC9 /* ResourceBundle-NSDate_Utils-Info.plist */, + F49BE12EC5F62722107BA2368E44CE8E /* Info.plist */, + CA28405B063B3C38FF78701FFA122473 /* NSDate_Utils.modulemap */, + AA1D0BEFA3000F78315B1FECDF237F88 /* NSDate_Utils.xcconfig */, + A7601B6BE1F3393F6AF8F1A65E93BC68 /* NSDate_Utils-dummy.m */, + DF61402C8FF17CF9EE95BB137729F307 /* NSDate_Utils-prefix.pch */, + CCE0A94D1B18867A052B60D228E9A29B /* NSDate_Utils-umbrella.h */, ); name = "Support Files"; path = "../Target Support Files/NSDate_Utils"; sourceTree = ""; }; - AF79FF462F02266BB0C1C0A3AEEDEEA2 /* UIKit */ = { + 8816F894C8A8FB5414703F21246DF79E /* Specta */ = { isa = PBXGroup; children = ( - E23E75F4B1AFF0D0E39F7D82E5C7CBAF /* AFAutoPurgingImageCache.h */, - F1930CD2AD665D7025DC53F60C10A45A /* AFAutoPurgingImageCache.m */, - 0A8D5F91E3E036CCC36AE6EED47590E6 /* AFImageDownloader.h */, - 40D6E81053EA99EC16C9D010906E3FFD /* AFImageDownloader.m */, - C40E0EBCC566B9D00872442EA0372029 /* AFNetworkActivityIndicatorManager.h */, - 2E7C8F4F4486FE70D94453D7294FE687 /* AFNetworkActivityIndicatorManager.m */, - 8187217E663DB434BE4D87982B6457F7 /* UIActivityIndicatorView+AFNetworking.h */, - F96ADA6DDED63013922C6327A73446E2 /* UIActivityIndicatorView+AFNetworking.m */, - 902621A9758E6619118E9BCC9EFF5514 /* UIButton+AFNetworking.h */, - C0F70617DFDE18C2F4F601C2547F6685 /* UIButton+AFNetworking.m */, - F318D168986D8B43007E6BF61E95EEC1 /* UIImage+AFNetworking.h */, - E4DBB982703483778F5D8D5429011FB1 /* UIImageView+AFNetworking.h */, - C6F093D7F0BD1FFE12A42F94B839D87F /* UIImageView+AFNetworking.m */, - 3C003AC251080BD96834CF4C46FE2DE5 /* UIKit+AFNetworking.h */, - 7CE1620AF70C77E10BABE437E87236B9 /* UIProgressView+AFNetworking.h */, - EBE949F29FEC1BFE6638B83939B06AA9 /* UIProgressView+AFNetworking.m */, - 8C1B61EFC522674D7B93A242565237AB /* UIRefreshControl+AFNetworking.h */, - 4FC6FD2F8B1EF6248038BB8648F4E136 /* UIRefreshControl+AFNetworking.m */, - 8588583A401CDC07B6F004203E2EE7CB /* UIWebView+AFNetworking.h */, - 23A905C809471CFE8C5326F10BBE6D05 /* UIWebView+AFNetworking.m */, - ); - name = UIKit; - sourceTree = ""; - }; - B3FB1C4D8C1BC4E022B6CC655B627B22 /* nv-ios-http-status */ = { - isa = PBXGroup; - children = ( - EF764FC44B2A1C892C2293DDF2629D65 /* HTTPStatusCodes.h */, - B5AF509C80ACCD54A54EF55BA7F73071 /* nv_ios_http_status.h */, - FF7426001AFE1B82DE01ACAC972378DC /* nv_ios_http_status.m */, - A981412BF95602D27F8BF505A50D1F36 /* Support Files */, - ); - path = "nv-ios-http-status"; - sourceTree = ""; - }; - B55A7140FD8097576FE56C10CEC277B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1E1599FDFC6D3C422C384F457D3D75A8 /* Info.plist */, - FC734B4232E17E8B39A1F9A020D8763A /* NSString-Helper.modulemap */, - 1880963B37697EA728E158300FC0A2F7 /* NSString-Helper.xcconfig */, - 4432A4E0DD7E61E683BF8945075453F5 /* NSString-Helper-dummy.m */, - 8B7302E5340E0182A04232190657E4EF /* NSString-Helper-prefix.pch */, - EB316D4AD96D73CDD1D932D3690E8D93 /* NSString-Helper-umbrella.h */, - 7BB4AC97F09D592DCEDAD9169488FE64 /* ResourceBundle-NSString-Helper-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/NSString-Helper"; - sourceTree = ""; - }; - B713317652A0B94B2CDE6763A552E20B /* PEAR-FileManager-iOS */ = { - isa = PBXGroup; - children = ( - F20973641054FCD5E546B6E0B9DC2EFF /* PEARFileManager.h */, - 08AA89639EB1EEF2AFC27DFA74D9F816 /* PEARFileManager.m */, - D28C067DD5AA5233431D655161419257 /* Support Files */, - ); - path = "PEAR-FileManager-iOS"; - sourceTree = ""; - }; - B99048A44AF9B4C886FA92D5A9C133FB /* Support Files */ = { - isa = PBXGroup; - children = ( - D0B2ADE1AFB33CEDE83555144128DC2D /* FBSDKShareKit.modulemap */, - 49A1701FA181DF66CCBF8888A36EEE4C /* FBSDKShareKit.xcconfig */, - 254F25EB9E8C4553D54BF506A40DC795 /* FBSDKShareKit-dummy.m */, - 3EB2526DF5FF27B5DA6ED6FCCE1E2183 /* FBSDKShareKit-prefix.pch */, - 97668A9972E4008489DF3F8A72405B27 /* FBSDKShareKit-umbrella.h */, - 72090C0F8454955E1523D03268BF2CD4 /* Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/FBSDKShareKit"; - sourceTree = ""; - }; - BAE4B7B2C972FD6DAA88ED962C2994C0 /* Specta */ = { - isa = PBXGroup; - children = ( - E84B05729C83F72C9495DAF1C451BB65 /* Specta.h */, - 5312DA28670878BCF7F96B2BF53E1AC1 /* SpectaDSL.h */, - B08F81B342D53F6871F705F16F994817 /* SpectaDSL.m */, - BF53C9C18AB608E36677A6D58A385D85 /* SpectaTypes.h */, - 71B49D701EA8D9D683E429BFF58C50EB /* SpectaUtility.h */, - E06DEF5F4B714C53C029888C96FD7555 /* SpectaUtility.m */, - E59CD4CA5F0C598E3994B2AA9DCE9ACB /* SPTCallSite.h */, - B090A8302E3F4793C3D85E55C7BEA76E /* SPTCallSite.m */, - C070A80C47A48AE7052FC98086716092 /* SPTCompiledExample.h */, - 3028274A2D3024E1AC7889D1994AB346 /* SPTCompiledExample.m */, - E3ABB32EBE02734A36C5BCD70AB9754A /* SPTExample.h */, - 0BAA78AF7B596D75186ADBDCAE789650 /* SPTExample.m */, - A86176910EB0C572B65BAA7D6976F042 /* SPTExampleGroup.h */, - 10E1B65976FD696EF47E5CDF3C3F3FC0 /* SPTExampleGroup.m */, - 963A6163C818FE38C7A806E3EE37691F /* SPTExcludeGlobalBeforeAfterEach.h */, - 2BF886C40793890196F00248AE2A1736 /* SPTGlobalBeforeAfterEach.h */, - 804B40B4D08F06C864EE3B14218638FC /* SPTSharedExampleGroups.h */, - 5D361F0A5D363FED590C7BEE029CDC61 /* SPTSharedExampleGroups.m */, - E15E7810137D5C6519FE45671D67EC02 /* SPTSpec.h */, - 40CE93983A30541969DA104E5239CB9D /* SPTSpec.m */, - 47D553F057937F2703897ED7AC9D9015 /* SPTTestSuite.h */, - 015667A81F6FC724E311D564F751F8AA /* SPTTestSuite.m */, - 2DF6275EA9617E82375B652324EF56E7 /* XCTest+Private.h */, - 684F80C0F467F08B91BA55FDD8A5CA8F /* XCTestCase+Specta.h */, - 1F9E753A0ADD867247650CA5C959C74A /* XCTestCase+Specta.m */, - F8C02C0F5AD2E467A5C2B1D4BE4D4A78 /* Support Files */, + 9904CCBB9355C0DA0E592BD9549725A7 /* Specta.h */, + E2A974A25B5A10150640A1961BF77249 /* SpectaDSL.h */, + E909F2808A7750DAFED73559097DC23E /* SpectaDSL.m */, + 160F2A2B1C5DB32CCA75C679201A8748 /* SpectaTypes.h */, + 2815AE1F69CC1E8056AD9A4E94B008E1 /* SpectaUtility.h */, + 4AE848BE1AAE4EA7DFC4FBE4C6A27DFE /* SpectaUtility.m */, + DE81206018E06170FE47DD67AF5C777C /* SPTCallSite.h */, + 223FA2741392E9122CC222EE6A09256C /* SPTCallSite.m */, + A5849263C46B80886928005F8F250369 /* SPTCompiledExample.h */, + BF2F4309F4DF81AC10FC012BD3F6170C /* SPTCompiledExample.m */, + CE637D512B97881021A5F75D6FB6928E /* SPTExample.h */, + 51E59A2C87CAC2B03B35492663DE1FCF /* SPTExample.m */, + B39E7957E1C9CB65EF2E7073FD397DAD /* SPTExampleGroup.h */, + 8BA82C2EED569E41834A29BBAD3AE67F /* SPTExampleGroup.m */, + B36D146CC39B77740A56A130DEAEFF18 /* SPTExcludeGlobalBeforeAfterEach.h */, + 8047470202D22C4FB49A4C9C248C520D /* SPTGlobalBeforeAfterEach.h */, + E83E764AD095EA7C70837F0ECA56F19D /* SPTSharedExampleGroups.h */, + BC07B6A15CA7AB4D377B46172C651D56 /* SPTSharedExampleGroups.m */, + 701551036B8348F631F9033F6C3DC273 /* SPTSpec.h */, + BF8FC81AD4D0D6617A1FB74E7A5BA0C1 /* SPTSpec.m */, + A97B9B71C5A02DD000C64F332EE176CB /* SPTTestSuite.h */, + 543348521E9336407FA36742DD59C798 /* SPTTestSuite.m */, + 120116F366AC19D6F7894F0A7F12CFA9 /* XCTest+Private.h */, + 944242F09A5CBEAB38846C9DFB5E9CA6 /* XCTestCase+Specta.h */, + B72B213607DFE0785B3CFB8635A327D4 /* XCTestCase+Specta.m */, + 97991C35CDD247AA18EB2A7534E25EE9 /* Support Files */, ); path = Specta; sourceTree = ""; }; - BD4956154C4421A6D292DD5E98D3571B /* FBSDKShareKit */ = { + 8821CE49CDC97EC5BED96369DBC537EF /* Reachability */ = { isa = PBXGroup; children = ( - 90CC928F94DB7EC3D7E0472C8BAD28BE /* FBSDKAppGroupAddDialog.h */, - 467A6955DB9A5C78EF7050C50C17ADF3 /* FBSDKAppGroupAddDialog.m */, - 2255793633A270EB73D390C2B35A02A7 /* FBSDKAppGroupContent.h */, - FAC688E38CBDEB40BB93E045EC51E9BE /* FBSDKAppGroupContent.m */, - 3E2DC56D3E5732CBD5708D691ABA7BE0 /* FBSDKAppGroupJoinDialog.h */, - 62D97D560566B05D1D9E060721FFD43F /* FBSDKAppGroupJoinDialog.m */, - 34CD261D14FC0CAE6E8273B7AED7DB86 /* FBSDKAppInviteContent.h */, - 584A04915C8BC48EBA12A137EED2DA97 /* FBSDKAppInviteContent.m */, - A346E6CA6D1550872C70BE33DE122687 /* FBSDKAppInviteDialog.h */, - 05F4E660AEEDC05B4B42A80A61ABE458 /* FBSDKAppInviteDialog.m */, - 69E67BCCC6B8174CF8F182B56986204F /* FBSDKCheckmarkIcon.h */, - 72C4116AC933F225C97EB7C25685BBF4 /* FBSDKCheckmarkIcon.m */, - A5EC547485B88B66E8E8EDFB349B310C /* FBSDKGameRequestContent.h */, - DF6BB21B5F0D1A5ADB462FCBCCF28387 /* FBSDKGameRequestContent.m */, - CA502B4D10E75E86DCA20B18FE3096BA /* FBSDKGameRequestDialog.h */, - CAB7827EC9E29CE0F2DABE0A88C05214 /* FBSDKGameRequestDialog.m */, - 97D58071A31A13BCAB524B3D54C40A9F /* FBSDKGameRequestFrictionlessRecipientCache.h */, - AFD2BE0178D4CE154D918DF2AF54615D /* FBSDKGameRequestFrictionlessRecipientCache.m */, - A678FB5DD4092F74C074CC1F07199377 /* FBSDKLikeActionController.h */, - D76A8927E9B85D24F28B36316BF93980 /* FBSDKLikeActionController.m */, - 1D65BA9ABC06DE969EC9C39BB3F6D336 /* FBSDKLikeActionControllerCache.h */, - 76D145BEA79AA5D43664C609F4EE329B /* FBSDKLikeActionControllerCache.m */, - 1E92B7AA6DE0CB4E58869892D9B34967 /* FBSDKLikeBoxBorderView.h */, - EB31C088FB088C612EDD72A95D239B17 /* FBSDKLikeBoxBorderView.m */, - 8F83E7509252F5F0AF29A9FA68014ECA /* FBSDKLikeBoxView.h */, - 031D832872DF068B7E2C88C49484CAAD /* FBSDKLikeBoxView.m */, - DDF3022E3723F73C3113BFB8E6313B0E /* FBSDKLikeButton.h */, - AA4A5811B346E47AC7C8E327F45720C2 /* FBSDKLikeButton.m */, - CBDFCA2DF2FA0B155CF0E1BC7B0FB928 /* FBSDKLikeButton+Internal.h */, - 71A536FB579CA71B6D58143CEE1B2E57 /* FBSDKLikeButtonPopWAV.h */, - 4358E662755B48485AAE168AAD324507 /* FBSDKLikeButtonPopWAV.m */, - F6570E443F2F7B4B556F499FBA92092B /* FBSDKLikeControl.h */, - 8F42C29A9DCD9488D81AD7B62A7DB5B0 /* FBSDKLikeControl.m */, - E9E9F98709208BE32CAC211A8904B5C6 /* FBSDKLikeControl+Internal.h */, - 9187D1043573B650F20865FA53D8F4CB /* FBSDKLikeDialog.h */, - 7A717DCBBB7A95C1DB3C11780017DDD4 /* FBSDKLikeDialog.m */, - 9F3682DF7A233CAA0CA67B257D1692EF /* FBSDKLikeObjectType.h */, - 376C54BD93A7673D42077B29677962C2 /* FBSDKLikeObjectType.m */, - E6354B73D5351B60178CD59952D4987C /* FBSDKLiking.h */, - 8D263E2D0984E897E3E9C7D07C15F901 /* FBSDKMessageDialog.h */, - 791D3A3EA41033E024773821B5F2F4C0 /* FBSDKMessageDialog.m */, - E99B24C2488EE9A9CC13BAECACACE1F5 /* FBSDKMessengerIcon.h */, - A30B26708D73B663E99B3E43D24A0DEF /* FBSDKMessengerIcon.m */, - 5FDF37188CAC76C98B336BCC03A1FCD5 /* FBSDKSendButton.h */, - 78DFFB09230FCBC0CA0609AAFC3ADE09 /* FBSDKSendButton.m */, - 9597E685F1205111EA6842DBE0D9DDB8 /* FBSDKShareAPI.h */, - 71B0E9E9F570BA85D3D226F02C7681F0 /* FBSDKShareAPI.m */, - 4C40B9B8E736ED38F50E00F34239426C /* FBSDKShareButton.h */, - E7A238B32171246F47BCBFBF309B6FB1 /* FBSDKShareButton.m */, - C0D2574ECDA8AD00019A33E6F225AD7A /* FBSDKShareConstants.h */, - 6FB3D9A9DDA0770A4A8626D9B911F835 /* FBSDKShareConstants.m */, - 95B30D0790EDD41CB794FD83AFF6ED20 /* FBSDKShareDefines.h */, - 0BF756E47E4D8D7EC739CBC9209B2397 /* FBSDKShareDialog.h */, - 8E4D2C0CFB532A9EBCACD944298F3853 /* FBSDKShareDialog.m */, - 74B4D0737934B3B642DA59900A2CB37D /* FBSDKShareDialogMode.h */, - 9B85B56C5DE375DA9D66BE1CB538BF0C /* FBSDKShareDialogMode.m */, - B59A281DA983CBEF55572D7347E38426 /* FBSDKShareError.h */, - 0A65E4047F53D5007AC3761AA1F27797 /* FBSDKShareError.m */, - DC45DDC97729A3CCE89D281106DD4C30 /* FBSDKShareKit.h */, - BDFD0D002EEBC82276A32E2F9AFDBA7D /* FBSDKShareKit+Internal.h */, - D4AB7C5A2B35ACA02B65D113469962EB /* FBSDKShareLinkContent.h */, - 735FC3486090DD72D2C38AFC9F288B71 /* FBSDKShareLinkContent.m */, - 7F24B0198C84374688D6CB02FCF21773 /* FBSDKShareLinkContent+Internal.h */, - 3B4E3F3F6E9D323171C4A024036B9B32 /* FBSDKShareOpenGraphAction.h */, - FD50C9D92415629A23455C575CDA68CC /* FBSDKShareOpenGraphAction.m */, - 6190A8A80A84FA8CC1B3A72A4D3C3EFA /* FBSDKShareOpenGraphContent.h */, - 31C989F8EFAA76C2C17699D023542E96 /* FBSDKShareOpenGraphContent.m */, - 2B2C00E8B4191825906EAB274E3DBC16 /* FBSDKShareOpenGraphObject.h */, - E8BEF410E6DB823DB8827544B5659146 /* FBSDKShareOpenGraphObject.m */, - 8DC2B2A4F9C0649E4D0CC4330F0AA111 /* FBSDKShareOpenGraphValueContainer.h */, - 42628DA227F95DAE1DDFF445FC293339 /* FBSDKShareOpenGraphValueContainer.m */, - 9A232BEDB7AF1F08B4CE31E42797F0EC /* FBSDKShareOpenGraphValueContainer+Internal.h */, - C0028F4822ECF784C0ACB30DD7C00EEB /* FBSDKSharePhoto.h */, - B231FDE2D61F17007842B73ECA2A9829 /* FBSDKSharePhoto.m */, - E367049ABE68F93C7CE845A02CCC4F28 /* FBSDKSharePhotoContent.h */, - 9A5722BE2381E1063F7F7BCC3CF15B73 /* FBSDKSharePhotoContent.m */, - 21702FBC7D6FA2EF0726B1609DF6407E /* FBSDKShareUtility.h */, - 7DE860B7DDCEC743A5212583259D8AF2 /* FBSDKShareUtility.m */, - 6C026779ED5532B29AD7BF1892BB1233 /* FBSDKShareVideo.h */, - F047C57A958CD29700AB9105D15476C2 /* FBSDKShareVideo.m */, - 5778FF9DB0677BB4921C3FA999AA2B9C /* FBSDKShareVideoContent.h */, - CCD86699F6512E83A641B241A8BE2D78 /* FBSDKShareVideoContent.m */, - 2E52B5C6B84E6630681D149C5EC1C801 /* FBSDKSharing.h */, - 19984EF92CC03AAD80A978E722B16F34 /* FBSDKSharingButton.h */, - C4ACF7A89B7B5DBDFCB72B5FB6067C05 /* FBSDKSharingContent.h */, - F6CDD48A2137D49E09A82EA779B12321 /* FBSDKVideoUploader.h */, - 43D2E3BB1F3060FBC3F28CD6BE485B89 /* FBSDKVideoUploader.m */, - B99048A44AF9B4C886FA92D5A9C133FB /* Support Files */, - ); - path = FBSDKShareKit; - sourceTree = ""; - }; - BE9BAFFB7200B9AB72210FF06191B602 /* Reachability */ = { - isa = PBXGroup; - children = ( - 59884A4FD6DAE179A231B8387CFC784F /* AFNetworkReachabilityManager.h */, - 4FC1A5EBAA94B48C7A61BB510B55A1FE /* AFNetworkReachabilityManager.m */, + D90432F78EDD442DD3782E3FF0715CF0 /* AFNetworkReachabilityManager.h */, + 165D738406E6A0CA5DC038ED975820EE /* AFNetworkReachabilityManager.m */, ); name = Reachability; sourceTree = ""; }; - C992B7E9B4C5E8AE244DE1DD755290ED /* UIDevice-Utils */ = { + 895F0EAFD90032A0FFF138D3CF0D25C9 /* Bolts */ = { isa = PBXGroup; children = ( - E52A9052C4B7E5B6D32A34DEFC2F4B32 /* UIDevice-Hardware.h */, - 540EADF849F309E32F011F8AEADF7FE3 /* UIDevice-Hardware.m */, - 7C5452CCDB92AEB565788439088C5F41 /* Support Files */, + 3073378BF50CF5127C639ECE0851FDC5 /* AppLinks */, + 0E9A0BE2261FD93A2A714B9AC8A70E46 /* Support Files */, + 43B5F5E110BFEAAB8D080CD1D52C9496 /* Tasks */, + ); + path = Bolts; + sourceTree = ""; + }; + 9033CE8A0A9A729F5245941B16FC21A4 /* Classes */ = { + isa = PBXGroup; + children = ( + 7BE0A72CC75BA228E84BEE9868C45D29 /* PNObject.h */, + 2C01E6DFFB44D529C46947D525FBA743 /* PNObject.m */, + 62CADFE95A057EA5BE45CC976BD86892 /* PNObject+PNObjectConnection.h */, + 989FB8B593B9EEB5DEC0FFDFC0E0BBAD /* PNObject+PNObjectConnection.m */, + 920C93A9DC86FDB4EC53C3505C1EA256 /* PNObject+Protected.h */, + 834791DB699645460928D4DEE95453AC /* PNObject+Protected.m */, + A54BAE87B0E11319B148A3A587C5C273 /* PNObjectConfig.h */, + 73A90103D113E0F101E315D9895972ED /* PNObjectConfig.m */, + 58263BE38CBF70447BA974C264711833 /* PNObjectConstants.h */, + E9D430FA8445F59878D1D19F95566256 /* PNObjectFormData.h */, + F812BE477015902749E0E8397E41E778 /* PNObjectFormData.m */, + 55BF948C6032B6BD2E8C30833B2DA82F /* PNObjectModel.h */, + 3E4E979ACFF415459C58E75ECC12A134 /* PNObjectModel.m */, + BB2FA63C522F6A9E7BF08872D11BF349 /* PNClasses */, + 1D79A5021893929DF97E41D95D105CBD /* Vendors */, + ); + path = Classes; + sourceTree = ""; + }; + 97991C35CDD247AA18EB2A7534E25EE9 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1B55EED5B2B10EF380F551DD20CC222A /* Info.plist */, + 273B89216C346B028A36BF49DDEA8720 /* Specta.modulemap */, + CF389772F1A36748DBB8FE61278C219B /* Specta.xcconfig */, + 71D87EB34FBF1C58135B00BE4C136535 /* Specta-dummy.m */, + 3734E37D151A2665B76C491333FCC743 /* Specta-prefix.pch */, + 9F2E492726269DEFA28D6B633DB02531 /* Specta-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/Specta"; + sourceTree = ""; + }; + 9A46E3BA289FA0FB3B16D70478B26CF8 /* PNObject */ = { + isa = PBXGroup; + children = ( + A43305613908E51183F0B25DA2676DD4 /* Pod */, + 59A0209752E95753A38DF1E9F2119A8A /* Support Files */, + ); + name = PNObject; + path = ../..; + sourceTree = ""; + }; + 9D63DCE98B96B4D9FE00567046A3348B /* Serialization */ = { + isa = PBXGroup; + children = ( + FE2584A8D6C46F970FEA01B20507AD81 /* AFURLRequestSerialization.h */, + 81493C7AB69E65B0E8372C3535AE88B9 /* AFURLRequestSerialization.m */, + 4BD329B6BF2E7B8FAB8A78552A7EDD85 /* AFURLResponseSerialization.h */, + DDDDC216DEFBCAC8EF0BA1AD959E62F9 /* AFURLResponseSerialization.m */, + ); + name = Serialization; + sourceTree = ""; + }; + A07723A82D1B5B84B0552178260348A5 /* Support Files */ = { + isa = PBXGroup; + children = ( + F9D86A848F401C858F0C6620CBA4D54C /* Info.plist */, + 48C88217F38480C701B64638C590C996 /* PEAR-FileManager-iOS.modulemap */, + 742990DBABAD4AA09E4143E755ABA5BF /* PEAR-FileManager-iOS.xcconfig */, + 3F777C1C211C048E4F6DD1248A7135B2 /* PEAR-FileManager-iOS-dummy.m */, + 052A495E6F3AF41973A3790D717C2258 /* PEAR-FileManager-iOS-prefix.pch */, + 57DFEC2B971E5AAECFCF97A8EF781D93 /* PEAR-FileManager-iOS-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/PEAR-FileManager-iOS"; + sourceTree = ""; + }; + A13D22CD9BA8D511F90905CDE80E6654 /* UIDevice-Utils */ = { + isa = PBXGroup; + children = ( + 175D03DC1833AD9C70017A1B5210AB22 /* UIDevice-Hardware.h */, + B8686191B9AE06FE385F3990F321604E /* UIDevice-Hardware.m */, + 2138A205FCA3E41445EBB0C549C27373 /* Support Files */, ); path = "UIDevice-Utils"; sourceTree = ""; }; + A43305613908E51183F0B25DA2676DD4 /* Pod */ = { + isa = PBXGroup; + children = ( + 9033CE8A0A9A729F5245941B16FC21A4 /* Classes */, + ); + path = Pod; + sourceTree = ""; + }; + A4F05B3F4553AD19F85C43E9A7AD655D /* Support Files */ = { + isa = PBXGroup; + children = ( + B4E890E4F5F55BF8C2AD56C5B1528174 /* AFNetworking.modulemap */, + D6564585BAE802EFE1D6A13ABE08003F /* AFNetworking.xcconfig */, + F126A22E12650143898F0ADF0965FFD2 /* AFNetworking-dummy.m */, + F8B5D8B21AFE42122D83791FB98BD66B /* AFNetworking-prefix.pch */, + 880CC385A45D01CFA3CC4A5DAD05DFEE /* AFNetworking-umbrella.h */, + 166BFAD7C923BBA0E6988EC1CADCB33C /* Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/AFNetworking"; + sourceTree = ""; + }; + AC58E37DC525A8C0A00C27C32D5AB1FD /* UIKit */ = { + isa = PBXGroup; + children = ( + 9DFC1FEAF91CFCB1A6803FBBCD34F4A3 /* AFAutoPurgingImageCache.h */, + DA32DB689A61F496178A06FF31545A50 /* AFAutoPurgingImageCache.m */, + 1CA96E7E34630F730A20E35130F0A5CF /* AFImageDownloader.h */, + 51F5626378278570E9778467F6CE0CEF /* AFImageDownloader.m */, + CCF2DC25BD75A571E4991B7D17F7F2D9 /* AFNetworkActivityIndicatorManager.h */, + 27BA32B027BB0452048639E6BD745908 /* AFNetworkActivityIndicatorManager.m */, + 934F03DBB78E890AFF23819B0AE3E0BE /* UIActivityIndicatorView+AFNetworking.h */, + AA46CD7C9F8F5AAAF8CB056B35344D33 /* UIActivityIndicatorView+AFNetworking.m */, + 2BFC621392C04AB81549F9113746EB52 /* UIButton+AFNetworking.h */, + 3D7DF2141055E82C51B04122AFB06F31 /* UIButton+AFNetworking.m */, + 3B013CAE653FF050EA91E9595FA2851B /* UIImage+AFNetworking.h */, + 3C185AA9E34BEC6275194477514B9A3D /* UIImageView+AFNetworking.h */, + A68C3BD569BAB665EBD92B3B107B8416 /* UIImageView+AFNetworking.m */, + E790EC961A6AB97B1460DDDC64F0AF69 /* UIKit+AFNetworking.h */, + 96A136315A37D0F782CEC90BD77CF206 /* UIProgressView+AFNetworking.h */, + 9F0EF5E5E816ABCDBA0D310C15CF0895 /* UIProgressView+AFNetworking.m */, + 984E0E2FEC4E2898D4478ECB86229250 /* UIRefreshControl+AFNetworking.h */, + 7E4FDA5034F1FA4BB7145193862C2FAE /* UIRefreshControl+AFNetworking.m */, + 9050E80C383D2F4945F7B48884943913 /* UIWebView+AFNetworking.h */, + 2F42210C35E982002E7FC07A7F4D57DA /* UIWebView+AFNetworking.m */, + ); + name = UIKit; + sourceTree = ""; + }; + AEF18A9CA267E619E82BE6E00111A10D /* NSString-Helper */ = { + isa = PBXGroup; + children = ( + F26272B7742D8B16E135347BFBCB8109 /* NSString+Helper.h */, + 99AF3DEEDBBB298974D42DD1FA75CBD0 /* NSString+Helper.m */, + C611FA398871C340C67E343EF9CC24FE /* Support Files */, + ); + path = "NSString-Helper"; + sourceTree = ""; + }; + AF284583A608805B3057CA6FF85AAA03 /* FBSnapshotTestCase */ = { + isa = PBXGroup; + children = ( + 5FFEA4DF7C5542E6BEC784A20E83D1F4 /* Core */, + 0B11502D1C32784DD0C3D79013C45168 /* Support Files */, + 6BBD783F017552B21D3E7BF7B8ECDEDC /* SwiftSupport */, + ); + path = FBSnapshotTestCase; + sourceTree = ""; + }; + AF3E462B230E5DC753B7175491878DEC /* Support Files */ = { + isa = PBXGroup; + children = ( + 82DAE3957B479576EABBF1FD0AD223DD /* FBSDKCoreKit.modulemap */, + 975379881B74DB97D201BE7A9F51AFB4 /* FBSDKCoreKit.xcconfig */, + 0F85CCE5CF7042F095C6F91F1241ADF0 /* FBSDKCoreKit-dummy.m */, + 85942F347E81DB42409A29C9E41B0372 /* FBSDKCoreKit-prefix.pch */, + 4F0D303F4597662B6389AFE40071A09D /* FBSDKCoreKit-umbrella.h */, + 973A04E4996B6CF3EF51613B17DD12EE /* Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/FBSDKCoreKit"; + sourceTree = ""; + }; + B6739B03186DBFA6ABA871B173279C39 /* NSUserDefaults-AESEncryptor */ = { + isa = PBXGroup; + children = ( + F6E853C04F287E3574FD85133FAF7962 /* NSUserDefaults+AESEncryptor.h */, + 763F35662E5E42EB215EB50FEA668D26 /* NSUserDefaults+AESEncryptor.m */, + EA7CEB8DE6BDCFC509DA95DC22108A68 /* Support Files */, + ); + path = "NSUserDefaults-AESEncryptor"; + sourceTree = ""; + }; + BB2FA63C522F6A9E7BF08872D11BF349 /* PNClasses */ = { + isa = PBXGroup; + children = ( + 6B1CA5B94A36285BA97765CACA1DA7D1 /* PNAddress.h */, + A733C86B8A3EE566CEBB3A9C9D35CB43 /* PNAddress.m */, + 0A68CE26A7EB9B869CA141580484B818 /* PNInstallation.h */, + 5B0C5F784C14AA689AA7E3CCBEEB9096 /* PNInstallation.m */, + 210CC8A47CD81BCA8D71AAAD022C58EE /* PNLocation.h */, + 6CFF4FFFBF4597311308FD6CD8F13CAB /* PNLocation.m */, + 7CD81967FF6E6D1F0561CB07BA5E1843 /* PNObjcPassword.h */, + 3D1CECBE55FB5EC362A660A3EE9653B5 /* PNObjcPassword.m */, + F021550469668B8B10B4C80FC0D341FE /* PNUser.h */, + 1B27CB59DDCF9EFF5F39AE9E2A712325 /* PNUser.m */, + ); + path = PNClasses; + sourceTree = ""; + }; + C09C15DDE89A64983F86B9F88283FBAA /* Pods */ = { + isa = PBXGroup; + children = ( + F6935A5177F2B810B5462522FD468312 /* AFNetworking */, + 895F0EAFD90032A0FFF138D3CF0D25C9 /* Bolts */, + DC9664D131D3BFED72FB019A5D52A204 /* CocoaSecurity */, + 194482D23215705D42E85D1BC73EFEC6 /* CodFis-Helper */, + E942AA1182229734646AA35DF8135FFA /* Expecta */, + 79536921C3D2B9D8FD926104BF4755CE /* Expecta+Snapshots */, + 6A532E66033E1ED47FEF203AB6F62FBA /* FBSDKCoreKit */, + 6677BBB2F185216D9E73FAAED081542A /* FBSDKLoginKit */, + 3784B29A4934B726EF96B7A53E109263 /* FBSDKShareKit */, + AF284583A608805B3057CA6FF85AAA03 /* FBSnapshotTestCase */, + 5E990DEDA85B4BC6569467A67CF3DDCA /* NACrypto */, + 51FE0C75FCCE44D65A6B5FD283AD09F2 /* NSDate_Utils */, + AEF18A9CA267E619E82BE6E00111A10D /* NSString-Helper */, + B6739B03186DBFA6ABA871B173279C39 /* NSUserDefaults-AESEncryptor */, + EF1E6610E6E8C48C1124C3A12ADC5B9C /* nv-ios-http-status */, + 3A6B3F290820DAD1A147A06CA71CF7D9 /* PEAR-FileManager-iOS */, + C12259102974784B0F5F2CF2000A9C31 /* PureLayout */, + 8816F894C8A8FB5414703F21246DF79E /* Specta */, + ECF796346CDD2C2176A8C1BBAAAC450D /* StrongestPasswordValidator */, + A13D22CD9BA8D511F90905CDE80E6654 /* UIDevice-Utils */, + ); + name = Pods; + sourceTree = ""; + }; + C12259102974784B0F5F2CF2000A9C31 /* PureLayout */ = { + isa = PBXGroup; + children = ( + 598319A2ED248ABECE2A485DC12CD5AA /* ALView+PureLayout.h */, + C6F79436C17FFCF9F7E3D654ABA3A225 /* ALView+PureLayout.m */, + EFBAF8BF8016A17DB531FD601C8A27CE /* NSArray+PureLayout.h */, + 46C2C6BBFCD24075BF05D4DF4874AFC5 /* NSArray+PureLayout.m */, + 808037D1A02115889E0C7F7E6A790E62 /* NSLayoutConstraint+PureLayout.h */, + AE5ED49F4DA3335377281A49A8750D59 /* NSLayoutConstraint+PureLayout.m */, + E48CB941173FD75A55D6ABD3FC71C488 /* PureLayout.h */, + 6DC4EAA9E17187E73A954B50BB190314 /* PureLayout+Internal.h */, + 0F3F907E4E10D952A09C4EC677EB3F80 /* PureLayoutDefines.h */, + FA550EB090D8EFEE3FEF2CA550C7A6BC /* Support Files */, + ); + path = PureLayout; + sourceTree = ""; + }; + C611FA398871C340C67E343EF9CC24FE /* Support Files */ = { + isa = PBXGroup; + children = ( + 3852226EF32ADF22A8B3CBD9FCBDD52C /* Info.plist */, + 16F05343A37C11D6122A3C527E914287 /* NSString-Helper.modulemap */, + 674F4E3B6D17AF8B8D341341F578EE93 /* NSString-Helper.xcconfig */, + 48883A1E378FFB8C55D19124755905F5 /* NSString-Helper-dummy.m */, + 614454A678054AE5BEEAE478D83AF07C /* NSString-Helper-prefix.pch */, + C3FA0CF8CEA78EA1172D9C8202651053 /* NSString-Helper-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/NSString-Helper"; + sourceTree = ""; + }; CA2A6C0A1068E1DAEA2579E47E971F66 /* Targets Support Files */ = { isa = PBXGroup; children = ( @@ -3118,155 +3126,305 @@ name = "Targets Support Files"; sourceTree = ""; }; - CD72AA9C1DD1052369F22FE4CA8D5BEF /* AFNetworking */ = { + CA4C642BA530992B6B6CA9BC5A0A5DBE /* Products */ = { isa = PBXGroup; children = ( - 87169B8D7D4BA6A06B6B146E3A0E9FFB /* AFNetworking.h */, - 067512045B2E1B767955EAD083A07127 /* NSURLSession */, - BE9BAFFB7200B9AB72210FF06191B602 /* Reachability */, - AB81D453BF2D9CF6FEA1A8519059DADF /* Security */, - ECD8F113CB77BD3E7688AB24C01726ED /* Serialization */, - 8833204AB7938CD24AAA205D41268E26 /* Support Files */, - AF79FF462F02266BB0C1C0A3AEEDEEA2 /* UIKit */, + 2E59B6182B5F44E1941AF81CA1506A56 /* AFNetworking.framework */, + A906B76F7772493943F4BE757926C35D /* Bolts.framework */, + 4B60E13FC6BF9C5571FA80BB5053DBC0 /* CocoaSecurity.framework */, + 1E0DC34DF95907718855C13449C7D7DC /* CodFis_Helper.framework */, + C8CCB01A0C6C055744B1421C3FFE0FB9 /* Expecta.framework */, + D28EBF356687FB3BF6E496BA431CB0D8 /* Expecta_Snapshots.framework */, + 5D87545B7B1CACBBF8F32E5228C5CD93 /* FBSDKCoreKit.framework */, + ADA38B6012C9ED54BD833CF59B0E5FDA /* FBSDKLoginKit.framework */, + 0D3F583C7330430F999E0353FF2A3968 /* FBSDKShareKit.framework */, + 6B8F63E6CFA0AC4039A9216709F9EB7C /* FBSnapshotTestCase.framework */, + 041D05058111918430EDAD83681B98C4 /* NACrypto.framework */, + A1332D0A05C00953DBB16A37B388BBAE /* NSDate_Utils.framework */, + D56C740C26F3698C30423DD1332536AB /* NSString_Helper.framework */, + 2DF4C46822D5F8688746B4D76FABE545 /* NSUserDefaults_AESEncryptor.framework */, + 2EA650A10E2B519E4B843A081A5A0CA2 /* nv_ios_http_status.framework */, + 092A3ABAB59A2E64FDB7EB06E4928AEB /* PEAR_FileManager_iOS.framework */, + 365809DAA696BC10E03A8CD4224832CC /* PNObject.framework */, + 32885A863B7F76EC895B602BC3B583D2 /* Pods_PNObject_Example.framework */, + 6C0DC16E28F03A0DC82C9F1438F3E260 /* Pods_PNObject_Tests.framework */, + 45CBE6CF5DAB89FEBC2CA5269A588166 /* PureLayout.framework */, + F341E279A9CA1357EF8CCAF0AB416C46 /* Specta.framework */, + AEB9ED7B810B60A7A2BCA41EFCFE5767 /* StrongestPasswordValidator.framework */, + 269152C6A03486F78CE871291B2315E5 /* UIDevice_Utils.framework */, ); - path = AFNetworking; + name = Products; sourceTree = ""; }; - D0F9A35B3FD9A41F8FCAB831B99FD7D0 /* Pods */ = { + CAF3BBF032DE48D50FBFBD0A34866884 /* Support Files */ = { isa = PBXGroup; children = ( - CD72AA9C1DD1052369F22FE4CA8D5BEF /* AFNetworking */, - EF03D4A3CF94BCB7D2E1BC8CD566EDDA /* Bolts */, - 74F061A9BBF54BFD341D05FCF5D42B71 /* CodFis-Helper */, - 73A241BAEC6BA45FEFE0BFB55A190E6F /* Expecta */, - 59C15D15B2A11BBDEF35C2A67CD1C7AB /* Expecta+Snapshots */, - 3B666B78EC704315EDB694B21047F042 /* FBSDKCoreKit */, - ABA8A378F9AC14F776F10FEA115BC9E7 /* FBSDKLoginKit */, - BD4956154C4421A6D292DD5E98D3571B /* FBSDKShareKit */, - 49FF6FD0A46E3A15819DE9D09173C7FE /* FBSnapshotTestCase */, - 946DD54DED08E6D46F468D9723F611DC /* NSDate_Utils */, - F71AD323206B6470C75252E9CE3AE795 /* NSString-Helper */, - B3FB1C4D8C1BC4E022B6CC655B627B22 /* nv-ios-http-status */, - B713317652A0B94B2CDE6763A552E20B /* PEAR-FileManager-iOS */, - 9D03DA298A0B5C091342B17C037E514B /* PureLayout */, - 460E043656D713D33C9C8435E429D332 /* RNCryptor */, - BAE4B7B2C972FD6DAA88ED962C2994C0 /* Specta */, - E1EC278BA2B74A2BBD3D25E3E878F584 /* StrongestPasswordValidator */, - C992B7E9B4C5E8AE244DE1DD755290ED /* UIDevice-Utils */, - ); - name = Pods; - sourceTree = ""; - }; - D28C067DD5AA5233431D655161419257 /* Support Files */ = { - isa = PBXGroup; - children = ( - 81E770CCCC8F8327703EDECF0DC5ECEF /* Info.plist */, - D992869F05BC88CEE8E95E07311A4B0E /* PEAR-FileManager-iOS.modulemap */, - FC47B19FDD454A53207911B9A946DD30 /* PEAR-FileManager-iOS.xcconfig */, - 8285B5564B819F0A7FE5CC51843E6AC9 /* PEAR-FileManager-iOS-dummy.m */, - 5B1F44247668830D65EC9B097C445BE6 /* PEAR-FileManager-iOS-prefix.pch */, - 246D5F04BAABC508428F18B4F816E01F /* PEAR-FileManager-iOS-umbrella.h */, + 19CE1B12F8E5DA929583451E503008E7 /* Info.plist */, + 9E76DC89F91F8C032B13B9166D0505BB /* nv-ios-http-status.modulemap */, + 08DA5B54743E39B57A18D0DFF51410F9 /* nv-ios-http-status.xcconfig */, + 11B7DA58BAE6F4334DDF2C3185A5F93E /* nv-ios-http-status-dummy.m */, + 9CCFCBA527C96AFF6405ABC74CBAED9A /* nv-ios-http-status-prefix.pch */, + 769816AB86F2DDF92014C2489EF55340 /* nv-ios-http-status-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/PEAR-FileManager-iOS"; + path = "../Target Support Files/nv-ios-http-status"; sourceTree = ""; }; - E1EC278BA2B74A2BBD3D25E3E878F584 /* StrongestPasswordValidator */ = { + D4366F4B5767C08FC12CBD0CFCD7F465 /* Support Files */ = { isa = PBXGroup; children = ( - 2B22B75292CB3C5B451474803BEF3C92 /* StrongestPasswordValidator.h */, - 88DA8C76A877F3E59ED58AC608ED7AD0 /* StrongestPasswordValidator.m */, - 85B49DDD3C33A216825F3071D0EFAC0D /* Support Files */, - ); - path = StrongestPasswordValidator; - sourceTree = ""; - }; - E2C482A05211CE837EEE05D8C002369B /* Support Files */ = { - isa = PBXGroup; - children = ( - A190AACE02795A5FA30B0342697AB422 /* Expecta+Snapshots.modulemap */, - 707F0320C43C08CA8C471887517EE0BC /* Expecta+Snapshots.xcconfig */, - EFEBD7315E0316F79854D0E0628B48FF /* Expecta+Snapshots-dummy.m */, - 12F9933D00252C5208692725C62480A9 /* Expecta+Snapshots-prefix.pch */, - 01F88E5AD62978F752DAC9898B20AC4C /* Expecta+Snapshots-umbrella.h */, - 9ADB837A4BE680A2469E7715135DFD5C /* Info.plist */, + 5C5A9F54DABE7EA6CF2C897973FD3880 /* FBSDKLoginKit.modulemap */, + 37D7F33F9D8BE9E9F156ACDC99DF4700 /* FBSDKLoginKit.xcconfig */, + 4D9D888E7D9711524F6B9AA9725951F4 /* FBSDKLoginKit-dummy.m */, + FF69C6BDFB717B6839CDA6481A36F458 /* FBSDKLoginKit-prefix.pch */, + 8086F1ECE22639D9A92208CF589BD346 /* FBSDKLoginKit-umbrella.h */, + 2B674031ADAA49888A54BE329494349D /* Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/Expecta+Snapshots"; + path = "../Target Support Files/FBSDKLoginKit"; + sourceTree = ""; + }; + DC9664D131D3BFED72FB019A5D52A204 /* CocoaSecurity */ = { + isa = PBXGroup; + children = ( + 1443AF1F98A02B90B6E6FB4DF67930E7 /* Base64.h */, + BF6325AE2AFC5273B5E6A240B49576BF /* Base64.m */, + 74345CE36E1F4C0C65E44D3307A56911 /* CocoaSecurity.h */, + 9C81B1B125B1E4DA2216A5757D65F35E /* CocoaSecurity.m */, + 21EE5C669FEDF7B63719351313533746 /* Support Files */, + ); + path = CocoaSecurity; + sourceTree = ""; + }; + DDE21944AAC72437D1B6CB3B11835948 /* AFOAuth2Manager */ = { + isa = PBXGroup; + children = ( + 9BB54B0075F3ADC8BCCEEB83F19F69FC /* AFHTTPRequestSerializer+OAuth2.h */, + 6C46F91771B5147B0088A10778018A64 /* AFHTTPRequestSerializer+OAuth2.m */, + 754A339079A143FDCBA1E2522979E640 /* AFOAuth2Manager.h */, + 5EFC308BAA509D85B67F0AFAA8B51D73 /* AFOAuth2Manager.m */, + 2DB8094B2A385015978BA0D576989435 /* AFOAuthCredential.h */, + 4178FE4B5E5326A3A5F59B1729803271 /* AFOAuthCredential.m */, + ); + path = AFOAuth2Manager; + sourceTree = ""; + }; + E942AA1182229734646AA35DF8135FFA /* Expecta */ = { + isa = PBXGroup; + children = ( + 8FCDB882833E40AC7735EB75ABF763EB /* EXPBlockDefinedMatcher.h */, + 169DA4A865BE3BA98DDA6F1E2B0246D4 /* EXPBlockDefinedMatcher.m */, + 77BD4B4FE318EFC7EE91F05BDC21D279 /* EXPDefines.h */, + 34976B3278BB9749F361C7A1199D6C10 /* EXPDoubleTuple.h */, + CB18F6720CF47E6C8E3651620062E2E0 /* EXPDoubleTuple.m */, + EC100484AA77E58BDEBDC728D30A2F6C /* Expecta.h */, + DC495E486BAF3316493F1D648227F3D0 /* ExpectaObject.h */, + 498E5A41E0F5008BB277526C973FD9EE /* ExpectaObject.m */, + B5EE7DB1ECFF023EEBD63B0AC154BE01 /* ExpectaSupport.h */, + 8E20B83E3B9341C7632EDD662A1A1E89 /* ExpectaSupport.m */, + E341BC136C2B04FA812AF47203295F01 /* EXPExpect.h */, + 9D9C882564E2E369FDE9A58D9D61C5F5 /* EXPExpect.m */, + AE4B4DD538C273C10EDF064E30F09ADA /* EXPFloatTuple.h */, + 7E48149F7DF147C8AEFA22613BFACBEC /* EXPFloatTuple.m */, + E30D22291396ABB2E89B712C621F7977 /* EXPMatcher.h */, + 6C022294E0CB2085EC09D1907F4002EC /* EXPMatcherHelpers.h */, + 444BB7A468A4076E18CC446528F9E675 /* EXPMatcherHelpers.m */, + 95FC5F3C0C32622D4482DFE211928DEF /* EXPMatchers.h */, + 61F356F17F6F7E4C07216BD7384FAF65 /* EXPMatchers+beCloseTo.h */, + 8CF948B3669B51DC55B0062C7CDB9DF1 /* EXPMatchers+beCloseTo.m */, + C2EE529FA0AB181B4A78AB2A55565A21 /* EXPMatchers+beFalsy.h */, + 7104244C28CC937B4C554B0F37C2F75C /* EXPMatchers+beFalsy.m */, + 3F4FC88B6C259EE7DE6366CEB6965F0F /* EXPMatchers+beginWith.h */, + C2A11B1D6BBE22BACC0F87029FAF8782 /* EXPMatchers+beginWith.m */, + A6DA42DE6BB0FDFB02FFDCC1DBF16CDE /* EXPMatchers+beGreaterThan.h */, + BB87CA97B9980628865E97F6CF2FAB14 /* EXPMatchers+beGreaterThan.m */, + A744F6E3398B3B7C22E65C288C27CA8B /* EXPMatchers+beGreaterThanOrEqualTo.h */, + 8E0D38BBC80BC248B0986171F27B6803 /* EXPMatchers+beGreaterThanOrEqualTo.m */, + 1D9526013F0A33162931993059BBEC10 /* EXPMatchers+beIdenticalTo.h */, + FE115C90C4084F360B9910F9D5B430E0 /* EXPMatchers+beIdenticalTo.m */, + FF7C1C98617D842335973487B3546477 /* EXPMatchers+beInstanceOf.h */, + 3B6D8CB38D5DA5FDFCBB05948F0285DE /* EXPMatchers+beInstanceOf.m */, + 5484DD34BA870484E206F77CAE7104F2 /* EXPMatchers+beInTheRangeOf.h */, + 1FAF5C735E8C7A40B2FCAC693EEE9743 /* EXPMatchers+beInTheRangeOf.m */, + 788652DDA7B2878615B7D1B96470D2B6 /* EXPMatchers+beKindOf.h */, + 3CB70C68E41C963944630ED2D46E0CB2 /* EXPMatchers+beKindOf.m */, + 8B351299EA0BADC3EA6A0C65C2D3818C /* EXPMatchers+beLessThan.h */, + 20724E44122A16167C1B886A13471817 /* EXPMatchers+beLessThan.m */, + DEE8ED282F2EBCC5C25A37E9A07CD478 /* EXPMatchers+beLessThanOrEqualTo.h */, + EFDA625EA6E913B83E6E3B81AD22B9B7 /* EXPMatchers+beLessThanOrEqualTo.m */, + 0C89B575425D4CE5A502B1F98A4B87EC /* EXPMatchers+beNil.h */, + 587F2C5D4620F00023424B5CC52F3E45 /* EXPMatchers+beNil.m */, + 7B07B67723D86FD4E9FC5DCC3FDFBF8A /* EXPMatchers+beSubclassOf.h */, + 5EBCA7101D5A3563E0C15875764CFD0D /* EXPMatchers+beSubclassOf.m */, + CE6BD85332B8ECBC2EA444FDA36FC0D6 /* EXPMatchers+beSupersetOf.h */, + 74BD8A3A5418D52D9BD430B989D0F353 /* EXPMatchers+beSupersetOf.m */, + 5BF716362CC598B36A9A8431F8CFA00A /* EXPMatchers+beTruthy.h */, + 6D27B33DB78FBFE352BA7A996FA818BC /* EXPMatchers+beTruthy.m */, + A14FA33C40A93908FC333642C979EE7B /* EXPMatchers+conformTo.h */, + 6912A0B32C2F7129A6BC3545805E4371 /* EXPMatchers+conformTo.m */, + 8DC98A97BF9B25757C5E9A70BC2E2DA7 /* EXPMatchers+contain.h */, + 36B57F379C69ABF8B43141F3DBFF8FFD /* EXPMatchers+contain.m */, + 09D8056D33E0253A27B8B5BBECE4B223 /* EXPMatchers+endWith.h */, + 37A34944667ACBF9CEC71874DF931AD1 /* EXPMatchers+endWith.m */, + 8F2B54A3196FE85B572AFEB61DF113B9 /* EXPMatchers+equal.h */, + 0B0C1E7874466D5B8CB3F4AB68607E10 /* EXPMatchers+equal.m */, + 944AABF6EED58809913F1938878390E4 /* EXPMatchers+haveCountOf.h */, + 6921374CA451CA571A2237A53078D2CC /* EXPMatchers+haveCountOf.m */, + 07C30D44AB8FFB23769BDDFBBB542F03 /* EXPMatchers+match.h */, + 023C91065EEE2995D5705A2AD5D621AD /* EXPMatchers+match.m */, + 175D925BE28F8A02DBB4CA48231447B7 /* EXPMatchers+postNotification.h */, + E1D74409109B9306C8D01B7AA6341CB6 /* EXPMatchers+postNotification.m */, + B05AB62813CC809EC3250D6477F8EEE9 /* EXPMatchers+raise.h */, + 12AC4F6AF495CC4378D13383BB314E0B /* EXPMatchers+raise.m */, + D08B6EA8D805D985459D7A94A82CD23D /* EXPMatchers+raiseWithReason.h */, + 8806D6DDD9EC3D0E11D1695FCBE3C536 /* EXPMatchers+raiseWithReason.m */, + BAEE0E35E454AB37DBA2F54FBA85F56C /* EXPMatchers+respondTo.h */, + 3E7C79224C54239C3A5E21BECA4FA4C7 /* EXPMatchers+respondTo.m */, + F73B8149F2EA32732B8E90554BA01923 /* EXPUnsupportedObject.h */, + 22DA02E197D4B1F7B4694EE679E3FF1E /* EXPUnsupportedObject.m */, + 48AC390DF4C3DD4A1A7D0B73415670C5 /* NSObject+Expecta.h */, + 5943C90C11007AC9480E7B1C8130508A /* NSValue+Expecta.h */, + 22B1F591560188C6C20E063617441582 /* NSValue+Expecta.m */, + FFCB5BB329732F10D05118B4F3F40BA2 /* Support Files */, + ); + path = Expecta; sourceTree = ""; }; E99CD5B3CF7131277C4CBA3A1162D56A /* Development Pods */ = { isa = PBXGroup; children = ( - 30888CCAE6C09BBE3DB2932177E9D896 /* PNObject */, + 9A46E3BA289FA0FB3B16D70478B26CF8 /* PNObject */, ); name = "Development Pods"; sourceTree = ""; }; - ECD8F113CB77BD3E7688AB24C01726ED /* Serialization */ = { + EA7CEB8DE6BDCFC509DA95DC22108A68 /* Support Files */ = { isa = PBXGroup; children = ( - DC72EF061217162BC2634777BE97E607 /* AFURLRequestSerialization.h */, - 0E81589989E516062DB4219ABB7F73F9 /* AFURLRequestSerialization.m */, - B58B9FA0437D8F71B3DE338BF4780982 /* AFURLResponseSerialization.h */, - 54DD8ADCBBAF98AAB91BF2B3A4E65C78 /* AFURLResponseSerialization.m */, - ); - name = Serialization; - sourceTree = ""; - }; - EF03D4A3CF94BCB7D2E1BC8CD566EDDA /* Bolts */ = { - isa = PBXGroup; - children = ( - 7B8EDCA4C5C3198D873FC2DA464A7B46 /* AppLinks */, - 0EB5CD5C9BC521D76AA5FBD760F95F11 /* Support Files */, - 2E273C4C9400422B2B994AC77A27AE62 /* Tasks */, - ); - path = Bolts; - sourceTree = ""; - }; - F530BD8C625FC1E1136EC85BE8470168 /* Support Files */ = { - isa = PBXGroup; - children = ( - F2F9D3354CC282F7A9F917ABE8473F79 /* FBSnapshotTestCase.modulemap */, - 30F80493C20050B0C1FC23099CD3CE9F /* FBSnapshotTestCase.xcconfig */, - 7DE1F09489885824917063D56DDD1136 /* FBSnapshotTestCase-dummy.m */, - B06FFA42958968FFAB351CDE788AED20 /* FBSnapshotTestCase-prefix.pch */, - 72E4099A82B0EFB8DB333D90B2DFE07A /* Info.plist */, + 821F5394B3408E9D3571A0D3C1A302FD /* Info.plist */, + 8BAC57A6C2DC8DC32C01F9BED00431A2 /* NSUserDefaults-AESEncryptor.modulemap */, + DF6EBB58A3A7C86591A6119BB51DB8CA /* NSUserDefaults-AESEncryptor.xcconfig */, + BBC36FCEC8357327825DE80AE2498F26 /* NSUserDefaults-AESEncryptor-dummy.m */, + 3B3EDD8C480EE5BDBFAB35C5B007BE40 /* NSUserDefaults-AESEncryptor-prefix.pch */, + ED6FE09E54B83AE1F5D8303903AE9B59 /* NSUserDefaults-AESEncryptor-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/FBSnapshotTestCase"; + path = "../Target Support Files/NSUserDefaults-AESEncryptor"; sourceTree = ""; }; - F71AD323206B6470C75252E9CE3AE795 /* NSString-Helper */ = { + ECF796346CDD2C2176A8C1BBAAAC450D /* StrongestPasswordValidator */ = { isa = PBXGroup; children = ( - D08BB5516AA713E8B27EAA8FF4515D80 /* NSString+Helper.h */, - B89968D039657716AECA8CFF7F6DA9E5 /* NSString+Helper.m */, - B55A7140FD8097576FE56C10CEC277B7 /* Support Files */, + 77F4EA56037ED3422AE7570F59BFE975 /* StrongestPasswordValidator.h */, + FB02919A95ED53B229A3136E5BEB63CB /* StrongestPasswordValidator.m */, + EE967F4F2BD34449CB319D94F55E67CB /* Support Files */, ); - path = "NSString-Helper"; + path = StrongestPasswordValidator; sourceTree = ""; }; - F8C02C0F5AD2E467A5C2B1D4BE4D4A78 /* Support Files */ = { + EE967F4F2BD34449CB319D94F55E67CB /* Support Files */ = { isa = PBXGroup; children = ( - 1C2474D996B46142F57ACC9EE9594BAA /* Info.plist */, - EA4D0C145EFAE12E03D6F4FC0C02142E /* Specta.modulemap */, - A4509B61BAAAFC9B5E4D592380424BA4 /* Specta.xcconfig */, - 24C90A906A81F0A0C99ACB2B129E95F3 /* Specta-dummy.m */, - 5D45E2F525A95A7B59C5D914E5AE37A2 /* Specta-prefix.pch */, - 63ADE053E0B94FAD6316A6D310ADA9E2 /* Specta-umbrella.h */, + 907CEA44EF007A5F9B09B2727A048168 /* Info.plist */, + D9B40318C90DA7C5F1A12A9CDFE5F320 /* StrongestPasswordValidator.modulemap */, + 964039B5466ECE4FFBBAC9E207AB58C3 /* StrongestPasswordValidator.xcconfig */, + ECF4AA61FE5368173DD7DEFEB0937503 /* StrongestPasswordValidator-dummy.m */, + E18A2BAC62CF5B91D5DDF61E881BEA30 /* StrongestPasswordValidator-prefix.pch */, + E984569832BC6CF076938CE1E92F7095 /* StrongestPasswordValidator-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/Specta"; + path = "../Target Support Files/StrongestPasswordValidator"; sourceTree = ""; }; - FCE99913A2E276512CEF5AC5709DCF68 /* Pod */ = { + EEC18829C69332D5574E82A8FCDB1C70 /* AFJSONResponseSerializerWithData */ = { isa = PBXGroup; children = ( - 10240320F2694C5BFF81321003D44CAC /* Classes */, + E482525BB0905203F6A2A7E8CC768754 /* AFJSONResponseSerializerWithData.h */, + 7D6F950014B496ED07A9A7EFB4EBAC3B /* AFJSONResponseSerializerWithData.m */, ); - path = Pod; + path = AFJSONResponseSerializerWithData; + sourceTree = ""; + }; + EF1E6610E6E8C48C1124C3A12ADC5B9C /* nv-ios-http-status */ = { + isa = PBXGroup; + children = ( + 19E805A59003DE68968A06541D1BE975 /* HTTPStatusCodes.h */, + CFB8C8F5D5FDFB1868936C9374B704B2 /* nv_ios_http_status.h */, + 65F59A3C764212191181CE4E3648B8E5 /* nv_ios_http_status.m */, + CAF3BBF032DE48D50FBFBD0A34866884 /* Support Files */, + ); + path = "nv-ios-http-status"; + sourceTree = ""; + }; + F3460594183B178F32F51E90FC45AB93 /* Support Files */ = { + isa = PBXGroup; + children = ( + EA6BF53AFAB97F4871830DC88A71DE04 /* Info.plist */, + 016EAEBE0BC696D1D34CAD7B0FBD868C /* NACrypto.modulemap */, + 394EADF4351FA66051FAEBAD1932B4E9 /* NACrypto.xcconfig */, + ADFE59A8103E31D0C9C63BCBD536B130 /* NACrypto-dummy.m */, + 1304A412F9BCE149E88D52CAC9FF3E3D /* NACrypto-prefix.pch */, + AA2196ACF06F43AFA0674C6D2103B4FF /* NACrypto-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/NACrypto"; + sourceTree = ""; + }; + F6935A5177F2B810B5462522FD468312 /* AFNetworking */ = { + isa = PBXGroup; + children = ( + DFFBFA3F2CF0EFFC5D03A6997677DA13 /* AFNetworking.h */, + 63C567CA6861569564C122CA921CB972 /* NSURLSession */, + 8821CE49CDC97EC5BED96369DBC537EF /* Reachability */, + 3C4CF87DD408250BD35B21405D000FE4 /* Security */, + 9D63DCE98B96B4D9FE00567046A3348B /* Serialization */, + A4F05B3F4553AD19F85C43E9A7AD655D /* Support Files */, + AC58E37DC525A8C0A00C27C32D5AB1FD /* UIKit */, + ); + path = AFNetworking; + sourceTree = ""; + }; + F731913D6FCBF9FE71A320CC73CA1ADB /* iOS */ = { + isa = PBXGroup; + children = ( + 8B6B0C2055C01FF78C910CDEC7E2822E /* CoreGraphics.framework */, + 41A5B3B466CFAB9687B8380811DA3B86 /* Foundation.framework */, + B44450515FEA107398E341DDF59630A1 /* MobileCoreServices.framework */, + 57062F44694E855010CE07F33F269B52 /* QuartzCore.framework */, + 8B1A32DE41393152063724D1147545E8 /* Security.framework */, + 7F423152AFF0D3931BCF822D60EF47DC /* SystemConfiguration.framework */, + 1E61CC4B72D13C136480767E7A045131 /* UIKit.framework */, + 0A88B715BAC45F633959A65C2E5C6300 /* XCTest.framework */, + ); + name = iOS; + sourceTree = ""; + }; + FA550EB090D8EFEE3FEF2CA550C7A6BC /* Support Files */ = { + isa = PBXGroup; + children = ( + 24540C64C4FB6788C8BFB9912A832608 /* Info.plist */, + 97B6BBF4D03E21B8E8FFD19C2032EFD8 /* PureLayout.modulemap */, + 6EBA5348231F7D08AAFBC13A47C0D7AF /* PureLayout.xcconfig */, + 05ECA213712D5A55A5030D99D28129B8 /* PureLayout-dummy.m */, + 58476B0CB4E5BC9CDD3F4EFE2406F5C3 /* PureLayout-prefix.pch */, + EF06DA5D569D5C1367AF7E84DEEEE866 /* PureLayout-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/PureLayout"; + sourceTree = ""; + }; + FFCB5BB329732F10D05118B4F3F40BA2 /* Support Files */ = { + isa = PBXGroup; + children = ( + 28EC864C9EBBE9D49DDABD2782921992 /* Expecta.modulemap */, + 40869B2260E6B6A708850366BB2DE371 /* Expecta.xcconfig */, + ECBC1AC9F0644FB762151E5E211AC6FC /* Expecta-dummy.m */, + 67D4F7886DB400C0F164E6F8A9234DF3 /* Expecta-prefix.pch */, + 34B65B04197A59BE68592A93F5162745 /* Expecta-umbrella.h */, + 5B88F09C774408A09360BB0EC4873801 /* Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/Expecta"; sourceTree = ""; }; /* End PBXGroup section */ @@ -3296,6 +3454,57 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 15289ACE8F9816C072DC804D0E53735C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 74DF5E7A04945911804EEC30D33A859A /* StrongestPasswordValidator-umbrella.h in Headers */, + D1C8131DAEFE2AD88BC911932EAE1368 /* StrongestPasswordValidator.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 30B3E9203462C6BB8CD1624548B1E1E2 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 5CC9668011877917C4122783AC36761D /* UIDevice-Hardware.h in Headers */, + BCDC86A74BE28C44660A70F4C1F103EA /* UIDevice-Utils-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 34F0D04238F27B53B61680BE3C19552C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + B2E64934CA0D8B056A7379F409871368 /* NSDate+NSDate_Util.h in Headers */, + E4AA4A6081D98F1090BE4A64673608B2 /* NSDate_Utils-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 37620806A36533C54F6B5B6427C41633 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 62E6AC0E6906FA930F94418061278850 /* AFHTTPRequestSerializer+OAuth2.h in Headers */, + F7347B4C4591C327B90F876A059A7BFE /* AFJSONResponseSerializerWithData.h in Headers */, + D120D86361651E55859D77AF662140BD /* AFOAuth2Manager.h in Headers */, + 526FDD1D611310F9735020F1364439BB /* AFOAuthCredential.h in Headers */, + 0459216D033D70B5396B92093AF34A9C /* PNAddress.h in Headers */, + 02EBBBC0942F6DB255169C574C4FA9CA /* PNInstallation.h in Headers */, + 9698F7404425A6C8CC851AC2657476E0 /* PNLocation.h in Headers */, + 5FF2081B0B5B32AA301FD409FC2FAABD /* PNObjcPassword.h in Headers */, + 828A722DC1977840C71130F785B9DE9E /* PNObject+PNObjectConnection.h in Headers */, + 4D334213818CAB5FD602BBD79CFC502C /* PNObject+Protected.h in Headers */, + 8DE74D13781B16204B95D3F408C3B699 /* PNObject-umbrella.h in Headers */, + F0FCD44F0773C0006FACAF9BFC1A0A03 /* PNObject.h in Headers */, + BF7DE969D16104EB45811FA03B0C3B45 /* PNObjectConfig.h in Headers */, + 199195144DCDC687350AF63DFFC0F35E /* PNObjectConstants.h in Headers */, + 726D77AEA0FB88FE139A054FD85AC906 /* PNObjectFormData.h in Headers */, + FFD438CB26C9A171280CE83C4B371997 /* PNObjectModel.h in Headers */, + AD30FE7D936BE1FFB8B1126684B674A3 /* PNUser.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 3CDD2EF1A71D60B832CF9708B4246E5B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3353,74 +3562,52 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3EA34BFD085F26BB6E7CEB115CA69CFB /* Headers */ = { + 50E4EF4EDF18C498E71B9D006FC6AFD5 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1C2C3921C8FC9C9003568C3BC198AE72 /* RNCryptor-umbrella.h in Headers */, - 90E81C03BCF53C944F7C15775D695FF3 /* RNCryptor.h in Headers */, + 3EA5245B08FA72B61E5BF1DBEE3D5599 /* Pods-PNObject_Example-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 48923ED0E34E254D77BA5695C091C159 /* Headers */ = { + 5A47487550A3F5CA35E4EDCF6825580C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D000E3F9104E3B518D5296061F07BAC6 /* NSDate+NSDate_Util.h in Headers */, - A00EC4B7A1B96BA93FD5F8C6D58E2CF7 /* NSDate_Utils-umbrella.h in Headers */, + CF91C79C2D8D491BFCFEE85744C69EB9 /* brg_endian.h in Headers */, + 3039D8A118A47CCAB0DD3310D3FE27E7 /* KeccakF-1600-32-rvk.h in Headers */, + 1D8A6F0A9757FCCC1C5A218D9C30E6A7 /* KeccakF-1600-32-s1.h in Headers */, + D1634238166E52119AD66B33DA845140 /* KeccakF-1600-32-s2.h in Headers */, + 8A3EFE216D8DCA36AADB28AA3DAC93AD /* KeccakF-1600-32.h in Headers */, + A0475FDE8906D6597FB4D53499809EF8 /* KeccakF-1600-int-set.h in Headers */, + B51A7A72BC9EA8644DCAB55F5340BF45 /* KeccakF-1600-interface.h in Headers */, + 834F40DF910BBC7EA7AF256A30BD4858 /* KeccakF-1600-opt32-settings.h in Headers */, + EED85CFF38F44EF6AD8DECCCF1D5DF39 /* KeccakF-1600-unrolling.h in Headers */, + CD224C38C2785D1A525A6E15662F1CC5 /* KeccakNISTInterface.h in Headers */, + 61A388B850CBEB449FD4DCCDC5EEF5E6 /* KeccakSponge.h in Headers */, + 3801C38860198F0E227E42F95F857451 /* NAAES.h in Headers */, + 616A35F7EF58EE5B0469CD8CD7BE342A /* NACounter.h in Headers */, + 9CC556B3B4C59329AB75C78B8FFC984F /* NACrypto-umbrella.h in Headers */, + 42CAD64A63BE951B1886156CDDF767D8 /* NACrypto.h in Headers */, + D7FA6C12672CBC4EA8AD467141A6D01C /* NADigest.h in Headers */, + 230411E479EE623F32821D22E2E72535 /* NAHMAC.h in Headers */, + 3D92E4ECE3D7B49CDD22F9F198501E78 /* NAKeychain.h in Headers */, + 120A3F0A3D8723E9767E2C27039A3F26 /* NANSData+Utils.h in Headers */, + 523B86D2D261C21C5E51DE4B60AAE9F8 /* NANSMutableData+Utils.h in Headers */, + B0E9F81E9F4B204D89AD01C306855FFD /* NANSString+Utils.h in Headers */, + 7B35CA64789C0F0848ABAB46C0BA3C37 /* NASecRandom.h in Headers */, + 22CD8C8A9D70E1C80F94A8129CFCE5C4 /* NASHA3.h in Headers */, + 3670B94F727E404D1316F9F013D34D44 /* NATwoFish.h in Headers */, + 189E13F5762AA85A50BEF525B5944907 /* twofish.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5E1BF770919DD54175AA82F72F18D72C /* Headers */ = { + 6963C25D8CF13EBDFFD2C6B4EC394318 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 3CFF0F366F60F2ACCC3ED655AD814E3B /* AFHTTPRequestSerializer+OAuth2.h in Headers */, - B7B6E30A551C3D624B2CD4F8D2935739 /* AFJSONResponseSerializerWithData.h in Headers */, - 69C23E27FE57EF6A3641DF71524FEED8 /* AFOAuth2Manager.h in Headers */, - 59C4687AA2347B699AA146E7C736D84E /* AFOAuthCredential.h in Headers */, - 0AF05753005DD333D32B4CBC453D65AA /* PNAddress.h in Headers */, - DB3EDDE4044A8EC280EB37730F7D6CC8 /* PNInstallation.h in Headers */, - 720D74AC9B0F719D05625291A9D0BE02 /* PNLocation.h in Headers */, - 03FDBBF7B671EFE576EF0B0D8002D92D /* PNObjcPassword.h in Headers */, - 8A7EE9337B7EC762F188E6C9D3D11EE6 /* PNObject+PNObjectConnection.h in Headers */, - 66C5CDD9D74676EBFDB8F07B3EBE54E4 /* PNObject+Protected.h in Headers */, - 1E5984CD6980C13FE5ACBC3DA780C28F /* PNObject-umbrella.h in Headers */, - BF3A07CDB6D7E1E577FC1BE75614F099 /* PNObject.h in Headers */, - A7B727084100184300E30A30F9597A3D /* PNObjectConfig.h in Headers */, - A8357D1BC55BAD35C18C8120C9DAB18A /* PNObjectConstants.h in Headers */, - 238BF70DAFAD28CF786B0029007EF12C /* PNObjectFormData.h in Headers */, - 0A1391FDCAC2348D1294CDD2DDD2DF69 /* PNObjectModel.h in Headers */, - 113CC729BD5178A60DF71C897B9D3D53 /* PNUser.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5E65AABAF9E2EB53BDB44DEB0A2AA8FB /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1F16998423D64A8FE584EB0E3AAE922A /* Pods-PNObject_Tests-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 65880B020AB7B138A4A4465F82CF7875 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 02F3342DE8A2496B117A12DD376E0C6B /* CodFis+Helper.h in Headers */, - BEE08B6146639F0CF458E225239F9F04 /* CodFis-Helper-umbrella.h in Headers */, - 85CD1659FDDE835905F7FACA6A9CBB73 /* CodFisResponse.h in Headers */, - BE463D2C7553FDDD4C16487F4A71FCA6 /* ResponseConstants.h in Headers */, - 536CF7EE510D3E5F65EA121F7D6662F6 /* VatNumber+Helper.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6AA3D856A2296C184B62AFFFE20A1B81 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - B24361D24B3FCD5EC735C04F5D1E4979 /* UIDevice-Hardware.h in Headers */, - 65B9BFDE8A6123FF83E0E1078CBAA47C /* UIDevice-Utils-umbrella.h in Headers */, + 57933E9D8C03D6D92D3147953E0FB61E /* NSUserDefaults+AESEncryptor.h in Headers */, + ED33258049A896A11AF6706306F20E45 /* NSUserDefaults-AESEncryptor-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3450,26 +3637,26 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7C9D2E3128860ED7D0B64AC5E29F6E3E /* Headers */ = { + 7D230288F59DA6D47F95544456960E41 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 34C44F84195D291E149F3D732A19C6F1 /* Specta-umbrella.h in Headers */, - 6771E6714BCA4ADDAA3B754ABE1B2543 /* Specta.h in Headers */, - E1888FDD5FBCB0D1F21EF99647F73535 /* SpectaDSL.h in Headers */, - 915C7CFA699B0F0CBC4D6F95C2280F93 /* SpectaTypes.h in Headers */, - 89BC412158C8FD48FA1966EE391C12B7 /* SpectaUtility.h in Headers */, - FCC6A7395DC35FED6A800AC100B0CB7E /* SPTCallSite.h in Headers */, - 79A9CEAAF5D3D19FF7E37B206FA08438 /* SPTCompiledExample.h in Headers */, - 365B88D5294672DD3AA38092C2D86AA3 /* SPTExample.h in Headers */, - B22FE25FD01D8092AF99C9DB4B27EF9C /* SPTExampleGroup.h in Headers */, - 4BB4D7DDE7F1D4977D9F791A25C1EB5D /* SPTExcludeGlobalBeforeAfterEach.h in Headers */, - FDE381A83A9E62D673C7AF1581271761 /* SPTGlobalBeforeAfterEach.h in Headers */, - 6F7E7FA1F54C53BB7E52D45D49BF12E1 /* SPTSharedExampleGroups.h in Headers */, - 5FE8A63F2E28CBA27ECDFFBF4EBFAEAC /* SPTSpec.h in Headers */, - 686A49024BE097BE5EFD0E3E99BC102E /* SPTTestSuite.h in Headers */, - E3132543DB75A2C34CA3874B6ADA1677 /* XCTest+Private.h in Headers */, - 266CAA62020032176163D213D837B9DF /* XCTestCase+Specta.h in Headers */, + 6C9A92E8272233B92E575B71C03BEBE2 /* Specta-umbrella.h in Headers */, + B6969FF78E8B790F92C23F03AA4F6BDC /* Specta.h in Headers */, + DBDB67C484DC1BA7C87C251677DB96D1 /* SpectaDSL.h in Headers */, + 077BE2096BC7ACBA2DA9E945185C6EAD /* SpectaTypes.h in Headers */, + 76B50C10F2D72324A7C50926772BBEE0 /* SpectaUtility.h in Headers */, + 9AA2B18E2104739BDF4DF161BA8586CF /* SPTCallSite.h in Headers */, + FDC186559A82CFFFAFE9704C705ED569 /* SPTCompiledExample.h in Headers */, + E172FCA4494C73E671A8B198BFD7CF31 /* SPTExample.h in Headers */, + 60A1675CA50855A7B319852E1202993D /* SPTExampleGroup.h in Headers */, + 3DBBDEAC42888E8DFF0E0ACF5F5D941A /* SPTExcludeGlobalBeforeAfterEach.h in Headers */, + 0D309C7331C810468CD841066D3E8CBD /* SPTGlobalBeforeAfterEach.h in Headers */, + 5C6975242C03EB7FD1E9AF7D5AAE317D /* SPTSharedExampleGroups.h in Headers */, + 31F3B72BC319AA1C61DEEF75A7335182 /* SPTSpec.h in Headers */, + 309ED2CCA63AA247D91465FED20E1CC0 /* SPTTestSuite.h in Headers */, + 0B8CC2AF308079AB286D518C8AA74DA7 /* XCTest+Private.h in Headers */, + DCAE6DB7E24A9C0C2E5F95A9FB8F4D74 /* XCTestCase+Specta.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3569,6 +3756,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 90985D61A20F0A9D65F4818E1597D518 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + FC72ABEFA1DDCA86CB758003E0C65264 /* NSString+Helper.h in Headers */, + 6D82AF3B1574956D04200605CF000C90 /* NSString-Helper-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 966427BD32145AD621F074D1691342B8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3616,6 +3812,26 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9A8C5DA7D625A3851C17D694B1046DA6 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EC8BB8C514F6C28AC0F630087D6829 /* Pods-PNObject_Tests-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B3CAB89E1CD90427DF0B6BA307B5D3F9 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + CDCBA43CAD64C2BE9394FB050AA8B335 /* CodFis+Helper.h in Headers */, + 0ED11F997A7FCB3364974EAF33184EBF /* CodFis-Helper-umbrella.h in Headers */, + EA1A6647EEFE029A2C2F6EC712A2A4C6 /* CodFisResponse.h in Headers */, + 534C8DC9ED3C4967225003730185A1BA /* ResponseConstants.h in Headers */, + 3FAF7FD9FC5529A9C65AD4DB966E463E /* VatNumber+Helper.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BA0FDF67467F294ACFEF3C734E0A426A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3655,37 +3871,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D83FB513745F96FEC4D473D8743F1B3F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 5C431C30DDDA65E3266D7966DFFAA138 /* Pods-PNObject_Example-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DE1B65A72E7E22F44F2255BEBC32D51E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C69340FF7D325ACC633284CDF67D2F75 /* StrongestPasswordValidator-umbrella.h in Headers */, - 9CB6536B49D925EBED5E2E1EB3FA9907 /* StrongestPasswordValidator.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DE32A202E34ABABAB92E08BB9158C199 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D51B48F024EFDD78B34B09DA05B83D12 /* ALView+PureLayout.h in Headers */, - 7265164C97F3CE0723EAA6098FD46D54 /* NSArray+PureLayout.h in Headers */, - 191B2343DD7DD76469CA5043B37C1BFC /* NSLayoutConstraint+PureLayout.h in Headers */, - BA947C31B77BBFFE9F3D12DEAE559D57 /* PureLayout+Internal.h in Headers */, - 37B75BFD4CEC40403FACBA26E8C33A09 /* PureLayout-umbrella.h in Headers */, - 9150E488C9AC75DABF40111A141C9AE8 /* PureLayout.h in Headers */, - BF0C14A470844D528A0C26E854C9F82D /* PureLayoutDefines.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; DF8D3B8C69B09612DFF4ABBD19102AD2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3695,12 +3880,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E0DCDBFCC7F970D3D3346BBD4FD15395 /* Headers */ = { + E2C009CA8909E39BA8846C9884615924 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 9ADA87A0C728B40942CF872F0CC1032D /* NSString+Helper.h in Headers */, - 7370CFE64A0B811DC37C74240F7B6FBC /* NSString-Helper-umbrella.h in Headers */, + 21E87909C4CA1DECCCFB183C944011F6 /* Base64.h in Headers */, + BFFA5894CC2FAA27699FD628AE843799 /* CocoaSecurity-umbrella.h in Headers */, + 5D2A43254CD11AE497DFB4D0332CF651 /* CocoaSecurity.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EFA92D8EA351B083164789AF80473C83 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 31BCAC99D51207AE896C919D317FD492 /* ALView+PureLayout.h in Headers */, + 10314226E41FC2CEB00F37CCD01ECA58 /* NSArray+PureLayout.h in Headers */, + 2220F24E58BC8FF76B352A9C2DEDCD63 /* NSLayoutConstraint+PureLayout.h in Headers */, + C0ED90612B3A858D0EC256A9B4B58519 /* PureLayout+Internal.h in Headers */, + 734E66ED991A40B092B486B68708DFC5 /* PureLayout-umbrella.h in Headers */, + 3FCE0221C01FCDA673E17CC9BDCB0306 /* PureLayout.h in Headers */, + 32671DA47189F296EF08A2A8E368D382 /* PureLayoutDefines.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3730,6 +3930,23 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ + 07E7B1F2B822E2C3756A80B3A630FFFD /* NACrypto */ = { + isa = PBXNativeTarget; + buildConfigurationList = 44E1D4D5EAB2E3B5B6DF9F4A4175C3F1 /* Build configuration list for PBXNativeTarget "NACrypto" */; + buildPhases = ( + 93511C22C2491C682CF969DDC1F27DA3 /* Sources */, + 42A3DA0DEA2170DF23A21300D696B7EA /* Frameworks */, + 5A47487550A3F5CA35E4EDCF6825580C /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = NACrypto; + productName = NACrypto; + productReference = 041D05058111918430EDAD83681B98C4 /* NACrypto.framework */; + productType = "com.apple.product-type.framework"; + }; 0D888F29E05E498D0CD91A51D28599A5 /* Expecta */ = { isa = PBXNativeTarget; buildConfigurationList = DC61702A42844E4ED762A73E8893436B /* Build configuration list for PBXNativeTarget "Expecta" */; @@ -3744,42 +3961,7 @@ ); name = Expecta; productName = Expecta; - productReference = BE906A5B34F59264012D9EE430AF6AFE /* Expecta.framework */; - productType = "com.apple.product-type.framework"; - }; - 15B8543A33C082F10C298E1BE428847E /* Pods-PNObject_Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3A0BBABD5B8FAD02F49ACE70AA35D80B /* Build configuration list for PBXNativeTarget "Pods-PNObject_Tests" */; - buildPhases = ( - 44B48DE0FB820C8ABD1669621FD20AFA /* Sources */, - BA5D49B026E7EB9524517FDBC050DD10 /* Frameworks */, - 5E65AABAF9E2EB53BDB44DEB0A2AA8FB /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - F3D7427DE402B996C9E4A63E58CFBD39 /* PBXTargetDependency */, - 9E6953F0B2378E499CEC1E584FA2D5B8 /* PBXTargetDependency */, - 51F50439D9772077B8C6D7CC77BF8466 /* PBXTargetDependency */, - F294EB8DEAC6BD8D779DC4B8372A776B /* PBXTargetDependency */, - 9C4F73C9337837ADF72154308809F580 /* PBXTargetDependency */, - 2BCFC9E572CF11B12387453BE79660B8 /* PBXTargetDependency */, - 68B5CC26C23096C1DBAC0B5593F7FE18 /* PBXTargetDependency */, - 4D6C4388FA45A7885C2942E836B98026 /* PBXTargetDependency */, - F2AFDF302206E7326B6B636874A6EBA4 /* PBXTargetDependency */, - 715D71655484DE068F610C532B974C28 /* PBXTargetDependency */, - F2D4B9A0D7F4E17A4700E597BFA2B5B5 /* PBXTargetDependency */, - 863BEE0691695DE47B668EAF84851624 /* PBXTargetDependency */, - 058E4DD31ABF2B4E4573DC809D8E46F6 /* PBXTargetDependency */, - 8BA644C9146F31BBBCDB44E519EB8CC1 /* PBXTargetDependency */, - 4D9558C9BBDFFB4A456C9FDC4002A177 /* PBXTargetDependency */, - A11655C55A354A8E8572B4183D23E78E /* PBXTargetDependency */, - AB86DB45B7A5A99629DA253C2BE079AD /* PBXTargetDependency */, - BACEA299677029E73500AA2FF40AE90E /* PBXTargetDependency */, - ); - name = "Pods-PNObject_Tests"; - productName = "Pods-PNObject_Tests"; - productReference = 87BD19E4B10A437B4E7EAECEE879E19C /* Pods_PNObject_Tests.framework */; + productReference = C8CCB01A0C6C055744B1421C3FFE0FB9 /* Expecta.framework */; productType = "com.apple.product-type.framework"; }; 1A54A167C32DFCCEA6CDB5334A0DB6AC /* FBSDKCoreKit */ = { @@ -3798,7 +3980,7 @@ ); name = FBSDKCoreKit; productName = FBSDKCoreKit; - productReference = 9764903A656C5920E1DB1192355DF3B0 /* FBSDKCoreKit.framework */; + productReference = 5D87545B7B1CACBBF8F32E5228C5CD93 /* FBSDKCoreKit.framework */; productType = "com.apple.product-type.framework"; }; 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */ = { @@ -3815,60 +3997,93 @@ ); name = AFNetworking; productName = AFNetworking; - productReference = E1B2D6AAFECD4782DA5DF3FC79A15955 /* AFNetworking.framework */; + productReference = 2E59B6182B5F44E1941AF81CA1506A56 /* AFNetworking.framework */; productType = "com.apple.product-type.framework"; }; - 20B8A8681820FA8513BD7E48A85DC18D /* NSDate_Utils */ = { + 2FFC9285C507681846C93EEDEE0FB684 /* PNObject */ = { isa = PBXNativeTarget; - buildConfigurationList = 79BD86EAF35000F652F4BBD8B3117E03 /* Build configuration list for PBXNativeTarget "NSDate_Utils" */; + buildConfigurationList = 7E39505A3F7517FF099575B8D3B9EAC4 /* Build configuration list for PBXNativeTarget "PNObject" */; buildPhases = ( - 59ED484589F5B1C9798100CF3687BA41 /* Sources */, - 0AE200B93FBC97786AE0B7F8B47D9303 /* Frameworks */, - 24051A43C464FA4753841B4A25AAD831 /* Resources */, - 48923ED0E34E254D77BA5695C091C159 /* Headers */, + 47761E5882B82D2AE4E9FD59DFE3FC42 /* Sources */, + B7472252C3EAC4CC19DFF876698D0A29 /* Frameworks */, + 37620806A36533C54F6B5B6427C41633 /* Headers */, ); buildRules = ( ); dependencies = ( - EF83D136E3B525B6151A75CBAEFE4ADD /* PBXTargetDependency */, + 11F568FD3720FD0C7C9674053465A3DF /* PBXTargetDependency */, + FA371EEFEE5037F57666A27DFD015B9C /* PBXTargetDependency */, + 9D5AF1B793F99652E53138C1E1A917A4 /* PBXTargetDependency */, + B71AD606883E5FAA9366A445DEC27BA1 /* PBXTargetDependency */, + 4825AE500D03850819E8CE6933D091D1 /* PBXTargetDependency */, + 4E25E138FA2B3516A7EF1B53AB8AEB65 /* PBXTargetDependency */, + D3DEBE0544F83DAFAB3A8FD6DFB80512 /* PBXTargetDependency */, + BEACDF0C0238D6FCB3ADFF7BA3AD5A8A /* PBXTargetDependency */, + CCB95EF674F5ED7B1328FC9C803BC8D8 /* PBXTargetDependency */, + 61E6D62D30105629F44FE253C6BFCB88 /* PBXTargetDependency */, + F34B6EAEEE1D4FC17A8DADB7452DAF82 /* PBXTargetDependency */, + EB82D90329FFD1879011EF29E0C7FAF9 /* PBXTargetDependency */, + 0EF47D75D2D794CAFFBB00FEC34BC1B9 /* PBXTargetDependency */, + CB2B5300A20B3AAD2DD714026BDE848B /* PBXTargetDependency */, + E41BBB69AC7044CEFAF2F8657372587C /* PBXTargetDependency */, ); - name = NSDate_Utils; - productName = NSDate_Utils; - productReference = 1A44AA3050492D5A9C66C43B38AFF65C /* NSDate_Utils.framework */; + name = PNObject; + productName = PNObject; + productReference = 365809DAA696BC10E03A8CD4224832CC /* PNObject.framework */; productType = "com.apple.product-type.framework"; }; - 3241BF41D67FE3979A15BEAA18A92CA3 /* NSDate_Utils-NSDate_Utils */ = { + 3846AA8D545E4A1B3BDF2F6F37246A7C /* Pods-PNObject_Tests */ = { isa = PBXNativeTarget; - buildConfigurationList = AAB6419C2AFF3412132A85C871687E0B /* Build configuration list for PBXNativeTarget "NSDate_Utils-NSDate_Utils" */; + buildConfigurationList = 34DBB1A73B2CE07B2F00E3483CB20D9B /* Build configuration list for PBXNativeTarget "Pods-PNObject_Tests" */; buildPhases = ( - EFCDB2F10A0D0ECD2C48D53B2E003FEC /* Sources */, - E83D493CE1B2D93EDA7574BB1E5DEB29 /* Frameworks */, - 5493837171A1BFE5D0807A41315674C6 /* Resources */, + 74FE759D9E494367A56CF1D9E6072821 /* Sources */, + D272EA058270013F40AC034F1EED9102 /* Frameworks */, + 9A8C5DA7D625A3851C17D694B1046DA6 /* Headers */, ); buildRules = ( ); dependencies = ( + D175B9FE7522E60506F6BC504000C198 /* PBXTargetDependency */, + 94C16B73E602BAA1682DDE03CDE40B77 /* PBXTargetDependency */, + 9665D6B6F867EA2C42A74CF4E7A2386C /* PBXTargetDependency */, + BF1F98E7AE9A73EA189C82DFC5A567B6 /* PBXTargetDependency */, + BF6E601C246F226367A4A71CFB3708E0 /* PBXTargetDependency */, + 9D00556D96EC7FFF72F04C97C98D9AFA /* PBXTargetDependency */, + 3BB46C5F5C87BD22B897C7EE29B63520 /* PBXTargetDependency */, + 711232BE5FE8F5F57418F47536DD0E5C /* PBXTargetDependency */, + A0B04AEA85077DEECEC17061C3D20D6A /* PBXTargetDependency */, + D6FF19C73E2CF85E2470F07872046241 /* PBXTargetDependency */, + 0923C406E8DFE1AA3DFC16600AA0AD02 /* PBXTargetDependency */, + E0C11EDA267BCA919327FA4AC711A0D3 /* PBXTargetDependency */, + 39E8758FB9054BA2B36FDD4DB7786428 /* PBXTargetDependency */, + 1F0290BF2A439C0DDA5B69D31AC01552 /* PBXTargetDependency */, + D2A9A81C6518A553D665A3AFC9EB8587 /* PBXTargetDependency */, + 18749A1608043ECC0A5510DFCFE7B06F /* PBXTargetDependency */, + C650E3AF3D89AB5A7B4BC49C4F937538 /* PBXTargetDependency */, + 559A395E64DD3135EBA05CCACF23D5F3 /* PBXTargetDependency */, + BB3670DB533AC5BF299D1D852C536170 /* PBXTargetDependency */, + C523FB163ECC5B855DDE2B0CB831575B /* PBXTargetDependency */, ); - name = "NSDate_Utils-NSDate_Utils"; - productName = "NSDate_Utils-NSDate_Utils"; - productReference = 09CE30467C1D28BCEAD4DE77B4C2E41E /* NSDate_Utils.bundle */; - productType = "com.apple.product-type.bundle"; + name = "Pods-PNObject_Tests"; + productName = "Pods-PNObject_Tests"; + productReference = 6C0DC16E28F03A0DC82C9F1438F3E260 /* Pods_PNObject_Tests.framework */; + productType = "com.apple.product-type.framework"; }; - 3C748212C173CFB68E606D9CE25722D3 /* RNCryptor */ = { + 39704F162130712391CF441D51F50591 /* PureLayout */ = { isa = PBXNativeTarget; - buildConfigurationList = 5C2671EB15DAB7ADACB2E3EBF01B0975 /* Build configuration list for PBXNativeTarget "RNCryptor" */; + buildConfigurationList = D8C40124D47DF9FF233334E97E93AD1A /* Build configuration list for PBXNativeTarget "PureLayout" */; buildPhases = ( - 00F1563D2EAFA9FCB9A293E51DCF62BE /* Sources */, - FAA943137DF8E5CB7895E683C8FF6B5E /* Frameworks */, - 3EA34BFD085F26BB6E7CEB115CA69CFB /* Headers */, + 4412338E95B29ACCE98D545DDD56D09E /* Sources */, + CA18F961D1639E588435E62F31D710A9 /* Frameworks */, + EFA92D8EA351B083164789AF80473C83 /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = RNCryptor; - productName = RNCryptor; - productReference = 75C33879637BFF197EA913FBF33DF541 /* RNCryptor.framework */; + name = PureLayout; + productName = PureLayout; + productReference = 45CBE6CF5DAB89FEBC2CA5269A588166 /* PureLayout.framework */; productType = "com.apple.product-type.framework"; }; 404EE043C7E580CAEA95F9A357C81415 /* FBSDKShareKit */ = { @@ -3887,7 +4102,24 @@ ); name = FBSDKShareKit; productName = FBSDKShareKit; - productReference = 63FF00AD33630B71DC8364A7E8C32E3C /* FBSDKShareKit.framework */; + productReference = 0D3F583C7330430F999E0353FF2A3968 /* FBSDKShareKit.framework */; + productType = "com.apple.product-type.framework"; + }; + 44E0A443C7B5AAF9367BC919E00F78FE /* NSDate_Utils */ = { + isa = PBXNativeTarget; + buildConfigurationList = DAD2B2245875D0710D2835BC4C4E2871 /* Build configuration list for PBXNativeTarget "NSDate_Utils" */; + buildPhases = ( + 6976378AC2E50CE43965C251178AFDDF /* Sources */, + FF70FC3BD6D3F0000558F855E85749F3 /* Frameworks */, + 34F0D04238F27B53B61680BE3C19552C /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = NSDate_Utils; + productName = NSDate_Utils; + productReference = A1332D0A05C00953DBB16A37B388BBAE /* NSDate_Utils.framework */; productType = "com.apple.product-type.framework"; }; 619F0D28240534293108906FED04836F /* Expecta+Snapshots */ = { @@ -3906,7 +4138,7 @@ ); name = "Expecta+Snapshots"; productName = "Expecta+Snapshots"; - productReference = 0E4AF82CA136279A9279CF3AF92CD10B /* Expecta_Snapshots.framework */; + productReference = D28EBF356687FB3BF6E496BA431CB0D8 /* Expecta_Snapshots.framework */; productType = "com.apple.product-type.framework"; }; 63A18C6A528BD7E47DDAF39B2AEAF1D1 /* Bolts */ = { @@ -3923,26 +4155,24 @@ ); name = Bolts; productName = Bolts; - productReference = 97BDAD25E96F8BB71E58FD56A3811515 /* Bolts.framework */; + productReference = A906B76F7772493943F4BE757926C35D /* Bolts.framework */; productType = "com.apple.product-type.framework"; }; - 696DC08CBD3C0FD568286BDBAA47325B /* StrongestPasswordValidator */ = { + 6B25CC9A9201E9CF730AD91ADD1B2FDC /* Specta */ = { isa = PBXNativeTarget; - buildConfigurationList = 0CC14C6CA4B27A1234EAE1FDFE228E48 /* Build configuration list for PBXNativeTarget "StrongestPasswordValidator" */; + buildConfigurationList = 68B4FF19FF92A0CAD56B8AEBEB32195D /* Build configuration list for PBXNativeTarget "Specta" */; buildPhases = ( - CCC5BB6C4D9326CC06483982D84207DA /* Sources */, - 64E3F728F53096C41AF009CBFBF1278B /* Frameworks */, - 5CD2C96985A4C5000C76FC8BECA2CDF2 /* Resources */, - DE1B65A72E7E22F44F2255BEBC32D51E /* Headers */, + 918FE9A0E1A155B84351E2DD56351D09 /* Sources */, + ED4C606F328C1A23B16A0FCC5ECDC86E /* Frameworks */, + 7D230288F59DA6D47F95544456960E41 /* Headers */, ); buildRules = ( ); dependencies = ( - 6AAE32F333DC758349F929FD689FD562 /* PBXTargetDependency */, ); - name = StrongestPasswordValidator; - productName = StrongestPasswordValidator; - productReference = A738AAAA46B6B188D3FB7399EAAAB429 /* StrongestPasswordValidator.framework */; + name = Specta; + productName = Specta; + productReference = F341E279A9CA1357EF8CCAF0AB416C46 /* Specta.framework */; productType = "com.apple.product-type.framework"; }; 6EDC37F3FA92533C6AC3562458AA91F1 /* FBSDKLoginKit */ = { @@ -3961,43 +4191,7 @@ ); name = FBSDKLoginKit; productName = FBSDKLoginKit; - productReference = 1AF95870BD68BDA6ECC5C81F8AF2F630 /* FBSDKLoginKit.framework */; - productType = "com.apple.product-type.framework"; - }; - 6F621F2F34EEA2E2A05B25FA44939F5D /* NSString-Helper */ = { - isa = PBXNativeTarget; - buildConfigurationList = AB86A303232FDFFCC2E4D2769BE76F07 /* Build configuration list for PBXNativeTarget "NSString-Helper" */; - buildPhases = ( - 2ECC9B9F2EBB6A42BF6B277C5C78C50B /* Sources */, - E6374C6F7E347042A87CBB2179104C39 /* Frameworks */, - F906764553FA4DB8384EE10475296082 /* Resources */, - E0DCDBFCC7F970D3D3346BBD4FD15395 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 427B23ACCC935F189F4A16589A1DBC23 /* PBXTargetDependency */, - ); - name = "NSString-Helper"; - productName = "NSString-Helper"; - productReference = 458CD2032D53D1F888C00FC796E01EC0 /* NSString_Helper.framework */; - productType = "com.apple.product-type.framework"; - }; - 823DCC47A39BF05022FD243FFA57350E /* PureLayout */ = { - isa = PBXNativeTarget; - buildConfigurationList = ED6841F0FAEFE40404FE81B0AE41DCE2 /* Build configuration list for PBXNativeTarget "PureLayout" */; - buildPhases = ( - E94DDAC2DCB085728DFC64B9C17BFF56 /* Sources */, - A470B72F61438680A1AFF7395AA5DB3C /* Frameworks */, - DE32A202E34ABABAB92E08BB9158C199 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = PureLayout; - productName = PureLayout; - productReference = 681C0CA107F8F90BAB96DA6601CB11E3 /* PureLayout.framework */; + productReference = ADA38B6012C9ED54BD833CF59B0E5FDA /* FBSDKLoginKit.framework */; productType = "com.apple.product-type.framework"; }; 88643B90725E3BDB1F15DA88BB66A9C9 /* nv-ios-http-status */ = { @@ -4014,92 +4208,127 @@ ); name = "nv-ios-http-status"; productName = "nv-ios-http-status"; - productReference = 177DC0770D0BC4C4969311AB8036EB7D /* nv_ios_http_status.framework */; + productReference = 2EA650A10E2B519E4B843A081A5A0CA2 /* nv_ios_http_status.framework */; productType = "com.apple.product-type.framework"; }; - 9A86D57356F20F2D0E6A1DF60C124F42 /* UIDevice-Utils-UIDevice-Utils */ = { + 8C9AA22D1A042FA2D1BB0B695DAC1B62 /* StrongestPasswordValidator */ = { isa = PBXNativeTarget; - buildConfigurationList = A79FD09A98BD0BDF490E7BF6B57FE043 /* Build configuration list for PBXNativeTarget "UIDevice-Utils-UIDevice-Utils" */; + buildConfigurationList = 4AFA0BFB4003469F20352AA43A7E11AD /* Build configuration list for PBXNativeTarget "StrongestPasswordValidator" */; buildPhases = ( - A2DD31D077C4E5DBC25CC4D9E6D563A0 /* Sources */, - A68D725FF60A503B92CCC68AA7764808 /* Frameworks */, - 8229F1A457F635801075DBA017B87031 /* Resources */, + 3DD00A3EAF562F2DDCEE408A3DD4289E /* Sources */, + 207A9423F897B291A35DDEBF7289E1D8 /* Frameworks */, + 15289ACE8F9816C072DC804D0E53735C /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = "UIDevice-Utils-UIDevice-Utils"; - productName = "UIDevice-Utils-UIDevice-Utils"; - productReference = 4AEBB8CB4AE2AFAC0AB371278437CB76 /* UIDevice-Utils.bundle */; - productType = "com.apple.product-type.bundle"; - }; - A16BA43B8EB21BD50220570B52B1616F /* UIDevice-Utils */ = { - isa = PBXNativeTarget; - buildConfigurationList = 227A3F21BF4CEB183809959C673ACBFE /* Build configuration list for PBXNativeTarget "UIDevice-Utils" */; - buildPhases = ( - E2367E46EE724746B5999459ABA8D07C /* Sources */, - 6F670E3DFB0D071C1D3BB7E2A5C17C37 /* Frameworks */, - B1B2209CCBBFFD8B739855DE7CC4E87C /* Resources */, - 6AA3D856A2296C184B62AFFFE20A1B81 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 21F3FE82492CA93A15DA82D882A53585 /* PBXTargetDependency */, - ); - name = "UIDevice-Utils"; - productName = "UIDevice-Utils"; - productReference = 0B0E176030973F1950CB5CE9BBC62B05 /* UIDevice_Utils.framework */; + name = StrongestPasswordValidator; + productName = StrongestPasswordValidator; + productReference = AEB9ED7B810B60A7A2BCA41EFCFE5767 /* StrongestPasswordValidator.framework */; productType = "com.apple.product-type.framework"; }; - ADA721173AEF9DD576ACB9663713F3DD /* PNObject-PNObject */ = { + 90B2840AB96CFDCBD62C7A56DFD6562C /* CocoaSecurity */ = { isa = PBXNativeTarget; - buildConfigurationList = 19FF993CF5271569B18A7F51FD4DE063 /* Build configuration list for PBXNativeTarget "PNObject-PNObject" */; + buildConfigurationList = 1186A10BFC16C061060C757186D8DC2A /* Build configuration list for PBXNativeTarget "CocoaSecurity" */; buildPhases = ( - C9720ACCC0EB60D2E1E6895543E6D79D /* Sources */, - C6FB272CC9352E521B2886539A53AAF4 /* Frameworks */, - A1BF8FA7EC3EC14AACA2C583657F74D1 /* Resources */, + 9701B5C5F90C014EC2400732E2E6AFA2 /* Sources */, + 7DADB66E01546DAC801050D945E0F4B9 /* Frameworks */, + E2C009CA8909E39BA8846C9884615924 /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = "PNObject-PNObject"; - productName = "PNObject-PNObject"; - productReference = 60E441C70C64D2749C8F7E14D6FEEC02 /* PNObject.bundle */; - productType = "com.apple.product-type.bundle"; + name = CocoaSecurity; + productName = CocoaSecurity; + productReference = 4B60E13FC6BF9C5571FA80BB5053DBC0 /* CocoaSecurity.framework */; + productType = "com.apple.product-type.framework"; }; - B289CB22CC811B5C297D8875BA1D848A /* PNObject */ = { + 933814502F34C61F1CE931BDE5926FE2 /* NSString-Helper */ = { isa = PBXNativeTarget; - buildConfigurationList = A9D190441773C5262C77D6F4982D1383 /* Build configuration list for PBXNativeTarget "PNObject" */; + buildConfigurationList = C1AAF71DA62934AD9F58CDA8AA7680EB /* Build configuration list for PBXNativeTarget "NSString-Helper" */; buildPhases = ( - 1DB1E413EA978E031C9921E8B8AEB463 /* Sources */, - 5D086C42F6A1700647DDD13966AB8992 /* Frameworks */, - 8ABDE77DDAF735011AD1B6B44914CF1D /* Resources */, - 5E1BF770919DD54175AA82F72F18D72C /* Headers */, + 4B398BFC3511CC6B1C69FB845334B097 /* Sources */, + 55B98C348802979A7D58967F9071F55A /* Frameworks */, + 90985D61A20F0A9D65F4818E1597D518 /* Headers */, ); buildRules = ( ); dependencies = ( - 4FB31E61E38A26AC5D1B6C54B3FAD0D7 /* PBXTargetDependency */, - E465474BBD428B48720866B141EFBB71 /* PBXTargetDependency */, - B6BFFC8B4C2CF6D98FB47DF736A505EC /* PBXTargetDependency */, - 46933BD097A7F856910A1D2D8A307968 /* PBXTargetDependency */, - EA96340C08EF23D0E396F214D6596088 /* PBXTargetDependency */, - 0E5F52E8D067ED6AABFA0FE8FE0557C6 /* PBXTargetDependency */, - E2C25D1616BD41D8A09C0595FB8005BA /* PBXTargetDependency */, - 1AFC156E690A5149C6667471D7293BAF /* PBXTargetDependency */, - D721E1807887D8700532491ED36CCBA3 /* PBXTargetDependency */, - 5371ABCABFCE13F793507D252585549B /* PBXTargetDependency */, - 8C5F91E810F74A226F7C58A87ED54611 /* PBXTargetDependency */, - DC4EF1AAF1A90E1DB32A7FB2A6B5FD35 /* PBXTargetDependency */, - 455BAD8A31E895A0D7B8E3717BEBD1C4 /* PBXTargetDependency */, - 05397DC2351C805CE9B6FA78DF35D5CE /* PBXTargetDependency */, ); - name = PNObject; - productName = PNObject; - productReference = 0BA5E33D38BE6334E1755B0C20E24DA7 /* PNObject.framework */; + name = "NSString-Helper"; + productName = "NSString-Helper"; + productReference = D56C740C26F3698C30423DD1332536AB /* NSString_Helper.framework */; + productType = "com.apple.product-type.framework"; + }; + A4CAA39721DF584FA1B2F4BF0F444D4E /* Pods-PNObject_Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0C326741AA03CBC4B20CCD477F82C3E5 /* Build configuration list for PBXNativeTarget "Pods-PNObject_Example" */; + buildPhases = ( + 1E15542F89CB50356CABE23EDA95AAC7 /* Sources */, + 53EA0C5C2ACB6A0A95CA5D987249CAC6 /* Frameworks */, + 50E4EF4EDF18C498E71B9D006FC6AFD5 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + D55B8EDA7E4537A4CBD1F7094170DEA9 /* PBXTargetDependency */, + B6DF80B08972098CDDAA51992F7C9704 /* PBXTargetDependency */, + 12138E4E405E64B0E0F715FD60828305 /* PBXTargetDependency */, + 7C536D25764BD93B06BBE127BC4F608B /* PBXTargetDependency */, + 3A3BC8E4F4412E2CCB974B7498073DA7 /* PBXTargetDependency */, + 24B66AB5B57CCD54A063F7EB9E9BED26 /* PBXTargetDependency */, + 573C6BE3F6DA189945D1231FC6909B87 /* PBXTargetDependency */, + B1BFE2744CEB83826B97A2426CD9CA3E /* PBXTargetDependency */, + 27D5173468B449A83C7A3BE392AB2F31 /* PBXTargetDependency */, + 91DCBA4751847FC5D60446AD8A31A939 /* PBXTargetDependency */, + 077BD83262F78DF6F1B5C3D41B54FE83 /* PBXTargetDependency */, + 8EE17BBEE62ADCAAE3E005B070CC1958 /* PBXTargetDependency */, + 3005E7D48FED5D5BCE5AF912CDB9C823 /* PBXTargetDependency */, + 7BDCBF9CD5D073B6A97058BC2FAEDB7B /* PBXTargetDependency */, + 093F58BC8A4F1F8477D7A9C8940DD716 /* PBXTargetDependency */, + C2C39844948913146BD2C8D140B537C2 /* PBXTargetDependency */, + 5A41544A64754EC3D696DD991FB96377 /* PBXTargetDependency */, + ); + name = "Pods-PNObject_Example"; + productName = "Pods-PNObject_Example"; + productReference = 32885A863B7F76EC895B602BC3B583D2 /* Pods_PNObject_Example.framework */; + productType = "com.apple.product-type.framework"; + }; + A9B93CAF9380B9A062D05C07FC77C9EB /* NSUserDefaults-AESEncryptor */ = { + isa = PBXNativeTarget; + buildConfigurationList = 09BB376D16DB80516EE6032CBF5DAFED /* Build configuration list for PBXNativeTarget "NSUserDefaults-AESEncryptor" */; + buildPhases = ( + EEE536FE8A91F6ACC8D6E79A117E440F /* Sources */, + 9F047CF8A1F90CBD1CE7F560A69EFB18 /* Frameworks */, + 6963C25D8CF13EBDFFD2C6B4EC394318 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + CAFE76D591EE0D21157DE9CF03EB8E33 /* PBXTargetDependency */, + ); + name = "NSUserDefaults-AESEncryptor"; + productName = "NSUserDefaults-AESEncryptor"; + productReference = 2DF4C46822D5F8688746B4D76FABE545 /* NSUserDefaults_AESEncryptor.framework */; + productType = "com.apple.product-type.framework"; + }; + B1C26CF5D7BC4752BFC1F8EAEE738DEE /* CodFis-Helper */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0DA1A27323A94AB824F67125EE06A18B /* Build configuration list for PBXNativeTarget "CodFis-Helper" */; + buildPhases = ( + 3CF7C2D4C2AC18A48E3D968E884D3F0E /* Sources */, + C7858190615B153BF0CEA266BEE00DEB /* Frameworks */, + B3CAB89E1CD90427DF0B6BA307B5D3F9 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "CodFis-Helper"; + productName = "CodFis-Helper"; + productReference = 1E0DC34DF95907718855C13449C7D7DC /* CodFis_Helper.framework */; productType = "com.apple.product-type.framework"; }; BF088AF63E437970817C1E809577C700 /* PEAR-FileManager-iOS */ = { @@ -4116,73 +4345,24 @@ ); name = "PEAR-FileManager-iOS"; productName = "PEAR-FileManager-iOS"; - productReference = A38BF51514FEABDD6D4F03997CF6CD39 /* PEAR_FileManager_iOS.framework */; + productReference = 092A3ABAB59A2E64FDB7EB06E4928AEB /* PEAR_FileManager_iOS.framework */; productType = "com.apple.product-type.framework"; }; - C0851D68DBB934EC9D9EB9D311094A6F /* StrongestPasswordValidator-StrongestPasswordValidator */ = { + CB10C2556DB4A96AB0846B2A1A030FAF /* UIDevice-Utils */ = { isa = PBXNativeTarget; - buildConfigurationList = 1585A939FFB3A5B7B122E96DDEA9B3C8 /* Build configuration list for PBXNativeTarget "StrongestPasswordValidator-StrongestPasswordValidator" */; + buildConfigurationList = F0F1F8B98808D641FEB1043D16C8BA6C /* Build configuration list for PBXNativeTarget "UIDevice-Utils" */; buildPhases = ( - AA88F6383875A5A7014CCB1CDF5F4C8D /* Sources */, - B5D39B3A7F35721A266D74FBC657B6AA /* Frameworks */, - 3CE371A9650D0458D302CD195580C5F8 /* Resources */, + F0DB01A4D5588AF59462015D2321F910 /* Sources */, + 17F0B823672351D7C1EC4C70CDDEB27C /* Frameworks */, + 30B3E9203462C6BB8CD1624548B1E1E2 /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = "StrongestPasswordValidator-StrongestPasswordValidator"; - productName = "StrongestPasswordValidator-StrongestPasswordValidator"; - productReference = F0294DFC06474C2B17C1DBF95E36FCEA /* StrongestPasswordValidator.bundle */; - productType = "com.apple.product-type.bundle"; - }; - C151757236ED425D4575FA96E3D67F5A /* NSString-Helper-NSString-Helper */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7881D90294F3C83E4711EF9101B8352B /* Build configuration list for PBXNativeTarget "NSString-Helper-NSString-Helper" */; - buildPhases = ( - 687D7E8852B2A540FBA190D19ECBA49B /* Sources */, - CDB1036A78B08654D629A73B2DFD711B /* Frameworks */, - 056E047212488E9A20B6F113B0553554 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "NSString-Helper-NSString-Helper"; - productName = "NSString-Helper-NSString-Helper"; - productReference = 89208288C48137CF752791D41C6535ED /* NSString-Helper.bundle */; - productType = "com.apple.product-type.bundle"; - }; - C82FC8FC5ADA913A955D0405614D2354 /* Pods-PNObject_Example */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3460A17191CBC7E89B5A9E36009E3B5C /* Build configuration list for PBXNativeTarget "Pods-PNObject_Example" */; - buildPhases = ( - 77FB668BB42F41F9C3E8AD59C1C82B09 /* Sources */, - 9876FBCF12E4C57DB8D6D0F2695BC0B1 /* Frameworks */, - D83FB513745F96FEC4D473D8743F1B3F /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 805B5A167DA1AF926AED4256335D797F /* PBXTargetDependency */, - 4D19350141EF254B07C84DD4C58F1CD8 /* PBXTargetDependency */, - D34D084194466F6E36F3B6D7C397A1DC /* PBXTargetDependency */, - D02D2900AC4B6A785781CC4C548F7468 /* PBXTargetDependency */, - 7224CE768BB2A9F1163D889E77E007D2 /* PBXTargetDependency */, - E1807C75A54A499EA185E9F7FA2CF13B /* PBXTargetDependency */, - 176D540C2AB00158C7014CE4B81D5124 /* PBXTargetDependency */, - 480A35F1FFC5B5474EEB1E89E3588752 /* PBXTargetDependency */, - 2324D6168EEBF528BDC8689EBE7DA464 /* PBXTargetDependency */, - A668B3626B21A9183FE5EBE1FF2975C3 /* PBXTargetDependency */, - B616827F7AB7CA74B1E5EA3B4D5F7E17 /* PBXTargetDependency */, - D8D0621FEFA5DCE0665EB1B5EDAFFDD7 /* PBXTargetDependency */, - 5394ECB50110D17426EC479EC63EBE00 /* PBXTargetDependency */, - DC38F2F7E865945F1F976D10A65CA67B /* PBXTargetDependency */, - 14C966F8A29391A4E52220F4FD2986E0 /* PBXTargetDependency */, - ); - name = "Pods-PNObject_Example"; - productName = "Pods-PNObject_Example"; - productReference = 633C82B7D3583340D5B4F2F7A161F392 /* Pods_PNObject_Example.framework */; + name = "UIDevice-Utils"; + productName = "UIDevice-Utils"; + productReference = 269152C6A03486F78CE871291B2315E5 /* UIDevice_Utils.framework */; productType = "com.apple.product-type.framework"; }; D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */ = { @@ -4199,60 +4379,7 @@ ); name = FBSnapshotTestCase; productName = FBSnapshotTestCase; - productReference = B547F67B84786AA8E7EBFCFEDF693B18 /* FBSnapshotTestCase.framework */; - productType = "com.apple.product-type.framework"; - }; - E14B7AF3D24BE951D0A73307B65567AA /* CodFis-Helper-CodFis-Helper */ = { - isa = PBXNativeTarget; - buildConfigurationList = 5F598C17BA54298E97E89404A33EAA61 /* Build configuration list for PBXNativeTarget "CodFis-Helper-CodFis-Helper" */; - buildPhases = ( - 9296143FDCBB7B177B55ABE8C431E3B1 /* Sources */, - CFC0C3620426489CFDBA6CF175AF1586 /* Frameworks */, - E3E721C903D9744C26DD3B0427E1342E /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "CodFis-Helper-CodFis-Helper"; - productName = "CodFis-Helper-CodFis-Helper"; - productReference = BAC519B57D0FE97E0B93F2AC9F10ACE8 /* CodFis-Helper.bundle */; - productType = "com.apple.product-type.bundle"; - }; - E8EACB2759BAA815FAC2E1B98932203D /* CodFis-Helper */ = { - isa = PBXNativeTarget; - buildConfigurationList = E2F153010B2F8C84EA09F9E6F04EAC47 /* Build configuration list for PBXNativeTarget "CodFis-Helper" */; - buildPhases = ( - CDB91B1607E076EF1F3D80C3D535E5FB /* Sources */, - 64A5DB045256B765A9E1CBE8117BE3CF /* Frameworks */, - E6535B9CD33386C12D6147802A106CE1 /* Resources */, - 65880B020AB7B138A4A4465F82CF7875 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 98DD51A246F6BAB1D54CFD05E01D8874 /* PBXTargetDependency */, - ); - name = "CodFis-Helper"; - productName = "CodFis-Helper"; - productReference = 133A18D57DF50F09D644C874F4A74366 /* CodFis_Helper.framework */; - productType = "com.apple.product-type.framework"; - }; - F36421BE3CA2CFC3461C5BE492620FBB /* Specta */ = { - isa = PBXNativeTarget; - buildConfigurationList = F447EFA171586486F72E4E3D0AB06B15 /* Build configuration list for PBXNativeTarget "Specta" */; - buildPhases = ( - 0D64E46D429F290FFC625DA7E1309E25 /* Sources */, - 45205BD0078044AA0C04DAF40F69B619 /* Frameworks */, - 7C9D2E3128860ED7D0B64AC5E29F6E3E /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Specta; - productName = Specta; - productReference = 72C433EC40894EDF776A0D248FA809BD /* Specta.framework */; + productReference = 6B8F63E6CFA0AC4039A9216709F9EB7C /* FBSnapshotTestCase.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -4272,144 +4399,38 @@ en, ); mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = 5DD321E933DA1110DA46CAEAC586EC24 /* Products */; + productRefGroup = CA4C642BA530992B6B6CA9BC5A0A5DBE /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */, 63A18C6A528BD7E47DDAF39B2AEAF1D1 /* Bolts */, - E8EACB2759BAA815FAC2E1B98932203D /* CodFis-Helper */, - E14B7AF3D24BE951D0A73307B65567AA /* CodFis-Helper-CodFis-Helper */, + 90B2840AB96CFDCBD62C7A56DFD6562C /* CocoaSecurity */, + B1C26CF5D7BC4752BFC1F8EAEE738DEE /* CodFis-Helper */, 0D888F29E05E498D0CD91A51D28599A5 /* Expecta */, 619F0D28240534293108906FED04836F /* Expecta+Snapshots */, 1A54A167C32DFCCEA6CDB5334A0DB6AC /* FBSDKCoreKit */, 6EDC37F3FA92533C6AC3562458AA91F1 /* FBSDKLoginKit */, 404EE043C7E580CAEA95F9A357C81415 /* FBSDKShareKit */, D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */, - 20B8A8681820FA8513BD7E48A85DC18D /* NSDate_Utils */, - 3241BF41D67FE3979A15BEAA18A92CA3 /* NSDate_Utils-NSDate_Utils */, - 6F621F2F34EEA2E2A05B25FA44939F5D /* NSString-Helper */, - C151757236ED425D4575FA96E3D67F5A /* NSString-Helper-NSString-Helper */, + 07E7B1F2B822E2C3756A80B3A630FFFD /* NACrypto */, + 44E0A443C7B5AAF9367BC919E00F78FE /* NSDate_Utils */, + 933814502F34C61F1CE931BDE5926FE2 /* NSString-Helper */, + A9B93CAF9380B9A062D05C07FC77C9EB /* NSUserDefaults-AESEncryptor */, 88643B90725E3BDB1F15DA88BB66A9C9 /* nv-ios-http-status */, BF088AF63E437970817C1E809577C700 /* PEAR-FileManager-iOS */, - B289CB22CC811B5C297D8875BA1D848A /* PNObject */, - ADA721173AEF9DD576ACB9663713F3DD /* PNObject-PNObject */, - C82FC8FC5ADA913A955D0405614D2354 /* Pods-PNObject_Example */, - 15B8543A33C082F10C298E1BE428847E /* Pods-PNObject_Tests */, - 823DCC47A39BF05022FD243FFA57350E /* PureLayout */, - 3C748212C173CFB68E606D9CE25722D3 /* RNCryptor */, - F36421BE3CA2CFC3461C5BE492620FBB /* Specta */, - 696DC08CBD3C0FD568286BDBAA47325B /* StrongestPasswordValidator */, - C0851D68DBB934EC9D9EB9D311094A6F /* StrongestPasswordValidator-StrongestPasswordValidator */, - A16BA43B8EB21BD50220570B52B1616F /* UIDevice-Utils */, - 9A86D57356F20F2D0E6A1DF60C124F42 /* UIDevice-Utils-UIDevice-Utils */, + 2FFC9285C507681846C93EEDEE0FB684 /* PNObject */, + A4CAA39721DF584FA1B2F4BF0F444D4E /* Pods-PNObject_Example */, + 3846AA8D545E4A1B3BDF2F6F37246A7C /* Pods-PNObject_Tests */, + 39704F162130712391CF441D51F50591 /* PureLayout */, + 6B25CC9A9201E9CF730AD91ADD1B2FDC /* Specta */, + 8C9AA22D1A042FA2D1BB0B695DAC1B62 /* StrongestPasswordValidator */, + CB10C2556DB4A96AB0846B2A1A030FAF /* UIDevice-Utils */, ); }; /* End PBXProject section */ -/* Begin PBXResourcesBuildPhase section */ - 056E047212488E9A20B6F113B0553554 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 24051A43C464FA4753841B4A25AAD831 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1EB1017329A4B7619553CBD5FF5D0DAA /* NSDate_Utils.bundle in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3CE371A9650D0458D302CD195580C5F8 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5493837171A1BFE5D0807A41315674C6 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5CD2C96985A4C5000C76FC8BECA2CDF2 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - AD368AC80B1BA3675EDB9CED108739FD /* StrongestPasswordValidator.bundle in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8229F1A457F635801075DBA017B87031 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8ABDE77DDAF735011AD1B6B44914CF1D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BFD91CBFAD258F66443ACCBA332F3D40 /* PNObject.bundle in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A1BF8FA7EC3EC14AACA2C583657F74D1 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B1B2209CCBBFFD8B739855DE7CC4E87C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1C3F8964796DAD9A908E527C241DF3E9 /* UIDevice-Utils.bundle in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E3E721C903D9744C26DD3B0427E1342E /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E6535B9CD33386C12D6147802A106CE1 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8758A10FCEE3F1349A2DB032D703E6E2 /* CodFis-Helper.bundle in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F906764553FA4DB8384EE10475296082 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 12C66CB4A6AA6270B71012F77C9206FC /* NSString-Helper.bundle in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ - 00F1563D2EAFA9FCB9A293E51DCF62BE /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4337B8A8A4877D281C781AD32F0095A7 /* RNCryptor-dummy.m in Sources */, - 105EDB8B02212B7327DCEAC866995FA5 /* RNCryptor.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 050B9690E875D70369E073EC11B52256 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4425,44 +4446,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0D64E46D429F290FFC625DA7E1309E25 /* Sources */ = { + 1E15542F89CB50356CABE23EDA95AAC7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 88016EB7EB19D156CE2DA9DC6BD1A69A /* Specta-dummy.m in Sources */, - 844A186BB37A792DF221C6D3FED55548 /* SpectaDSL.m in Sources */, - 340490448CDBF9AC2A61E7AD0C225B5E /* SpectaUtility.m in Sources */, - 55A2C3FE7B4F371CED87BD4D722B0AA8 /* SPTCallSite.m in Sources */, - 843568FDEB30BD7AEF8E71F928B9CEEB /* SPTCompiledExample.m in Sources */, - 1D8CF72F68F6192E674A0529099B847F /* SPTExample.m in Sources */, - D44FEECD7262E751DCCF79D9F16B1707 /* SPTExampleGroup.m in Sources */, - 5FB9A8C93E92A2019F37320CA6EF0051 /* SPTSharedExampleGroups.m in Sources */, - 042B5A0DF9A7C3875611D66EEE6F4F0A /* SPTSpec.m in Sources */, - 0254DC8C011209AB977C06EA7E95889E /* SPTTestSuite.m in Sources */, - 093DA254B30414E2DEDBC9D08084D234 /* XCTestCase+Specta.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1DB1E413EA978E031C9921E8B8AEB463 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1F11A0BCDCFAF45917BD67D4299AEC99 /* AFHTTPRequestSerializer+OAuth2.m in Sources */, - 4439DE6D9DBB58E32A7F8B1F0F938CEB /* AFJSONResponseSerializerWithData.m in Sources */, - C6057505D986FAACBC32C4FCBDFE7AE4 /* AFOAuth2Manager.m in Sources */, - F211020303652B9950C244207D027A03 /* AFOAuthCredential.m in Sources */, - FC2E21086C6646E0D52EC276A0A0E5B2 /* PNAddress.m in Sources */, - 7214A8541C7570EAF4D7AA3ECBA6B344 /* PNInstallation.m in Sources */, - E6E14003B96F98489B61CC375F0E7277 /* PNLocation.m in Sources */, - 75203D49B73EF64CB17E266D620967A7 /* PNObjcPassword.m in Sources */, - 8D2EA5E0D474F50C8E228D8B03131E31 /* PNObject+PNObjectConnection.m in Sources */, - 1E8998105627CC57D11D0195F528D994 /* PNObject+Protected.m in Sources */, - A7A0B58CC32AFC21D75C8DA9FC719043 /* PNObject-dummy.m in Sources */, - 9E448F74F0EE844257C3597EC2DB5A7C /* PNObject.m in Sources */, - F6AA8D90B361D00CEEF60792F6D5B569 /* PNObjectConfig.m in Sources */, - 3FB5EC97A26C7E291EF7FA8BFA0F5B7F /* PNObjectFormData.m in Sources */, - EA5C8518DA1640EB827497582D60F5F8 /* PNObjectModel.m in Sources */, - F2EC13DC8EAD5C164567FADEBAAD4652 /* PNUser.m in Sources */, + 2D19F4BB2DC4A1582488349183A0700A /* Pods-PNObject_Example-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4489,20 +4477,66 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2ECC9B9F2EBB6A42BF6B277C5C78C50B /* Sources */ = { + 3CF7C2D4C2AC18A48E3D968E884D3F0E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FE5EFE1631BFAE15994411002B426570 /* NSString+Helper.m in Sources */, - 2F5A66C1D2768E5D71417A7FA25F0E80 /* NSString-Helper-dummy.m in Sources */, + D73688A70800307D9448F963DC921B82 /* CodFis+Helper.m in Sources */, + FD3B526C33F59B142E0711990813ECBD /* CodFis-Helper-dummy.m in Sources */, + B08816C00B79EB4AEC7C7F4B027307E0 /* CodFisResponse.m in Sources */, + 23429D732B68F464D4483AD5B31D69C2 /* VatNumber+Helper.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 44B48DE0FB820C8ABD1669621FD20AFA /* Sources */ = { + 3DD00A3EAF562F2DDCEE408A3DD4289E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 993794224F6A64BEA192FC7BAB6FE714 /* Pods-PNObject_Tests-dummy.m in Sources */, + 2AD0E7DE43F3D0562A7BE999892B58A8 /* StrongestPasswordValidator-dummy.m in Sources */, + 0B75EAE441184FD59EDDDD40ACA3599F /* StrongestPasswordValidator.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4412338E95B29ACCE98D545DDD56D09E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6FA27A19897E7F8AE652B683332DEE1F /* ALView+PureLayout.m in Sources */, + 73FC7216617A2463E1FEE8A36CA8B183 /* NSArray+PureLayout.m in Sources */, + 246C01D85BD8AD3CDAEBD7E019B854BF /* NSLayoutConstraint+PureLayout.m in Sources */, + 8F2D501DB8FA13EB2A177AC9C560221E /* PureLayout-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 47761E5882B82D2AE4E9FD59DFE3FC42 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F51B742DACDE7D12F1C3015628603542 /* AFHTTPRequestSerializer+OAuth2.m in Sources */, + DF6BF523EB9180309F1EEF0C6915CF96 /* AFJSONResponseSerializerWithData.m in Sources */, + F26833B757BC82F1FE254143E86A9C0D /* AFOAuth2Manager.m in Sources */, + 058041A9896C70596F58370D3B951796 /* AFOAuthCredential.m in Sources */, + 87FF5B37713727B944C6BFDDEA677606 /* PNAddress.m in Sources */, + 7B135342D0E06FA661C05183A90B99A4 /* PNInstallation.m in Sources */, + 06A76F90393CFBED0C24B0A5D48C0726 /* PNLocation.m in Sources */, + 715A5021C3E73D708A2A16CCAC57DAFD /* PNObjcPassword.m in Sources */, + 533C97FBF0121CE0397E02EF5C26C2D0 /* PNObject+PNObjectConnection.m in Sources */, + 501F586BD1E2B594B43A2EA0445A406E /* PNObject+Protected.m in Sources */, + A1E6313956F1C564777EDDE171C2A9F0 /* PNObject-dummy.m in Sources */, + 8A12C7B695670F4A501C2F23B469E4A6 /* PNObject.m in Sources */, + B55A487D069BE38832FE5C0E80BF01B7 /* PNObjectConfig.m in Sources */, + 593CC7041B3BF65E9BAD9828E968D71C /* PNObjectFormData.m in Sources */, + BFB5375E08114AA9198ACA9F67866236 /* PNObjectModel.m in Sources */, + 2A1DD5FBE78B486AB0698FEACFF50E88 /* PNUser.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4B398BFC3511CC6B1C69FB845334B097 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F818CA8BDFE1259CEAC22A2236DD4EDD /* NSString+Helper.m in Sources */, + 3F7385EE1C8D8283B17F46DBB96362D3 /* NSString-Helper-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4582,19 +4616,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 59ED484589F5B1C9798100CF3687BA41 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 154FE40BF807A22A341770459ED0BCA9 /* NSDate+NSDate_Util.m in Sources */, - 5062716982D7B13BBDA758E244EDDC86 /* NSDate_Utils-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 687D7E8852B2A540FBA190D19ECBA49B /* Sources */ = { + 6976378AC2E50CE43965C251178AFDDF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 782E3BE698B7DA5773A6C6519B38CA10 /* NSDate+NSDate_Util.m in Sources */, + 7AF5F4AA5776654625C7075BE77BEE0C /* NSDate_Utils-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4617,11 +4644,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 77FB668BB42F41F9C3E8AD59C1C82B09 /* Sources */ = { + 74FE759D9E494367A56CF1D9E6072821 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E4F1EBC4ADEFA94F3641370CC0F7F4E1 /* Pods-PNObject_Example-dummy.m in Sources */, + 8AA12CA6E8413E0E6E4CB1084217B0B1 /* Pods-PNObject_Tests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4644,10 +4671,44 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9296143FDCBB7B177B55ABE8C431E3B1 /* Sources */ = { + 918FE9A0E1A155B84351E2DD56351D09 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + A1F7A1E899C169C59400768EB4A37779 /* Specta-dummy.m in Sources */, + A0CC2A20641BE58617524B9DB4F912D8 /* SpectaDSL.m in Sources */, + F47EE42CFAE342AB4B79F55D789C5CC9 /* SpectaUtility.m in Sources */, + 2F3B10BC0B44ACDE4D2905BA203A61B1 /* SPTCallSite.m in Sources */, + 9E291AE56EDB6ABC117DDC23EDE5F1C9 /* SPTCompiledExample.m in Sources */, + 2206113F360F58A003E22799D1A80307 /* SPTExample.m in Sources */, + BEA0D39D14AD866781796B9C6B09F9F6 /* SPTExampleGroup.m in Sources */, + 1102A24627656AAD7097BAD430420ABF /* SPTSharedExampleGroups.m in Sources */, + 4389DBF8BD6CD92A017E2E8C7094FDB3 /* SPTSpec.m in Sources */, + B4EFC6384BAB54378FEFAD61780858E9 /* SPTTestSuite.m in Sources */, + 749BAE64608E8A0923033E2693E309D4 /* XCTestCase+Specta.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 93511C22C2491C682CF969DDC1F27DA3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3B07B7A87BE23752DC8BE61D8383FF4 /* KeccakF-1600-opt32.c in Sources */, + CB62E2E929C227DBA2E982337C7550BD /* KeccakNISTInterface.c in Sources */, + D87E507EE5C6A61CAB53FDE43559B9F9 /* KeccakSponge.c in Sources */, + 2CFD65B80586B2704C0F5C18C6CEBDA6 /* NAAES.m in Sources */, + 22CC0ACCC65E60E31971FBEE695284B2 /* NACounter.m in Sources */, + 7977954372EDF07DB712AE03FBE249BE /* NACrypto-dummy.m in Sources */, + B205E803C5345910769B1E9FB29D7B47 /* NADigest.m in Sources */, + 2DD461B03E98E4B0372AB86536ED59B7 /* NAHMAC.m in Sources */, + CAD619F21A98965A67142D9C03D4DEE0 /* NAKeychain.m in Sources */, + 103FBA9E8960F0B8CE61A4E546E006DA /* NANSData+Utils.m in Sources */, + D02ACBA2A4AFC9D855CBF9AE94587A3B /* NANSMutableData+Utils.m in Sources */, + AAB83D6D9BD6A9A9E8E03BD4B40965CE /* NANSString+Utils.m in Sources */, + 85BA5B1900BB32EB2B3CED0256951165 /* NASecRandom.m in Sources */, + FB7549AED3B510E676F2DAA0BAD007C4 /* NASHA3.m in Sources */, + 5FC46014065651ECC2B3B2561AFB0EC1 /* NATwoFish.m in Sources */, + 7BEF24184A897B5AD81EF48F4FB74FBF /* twofish.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4660,6 +4721,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9701B5C5F90C014EC2400732E2E6AFA2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E619F6D3D8B639CE59F336F1906D9CF /* Base64.m in Sources */, + 1D55ABC9DBB12804F8D0076A0DCFB830 /* CocoaSecurity-dummy.m in Sources */, + FB0431CF32781341437DA35F1D1B4BB6 /* CocoaSecurity.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9733DEAFE333FEAC78CE8AFA5317D630 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4729,20 +4800,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A2DD31D077C4E5DBC25CC4D9E6D563A0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AA88F6383875A5A7014CCB1CDF5F4C8D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; B239BD93C67DE976C7F3A1AD982A0A58 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4785,104 +4842,74 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C9720ACCC0EB60D2E1E6895543E6D79D /* Sources */ = { + EEE536FE8A91F6ACC8D6E79A117E440F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 43D2E52A4EF08EABF1770B14F3869CA9 /* NSUserDefaults+AESEncryptor.m in Sources */, + B5226CD1A92B393DA9C14777E646F668 /* NSUserDefaults-AESEncryptor-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - CCC5BB6C4D9326CC06483982D84207DA /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F0A9495E5CD098FEA76F105A290C5100 /* StrongestPasswordValidator-dummy.m in Sources */, - 7B7F213139C1B26B9C530F5EB56C9CAD /* StrongestPasswordValidator.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CDB91B1607E076EF1F3D80C3D535E5FB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4A67E0DAEA9E5E5CFA329F624696AB26 /* CodFis+Helper.m in Sources */, - DD875C0F86FA77C0ACFB97DCD6078F98 /* CodFis-Helper-dummy.m in Sources */, - 42E3334C425DEE96210B9AD1419117B1 /* CodFisResponse.m in Sources */, - A8E047167FA3E7D9783771C27E9A8097 /* VatNumber+Helper.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E2367E46EE724746B5999459ABA8D07C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DF012A1A74D2A28EF1337B0EC806BD78 /* UIDevice-Hardware.m in Sources */, - B1AFEB4C862B3A782C307F128C723C15 /* UIDevice-Utils-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E94DDAC2DCB085728DFC64B9C17BFF56 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3F9472D61C236FBA7FE3ABCCC71E5E3D /* ALView+PureLayout.m in Sources */, - 8C85D66841B49A2929EFC1AC8D94E960 /* NSArray+PureLayout.m in Sources */, - 7A568273B8FA9CA2D3D4E2AD5C52C05B /* NSLayoutConstraint+PureLayout.m in Sources */, - 6315D569F7A2D90C251C907CB896543F /* PureLayout-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EFCDB2F10A0D0ECD2C48D53B2E003FEC /* Sources */ = { + F0DB01A4D5588AF59462015D2321F910 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 754D358064279F836DFDAF1E358FB732 /* UIDevice-Hardware.m in Sources */, + 1CC41985F8D7CEF07AD9FC1FCEACB73D /* UIDevice-Utils-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 05397DC2351C805CE9B6FA78DF35D5CE /* PBXTargetDependency */ = { + 077BD83262F78DF6F1B5C3D41B54FE83 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "nv-ios-http-status"; - target = 88643B90725E3BDB1F15DA88BB66A9C9 /* nv-ios-http-status */; - targetProxy = 2CEA8448B2D6729C2A6875720DEB1F96 /* PBXContainerItemProxy */; + name = "NSUserDefaults-AESEncryptor"; + target = A9B93CAF9380B9A062D05C07FC77C9EB /* NSUserDefaults-AESEncryptor */; + targetProxy = 83FED21D0DB2551DC340C02DD09B1BB0 /* PBXContainerItemProxy */; }; - 058E4DD31ABF2B4E4573DC809D8E46F6 /* PBXTargetDependency */ = { + 0923C406E8DFE1AA3DFC16600AA0AD02 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = NACrypto; + target = 07E7B1F2B822E2C3756A80B3A630FFFD /* NACrypto */; + targetProxy = 0812A81C8D8429C60FE05506A16FDF6E /* PBXContainerItemProxy */; + }; + 093F58BC8A4F1F8477D7A9C8940DD716 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = StrongestPasswordValidator; + target = 8C9AA22D1A042FA2D1BB0B695DAC1B62 /* StrongestPasswordValidator */; + targetProxy = DE8126E62230BA3A36CAD86B80001E76 /* PBXContainerItemProxy */; + }; + 0EF47D75D2D794CAFFBB00FEC34BC1B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = StrongestPasswordValidator; + target = 8C9AA22D1A042FA2D1BB0B695DAC1B62 /* StrongestPasswordValidator */; + targetProxy = 71FA255690CC3AF809E1C180108F1EDB /* PBXContainerItemProxy */; + }; + 11F568FD3720FD0C7C9674053465A3DF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AFNetworking; + target = 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */; + targetProxy = BECDDC0745F5C88A32BC89D54700B3E9 /* PBXContainerItemProxy */; + }; + 12138E4E405E64B0E0F715FD60828305 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaSecurity; + target = 90B2840AB96CFDCBD62C7A56DFD6562C /* CocoaSecurity */; + targetProxy = 8974E9CC766AE6BBB7CA151308304D5B /* PBXContainerItemProxy */; + }; + 18749A1608043ECC0A5510DFCFE7B06F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PNObject; - target = B289CB22CC811B5C297D8875BA1D848A /* PNObject */; - targetProxy = 90F9FBF95E6880F6DAB9D88F52473370 /* PBXContainerItemProxy */; + target = 2FFC9285C507681846C93EEDEE0FB684 /* PNObject */; + targetProxy = 23A3AAF1CA04B0D019146D8AB0DDD843 /* PBXContainerItemProxy */; }; - 0E5F52E8D067ED6AABFA0FE8FE0557C6 /* PBXTargetDependency */ = { + 1F0290BF2A439C0DDA5B69D31AC01552 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBSDKShareKit; - target = 404EE043C7E580CAEA95F9A357C81415 /* FBSDKShareKit */; - targetProxy = 2AED98184C06743F4A6D2D9374E5DAE8 /* PBXContainerItemProxy */; - }; - 14C966F8A29391A4E52220F4FD2986E0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "nv-ios-http-status"; - target = 88643B90725E3BDB1F15DA88BB66A9C9 /* nv-ios-http-status */; - targetProxy = C384052F7AA7D08E000424DE270EB279 /* PBXContainerItemProxy */; - }; - 176D540C2AB00158C7014CE4B81D5124 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = NSDate_Utils; - target = 20B8A8681820FA8513BD7E48A85DC18D /* NSDate_Utils */; - targetProxy = 0C0F8E8B73A919EBA4E9CF056AA363D8 /* PBXContainerItemProxy */; - }; - 1AFC156E690A5149C6667471D7293BAF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "NSString-Helper"; - target = 6F621F2F34EEA2E2A05B25FA44939F5D /* NSString-Helper */; - targetProxy = 393C74EA0B5448B730C910D7D50BA38D /* PBXContainerItemProxy */; - }; - 21F3FE82492CA93A15DA82D882A53585 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "UIDevice-Utils-UIDevice-Utils"; - target = 9A86D57356F20F2D0E6A1DF60C124F42 /* UIDevice-Utils-UIDevice-Utils */; - targetProxy = 53BE8668B3C448AD516408856F64B4D0 /* PBXContainerItemProxy */; + name = "NSUserDefaults-AESEncryptor"; + target = A9B93CAF9380B9A062D05C07FC77C9EB /* NSUserDefaults-AESEncryptor */; + targetProxy = 7A69BDE10AF98DD5F84DB19D035E8DB2 /* PBXContainerItemProxy */; }; 231CB15A6E69AB1EBA1CF8B2026218D8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -4890,41 +4917,47 @@ target = 63A18C6A528BD7E47DDAF39B2AEAF1D1 /* Bolts */; targetProxy = D14F7336F6970CF5EA3D085D7584DF5E /* PBXContainerItemProxy */; }; - 2324D6168EEBF528BDC8689EBE7DA464 /* PBXTargetDependency */ = { + 24B66AB5B57CCD54A063F7EB9E9BED26 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "PEAR-FileManager-iOS"; - target = BF088AF63E437970817C1E809577C700 /* PEAR-FileManager-iOS */; - targetProxy = 776816FABAE1CDE0D505F291E71FD45D /* PBXContainerItemProxy */; + name = FBSDKLoginKit; + target = 6EDC37F3FA92533C6AC3562458AA91F1 /* FBSDKLoginKit */; + targetProxy = 67C223C41FC8F4C3BE7490C180B049BE /* PBXContainerItemProxy */; }; - 2BCFC9E572CF11B12387453BE79660B8 /* PBXTargetDependency */ = { + 27D5173468B449A83C7A3BE392AB2F31 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBSDKCoreKit; - target = 1A54A167C32DFCCEA6CDB5334A0DB6AC /* FBSDKCoreKit */; - targetProxy = 582174FA553F6AEF0197BF3FDEB0A85C /* PBXContainerItemProxy */; + name = NSDate_Utils; + target = 44E0A443C7B5AAF9367BC919E00F78FE /* NSDate_Utils */; + targetProxy = A1BE9ABC3EB0688CA082862266D34502 /* PBXContainerItemProxy */; }; - 427B23ACCC935F189F4A16589A1DBC23 /* PBXTargetDependency */ = { + 3005E7D48FED5D5BCE5AF912CDB9C823 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "NSString-Helper-NSString-Helper"; - target = C151757236ED425D4575FA96E3D67F5A /* NSString-Helper-NSString-Helper */; - targetProxy = 28F15044017B0C9BD8CB2945A321D91B /* PBXContainerItemProxy */; + name = PNObject; + target = 2FFC9285C507681846C93EEDEE0FB684 /* PNObject */; + targetProxy = 7E5FA6CF08CB75950E850A0A0EFB0BEA /* PBXContainerItemProxy */; }; - 455BAD8A31E895A0D7B8E3717BEBD1C4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "UIDevice-Utils"; - target = A16BA43B8EB21BD50220570B52B1616F /* UIDevice-Utils */; - targetProxy = 6F24BDCEBC39A28EBCFAD0180A7EDBC4 /* PBXContainerItemProxy */; - }; - 46933BD097A7F856910A1D2D8A307968 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBSDKCoreKit; - target = 1A54A167C32DFCCEA6CDB5334A0DB6AC /* FBSDKCoreKit */; - targetProxy = 958AA7C828748DD52008C06259083C75 /* PBXContainerItemProxy */; - }; - 480A35F1FFC5B5474EEB1E89E3588752 /* PBXTargetDependency */ = { + 39E8758FB9054BA2B36FDD4DB7786428 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "NSString-Helper"; - target = 6F621F2F34EEA2E2A05B25FA44939F5D /* NSString-Helper */; - targetProxy = 96B8CDD895DC91DD558B4598B5111484 /* PBXContainerItemProxy */; + target = 933814502F34C61F1CE931BDE5926FE2 /* NSString-Helper */; + targetProxy = 1D92A116B3FF366D95FE600A5E87B79F /* PBXContainerItemProxy */; + }; + 3A3BC8E4F4412E2CCB974B7498073DA7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSDKCoreKit; + target = 1A54A167C32DFCCEA6CDB5334A0DB6AC /* FBSDKCoreKit */; + targetProxy = 49CF39CF9D2B207FA027C9F15F05E7FB /* PBXContainerItemProxy */; + }; + 3BB46C5F5C87BD22B897C7EE29B63520 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSDKCoreKit; + target = 1A54A167C32DFCCEA6CDB5334A0DB6AC /* FBSDKCoreKit */; + targetProxy = 9D9DC1C9AD4EDCDFE7FC3F8AD454B605 /* PBXContainerItemProxy */; + }; + 4825AE500D03850819E8CE6933D091D1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSDKCoreKit; + target = 1A54A167C32DFCCEA6CDB5334A0DB6AC /* FBSDKCoreKit */; + targetProxy = 5BB0FFE113726C01C4313A8A795975E7 /* PBXContainerItemProxy */; }; 4ACA793EC27274D41A670C74CD739365 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -4932,47 +4965,29 @@ target = 0D888F29E05E498D0CD91A51D28599A5 /* Expecta */; targetProxy = CCF83280732A67033B72EE54815FFD3F /* PBXContainerItemProxy */; }; - 4D19350141EF254B07C84DD4C58F1CD8 /* PBXTargetDependency */ = { + 4E25E138FA2B3516A7EF1B53AB8AEB65 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Bolts; - target = 63A18C6A528BD7E47DDAF39B2AEAF1D1 /* Bolts */; - targetProxy = 9C96F10EAC07713BC83FAC1AE6E68EC0 /* PBXContainerItemProxy */; + name = FBSDKLoginKit; + target = 6EDC37F3FA92533C6AC3562458AA91F1 /* FBSDKLoginKit */; + targetProxy = F4559928D9F6C4306AF8B43DC5328C66 /* PBXContainerItemProxy */; }; - 4D6C4388FA45A7885C2942E836B98026 /* PBXTargetDependency */ = { + 559A395E64DD3135EBA05CCACF23D5F3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = StrongestPasswordValidator; + target = 8C9AA22D1A042FA2D1BB0B695DAC1B62 /* StrongestPasswordValidator */; + targetProxy = 1499B473F7F5172316AEE9DB84FB168F /* PBXContainerItemProxy */; + }; + 573C6BE3F6DA189945D1231FC6909B87 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBSDKShareKit; target = 404EE043C7E580CAEA95F9A357C81415 /* FBSDKShareKit */; - targetProxy = 338508182D709CEBFC55DE8EC820BF37 /* PBXContainerItemProxy */; + targetProxy = 4465DEA1B5C65B559C6428801791AA84 /* PBXContainerItemProxy */; }; - 4D9558C9BBDFFB4A456C9FDC4002A177 /* PBXTargetDependency */ = { + 5A41544A64754EC3D696DD991FB96377 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Specta; - target = F36421BE3CA2CFC3461C5BE492620FBB /* Specta */; - targetProxy = 9F2F33A868D38D8DEF2CCD493B20ADCD /* PBXContainerItemProxy */; - }; - 4FB31E61E38A26AC5D1B6C54B3FAD0D7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AFNetworking; - target = 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */; - targetProxy = 51E5E0E0358657D1ED056EEC636D9FE5 /* PBXContainerItemProxy */; - }; - 51F50439D9772077B8C6D7CC77BF8466 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "CodFis-Helper"; - target = E8EACB2759BAA815FAC2E1B98932203D /* CodFis-Helper */; - targetProxy = CD86A93C8846FF5A773D7F7FBD605805 /* PBXContainerItemProxy */; - }; - 5371ABCABFCE13F793507D252585549B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "PNObject-PNObject"; - target = ADA721173AEF9DD576ACB9663713F3DD /* PNObject-PNObject */; - targetProxy = E778550645B7ACFE61AF06F1572FB64E /* PBXContainerItemProxy */; - }; - 5394ECB50110D17426EC479EC63EBE00 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = StrongestPasswordValidator; - target = 696DC08CBD3C0FD568286BDBAA47325B /* StrongestPasswordValidator */; - targetProxy = E0DD39CAAFB312F800B3CF5DCB496849 /* PBXContainerItemProxy */; + name = "nv-ios-http-status"; + target = 88643B90725E3BDB1F15DA88BB66A9C9 /* nv-ios-http-status */; + targetProxy = B73409454D354FB1224E679A3BC06016 /* PBXContainerItemProxy */; }; 5ABBF88DA121C7158B42BD41B4C51C8E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -4980,107 +4995,119 @@ target = 63A18C6A528BD7E47DDAF39B2AEAF1D1 /* Bolts */; targetProxy = C1D515C316B5D5FE5C581F2529C4666C /* PBXContainerItemProxy */; }; - 68B5CC26C23096C1DBAC0B5593F7FE18 /* PBXTargetDependency */ = { + 61E6D62D30105629F44FE253C6BFCB88 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "NSString-Helper"; + target = 933814502F34C61F1CE931BDE5926FE2 /* NSString-Helper */; + targetProxy = E912A2BCA043209309B72519B25774F0 /* PBXContainerItemProxy */; + }; + 711232BE5FE8F5F57418F47536DD0E5C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBSDKLoginKit; target = 6EDC37F3FA92533C6AC3562458AA91F1 /* FBSDKLoginKit */; - targetProxy = 7F50E346E2789F6D78CDA6E42286A209 /* PBXContainerItemProxy */; + targetProxy = C331E9CCDA8284CB1097D913F5D345F5 /* PBXContainerItemProxy */; }; - 6AAE32F333DC758349F929FD689FD562 /* PBXTargetDependency */ = { + 7BDCBF9CD5D073B6A97058BC2FAEDB7B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "StrongestPasswordValidator-StrongestPasswordValidator"; - target = C0851D68DBB934EC9D9EB9D311094A6F /* StrongestPasswordValidator-StrongestPasswordValidator */; - targetProxy = A500AD659DA1E4DB35D853EC0D44B468 /* PBXContainerItemProxy */; + name = PureLayout; + target = 39704F162130712391CF441D51F50591 /* PureLayout */; + targetProxy = 31C01B0CD18933632EB7408DBE2398F1 /* PBXContainerItemProxy */; }; - 715D71655484DE068F610C532B974C28 /* PBXTargetDependency */ = { + 7C536D25764BD93B06BBE127BC4F608B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NSDate_Utils; - target = 20B8A8681820FA8513BD7E48A85DC18D /* NSDate_Utils */; - targetProxy = 7A774F27853C3582EA11B6D13AE1D672 /* PBXContainerItemProxy */; + name = "CodFis-Helper"; + target = B1C26CF5D7BC4752BFC1F8EAEE738DEE /* CodFis-Helper */; + targetProxy = E0C5953453E015C7B8B5FFB4B1C5929E /* PBXContainerItemProxy */; }; - 7224CE768BB2A9F1163D889E77E007D2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBSDKLoginKit; - target = 6EDC37F3FA92533C6AC3562458AA91F1 /* FBSDKLoginKit */; - targetProxy = 3C6A7AEADAC32B49A9EA58A76D8954B9 /* PBXContainerItemProxy */; - }; - 805B5A167DA1AF926AED4256335D797F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AFNetworking; - target = 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */; - targetProxy = A1CF4B0C91C4F5AB6ED844A0E93FCD2C /* PBXContainerItemProxy */; - }; - 863BEE0691695DE47B668EAF84851624 /* PBXTargetDependency */ = { + 8EE17BBEE62ADCAAE3E005B070CC1958 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "PEAR-FileManager-iOS"; target = BF088AF63E437970817C1E809577C700 /* PEAR-FileManager-iOS */; - targetProxy = 8CB2FE5F4C133B87AC9A33E217934B97 /* PBXContainerItemProxy */; + targetProxy = 60BF8288AC1D2AB50A63DF6462FA6335 /* PBXContainerItemProxy */; }; - 8BA644C9146F31BBBCDB44E519EB8CC1 /* PBXTargetDependency */ = { + 91DCBA4751847FC5D60446AD8A31A939 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNCryptor; - target = 3C748212C173CFB68E606D9CE25722D3 /* RNCryptor */; - targetProxy = 67D8DEAF5ABBC07A632AF3476E8F61A2 /* PBXContainerItemProxy */; + name = "NSString-Helper"; + target = 933814502F34C61F1CE931BDE5926FE2 /* NSString-Helper */; + targetProxy = 603B5175A300C756A4A78FBBF748FF7D /* PBXContainerItemProxy */; }; - 8C5F91E810F74A226F7C58A87ED54611 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCryptor; - target = 3C748212C173CFB68E606D9CE25722D3 /* RNCryptor */; - targetProxy = 17BDC5509D4509049976A8518242BF03 /* PBXContainerItemProxy */; - }; - 98DD51A246F6BAB1D54CFD05E01D8874 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "CodFis-Helper-CodFis-Helper"; - target = E14B7AF3D24BE951D0A73307B65567AA /* CodFis-Helper-CodFis-Helper */; - targetProxy = 8C53F4461C9D1CEF4ECD210F7D3831C7 /* PBXContainerItemProxy */; - }; - 9C4F73C9337837ADF72154308809F580 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Expecta+Snapshots"; - target = 619F0D28240534293108906FED04836F /* Expecta+Snapshots */; - targetProxy = 3FAD12CFA146E163BE7A7C211B209E99 /* PBXContainerItemProxy */; - }; - 9E6953F0B2378E499CEC1E584FA2D5B8 /* PBXTargetDependency */ = { + 94C16B73E602BAA1682DDE03CDE40B77 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Bolts; target = 63A18C6A528BD7E47DDAF39B2AEAF1D1 /* Bolts */; - targetProxy = CC3CBFB0561ED67B51C0008C309B6951 /* PBXContainerItemProxy */; + targetProxy = D7FE54C5716BB44CA75FBCB46B1FF0D0 /* PBXContainerItemProxy */; }; - A11655C55A354A8E8572B4183D23E78E /* PBXTargetDependency */ = { + 9665D6B6F867EA2C42A74CF4E7A2386C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = StrongestPasswordValidator; - target = 696DC08CBD3C0FD568286BDBAA47325B /* StrongestPasswordValidator */; - targetProxy = C24D823B2F7EA35FBE5BF3A58575E39F /* PBXContainerItemProxy */; + name = CocoaSecurity; + target = 90B2840AB96CFDCBD62C7A56DFD6562C /* CocoaSecurity */; + targetProxy = 183781BB4684AB8EBD7CE6F032FB930F /* PBXContainerItemProxy */; }; - A668B3626B21A9183FE5EBE1FF2975C3 /* PBXTargetDependency */ = { + 9D00556D96EC7FFF72F04C97C98D9AFA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PNObject; - target = B289CB22CC811B5C297D8875BA1D848A /* PNObject */; - targetProxy = 375056DCFEF4080310518704A56215AD /* PBXContainerItemProxy */; + name = "Expecta+Snapshots"; + target = 619F0D28240534293108906FED04836F /* Expecta+Snapshots */; + targetProxy = B3280E2C93A931B70F06B5EA986B2E9D /* PBXContainerItemProxy */; }; - AB86DB45B7A5A99629DA253C2BE079AD /* PBXTargetDependency */ = { + 9D5AF1B793F99652E53138C1E1A917A4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "UIDevice-Utils"; - target = A16BA43B8EB21BD50220570B52B1616F /* UIDevice-Utils */; - targetProxy = 7CA0C8255721FB2AF3218FBB745A61B6 /* PBXContainerItemProxy */; + name = CocoaSecurity; + target = 90B2840AB96CFDCBD62C7A56DFD6562C /* CocoaSecurity */; + targetProxy = A6F137614A3332DDFF881E603612E66C /* PBXContainerItemProxy */; }; - B616827F7AB7CA74B1E5EA3B4D5F7E17 /* PBXTargetDependency */ = { + A0B04AEA85077DEECEC17061C3D20D6A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PureLayout; - target = 823DCC47A39BF05022FD243FFA57350E /* PureLayout */; - targetProxy = B32BF74C12B1F9E12E1EEED25D335B60 /* PBXContainerItemProxy */; + name = FBSDKShareKit; + target = 404EE043C7E580CAEA95F9A357C81415 /* FBSDKShareKit */; + targetProxy = 8F94568AE0361355FDD8010B2E3FB0FD /* PBXContainerItemProxy */; }; - B6BFFC8B4C2CF6D98FB47DF736A505EC /* PBXTargetDependency */ = { + B1BFE2744CEB83826B97A2426CD9CA3E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = NACrypto; + target = 07E7B1F2B822E2C3756A80B3A630FFFD /* NACrypto */; + targetProxy = BE6ED4FD1EC06567A0105BF29A9E4E6C /* PBXContainerItemProxy */; + }; + B6DF80B08972098CDDAA51992F7C9704 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Bolts; + target = 63A18C6A528BD7E47DDAF39B2AEAF1D1 /* Bolts */; + targetProxy = 084ECD926B43D7C77B83D8CF0AE383A1 /* PBXContainerItemProxy */; + }; + B71AD606883E5FAA9366A445DEC27BA1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "CodFis-Helper"; - target = E8EACB2759BAA815FAC2E1B98932203D /* CodFis-Helper */; - targetProxy = A5BAA654832B7D4EF7A09163C7510397 /* PBXContainerItemProxy */; + target = B1C26CF5D7BC4752BFC1F8EAEE738DEE /* CodFis-Helper */; + targetProxy = 3ADB4C4F363B48FD66FD64222AC037B3 /* PBXContainerItemProxy */; }; - BACEA299677029E73500AA2FF40AE90E /* PBXTargetDependency */ = { + BB3670DB533AC5BF299D1D852C536170 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "nv-ios-http-status"; - target = 88643B90725E3BDB1F15DA88BB66A9C9 /* nv-ios-http-status */; - targetProxy = 4FCD74BA68C1A574B01555F824846CA4 /* PBXContainerItemProxy */; + name = "UIDevice-Utils"; + target = CB10C2556DB4A96AB0846B2A1A030FAF /* UIDevice-Utils */; + targetProxy = 7EBB2A2F8DB977A25B8D474876C13CCA /* PBXContainerItemProxy */; + }; + BEACDF0C0238D6FCB3ADFF7BA3AD5A8A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = NACrypto; + target = 07E7B1F2B822E2C3756A80B3A630FFFD /* NACrypto */; + targetProxy = 49DAB6C20D26460237880E657CD7C128 /* PBXContainerItemProxy */; + }; + BF1F98E7AE9A73EA189C82DFC5A567B6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "CodFis-Helper"; + target = B1C26CF5D7BC4752BFC1F8EAEE738DEE /* CodFis-Helper */; + targetProxy = A7013DB10E0A484AF7B9962B192595F9 /* PBXContainerItemProxy */; + }; + BF6E601C246F226367A4A71CFB3708E0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Expecta; + target = 0D888F29E05E498D0CD91A51D28599A5 /* Expecta */; + targetProxy = 9B11F6123BF1C3125804E9B0C90DE03D /* PBXContainerItemProxy */; + }; + C2C39844948913146BD2C8D140B537C2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "UIDevice-Utils"; + target = CB10C2556DB4A96AB0846B2A1A030FAF /* UIDevice-Utils */; + targetProxy = B0438BFE23CFC39E2E96C30A72BC2DE1 /* PBXContainerItemProxy */; }; C4CE4D8DE7F78A8B840C82FD50FAF8E5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -5088,71 +5115,89 @@ target = 1A54A167C32DFCCEA6CDB5334A0DB6AC /* FBSDKCoreKit */; targetProxy = 5942476AD09356C4EB89789F19208560 /* PBXContainerItemProxy */; }; + C523FB163ECC5B855DDE2B0CB831575B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "nv-ios-http-status"; + target = 88643B90725E3BDB1F15DA88BB66A9C9 /* nv-ios-http-status */; + targetProxy = 4CE017C9BB2F9E2D6308FEF9C6E6BD74 /* PBXContainerItemProxy */; + }; + C650E3AF3D89AB5A7B4BC49C4F937538 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Specta; + target = 6B25CC9A9201E9CF730AD91ADD1B2FDC /* Specta */; + targetProxy = D7D0BBDCB99E270FE406A3C79963E143 /* PBXContainerItemProxy */; + }; + CAFE76D591EE0D21157DE9CF03EB8E33 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaSecurity; + target = 90B2840AB96CFDCBD62C7A56DFD6562C /* CocoaSecurity */; + targetProxy = AFF3B9A69D927EF5AF8648D0A61282FC /* PBXContainerItemProxy */; + }; + CB2B5300A20B3AAD2DD714026BDE848B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "UIDevice-Utils"; + target = CB10C2556DB4A96AB0846B2A1A030FAF /* UIDevice-Utils */; + targetProxy = 5DEA0CE9D2B6668B30E7BA13BD6FD604 /* PBXContainerItemProxy */; + }; + CCB95EF674F5ED7B1328FC9C803BC8D8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = NSDate_Utils; + target = 44E0A443C7B5AAF9367BC919E00F78FE /* NSDate_Utils */; + targetProxy = CF9FA6AA45AD678770F376AF749FFF6E /* PBXContainerItemProxy */; + }; CFC3C60C0541C54818441E331A7E8753 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBSnapshotTestCase; target = D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */; targetProxy = F9BBA6CBCE0B1A136EAFACE5185B512D /* PBXContainerItemProxy */; }; - D02D2900AC4B6A785781CC4C548F7468 /* PBXTargetDependency */ = { + D175B9FE7522E60506F6BC504000C198 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBSDKCoreKit; - target = 1A54A167C32DFCCEA6CDB5334A0DB6AC /* FBSDKCoreKit */; - targetProxy = 2E02BFA69440770B44E79B5042EFF227 /* PBXContainerItemProxy */; + name = AFNetworking; + target = 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */; + targetProxy = 3A11E881FBC3CF14713329FA986F18C1 /* PBXContainerItemProxy */; }; - D34D084194466F6E36F3B6D7C397A1DC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "CodFis-Helper"; - target = E8EACB2759BAA815FAC2E1B98932203D /* CodFis-Helper */; - targetProxy = E1A919B9977FB460D57719F22929D3D0 /* PBXContainerItemProxy */; - }; - D721E1807887D8700532491ED36CCBA3 /* PBXTargetDependency */ = { + D2A9A81C6518A553D665A3AFC9EB8587 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "PEAR-FileManager-iOS"; target = BF088AF63E437970817C1E809577C700 /* PEAR-FileManager-iOS */; - targetProxy = EA7E27B6CB69CFE90723D7EE6EDC904C /* PBXContainerItemProxy */; + targetProxy = 59E7258F1317AC89F682B48E4204F20C /* PBXContainerItemProxy */; }; - D8D0621FEFA5DCE0665EB1B5EDAFFDD7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCryptor; - target = 3C748212C173CFB68E606D9CE25722D3 /* RNCryptor */; - targetProxy = 64824134F85EBD7F92DDCA213370E4D6 /* PBXContainerItemProxy */; - }; - DC38F2F7E865945F1F976D10A65CA67B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "UIDevice-Utils"; - target = A16BA43B8EB21BD50220570B52B1616F /* UIDevice-Utils */; - targetProxy = 3484B5DD08B7BDE56D49693AEE76F590 /* PBXContainerItemProxy */; - }; - DC4EF1AAF1A90E1DB32A7FB2A6B5FD35 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = StrongestPasswordValidator; - target = 696DC08CBD3C0FD568286BDBAA47325B /* StrongestPasswordValidator */; - targetProxy = 110B742FF30FC5157BD474CE54ED7CA9 /* PBXContainerItemProxy */; - }; - E1807C75A54A499EA185E9F7FA2CF13B /* PBXTargetDependency */ = { + D3DEBE0544F83DAFAB3A8FD6DFB80512 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBSDKShareKit; target = 404EE043C7E580CAEA95F9A357C81415 /* FBSDKShareKit */; - targetProxy = 97AF319D526810A5E02D258CDBD7B3BF /* PBXContainerItemProxy */; + targetProxy = 129CED387B7C1F3ADDA2D6959D460308 /* PBXContainerItemProxy */; }; - E2C25D1616BD41D8A09C0595FB8005BA /* PBXTargetDependency */ = { + D55B8EDA7E4537A4CBD1F7094170DEA9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AFNetworking; + target = 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */; + targetProxy = E42EC834FE7F21B7F1B280C40F3229A1 /* PBXContainerItemProxy */; + }; + D6FF19C73E2CF85E2470F07872046241 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSnapshotTestCase; + target = D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */; + targetProxy = 39EB530A7DD22C8C48E821BA9D02653A /* PBXContainerItemProxy */; + }; + E0C11EDA267BCA919327FA4AC711A0D3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = NSDate_Utils; - target = 20B8A8681820FA8513BD7E48A85DC18D /* NSDate_Utils */; - targetProxy = 6E76E0D2557513CF9D4D9031E4DA62E5 /* PBXContainerItemProxy */; + target = 44E0A443C7B5AAF9367BC919E00F78FE /* NSDate_Utils */; + targetProxy = 330E3FB56C3F0754C00F365443C942F2 /* PBXContainerItemProxy */; }; - E465474BBD428B48720866B141EFBB71 /* PBXTargetDependency */ = { + E41BBB69AC7044CEFAF2F8657372587C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Bolts; - target = 63A18C6A528BD7E47DDAF39B2AEAF1D1 /* Bolts */; - targetProxy = E64414A663DA182AD5EA29A599BF9603 /* PBXContainerItemProxy */; + name = "nv-ios-http-status"; + target = 88643B90725E3BDB1F15DA88BB66A9C9 /* nv-ios-http-status */; + targetProxy = 2A7A6826FB0E3D4837FDD5A7910F6FA7 /* PBXContainerItemProxy */; }; - EA96340C08EF23D0E396F214D6596088 /* PBXTargetDependency */ = { + EB82D90329FFD1879011EF29E0C7FAF9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBSDKLoginKit; - target = 6EDC37F3FA92533C6AC3562458AA91F1 /* FBSDKLoginKit */; - targetProxy = CFA9DBB873C5616E12FB50B4DAAE5D7F /* PBXContainerItemProxy */; + name = "PEAR-FileManager-iOS"; + target = BF088AF63E437970817C1E809577C700 /* PEAR-FileManager-iOS */; + targetProxy = 5A3867BCBA9A675DDA26EC476574614A /* PBXContainerItemProxy */; }; EE4106E226CB0BEB4B8D5572E612A79A /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -5160,35 +5205,11 @@ target = 1A54A167C32DFCCEA6CDB5334A0DB6AC /* FBSDKCoreKit */; targetProxy = ED9B8F8F8F84D09DE8A86E81383E7B0D /* PBXContainerItemProxy */; }; - EF83D136E3B525B6151A75CBAEFE4ADD /* PBXTargetDependency */ = { + F34B6EAEEE1D4FC17A8DADB7452DAF82 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "NSDate_Utils-NSDate_Utils"; - target = 3241BF41D67FE3979A15BEAA18A92CA3 /* NSDate_Utils-NSDate_Utils */; - targetProxy = 0CD167825DC3C6EBCB6F12FF7295B619 /* PBXContainerItemProxy */; - }; - F294EB8DEAC6BD8D779DC4B8372A776B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Expecta; - target = 0D888F29E05E498D0CD91A51D28599A5 /* Expecta */; - targetProxy = 75000DAD477752C3AC6516B0B9B56251 /* PBXContainerItemProxy */; - }; - F2AFDF302206E7326B6B636874A6EBA4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBSnapshotTestCase; - target = D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */; - targetProxy = 83C10DE677A2F8EF8A9B3EB574180FFD /* PBXContainerItemProxy */; - }; - F2D4B9A0D7F4E17A4700E597BFA2B5B5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "NSString-Helper"; - target = 6F621F2F34EEA2E2A05B25FA44939F5D /* NSString-Helper */; - targetProxy = 988A61EAE4BD33C0F1E196F96BFE91BB /* PBXContainerItemProxy */; - }; - F3D7427DE402B996C9E4A63E58CFBD39 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AFNetworking; - target = 1C3436CEA5C3D39764C5F54374794ECB /* AFNetworking */; - targetProxy = 1876653167F9A1DC5CFB6E89535A49CE /* PBXContainerItemProxy */; + name = "NSUserDefaults-AESEncryptor"; + target = A9B93CAF9380B9A062D05C07FC77C9EB /* NSUserDefaults-AESEncryptor */; + targetProxy = 911E9AAFF63B465A185AEE8B03E2BB74 /* PBXContainerItemProxy */; }; F78FDB1EA04228A084EDD2BDDD2A09A5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -5196,41 +5217,18 @@ target = 63A18C6A528BD7E47DDAF39B2AEAF1D1 /* Bolts */; targetProxy = DFB7D8638BEFDCC4CCF33BEB67F1B89B /* PBXContainerItemProxy */; }; + FA371EEFEE5037F57666A27DFD015B9C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Bolts; + target = 63A18C6A528BD7E47DDAF39B2AEAF1D1 /* Bolts */; + targetProxy = 98952AE3694B8C8B8A820375CE11C2B2 /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 062ADD850C7F954AA7A0F85B7F259FAC /* Release */ = { + 096AFD06B38C256345B26DF30A634656 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C4CD909A7A77FB08BECAF81E4A33B3D0 /* UIDevice-Utils.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/UIDevice-Utils/UIDevice-Utils-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/UIDevice-Utils/UIDevice-Utils.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = UIDevice_Utils; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 096210B7B84F8CA4FEF263DD6CC82AEA /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 153EF48BC28A7EAF93BF2D5BAD19DED7 /* NSDate_Utils.xcconfig */; + baseConfigurationReference = 394EADF4351FA66051FAEBAD1932B4E9 /* NACrypto.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5241,14 +5239,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/NSDate_Utils/NSDate_Utils-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/NSDate_Utils/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/NACrypto/NACrypto-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/NACrypto/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/NSDate_Utils/NSDate_Utils.modulemap"; + MODULEMAP_FILE = "Target Support Files/NACrypto/NACrypto.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = NSDate_Utils; + PRODUCT_NAME = NACrypto; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -5257,65 +5255,7 @@ }; name = Debug; }; - 0A264AA9D96343D786256DB94B84E97B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C4CD909A7A77FB08BECAF81E4A33B3D0 /* UIDevice-Utils.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/UIDevice-Utils/UIDevice-Utils-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/UIDevice-Utils/UIDevice-Utils.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = UIDevice_Utils; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 12AE6F83274C7A824845A8BF52BA16DF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 30F80493C20050B0C1FC23099CD3CE9F /* FBSnapshotTestCase.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FBSnapshotTestCase/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = FBSnapshotTestCase; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 1318B94761615C301A7E6F50618B1719 /* Debug */ = { + 0BDA5DBE1602E9838425EB2DB7EF9BCF /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = D11A9BD0CFE1E520AE71DC4403614790 /* Pods-PNObject_Example.debug.xcconfig */; buildSettings = { @@ -5342,16 +5282,44 @@ PRODUCT_NAME = Pods_PNObject_Example; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; + 12AE6F83274C7A824845A8BF52BA16DF /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 435EE6AD92B9D1170BEFDC04A76B246D /* FBSnapshotTestCase.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FBSnapshotTestCase/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = FBSnapshotTestCase; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 18F3430617D125CAAC70F31B1D84A461 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FC47B19FDD454A53207911B9A946DD30 /* PEAR-FileManager-iOS.xcconfig */; + baseConfigurationReference = 742990DBABAD4AA09E4143E755ABA5BF /* PEAR-FileManager-iOS.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5380,7 +5348,7 @@ }; 1BD8423F9E51E0E25A5BC39E697CBF01 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 30F80493C20050B0C1FC23099CD3CE9F /* FBSnapshotTestCase.xcconfig */; + baseConfigurationReference = 435EE6AD92B9D1170BEFDC04A76B246D /* FBSnapshotTestCase.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5408,99 +5376,9 @@ }; name = Debug; }; - 1CB90ED0C637985D4496792ED03FC499 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/PNObject/ResourceBundle-PNObject-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = PNObject; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 1DABF6F28FA90085265ADA72FF05DD7C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 153EF48BC28A7EAF93BF2D5BAD19DED7 /* NSDate_Utils.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/NSDate_Utils/ResourceBundle-NSDate_Utils-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = NSDate_Utils; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 1F3A46CFDA3C000CE41447A78C51E53D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1880963B37697EA728E158300FC0A2F7 /* NSString-Helper.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/NSString-Helper/NSString-Helper-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/NSString-Helper/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/NSString-Helper/NSString-Helper.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = NSString_Helper; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 210AD3983717CC0652C969A9A3F177E9 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/PNObject/PNObject-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PNObject/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/PNObject/PNObject.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = PNObject; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 2952B3C6909CF79419E899529474B8A5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8567FD0F5B559148E0841371032C6EF9 /* AFNetworking.xcconfig */; + baseConfigurationReference = D6564585BAE802EFE1D6A13ABE08003F /* AFNetworking.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5529,7 +5407,7 @@ }; 2DAE788836AF99D9E9D30504C4AB0763 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4D70A828104A007CFF2131BB59E7C852 /* FBSDKLoginKit.xcconfig */; + baseConfigurationReference = 37D7F33F9D8BE9E9F156ACDC99DF4700 /* FBSDKLoginKit.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5558,7 +5436,7 @@ }; 2F914909F85A5B7FA381E7629A0FFB17 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 707F0320C43C08CA8C471887517EE0BC /* Expecta+Snapshots.xcconfig */; + baseConfigurationReference = B863B6971E8176B3C2FB98CC11ED6674 /* Expecta+Snapshots.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5587,7 +5465,7 @@ }; 30F70960942C9A0BACD186A495158F7C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EB5EEDEF13099AEAA0D7FE7A9F661F7C /* Bolts.xcconfig */; + baseConfigurationReference = 0BD2F7165924DDF581F728F15481D6CA /* Bolts.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5614,9 +5492,9 @@ }; name = Debug; }; - 35C868F413A1F93B663F2C7B81897C2E /* Debug */ = { + 36EC9DCAF8AC8B96501B0030C6E70BF6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7A09DECA6D5F103F6751ABFE699C0424 /* StrongestPasswordValidator.xcconfig */; + baseConfigurationReference = E4505355DAFDC3AF103B902B71FCE3A0 /* UIDevice-Utils.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5627,14 +5505,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/StrongestPasswordValidator/StrongestPasswordValidator-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/StrongestPasswordValidator/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/UIDevice-Utils/UIDevice-Utils-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/StrongestPasswordValidator/StrongestPasswordValidator.modulemap"; + MODULEMAP_FILE = "Target Support Files/UIDevice-Utils/UIDevice-Utils.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = StrongestPasswordValidator; + PRODUCT_NAME = UIDevice_Utils; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -5645,7 +5523,7 @@ }; 373349C30AA02CB77851CFF553DFAE5C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 707F0320C43C08CA8C471887517EE0BC /* Expecta+Snapshots.xcconfig */; + baseConfigurationReference = B863B6971E8176B3C2FB98CC11ED6674 /* Expecta+Snapshots.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5674,7 +5552,7 @@ }; 37A31E53623BC2F0B3F4CEB5E6F797DD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 49A1701FA181DF66CCBF8888A36EEE4C /* FBSDKShareKit.xcconfig */; + baseConfigurationReference = 339F691B4773D24403B931F01A8FF39E /* FBSDKShareKit.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5701,25 +5579,9 @@ }; name = Debug; }; - 38C02914CB6D195FA4BC1AE3F7E614DC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7A09DECA6D5F103F6751ABFE699C0424 /* StrongestPasswordValidator.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/StrongestPasswordValidator/ResourceBundle-StrongestPasswordValidator-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = StrongestPasswordValidator; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; 3AE13E0D63F67AD6F372B7D3733BAEF6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7C047EA76672F7C61035FD11534465A8 /* nv-ios-http-status.xcconfig */; + baseConfigurationReference = 08DA5B54743E39B57A18D0DFF51410F9 /* nv-ios-http-status.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5746,54 +5608,9 @@ }; name = Release; }; - 577802FB836A94EAEB22E89B86B160D8 /* Release */ = { + 423C644E40EA067CDD04E360BF40BD49 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C4CD909A7A77FB08BECAF81E4A33B3D0 /* UIDevice-Utils.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/ResourceBundle-UIDevice-Utils-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = "UIDevice-Utils"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 581A290AB6DD2C7877A5021F19DC92C8 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F4C3A2C8674B472825B16D5A63196BF7 /* PureLayout.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/PureLayout/PureLayout-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PureLayout/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/PureLayout/PureLayout.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = PureLayout; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 627F1DFC383617B2665384570EFB78E0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CB45D156F9440EEDC4CF4D656652E1B6 /* FBSDKCoreKit.xcconfig */; + baseConfigurationReference = AD1557A0706C193DACDA20ABC84DA976 /* PNObject.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5804,14 +5621,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/FBSDKCoreKit/FBSDKCoreKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FBSDKCoreKit/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/PNObject/PNObject-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PNObject/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FBSDKCoreKit/FBSDKCoreKit.modulemap"; + MODULEMAP_FILE = "Target Support Files/PNObject/PNObject.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = FBSDKCoreKit; + PRODUCT_NAME = PNObject; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -5820,25 +5637,9 @@ }; name = Debug; }; - 6ABB7FA4A9BFE934403FEA0D903B9AC0 /* Debug */ = { + 527071EB962B6F1820B11E45DCEFC6E5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1880963B37697EA728E158300FC0A2F7 /* NSString-Helper.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/NSString-Helper/ResourceBundle-NSString-Helper-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = "NSString-Helper"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 6D9FA84BB6387F9913EEED4D0C2A7310 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FC47B19FDD454A53207911B9A946DD30 /* PEAR-FileManager-iOS.xcconfig */; + baseConfigurationReference = 566C81C573EEC865AB9788AC12119709 /* CodFis-Helper.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5849,14 +5650,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/PEAR-FileManager-iOS/PEAR-FileManager-iOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PEAR-FileManager-iOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CodFis-Helper/CodFis-Helper-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CodFis-Helper/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/PEAR-FileManager-iOS/PEAR-FileManager-iOS.modulemap"; + MODULEMAP_FILE = "Target Support Files/CodFis-Helper/CodFis-Helper.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = PEAR_FileManager_iOS; + PRODUCT_NAME = CodFis_Helper; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -5865,7 +5666,7 @@ }; name = Release; }; - 6E98B164F481B6B5AC23905E157BCE98 /* Debug */ = { + 5586EAF531A3709CCF71A65F4C7CF654 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = EB8B84E4432E9D6D4914A7EB79C467FA /* Pods-PNObject_Tests.debug.xcconfig */; buildSettings = { @@ -5899,25 +5700,38 @@ }; name = Debug; }; - 6E98EB62A00C6C366108C2C7D7741964 /* Debug */ = { + 59B36B782496B4009CEFB15401A225BD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C4CD909A7A77FB08BECAF81E4A33B3D0 /* UIDevice-Utils.xcconfig */; + baseConfigurationReference = DF6EBB58A3A7C86591A6119BB51DB8CA /* NSUserDefaults-AESEncryptor.xcconfig */; buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/ResourceBundle-UIDevice-Utils-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/NSUserDefaults-AESEncryptor/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = "UIDevice-Utils"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = NSUserDefaults_AESEncryptor; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 7781D3A8DD4AEB78D57EC24AF22232BE /* Debug */ = { + 5F165415751494F23D6BE8801E5F663D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */; + baseConfigurationReference = 674F4E3B6D17AF8B8D341341F578EE93 /* NSString-Helper.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5928,14 +5742,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/PNObject/PNObject-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PNObject/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/NSString-Helper/NSString-Helper-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/NSString-Helper/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/PNObject/PNObject.modulemap"; + MODULEMAP_FILE = "Target Support Files/NSString-Helper/NSString-Helper.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = PNObject; + PRODUCT_NAME = NSString_Helper; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -5944,22 +5758,151 @@ }; name = Debug; }; - 7D9A83213719CD405E007588B8E7970A /* Debug */ = { + 614D4A07F6E1F310F1001D142BF03ABE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 153EF48BC28A7EAF93BF2D5BAD19DED7 /* NSDate_Utils.xcconfig */; + baseConfigurationReference = 394EADF4351FA66051FAEBAD1932B4E9 /* NACrypto.xcconfig */; buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/NSDate_Utils/ResourceBundle-NSDate_Utils-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/NACrypto/NACrypto-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/NACrypto/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = NSDate_Utils; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/NACrypto/NACrypto.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = NACrypto; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 627F1DFC383617B2665384570EFB78E0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 975379881B74DB97D201BE7A9F51AFB4 /* FBSDKCoreKit.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/FBSDKCoreKit/FBSDKCoreKit-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FBSDKCoreKit/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/FBSDKCoreKit/FBSDKCoreKit.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = FBSDKCoreKit; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Debug; }; + 68EC0A69739394798ECD1166CEDBCEF7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 964039B5466ECE4FFBBAC9E207AB58C3 /* StrongestPasswordValidator.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/StrongestPasswordValidator/StrongestPasswordValidator-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/StrongestPasswordValidator/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/StrongestPasswordValidator/StrongestPasswordValidator.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = StrongestPasswordValidator; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 68F8C4909A83B7AB9C89782B3D19B685 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DF6EBB58A3A7C86591A6119BB51DB8CA /* NSUserDefaults-AESEncryptor.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/NSUserDefaults-AESEncryptor/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = NSUserDefaults_AESEncryptor; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 6D9FA84BB6387F9913EEED4D0C2A7310 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 742990DBABAD4AA09E4143E755ABA5BF /* PEAR-FileManager-iOS.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/PEAR-FileManager-iOS/PEAR-FileManager-iOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PEAR-FileManager-iOS/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/PEAR-FileManager-iOS/PEAR-FileManager-iOS.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = PEAR_FileManager_iOS; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 811519CB8F683AC06F9C98B55AC40F11 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5997,9 +5940,42 @@ }; name = Release; }; + 83D516FC3F1D5092F64E6619C6CD8C43 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DC358092608E035811817A25786F40A6 /* Pods-PNObject_Example.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-PNObject_Example/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_PNObject_Example; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 854B1A0FBABCC23E55F97B83AC2D5F15 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4D70A828104A007CFF2131BB59E7C852 /* FBSDKLoginKit.xcconfig */; + baseConfigurationReference = 37D7F33F9D8BE9E9F156ACDC99DF4700 /* FBSDKLoginKit.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -6028,7 +6004,7 @@ }; 86B3AF85DF2958967D7E96849C2BE84C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EFC2A1AA2245A9105C9A3D8EA7DFE3B3 /* Expecta.xcconfig */; + baseConfigurationReference = 40869B2260E6B6A708850366BB2DE371 /* Expecta.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -6096,25 +6072,9 @@ }; name = Debug; }; - 89537D4183DADC8EB35C30A07ACA6A68 /* Debug */ = { + 89FBB9B90FDEC9A5F063C726D5F71C8E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7A09DECA6D5F103F6751ABFE699C0424 /* StrongestPasswordValidator.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/StrongestPasswordValidator/ResourceBundle-StrongestPasswordValidator-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = StrongestPasswordValidator; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 89AE29CB1D3CC98718E71C08FB768031 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7A09DECA6D5F103F6751ABFE699C0424 /* StrongestPasswordValidator.xcconfig */; + baseConfigurationReference = 6EBA5348231F7D08AAFBC13A47C0D7AF /* PureLayout.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -6125,72 +6085,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/StrongestPasswordValidator/StrongestPasswordValidator-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/StrongestPasswordValidator/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/PureLayout/PureLayout-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PureLayout/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/StrongestPasswordValidator/StrongestPasswordValidator.modulemap"; + MODULEMAP_FILE = "Target Support Files/PureLayout/PureLayout.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = StrongestPasswordValidator; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 8B2608BCF20E5B02B11B0A656E3EC999 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D0284852A5AF765D521FC36A413FA5DC /* CodFis-Helper.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/CodFis-Helper/CodFis-Helper-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CodFis-Helper/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CodFis-Helper/CodFis-Helper.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = CodFis_Helper; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 8D121C9455F3697E44EFED14CD509528 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D0284852A5AF765D521FC36A413FA5DC /* CodFis-Helper.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/CodFis-Helper/CodFis-Helper-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CodFis-Helper/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CodFis-Helper/CodFis-Helper.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = CodFis_Helper; + PRODUCT_NAME = PureLayout; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -6201,7 +6103,7 @@ }; 8D67BF30052FA870471E54E6B868937A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7C047EA76672F7C61035FD11534465A8 /* nv-ios-http-status.xcconfig */; + baseConfigurationReference = 08DA5B54743E39B57A18D0DFF51410F9 /* nv-ios-http-status.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -6228,9 +6130,9 @@ }; name = Debug; }; - 8F21692CB617E97221AC052F5D9BA849 /* Release */ = { + 8ED54659C28FF98F4960B1593D3E3E8F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DC358092608E035811817A25786F40A6 /* Pods-PNObject_Example.release.xcconfig */; + baseConfigurationReference = 438D98F8A1CEE4CBD4C87926DF627BEB /* CocoaSecurity.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -6241,18 +6143,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-PNObject_Example/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CocoaSecurity/CocoaSecurity-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CocoaSecurity/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.modulemap"; + MODULEMAP_FILE = "Target Support Files/CocoaSecurity/CocoaSecurity.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_PNObject_Example; + PRODUCT_NAME = CocoaSecurity; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -6261,99 +6159,9 @@ }; name = Release; }; - 9D2671A5732D1AA49A0D2EBE08AE6CD6 /* Release */ = { + 99ADAD36A931CA2D71326B68B7E76F89 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A4509B61BAAAFC9B5E4D592380424BA4 /* Specta.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Specta/Specta-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Specta/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Specta/Specta.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Specta; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - A7AFC83711572A76BF5B9AA9CCD2B2F7 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1880963B37697EA728E158300FC0A2F7 /* NSString-Helper.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/NSString-Helper/ResourceBundle-NSString-Helper-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = "NSString-Helper"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - A985F4288F681E0583DB895BE878E8F6 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D0284852A5AF765D521FC36A413FA5DC /* CodFis-Helper.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/CodFis-Helper/ResourceBundle-CodFis-Helper-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = "CodFis-Helper"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - A995C0FF0D9A9E9226F1AF23ED8B68AF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 153EF48BC28A7EAF93BF2D5BAD19DED7 /* NSDate_Utils.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/NSDate_Utils/NSDate_Utils-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/NSDate_Utils/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/NSDate_Utils/NSDate_Utils.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = NSDate_Utils; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - AB39F7567888B16E7A32CFA2630B3FED /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1880963B37697EA728E158300FC0A2F7 /* NSString-Helper.xcconfig */; + baseConfigurationReference = 438D98F8A1CEE4CBD4C87926DF627BEB /* CocoaSecurity.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -6364,14 +6172,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/NSString-Helper/NSString-Helper-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/NSString-Helper/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CocoaSecurity/CocoaSecurity-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CocoaSecurity/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/NSString-Helper/NSString-Helper.modulemap"; + MODULEMAP_FILE = "Target Support Files/CocoaSecurity/CocoaSecurity.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = NSString_Helper; + PRODUCT_NAME = CocoaSecurity; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -6380,9 +6188,38 @@ }; name = Debug; }; + 9CEE79E01A25F6C79EFA159D7A1482D5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AD1557A0706C193DACDA20ABC84DA976 /* PNObject.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/PNObject/PNObject-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PNObject/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/PNObject/PNObject.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = PNObject; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; AC044B65E2FB02CB420DF9AE625B92F2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8567FD0F5B559148E0841371032C6EF9 /* AFNetworking.xcconfig */; + baseConfigurationReference = D6564585BAE802EFE1D6A13ABE08003F /* AFNetworking.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -6409,7 +6246,210 @@ }; name = Debug; }; - C570CD9267DBE5BE2CAFB32A0CF1957A /* Release */ = { + B794848C333CCDEBB8F225FD5D4E4514 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E4505355DAFDC3AF103B902B71FCE3A0 /* UIDevice-Utils.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/UIDevice-Utils/UIDevice-Utils-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/UIDevice-Utils/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/UIDevice-Utils/UIDevice-Utils.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = UIDevice_Utils; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + C75239C8CC0BEBE47CB40F68AF96D93D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0BD2F7165924DDF581F728F15481D6CA /* Bolts.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Bolts/Bolts-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Bolts/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Bolts/Bolts.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = Bolts; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + CA8A448B3307B527E97898DFC84BF1C4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AA1D0BEFA3000F78315B1FECDF237F88 /* NSDate_Utils.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/NSDate_Utils/NSDate_Utils-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/NSDate_Utils/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/NSDate_Utils/NSDate_Utils.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = NSDate_Utils; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + CE89A23B3E760F7F7BA382A1FF0F35C9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CF389772F1A36748DBB8FE61278C219B /* Specta.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/Specta/Specta-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Specta/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Specta/Specta.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = Specta; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + D0601A1F87C9861B6CC03381EB17F95F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AA1D0BEFA3000F78315B1FECDF237F88 /* NSDate_Utils.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/NSDate_Utils/NSDate_Utils-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/NSDate_Utils/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/NSDate_Utils/NSDate_Utils.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = NSDate_Utils; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + D12267F87CE2AD14F3480D9D1A3B7E85 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 964039B5466ECE4FFBBAC9E207AB58C3 /* StrongestPasswordValidator.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/StrongestPasswordValidator/StrongestPasswordValidator-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/StrongestPasswordValidator/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/StrongestPasswordValidator/StrongestPasswordValidator.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = StrongestPasswordValidator; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + D197A84FAD8B353721F96040CF18297D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 566C81C573EEC865AB9788AC12119709 /* CodFis-Helper.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/CodFis-Helper/CodFis-Helper-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CodFis-Helper/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/CodFis-Helper/CodFis-Helper.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = CodFis_Helper; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + D32134230C4D218A6D7BEC3A7E119A41 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = F872FBD57D98CFC3DE47AD9A270264B9 /* Pods-PNObject_Tests.release.xcconfig */; buildSettings = { @@ -6442,39 +6482,9 @@ }; name = Release; }; - C71BEBB06C8301BC67754317CA00F996 /* Debug */ = { + D641F30FF9C92A76B9DC06736E6F3C5D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F965812A401FC7E0DEACFEECF333FEA5 /* RNCryptor.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/RNCryptor/RNCryptor-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/RNCryptor/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/RNCryptor/RNCryptor.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = RNCryptor; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - C75239C8CC0BEBE47CB40F68AF96D93D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EB5EEDEF13099AEAA0D7FE7A9F661F7C /* Bolts.xcconfig */; + baseConfigurationReference = CF389772F1A36748DBB8FE61278C219B /* Specta.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -6485,42 +6495,13 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Bolts/Bolts-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Bolts/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Bolts/Bolts.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Bolts; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - C9CF1CD34D016176BB252F77E3775D9C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A4509B61BAAAFC9B5E4D592380424BA4 /* Specta.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; GCC_PREFIX_HEADER = "Target Support Files/Specta/Specta-prefix.pch"; INFOPLIST_FILE = "Target Support Files/Specta/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MODULEMAP_FILE = "Target Support Files/Specta/Specta.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; + MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_NAME = Specta; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -6528,101 +6509,11 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; - }; - D54AC889EA2A927906D53B11C968D96B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F965812A401FC7E0DEACFEECF333FEA5 /* RNCryptor.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/RNCryptor/RNCryptor-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/RNCryptor/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/RNCryptor/RNCryptor.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = RNCryptor; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; name = Release; }; - D88203894228AD14802887EA74E817C1 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 218AF1ECF876B28B484AD438E085D491 /* PNObject.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/PNObject/ResourceBundle-PNObject-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = PNObject; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - DB5A351D67EBFBFF6D535D2AA416327F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D0284852A5AF765D521FC36A413FA5DC /* CodFis-Helper.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/CodFis-Helper/ResourceBundle-CodFis-Helper-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = "CodFis-Helper"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - DDE898B990B576AA6EEF2C3755228B5C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F4C3A2C8674B472825B16D5A63196BF7 /* PureLayout.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/PureLayout/PureLayout-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PureLayout/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/PureLayout/PureLayout.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = PureLayout; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; E1BF7D03C0AB3D07320662CC137EFAE0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB45D156F9440EEDC4CF4D656652E1B6 /* FBSDKCoreKit.xcconfig */; + baseConfigurationReference = 975379881B74DB97D201BE7A9F51AFB4 /* FBSDKCoreKit.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -6651,7 +6542,7 @@ }; F24F328AA1CFC9A061F629C917D03F44 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EFC2A1AA2245A9105C9A3D8EA7DFE3B3 /* Expecta.xcconfig */; + baseConfigurationReference = 40869B2260E6B6A708850366BB2DE371 /* Expecta.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -6680,7 +6571,7 @@ }; F306FA206FCB67052C4FD3C37562625E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 49A1701FA181DF66CCBF8888A36EEE4C /* FBSDKShareKit.xcconfig */; + baseConfigurationReference = 339F691B4773D24403B931F01A8FF39E /* FBSDKShareKit.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -6707,41 +6598,99 @@ }; name = Release; }; + F39EEB8A3052563B98794896011E3E22 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 674F4E3B6D17AF8B8D341341F578EE93 /* NSString-Helper.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/NSString-Helper/NSString-Helper-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/NSString-Helper/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/NSString-Helper/NSString-Helper.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = NSString_Helper; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + FD41FD58681273A91201A17CD5DEC202 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6EBA5348231F7D08AAFBC13A47C0D7AF /* PureLayout.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/PureLayout/PureLayout-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PureLayout/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/PureLayout/PureLayout.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = PureLayout; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 0CC14C6CA4B27A1234EAE1FDFE228E48 /* Build configuration list for PBXNativeTarget "StrongestPasswordValidator" */ = { + 09BB376D16DB80516EE6032CBF5DAFED /* Build configuration list for PBXNativeTarget "NSUserDefaults-AESEncryptor" */ = { isa = XCConfigurationList; buildConfigurations = ( - 35C868F413A1F93B663F2C7B81897C2E /* Debug */, - 89AE29CB1D3CC98718E71C08FB768031 /* Release */, + 68F8C4909A83B7AB9C89782B3D19B685 /* Debug */, + 59B36B782496B4009CEFB15401A225BD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1585A939FFB3A5B7B122E96DDEA9B3C8 /* Build configuration list for PBXNativeTarget "StrongestPasswordValidator-StrongestPasswordValidator" */ = { + 0C326741AA03CBC4B20CCD477F82C3E5 /* Build configuration list for PBXNativeTarget "Pods-PNObject_Example" */ = { isa = XCConfigurationList; buildConfigurations = ( - 89537D4183DADC8EB35C30A07ACA6A68 /* Debug */, - 38C02914CB6D195FA4BC1AE3F7E614DC /* Release */, + 0BDA5DBE1602E9838425EB2DB7EF9BCF /* Debug */, + 83D516FC3F1D5092F64E6619C6CD8C43 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 19FF993CF5271569B18A7F51FD4DE063 /* Build configuration list for PBXNativeTarget "PNObject-PNObject" */ = { + 0DA1A27323A94AB824F67125EE06A18B /* Build configuration list for PBXNativeTarget "CodFis-Helper" */ = { isa = XCConfigurationList; buildConfigurations = ( - D88203894228AD14802887EA74E817C1 /* Debug */, - 1CB90ED0C637985D4496792ED03FC499 /* Release */, + D197A84FAD8B353721F96040CF18297D /* Debug */, + 527071EB962B6F1820B11E45DCEFC6E5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 227A3F21BF4CEB183809959C673ACBFE /* Build configuration list for PBXNativeTarget "UIDevice-Utils" */ = { + 1186A10BFC16C061060C757186D8DC2A /* Build configuration list for PBXNativeTarget "CocoaSecurity" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0A264AA9D96343D786256DB94B84E97B /* Debug */, - 062ADD850C7F954AA7A0F85B7F259FAC /* Release */, + 99ADAD36A931CA2D71326B68B7E76F89 /* Debug */, + 8ED54659C28FF98F4960B1593D3E3E8F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6764,11 +6713,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3460A17191CBC7E89B5A9E36009E3B5C /* Build configuration list for PBXNativeTarget "Pods-PNObject_Example" */ = { + 34DBB1A73B2CE07B2F00E3483CB20D9B /* Build configuration list for PBXNativeTarget "Pods-PNObject_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1318B94761615C301A7E6F50618B1719 /* Debug */, - 8F21692CB617E97221AC052F5D9BA849 /* Release */, + 5586EAF531A3709CCF71A65F4C7CF654 /* Debug */, + D32134230C4D218A6D7BEC3A7E119A41 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6782,11 +6731,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3A0BBABD5B8FAD02F49ACE70AA35D80B /* Build configuration list for PBXNativeTarget "Pods-PNObject_Tests" */ = { + 44E1D4D5EAB2E3B5B6DF9F4A4175C3F1 /* Build configuration list for PBXNativeTarget "NACrypto" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6E98B164F481B6B5AC23905E157BCE98 /* Debug */, - C570CD9267DBE5BE2CAFB32A0CF1957A /* Release */, + 096AFD06B38C256345B26DF30A634656 /* Debug */, + 614D4A07F6E1F310F1001D142BF03ABE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4AFA0BFB4003469F20352AA43A7E11AD /* Build configuration list for PBXNativeTarget "StrongestPasswordValidator" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D12267F87CE2AD14F3480D9D1A3B7E85 /* Debug */, + 68EC0A69739394798ECD1166CEDBCEF7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6800,24 +6758,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5C2671EB15DAB7ADACB2E3EBF01B0975 /* Build configuration list for PBXNativeTarget "RNCryptor" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C71BEBB06C8301BC67754317CA00F996 /* Debug */, - D54AC889EA2A927906D53B11C968D96B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 5F598C17BA54298E97E89404A33EAA61 /* Build configuration list for PBXNativeTarget "CodFis-Helper-CodFis-Helper" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A985F4288F681E0583DB895BE878E8F6 /* Debug */, - DB5A351D67EBFBFF6D535D2AA416327F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 62858E8582BE9D18DF8BF236504F9060 /* Build configuration list for PBXNativeTarget "FBSDKCoreKit" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6827,6 +6767,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 68B4FF19FF92A0CAD56B8AEBEB32195D /* Build configuration list for PBXNativeTarget "Specta" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CE89A23B3E760F7F7BA382A1FF0F35C9 /* Debug */, + D641F30FF9C92A76B9DC06736E6F3C5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 6A1A08A808B6977C0D36ABC5867BCE98 /* Build configuration list for PBXNativeTarget "Bolts" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6836,24 +6785,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7881D90294F3C83E4711EF9101B8352B /* Build configuration list for PBXNativeTarget "NSString-Helper-NSString-Helper" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6ABB7FA4A9BFE934403FEA0D903B9AC0 /* Debug */, - A7AFC83711572A76BF5B9AA9CCD2B2F7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 79BD86EAF35000F652F4BBD8B3117E03 /* Build configuration list for PBXNativeTarget "NSDate_Utils" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 096210B7B84F8CA4FEF263DD6CC82AEA /* Debug */, - A995C0FF0D9A9E9226F1AF23ED8B68AF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 7C7B4BE8DC7E24A96243E4D67565D719 /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6863,6 +6794,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 7E39505A3F7517FF099575B8D3B9EAC4 /* Build configuration list for PBXNativeTarget "PNObject" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 423C644E40EA067CDD04E360BF40BD49 /* Debug */, + 9CEE79E01A25F6C79EFA159D7A1482D5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 87A85A81F57840394EEB3599AFEC5125 /* Build configuration list for PBXNativeTarget "PEAR-FileManager-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6872,38 +6812,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A79FD09A98BD0BDF490E7BF6B57FE043 /* Build configuration list for PBXNativeTarget "UIDevice-Utils-UIDevice-Utils" */ = { + C1AAF71DA62934AD9F58CDA8AA7680EB /* Build configuration list for PBXNativeTarget "NSString-Helper" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6E98EB62A00C6C366108C2C7D7741964 /* Debug */, - 577802FB836A94EAEB22E89B86B160D8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - A9D190441773C5262C77D6F4982D1383 /* Build configuration list for PBXNativeTarget "PNObject" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7781D3A8DD4AEB78D57EC24AF22232BE /* Debug */, - 210AD3983717CC0652C969A9A3F177E9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - AAB6419C2AFF3412132A85C871687E0B /* Build configuration list for PBXNativeTarget "NSDate_Utils-NSDate_Utils" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7D9A83213719CD405E007588B8E7970A /* Debug */, - 1DABF6F28FA90085265ADA72FF05DD7C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - AB86A303232FDFFCC2E4D2769BE76F07 /* Build configuration list for PBXNativeTarget "NSString-Helper" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - AB39F7567888B16E7A32CFA2630B3FED /* Debug */, - 1F3A46CFDA3C000CE41447A78C51E53D /* Release */, + 5F165415751494F23D6BE8801E5F663D /* Debug */, + F39EEB8A3052563B98794896011E3E22 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6926,6 +6839,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + D8C40124D47DF9FF233334E97E93AD1A /* Build configuration list for PBXNativeTarget "PureLayout" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FD41FD58681273A91201A17CD5DEC202 /* Debug */, + 89FBB9B90FDEC9A5F063C726D5F71C8E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + DAD2B2245875D0710D2835BC4C4E2871 /* Build configuration list for PBXNativeTarget "NSDate_Utils" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D0601A1F87C9861B6CC03381EB17F95F /* Debug */, + CA8A448B3307B527E97898DFC84BF1C4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; DC61702A42844E4ED762A73E8893436B /* Build configuration list for PBXNativeTarget "Expecta" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6935,29 +6866,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E2F153010B2F8C84EA09F9E6F04EAC47 /* Build configuration list for PBXNativeTarget "CodFis-Helper" */ = { + F0F1F8B98808D641FEB1043D16C8BA6C /* Build configuration list for PBXNativeTarget "UIDevice-Utils" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8B2608BCF20E5B02B11B0A656E3EC999 /* Debug */, - 8D121C9455F3697E44EFED14CD509528 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - ED6841F0FAEFE40404FE81B0AE41DCE2 /* Build configuration list for PBXNativeTarget "PureLayout" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DDE898B990B576AA6EEF2C3755228B5C /* Debug */, - 581A290AB6DD2C7877A5021F19DC92C8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F447EFA171586486F72E4E3D0AB06B15 /* Build configuration list for PBXNativeTarget "Specta" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C9CF1CD34D016176BB252F77E3775D9C /* Debug */, - 9D2671A5732D1AA49A0D2EBE08AE6CD6 /* Release */, + 36EC9DCAF8AC8B96501B0030C6E70BF6 /* Debug */, + B794848C333CCDEBB8F225FD5D4E4514 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNObject.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNObject.xcscheme index cd6f1ea..e1d8f52 100644 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNObject.xcscheme +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNObject.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Example/Pods/RNCryptor/README.md b/Example/Pods/RNCryptor/README.md deleted file mode 100644 index a299807..0000000 --- a/Example/Pods/RNCryptor/README.md +++ /dev/null @@ -1,335 +0,0 @@ -# RNCryptor - -Cross-language AES Encryptor/Decryptor [data format](https://github.com/RNCryptor/RNCryptor-Spec/blob/master/RNCryptor-Spec-v3.md). - -The primary targets are Swift and Objective-C, but implementations are available in [C](https://github.com/RNCryptor/RNCryptor-C), [C++](https://github.com/RNCryptor/RNCryptor-cpp), [C#](https://github.com/RNCryptor/RNCryptor-cs), [Erlang](https://github.com/RNCryptor/RNCryptor-erlang), [Go](https://github.com/RNCryptor/RNCryptor-go), [Haskell](https://github.com/RNCryptor/rncryptor-hs), [Java](https://github.com/RNCryptor/JNCryptor), -[PHP](https://github.com/RNCryptor/RNCryptor-php), [Python](https://github.com/RNCryptor/RNCryptor-python), -[Javascript](https://github.com/chesstrian/JSCryptor), and [Ruby](https://github.com/RNCryptor/ruby_rncryptor). - -The data format includes all the metadata required to securely implement AES encryption, as described in ["Properly encrypting with AES with CommonCrypto,"](http://robnapier.net/aes-commoncrypto) and [*iOS 6 Programming Pushing the Limits*](http://iosptl.com), Chapter 15. Specifically, it includes: - -* AES-256 encryption -* CBC mode -* Password stretching with PBKDF2 -* Password salting -* Random IV -* Encrypt-then-hash HMAC - -## Contents - -* [Format Versus Implementation](#format-versus-implementation) -* [Basic Password Usage](#basic-password-usage) -* [Incremental Usage](#incremental-usage) -* [Installation](#installation) -* [Advanced Usage](#advanced-usage) -* [FAQ](#faq) -* [Design Considerations](#design-considerations) -* [License](#license) - -## Format Versus Implementation - -The RNCryptor data format is cross-platform and there are many implementations. The framework named "RNCryptor" is a specific implementation for Swift and Objective-C. Both have version numbers. The current data format is v3. The current framework implementation (which reads the v3 format) is v4. - -## Basic Password Usage - -### Swift - -```swift -// Encryption -let data: NSData = ... -let password = "Secret password" -let ciphertext = RNCryptor.encryptData(data, password: password) - -// Decryption -do { - let originalData = try RNCryptor.decryptData(ciphertext, password: password) - // ... -} catch { - print(error) -} -``` - -### Obj-C - -``` objc -// Encryption -NSData *data = ... -NSString *password = @"Secret password"; -NSData *ciphertext = [RNCryptor encryptData:data password:password]; - -// Decryption -NSError *error = nil; -NSData *plaintext = [RNCryptor decryptData:ciphertext password:password error:&error]; -if (error != nil) { - NSLog(@"ERROR:", error); - return -} -// ... -``` - -## Incremental Usage - -RNCryptor supports incremental use, for example when using with `NSURLSession`. This is also useful for cases where the encrypted or decrypted data will not comfortably fit in memory. - -To operate in incremental mode, you create an `Encryptor` or `Decryptor`, call `updateWithData()` repeatedly, gathering its results, and then call `finalData()` and gather its result. - -### Swift - -```swift -// -// Encryption -// -let password = "Secret password" -let encryptor = RNCryptor.Encryptor(password: password) -let ciphertext = NSMutableData() - -// ... Each time data comes in, update the encryptor and accumulate some ciphertext ... -ciphertext.appendData(encryptor.updateWithData(data)) - -// ... When data is done, finish up ... -ciphertext.appendData(encryptor.finalData()) - -// -// Decryption -// -let password = "Secret password" -let decryptor = RNCryptor.Decryptor(password: password) -let plaintext = NSMutableData() - -// ... Each time data comes in, update the decryptor and accumulate some plaintext ... -try plaintext.appendData(decryptor.updateWithData(data)) - -// ... When data is done, finish up ... -try plaintext.appendData(decryptor.finalData()) -``` - -### Obj-C - -``` objc -// -// Encryption -// -NSString *password = @"Secret password"; -RNEncryptor *encryptor = [[RNEncryptor alloc] initWithPassword:password]; -NSMutableData *ciphertext = [NSMutableData new]; - -// ... Each time data comes in, update the encryptor and accumulate some ciphertext ... -[ciphertext appendData:[encryptor updateWithData:data]]; - -// ... When data is done, finish up ... -[ciphertext appendData:[encryptor finalData]]; - - -// -// Decryption -// -RNDecryptor *decryptor = [[RNDecryptor alloc] initWithPassword:password]; -NSMutableData *plaintext = [NSMutableData new]; - -// ... Each time data comes in, update the decryptor and accumulate some plaintext ... -NSError *error = nil; -NSData *partialPlaintext = [decryptor updateWithData:data error:&error]; -if (error != nil) { - NSLog(@"FAILED DECRYPT: %@", error); - return; -} -[plaintext appendData:partialPlaintext]; - -// ... When data is done, finish up ... -NSError *error = nil; -NSData *partialPlaintext = [decryptor finalDataAndReturnError:&error]; -if (error != nil) { - NSLog(@"FAILED DECRYPT: %@", error); - return; -} - -[ciphertext appendData:partialPlaintext]; - -``` - -## Installation - -### Requirements - -RNCryptor 4 is written in Swift 2, so requires Xcode 7, and can target iOS 7 or later (iOS 8 or later if used as a framework), and OS X 10.9 or later. If you want a pure ObjC implementation that supports older versions of iOS and OS X, see [RNCryptor 3](https://github.com/RNCryptor/RNCryptor/releases/tag/RNCryptor-3.0.1). - -### The Bridging Header - -CommonCrypto is not a modular header in Xcode 7. This makes it very challenging to import into Swift. To work around this, the necessary header files have been copied into `RNCryptor.h`, which needs to be bridged into Swift. You can do this either by using RNCryptor as a framework, adding `#import "RNCryptor/RNCryptor.h"` to your existing bridging header, or making `RNCryptor/RNCryptor.h` your bridging header in Build Settings, "Objective-C Bridging Header." - -Hopefully Apple will [make CommonCrypto a modular header soon](http://www.openradar.me/22965816). When this happens, the bridging header will not be needed, and RNCryptor will be a single file. - -### Installing Manually - -The easiest way to use RNCryptor is by making it part of your project, without a framework. RNCryptor is just one swift file and one bridging header, and you can skip all the complexity of managing frameworks this way. It also makes version control very simple if you use submodules, or checkin specific versions of RNCryptor to your repository. - -This process works for most targets: iOS and OS X GUI apps, Swift frameworks, and OS X commandline apps. **It is not safe for ObjC frameworks or frameworks that may be imported into ObjC, since it would cause duplicate symbols if some other framework includes RNCryptor.** - -* Drag and link `RNCryptor/RNCryptor.swift` into your project -* If you already have a bridging header file, add `#import "RNCryptor/RNCryptor.h"` -* If you don't have a bridging header, in your target's Build Settings, set "Objective-C Bridging Header" to "RNCryptor/RNCryptor.h" - -Built this way, you don't need to (and can't) `import RNCryptor` into your code. RNCryptor will be part of your module. - -### [Carthage](https://github.com/Carthage/Carthage) - - github "RNCryptor/RNCryptor" "RNCryptor-4.0.0-beta.1" - -Don't forget to embed `RNCryptor.framework`. Built this way, you should add `import RNCryptor` to your code. - -This approach will not work for OS X commandline apps. - -### [CocoaPods](https://cocoapods.org) - - pod 'RNCryptor', '~> 4.0.0-beta' - -This approach will not work for OS X commandline apps. - -## Advanced Usage - -### Version-Specific Cryptors - -The default `RNCryptor.Encryptor` is the "current" version of the data format (currently v3). If you're interoperating with other implementations, you may need to choose a specific format for compatibility. - -To create a version-locked cryptor, use `RNCryptor.EncryptorV3` and `RNCryptor.DecryptorV3`. - -Remember: the version specified here is the *format* version, not the implementation version. The v4 RNCryptor framework reads and writes the v3 RNCryptor data format. - -### Key-Based Encryption - -*You need a little expertise to use key-based encryption correctly, and it is very easy to make insecure systems that look secure. The most important rule is that keys must be random across all their bytes. If you're not comfortable with basic cryptographic concepts like AES-CBC, IV, and HMAC, you probably should avoid using key-based encryption.* - -Cryptography works with keys, which are random byte sequences of a specific length. The RNCryptor v3 format uses two 256-bit (32-byte) keys to perform encryption and authentication. - -Passwords are not "random byte sequences of a specific length." They're not random at all, and they can be a wide variety of lengths, very seldom exactly 32. RNCryptor defines a specific and secure way to convert passwords into keys, and that is one of it's primary features. - -Occasionally there are reasons to work directly with random keys. Converting a password into a key is intentionally slow (tens of milliseconds). Password-encrypted messages are also a 16 bytes longer than key-encrypted messages. If your system encrypts and decrypts many short messages, this can be a significant performance impact, particularly on a server. - -RNCryptor supports direct key-based encryption and decryption. The size and number of keys may change between format versions, so key-based cryptors are [version-specific](#version-specific-cryptors). - -In order to be secure, the keys must be a random sequence of bytes. If you're starting with a string of any kind, you are almost certainly doing this wrong. - -```swift -let encryptor = RNCryptor.EncryptorV3(encryptionKey: encryptKey, hmacKey: hmacKey) -let decryptor = RNCryptor.DecryptorV3(encryptionKey: encryptKey, hmacKey: hmacKey) -``` - -```objc -RNEncryptor *encryptor = [[[RNEncryptorV3 alloc] initWithEncryptionKey:encryptionKey hmacKey:hmacKey]; -RNDecryptor *decryptor = [[[RNDecryptorV3 alloc] initWithEncryptionKey:encryptionKey hmacKey:hmacKey]; -``` - -## FAQ - -### How do I detect an incorrect password? - -If you decrypt with the wrong password, you will receive an `HMACMismatch` error. This is the same error you will receive if your ciphertext is corrupted. - -The v3 data format has no way to detect incorrect passwords directly. It just decrypts gibberish, and then uses the HMAC (a kind of encrypted hash) to determine that the result is corrupt. You won't discover this until the entire message has been decrypted (during the call to `finalData()`). - -This can be inconvenient for the user if they have entered the wrong password to decrypt a very large file. If you have this situation, the recommendation is to encrypt some small, known piece of data with the same password. Test the password on the small ciphertext before decrypting the larger one. - -The [v4 data format](https://github.com/RNCryptor/RNCryptor-Spec/blob/master/draft-RNCryptor-Spec-v4.0.md) will provide a faster and more useful mechanism for validating the password or key. - -### Can I use RNCryptor to read and write my non-RNCryptor data format? - -No. RNCryptor implements a specific data format. It is not a general-purpose encryption library. If you have created your own data format, you will need to write specific code to deal with whatever you created. Please make sure the data format you've invented is secure. (This is much harder than it sounds.) - -If you're using the OpenSSL encryption format, see [RNOpenSSLCryptor](https://github.com/rnapier/RNOpenSSLCryptor). - -### Can I change the parameters used (algorithm, iterations, etc)? - -No. See previous question. The [v4 format](https://github.com/RNCryptor/RNCryptor-Spec/blob/master/draft-RNCryptor-Spec-v4.0.md) will permit some control over PBKDF2 iterations, but the only thing configurable in the v3 format is whether a password or key is used. This keeps RNCryptor implementations dramatically simpler and interoperable. - -### How do I manually set the IV? - -You don't. See the last two questions. - -Also note that if you ever reuse a key+IV combination, you risk attackers decrypting the beginning of your message. A static IV makes a key+IV reuse much more likely (guarenteed if you also have a static key). Wikipedia has a [quick overview of this problem](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Initialization_vector_.28IV.29). - -### How do I encrypt/decrypt a string? - -AES encrypts bytes. It does not encrypt characters, letters, words, pictures, videos, cats, or ennui. It encrypts bytes. You need to convert other things (such as strings) to and from bytes in a consistent way. There are several ways to do that. Some of the most popular are UTF-8 encoding, Base-64 encoding, and Hex encoding. There are many other options. There is no good way for RNCryptor to guess which encoding you want, so it doesn't try. It accepts and returns bytes in the form of `NSData`. - -To convert strings to data as UTF-8, use `dataUsingEncoding()` and `init(data:encoding:)`. To convert strings to data as Base-64, use `init(base64EncodedString:options:)` and `base64EncodedStringWithOptions()`. - -### Does RNCryptor support random access decryption? - -The usual use case for this is encrypting media files like video. RNCryptor uses CBC encryption, which prevents easy random-access. While other modes are better for random-access (CTR for instance), they are more complicated to implement correctly and CommonCrypto doesn't support using them for random access anyway. - -It would be fairly easy to build a wrapper around RNCryptor that allowed random-access to blocks of some fixed size (say 64k), and that might work well for video with modest overhead (see [inferno](http://securitydriven.net/inferno/) for a similar idea in C#). Such a format would be fairly easy to port to other platforms that already support RNCryptor. - -If there is interest, I may eventually build this as a separate framework. - -## Design Considerations - -`RNCryptor` has several design goals, in order of importance: - -### Easy to use correctly for most common use cases - -The most critical concern is that it be easy for non-experts to use `RNCryptor` correctly. A framework that is more secure, but requires a steep learning curve on the developer will either be not used, or used incorrectly. Whenever possible, a single line of code should "do the right thing" for the most common cases. - -This also requires that it fail correctly and provide good errors. - -### Reliance on CommonCryptor functionality - -`RNCryptor` has very little "security" code. It relies as much as possible on the OS-provided CommonCryptor. If a feature does not exist in CommonCryptor, then it generally will not be provided in `RNCryptor`. - -### Best practice security - -Wherever possible within the above constraints, the best available algorithms -are applied. This means AES-256, HMAC+SHA256, and PBKDF2. (Note that several of these decisions were reasonable for v3, but may change for v4.) - -* AES-256. While Bruce Schneier has made some interesting recommendations -regarding moving to AES-128 due to certain attacks on AES-256, my current -thinking is in line with [Colin -Percival](http://www.daemonology.net/blog/2009-07-31-thoughts-on-AES.html). -PBKDF2 output is effectively random, which should negate related-keys attacks -against the kinds of use cases we're interested in. - -* AES-CBC mode. This was a somewhat complex decision, but the ubiquity of CBC -outweighs other considerations here. There are no major problems with CBC mode, -and nonce-based modes like CTR have other trade-offs. See ["Mode changes for -RNCryptor"](http://robnapier.net/mode-rncryptor) for more details on this -decision. - -* Encrypt-then-MAC. If there were a good authenticated AES mode on iOS (GCM for -instance), I would probably use that for its simplicity. Colin Percival makes -[good arguments for hand-coding an encrypt-than- -MAC](http://www.daemonology.net/blog/2009-06-24-encrypt-then-mac.html) rather -than using an authenticated AES mode, but in RNCryptor mananging the HMAC -actually adds quite a bit of complexity. I'd rather the complexity at a more -broadly peer-reviewed layer like CommonCryptor than at the RNCryptor layer. But -this isn't an option, so I fall back to my own Encrypt-than-MAC. - -* HMAC+SHA256. No surprises here. - -* PBKDF2. While bcrypt and scrypt may be more secure than PBKDF2, CommonCryptor -only supports PBKDF2. [NIST also continues to recommend -PBKDF2](http://security.stackexchange.com/questions/4781/do-any-security-experts-recommend-bcrypt-for-password-storage). We use 10k rounds of PBKDF2 -which represents about 80ms on an iPhone 4. - -### Code simplicity - -RNCryptor endeavors to be implemented as simply as possible, avoiding tricky code. It is designed to be easy to read and code review. - -### Performance - -Performance is a goal, but not the most important goal. The code must be secure -and easy to use. Within that, it is as fast and memory-efficient as possible. - -### Portability - -Without sacrificing other goals, it is preferable to read the output format of -`RNCryptor` on other platforms. - -## License - -Except where otherwise indicated in the source code, this code is licensed under -the MIT License: - ->Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - ->The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - ->THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` diff --git a/Example/Pods/RNCryptor/RNCryptor.h b/Example/Pods/RNCryptor/RNCryptor.h deleted file mode 100644 index 2ae8387..0000000 --- a/Example/Pods/RNCryptor/RNCryptor.h +++ /dev/null @@ -1,1545 +0,0 @@ -// -// RNCryptor.h -// -// Copyright © 2015 Rob Napier. All rights reserved. -// -// This code is licensed under the MIT License: -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the "Software"), -// to deal in the Software without restriction, including without limitation -// the rights to use, copy, modify, merge, publish, distribute, sublicense, -// and/or sell copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -// DEALINGS IN THE SOFTWARE. -// - -@import Foundation; - -//! Project version number for RNCryptor. -FOUNDATION_EXPORT double RNCryptorVersionNumber; - -//! Project version string for RNCryptor. -FOUNDATION_EXPORT const unsigned char RNCryptorVersionString[]; - -// -// CommonCryptoError.h -// CommonCrypto -// -// Created by Richard Murphy on 4/15/14. -// Copyright (c) 2014 Platform Security. All rights reserved. -// - -#ifndef CommonCrypto_CommonCryptoError_h -#define CommonCrypto_CommonCryptoError_h - -/* - * Copyright (c) 2014 Apple Inc. All Rights Reserved. - * - * @APPLE_LICENSE_HEADER_START@ - * - * This file contains Original Code and/or Modifications of Original Code - * as defined in and that are subject to the Apple Public Source License - * Version 2.0 (the 'License'). You may not use this file except in - * compliance with the License. Please obtain a copy of the License at - * http://www.opensource.apple.com/apsl/ and read it before using this - * file. - * - * The Original Code and all software distributed under the License are - * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER - * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, - * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. - * Please see the License for the specific language governing rights and - * limitations under the License. - * - * @APPLE_LICENSE_HEADER_END@ - */ - -#include - -#if defined(__cplusplus) -extern "C" { -#endif - - /*! - @enum CCCryptorStatus - @abstract Return values from CommonCryptor operations. - - @constant kCCSuccess Operation completed normally. - @constant kCCParamError Illegal parameter value. - @constant kCCBufferTooSmall Insufficent buffer provided for specified - operation. - @constant kCCMemoryFailure Memory allocation failure. - @constant kCCAlignmentError Input size was not aligned properly. - @constant kCCDecodeError Input data did not decode or decrypt - properly. - @constant kCCUnimplemented Function not implemented for the current - algorithm. - */ - enum { - kCCSuccess = 0, - kCCParamError = -4300, - kCCBufferTooSmall = -4301, - kCCMemoryFailure = -4302, - kCCAlignmentError = -4303, - kCCDecodeError = -4304, - kCCUnimplemented = -4305, - kCCOverflow = -4306, - kCCRNGFailure = -4307, - }; - typedef int32_t CCStatus; - typedef int32_t CCCryptorStatus; - -#if defined(__cplusplus) -} -#endif - -#endif - - -/* - * Copyright (c) 2006-2010 Apple, Inc. All Rights Reserved. - * - * @APPLE_LICENSE_HEADER_START@ - * - * This file contains Original Code and/or Modifications of Original Code - * as defined in and that are subject to the Apple Public Source License - * Version 2.0 (the 'License'). You may not use this file except in - * compliance with the License. Please obtain a copy of the License at - * http://www.opensource.apple.com/apsl/ and read it before using this - * file. - * - * The Original Code and all software distributed under the License are - * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER - * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, - * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. - * Please see the License for the specific language governing rights and - * limitations under the License. - * - * @APPLE_LICENSE_HEADER_END@ - */ - -/*! - @header CommonCryptor.h - @abstract Generic interface for symmetric encryption. - - @discussion This interface provides access to a number of symmetric - encryption algorithms. Symmetric encryption algorithms come - in two "flavors" - block ciphers, and stream ciphers. Block - ciphers process data (while both encrypting and decrypting) - in discrete chunks of data called blocks; stream ciphers - operate on arbitrary sized data. - - The object declared in this interface, CCCryptor, provides - access to both block ciphers and stream ciphers with the same - API; however some options are available for block ciphers that - do not apply to stream ciphers. - - The general operation of a CCCryptor is: initialize it - with raw key data and other optional fields with - CCCryptorCreate(); process input data via one or more calls to - CCCryptorUpdate(), each of which may result in output data - being written to caller-supplied memory; and obtain possible - remaining output data with CCCryptorFinal(). The CCCryptor is - disposed of via CCCryptorRelease(), or it can be reused (with - the same key data as provided to CCCryptorCreate()) by calling - CCCryptorReset(). - - CCCryptors can be dynamically allocated by this module, or - their memory can be allocated by the caller. See discussion for - CCCryptorCreate() and CCCryptorCreateFromData() for information - on CCCryptor allocation. - - One option for block ciphers is padding, as defined in PKCS7; - when padding is enabled, the total amount of data encrypted - does not have to be an even multiple of the block size, and - the actual length of plaintext is calculated during decryption. - - Another option for block ciphers is Cipher Block Chaining, known - as CBC mode. When using CBC mode, an Initialization Vector (IV) - is provided along with the key when starting an encrypt - or decrypt operation. If CBC mode is selected and no IV is - provided, an IV of all zeroes will be used. - - CCCryptor also implements block bufferring, so that individual - calls to CCCryptorUpdate() do not have to provide data whose - length is aligned to the block size. (If padding is disabled, - encrypting with block ciphers does require that the *total* - length of data input to CCCryptorUpdate() call(s) be aligned - to the block size.) - - A given CCCryptor can only be used by one thread at a time; - multiple threads can use safely different CCCryptors at the - same time. - */ - -#ifndef _CC_COMMON_CRYPTOR_ -#define _CC_COMMON_CRYPTOR_ - -#include -#include -#ifndef KERNEL -#include -#endif /* KERNEL */ -#include - -#ifdef __cplusplus -extern "C" { -#endif - - /*! - @typedef CCCryptorRef - @abstract Opaque reference to a CCCryptor object. - */ - typedef struct _CCCryptor *CCCryptorRef; - - - /*! - @enum CCOperation - @abstract Operations that an CCCryptor can perform. - - @constant kCCEncrypt Symmetric encryption. - @constant kCCDecrypt Symmetric decryption. - */ - enum { - kCCEncrypt = 0, - kCCDecrypt, - }; - typedef uint32_t CCOperation; - - /*! - @enum CCAlgorithm - @abstract Encryption algorithms implemented by this module. - - @constant kCCAlgorithmAES128 Advanced Encryption Standard, 128-bit block - This is kept for historical reasons. It's - preferred now to use kCCAlgorithmAES since - 128-bit blocks are part of the standard. - @constant kCCAlgorithmAES Advanced Encryption Standard, 128-bit block - @constant kCCAlgorithmDES Data Encryption Standard - @constant kCCAlgorithm3DES Triple-DES, three key, EDE configuration - @constant kCCAlgorithmCAST CAST - @constant kCCAlgorithmRC4 RC4 stream cipher - @constant kCCAlgorithmBlowfish Blowfish block cipher - */ - enum { - kCCAlgorithmAES128 = 0, - kCCAlgorithmAES = 0, - kCCAlgorithmDES, - kCCAlgorithm3DES, - kCCAlgorithmCAST, - kCCAlgorithmRC4, - kCCAlgorithmRC2, - kCCAlgorithmBlowfish - }; - typedef uint32_t CCAlgorithm; - - /*! - @enum CCOptions - @abstract Options flags, passed to CCCryptorCreate(). - - @constant kCCOptionPKCS7Padding Perform PKCS7 padding. - @constant kCCOptionECBMode Electronic Code Book Mode. - Default is CBC. - */ - enum { - /* options for block ciphers */ - kCCOptionPKCS7Padding = 0x0001, - kCCOptionECBMode = 0x0002 - /* stream ciphers currently have no options */ - }; - typedef uint32_t CCOptions; - - /*! - @enum Key sizes - - @discussion Key sizes, in bytes, for supported algorithms. Use these - constants to select any keysize variants you wish to use - for algorithms that support them (ie AES-128, AES-192, AES-256) - - @constant kCCKeySizeAES128 128 bit AES key size. - @constant kCCKeySizeAES192 192 bit AES key size. - @constant kCCKeySizeAES256 256 bit AES key size. - @constant kCCKeySizeDES DES key size. - @constant kCCKeySize3DES Triple DES key size. - @constant kCCKeySizeMinCAST CAST minimum key size. - @constant kCCKeySizeMaxCAST CAST maximum key size. - @constant kCCKeySizeMinRC4 RC4 minimum key size. - @constant kCCKeySizeMaxRC4 RC4 maximum key size. - - @discussion DES and TripleDES have fixed key sizes. - AES has three discrete key sizes. - CAST and RC4 have variable key sizes. - */ - enum { - kCCKeySizeAES128 = 16, - kCCKeySizeAES192 = 24, - kCCKeySizeAES256 = 32, - kCCKeySizeDES = 8, - kCCKeySize3DES = 24, - kCCKeySizeMinCAST = 5, - kCCKeySizeMaxCAST = 16, - kCCKeySizeMinRC4 = 1, - kCCKeySizeMaxRC4 = 512, - kCCKeySizeMinRC2 = 1, - kCCKeySizeMaxRC2 = 128, - kCCKeySizeMinBlowfish = 8, - kCCKeySizeMaxBlowfish = 56, - }; - - /*! - @enum Block sizes - - @discussion Block sizes, in bytes, for supported algorithms. - - @constant kCCBlockSizeAES128 AES block size (currently, only 128-bit - blocks are supported). - @constant kCCBlockSizeDES DES block size. - @constant kCCBlockSize3DES Triple DES block size. - @constant kCCBlockSizeCAST CAST block size. - */ - enum { - /* AES */ - kCCBlockSizeAES128 = 16, - /* DES */ - kCCBlockSizeDES = 8, - /* 3DES */ - kCCBlockSize3DES = 8, - /* CAST */ - kCCBlockSizeCAST = 8, - kCCBlockSizeRC2 = 8, - kCCBlockSizeBlowfish = 8, - }; - - /*! - @enum Minimum context sizes - @discussion Minimum context sizes, for caller-allocated CCCryptorRefs. - To minimize dynamic allocation memory, a caller can create - a CCCryptorRef by passing caller-supplied memory to the - CCCryptorCreateFromData() function. - - These constants define the minimum amount of memory, in - bytes, needed for CCCryptorRefs for each supported algorithm. - - Note: these constants are valid for the current version of - this library; they may change in subsequent releases, so - applications wishing to allocate their own memory for use - in creating CCCryptorRefs must be prepared to deal with - a kCCBufferTooSmall return from CCCryptorCreateFromData(). - See discussion for the CCCryptorCreateFromData() function. - - @constant kCCContextSizeAES128 - Minimum context size for kCCAlgorithmAES128. - @constant kCCContextSizeDES - Minimum context size for kCCAlgorithmDES. - @constant kCCContextSize3DES - Minimum context size for kCCAlgorithm3DES. - @constant kCCContextSizeCAST - Minimum context size for kCCAlgorithmCAST. - @constant kCCContextSizeRC4 - Minimum context size for kCCAlgorithmRC4. - */ - - enum { - kCCContextSizeAES128 = 404, - kCCContextSizeDES = 240, - kCCContextSize3DES = 496, - kCCContextSizeCAST = 240, - kCCContextSizeRC4 = 1072 - }; - - - - /*! - @function CCCryptorCreate - @abstract Create a cryptographic context. - - @param op Defines the basic operation: kCCEncrypt or - kCCDecrypt. - - @param alg Defines the algorithm. - - @param options A word of flags defining options. See discussion - for the CCOptions type. - - @param key Raw key material, length keyLength bytes. - - @param keyLength Length of key material. Must be appropriate - for the selected operation and algorithm. Some - algorithms provide for varying key lengths. - - @param iv Initialization vector, optional. Used by - block ciphers when Cipher Block Chaining (CBC) - mode is enabled. If present, must be the same - length as the selected algorithm's block size. - If CBC mode is selected (by the absence of the - kCCOptionECBMode bit in the options flags) and no - IV is present, a NULL (all zeroes) IV will be used. - This parameter is ignored if ECB mode is used or - if a stream cipher algorithm is selected. - - @param cryptorRef A (required) pointer to the returned CCCryptorRef. - - @result Possible error returns are kCCParamError and kCCMemoryFailure. - */ - CCCryptorStatus CCCryptorCreate( - CCOperation op, /* kCCEncrypt, etc. */ - CCAlgorithm alg, /* kCCAlgorithmDES, etc. */ - CCOptions options, /* kCCOptionPKCS7Padding, etc. */ - const void *key, /* raw key material */ - size_t keyLength, - const void *iv, /* optional initialization vector */ - CCCryptorRef *cryptorRef) /* RETURNED */ - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - /*! - @function CCCryptorCreateFromData - @abstract Create a cryptographic context using caller-supplied memory. - - @param op Defines the basic operation: kCCEncrypt or - kCCDecrypt. - - @param alg Defines the algorithm. - - @param options A word of flags defining options. See discussion - for the CCOptions type. - - @param key Raw key material, length keyLength bytes. - - @param keyLength Length of key material. Must be appropriate - for the selected operation and algorithm. Some - algorithms provide for varying key lengths. - - @param iv Initialization vector, optional. Used by - block ciphers when Cipher Block Chaining (CBC) - mode is enabled. If present, must be the same - length as the selected algorithm's block size. - If CBC mode is selected (by the absence of the - kCCOptionECBMode bit in the options flags) and no - IV is present, a NULL (all zeroes) IV will be used. - This parameter is ignored if ECB mode is used or - if a stream cipher algorithm is selected. - - @param data A pointer to caller-supplied memory from which the - CCCryptorRef will be created. - - @param dataLength The size of the caller-supplied memory in bytes. - - @param cryptorRef A (required) pointer to the returned CCCryptorRef. - - @param dataUsed Optional. If present, the actual number of bytes of - the caller-supplied memory which was consumed by - creation of the CCCryptorRef is returned here. Also, - if the supplied memory is of insufficent size to create - a CCCryptorRef, kCCBufferTooSmall is returned, and - the minimum required buffer size is returned via this - parameter if present. - - @result Possible error returns are kCCParamError and kCCBufferTooSmall. - - @discussion The CCCryptorRef created by this function *may* be disposed of - via CCCRyptorRelease; that call is not strictly necessary, but - if it's not performed, good security practice dictates that the - caller should zero the memory provided to create the CCCryptorRef - when the caller is finished using the CCCryptorRef. - */ - CCCryptorStatus CCCryptorCreateFromData( - CCOperation op, /* kCCEncrypt, etc. */ - CCAlgorithm alg, /* kCCAlgorithmDES, etc. */ - CCOptions options, /* kCCOptionPKCS7Padding, etc. */ - const void *key, /* raw key material */ - size_t keyLength, - const void *iv, /* optional initialization vector */ - const void *data, /* caller-supplied memory */ - size_t dataLength, /* length of data in bytes */ - CCCryptorRef *cryptorRef, /* RETURNED */ - size_t *dataUsed) /* optional, RETURNED */ - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - /*! - @function CCCryptorRelease - @abstract Free a context created by CCCryptorCreate or - CCCryptorCreateFromData(). - - @param cryptorRef The CCCryptorRef to release. - - @result The only possible error return is kCCParamError resulting - from passing in a null CCCryptorRef. - */ - CCCryptorStatus CCCryptorRelease( - CCCryptorRef cryptorRef) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - /*! - @function CCCryptorUpdate - @abstract Process (encrypt, decrypt) some data. The result, if any, - is written to a caller-provided buffer. - - @param cryptorRef A CCCryptorRef created via CCCryptorCreate() or - CCCryptorCreateFromData(). - @param dataIn Data to process, length dataInLength bytes. - @param dataInLength Length of data to process. - @param dataOut Result is written here. Allocated by caller. - Encryption and decryption can be performed - "in-place", with the same buffer used for - input and output. - @param dataOutAvailable The size of the dataOut buffer in bytes. - @param dataOutMoved On successful return, the number of bytes - written to dataOut. - - @result kCCBufferTooSmall indicates insufficent space in the dataOut - buffer. The caller can use - CCCryptorGetOutputLength() to determine the - required output buffer size in this case. The - operation can be retried; no state is lost - when this is returned. - - @discussion This routine can be called multiple times. The caller does - not need to align input data lengths to block sizes; input is - bufferred as necessary for block ciphers. - - When performing symmetric encryption with block ciphers, - and padding is enabled via kCCOptionPKCS7Padding, the total - number of bytes provided by all the calls to this function - when encrypting can be arbitrary (i.e., the total number - of bytes does not have to be block aligned). However if - padding is disabled, or when decrypting, the total number - of bytes does have to be aligned to the block size; otherwise - CCCryptFinal() will return kCCAlignmentError. - - A general rule for the size of the output buffer which must be - provided by the caller is that for block ciphers, the output - length is never larger than the input length plus the block size. - For stream ciphers, the output length is always exactly the same - as the input length. See the discussion for - CCCryptorGetOutputLength() for more information on this topic. - - Generally, when all data has been processed, call - CCCryptorFinal(). - - In the following cases, the CCCryptorFinal() is superfluous as - it will not yield any data nor return an error: - 1. Encrypting or decrypting with a block cipher with padding - disabled, when the total amount of data provided to - CCCryptorUpdate() is an integral multiple of the block size. - 2. Encrypting or decrypting with a stream cipher. - */ - CCCryptorStatus CCCryptorUpdate( - CCCryptorRef cryptorRef, - const void *dataIn, - size_t dataInLength, - void *dataOut, /* data RETURNED here */ - size_t dataOutAvailable, - size_t *dataOutMoved) /* number of bytes written */ - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - /*! - @function CCCryptorFinal - @abstract Finish an encrypt or decrypt operation, and obtain the (possible) - final data output. - - @param cryptorRef A CCCryptorRef created via CCCryptorCreate() or - CCCryptorCreateFromData(). - @param dataOut Result is written here. Allocated by caller. - @param dataOutAvailable The size of the dataOut buffer in bytes. - @param dataOutMoved On successful return, the number of bytes - written to dataOut. - - @result kCCBufferTooSmall indicates insufficent space in the dataOut - buffer. The caller can use - CCCryptorGetOutputLength() to determine the - required output buffer size in this case. The - operation can be retried; no state is lost - when this is returned. - kCCAlignmentError When decrypting, or when encrypting with a - block cipher with padding disabled, - kCCAlignmentError will be returned if the total - number of bytes provided to CCCryptUpdate() is - not an integral multiple of the current - algorithm's block size. - kCCDecodeError Indicates garbled ciphertext or the - wrong key during decryption. This can only - be returned while decrypting with padding - enabled. - - @discussion Except when kCCBufferTooSmall is returned, the CCCryptorRef - can no longer be used for subsequent operations unless - CCCryptorReset() is called on it. - - It is not necessary to call CCCryptorFinal() when performing - symmetric encryption or decryption if padding is disabled, or - when using a stream cipher. - - It is not necessary to call CCCryptorFinal() prior to - CCCryptorRelease() when aborting an operation. - */ - CCCryptorStatus CCCryptorFinal( - CCCryptorRef cryptorRef, - void *dataOut, - size_t dataOutAvailable, - size_t *dataOutMoved) /* number of bytes written */ - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - /*! - @function CCCryptorGetOutputLength - @abstract Determine output buffer size required to process a given input - size. - - @param cryptorRef A CCCryptorRef created via CCCryptorCreate() or - CCCryptorCreateFromData(). - @param inputLength The length of data which will be provided to - CCCryptorUpdate(). - @param final If false, the returned value will indicate the - output buffer space needed when 'inputLength' - bytes are provided to CCCryptorUpdate(). When - 'final' is true, the returned value will indicate - the total combined buffer space needed when - 'inputLength' bytes are provided to - CCCryptorUpdate() and then CCCryptorFinal() is - called. - - @result The maximum buffer space need to perform CCCryptorUpdate() and - optionally CCCryptorFinal(). - - @discussion Some general rules apply that allow clients of this module to - know a priori how much output buffer space will be required - in a given situation. For stream ciphers, the output size is - always equal to the input size, and CCCryptorFinal() never - produces any data. For block ciphers, the output size will - always be less than or equal to the input size plus the size - of one block. For block ciphers, if the input size provided - to each call to CCCryptorUpdate() is is an integral multiple - of the block size, then the output size for each call to - CCCryptorUpdate() is less than or equal to the input size - for that call to CCCryptorUpdate(). CCCryptorFinal() only - produces output when using a block cipher with padding enabled. - */ - size_t CCCryptorGetOutputLength( - CCCryptorRef cryptorRef, - size_t inputLength, - bool final) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - - /*! - @function CCCryptorReset - @abstract Reinitializes an existing CCCryptorRef with a (possibly) - new initialization vector. The CCCryptorRef's key is - unchanged. Not implemented for stream ciphers. - - @param cryptorRef A CCCryptorRef created via CCCryptorCreate() or - CCCryptorCreateFromData(). - @param iv Optional initialization vector; if present, must - be the same size as the current algorithm's block - size. - - @result The the only possible errors are kCCParamError and - kCCUnimplemented. - - @discussion This can be called on a CCCryptorRef with data pending (i.e. - in a padded mode operation before CCCryptFinal is called); - however any pending data will be lost in that case. - */ - CCCryptorStatus CCCryptorReset( - CCCryptorRef cryptorRef, - const void *iv) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - - /*! - @function CCCrypt - @abstract Stateless, one-shot encrypt or decrypt operation. - This basically performs a sequence of CCCrytorCreate(), - CCCryptorUpdate(), CCCryptorFinal(), and CCCryptorRelease(). - - @param alg Defines the encryption algorithm. - - - @param op Defines the basic operation: kCCEncrypt or - kCCDecrypt. - - @param options A word of flags defining options. See discussion - for the CCOptions type. - - @param key Raw key material, length keyLength bytes. - - @param keyLength Length of key material. Must be appropriate - for the select algorithm. Some algorithms may - provide for varying key lengths. - - @param iv Initialization vector, optional. Used for - Cipher Block Chaining (CBC) mode. If present, - must be the same length as the selected - algorithm's block size. If CBC mode is - selected (by the absence of any mode bits in - the options flags) and no IV is present, a - NULL (all zeroes) IV will be used. This is - ignored if ECB mode is used or if a stream - cipher algorithm is selected. - - @param dataIn Data to encrypt or decrypt, length dataInLength - bytes. - - @param dataInLength Length of data to encrypt or decrypt. - - @param dataOut Result is written here. Allocated by caller. - Encryption and decryption can be performed - "in-place", with the same buffer used for - input and output. - - @param dataOutAvailable The size of the dataOut buffer in bytes. - - @param dataOutMoved On successful return, the number of bytes - written to dataOut. If kCCBufferTooSmall is - returned as a result of insufficient buffer - space being provided, the required buffer space - is returned here. - - @result kCCBufferTooSmall indicates insufficent space in the dataOut - buffer. In this case, the *dataOutMoved - parameter will indicate the size of the buffer - needed to complete the operation. The - operation can be retried with minimal runtime - penalty. - kCCAlignmentError indicates that dataInLength was not properly - aligned. This can only be returned for block - ciphers, and then only when decrypting or when - encrypting with block with padding disabled. - kCCDecodeError Indicates improperly formatted ciphertext or - a "wrong key" error; occurs only during decrypt - operations. - */ - - CCCryptorStatus CCCrypt( - CCOperation op, /* kCCEncrypt, etc. */ - CCAlgorithm alg, /* kCCAlgorithmAES128, etc. */ - CCOptions options, /* kCCOptionPKCS7Padding, etc. */ - const void *key, - size_t keyLength, - const void *iv, /* optional initialization vector */ - const void *dataIn, /* optional per op and alg */ - size_t dataInLength, - void *dataOut, /* data RETURNED here */ - size_t dataOutAvailable, - size_t *dataOutMoved) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - - /*! - @enum Cipher Modes - @discussion These are the selections available for modes of operation for - use with block ciphers. If RC4 is selected as the cipher (a stream - cipher) the only correct mode is kCCModeRC4. - - @constant kCCModeECB - Electronic Code Book Mode. - @constant kCCModeCBC - Cipher Block Chaining Mode. - @constant kCCModeCFB - Cipher Feedback Mode. - @constant kCCModeOFB - Output Feedback Mode. - @constant kCCModeXTS - XEX-based Tweaked CodeBook Mode. - @constant kCCModeRC4 - RC4 as a streaming cipher is handled internally as a mode. - @constant kCCModeCFB8 - Cipher Feedback Mode producing 8 bits per round. - */ - - - enum { - kCCModeECB = 1, - kCCModeCBC = 2, - kCCModeCFB = 3, - kCCModeCTR = 4, - kCCModeF8 = 5, // Unimplemented for now (not included) - kCCModeLRW = 6, // Unimplemented for now (not included) - kCCModeOFB = 7, - kCCModeXTS = 8, - kCCModeRC4 = 9, - kCCModeCFB8 = 10, - }; - typedef uint32_t CCMode; - - /*! - @enum Padding for Block Ciphers - @discussion These are the padding options available for block modes. - - @constant ccNoPadding - No padding. - @constant ccPKCS7Padding - PKCS7 Padding. - */ - - enum { - ccNoPadding = 0, - ccPKCS7Padding = 1, - }; - typedef uint32_t CCPadding; - - /*! - @enum Mode options - Not currently in use. - - @discussion Values used to specify options for modes. This was used for counter - mode operations in 10.8, now only Big Endian mode is supported. - - @constant kCCModeOptionCTR_LE - CTR Mode Little Endian. - @constant kCCModeOptionCTR_BE - CTR Mode Big Endian. - */ - - enum { - kCCModeOptionCTR_LE = 0x0001, // Deprecated in iPhoneOS 6.0 and MacOSX10.9 - kCCModeOptionCTR_BE = 0x0002 // Deprecated in iPhoneOS 6.0 and MacOSX10.9 - }; - - typedef uint32_t CCModeOptions; - - /*! - @function CCCryptorCreateWithMode - @abstract Create a cryptographic context. - - @param op Defines the basic operation: kCCEncrypt or - kCCDecrypt. - - @param mode Specifies the cipher mode to use for operations. - - @param alg Defines the algorithm. - - @param padding Specifies the padding to use. - - @param iv Initialization vector, optional. Used by - block ciphers with the following modes: - - Cipher Block Chaining (CBC) - Cipher Feedback (CFB and CFB8) - Output Feedback (OFB) - Counter (CTR) - - If present, must be the same length as the selected - algorithm's block size. If no IV is present, a NULL - (all zeroes) IV will be used. - - This parameter is ignored if ECB mode is used or - if a stream cipher algorithm is selected. - - @param key Raw key material, length keyLength bytes. - - @param keyLength Length of key material. Must be appropriate - for the selected operation and algorithm. Some - algorithms provide for varying key lengths. - - @param tweak Raw key material, length keyLength bytes. Used for the - tweak key in XEX-based Tweaked CodeBook (XTS) mode. - - @param tweakLength Length of tweak key material. Must be appropriate - for the selected operation and algorithm. Some - algorithms provide for varying key lengths. For XTS - this is the same length as the encryption key. - - @param numRounds The number of rounds of the cipher to use. 0 uses the default. - - @param options A word of flags defining options. See discussion - for the CCModeOptions type. - - @param cryptorRef A (required) pointer to the returned CCCryptorRef. - - @result Possible error returns are kCCParamError and kCCMemoryFailure. - */ - - - CCCryptorStatus CCCryptorCreateWithMode( - CCOperation op, /* kCCEncrypt, kCCEncrypt */ - CCMode mode, - CCAlgorithm alg, - CCPadding padding, - const void *iv, /* optional initialization vector */ - const void *key, /* raw key material */ - size_t keyLength, - const void *tweak, /* raw tweak material */ - size_t tweakLength, - int numRounds, /* 0 == default */ - CCModeOptions options, - CCCryptorRef *cryptorRef) /* RETURNED */ - __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_5_0); - -#ifdef __cplusplus -} -#endif - -#endif /* _CC_COMMON_CRYPTOR_ */ - - -/* - * Copyright (c) 2004 Apple Computer, Inc. All Rights Reserved. - * - * @APPLE_LICENSE_HEADER_START@ - * - * This file contains Original Code and/or Modifications of Original Code - * as defined in and that are subject to the Apple Public Source License - * Version 2.0 (the 'License'). You may not use this file except in - * compliance with the License. Please obtain a copy of the License at - * http://www.opensource.apple.com/apsl/ and read it before using this - * file. - * - * The Original Code and all software distributed under the License are - * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER - * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, - * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. - * Please see the License for the specific language governing rights and - * limitations under the License. - * - * @APPLE_LICENSE_HEADER_END@ - */ - -/* - * CommonDigest.h - common digest routines: MD2, MD4, MD5, SHA1. - */ - -#ifndef _CC_COMMON_DIGEST_H_ -#define _CC_COMMON_DIGEST_H_ - -#include -#include - -#ifdef __cplusplus -extern "C" { -#endif - - /* - * For compatibility with legacy implementations, the *Init(), *Update(), - * and *Final() functions declared here *always* return a value of 1 (one). - * This corresponds to "success" in the similar openssl implementations. - * There are no errors of any kind which can be, or are, reported here, - * so you can safely ignore the return values of all of these functions - * if you are implementing new code. - * - * The one-shot functions (CC_MD2(), CC_SHA1(), etc.) perform digest - * calculation and place the result in the caller-supplied buffer - * indicated by the md parameter. They return the md parameter. - * Unlike the opensssl counterparts, these one-shot functions require - * a non-NULL md pointer. Passing in NULL for the md parameter - * results in a NULL return and no digest calculation. - */ - - typedef uint32_t CC_LONG; /* 32 bit unsigned integer */ - typedef uint64_t CC_LONG64; /* 64 bit unsigned integer */ - - /*** MD2 ***/ - -#define CC_MD2_DIGEST_LENGTH 16 /* digest length in bytes */ -#define CC_MD2_BLOCK_BYTES 64 /* block size in bytes */ -#define CC_MD2_BLOCK_LONG (CC_MD2_BLOCK_BYTES / sizeof(CC_LONG)) - - typedef struct CC_MD2state_st - { - int num; - unsigned char data[CC_MD2_DIGEST_LENGTH]; - CC_LONG cksm[CC_MD2_BLOCK_LONG]; - CC_LONG state[CC_MD2_BLOCK_LONG]; - } CC_MD2_CTX; - - extern int CC_MD2_Init(CC_MD2_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_MD2_Update(CC_MD2_CTX *c, const void *data, CC_LONG len) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_MD2_Final(unsigned char *md, CC_MD2_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern unsigned char *CC_MD2(const void *data, CC_LONG len, unsigned char *md) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - /*** MD4 ***/ - -#define CC_MD4_DIGEST_LENGTH 16 /* digest length in bytes */ -#define CC_MD4_BLOCK_BYTES 64 /* block size in bytes */ -#define CC_MD4_BLOCK_LONG (CC_MD4_BLOCK_BYTES / sizeof(CC_LONG)) - - typedef struct CC_MD4state_st - { - CC_LONG A,B,C,D; - CC_LONG Nl,Nh; - CC_LONG data[CC_MD4_BLOCK_LONG]; - uint32_t num; - } CC_MD4_CTX; - - extern int CC_MD4_Init(CC_MD4_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_MD4_Update(CC_MD4_CTX *c, const void *data, CC_LONG len) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_MD4_Final(unsigned char *md, CC_MD4_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern unsigned char *CC_MD4(const void *data, CC_LONG len, unsigned char *md) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - - /*** MD5 ***/ - -#define CC_MD5_DIGEST_LENGTH 16 /* digest length in bytes */ -#define CC_MD5_BLOCK_BYTES 64 /* block size in bytes */ -#define CC_MD5_BLOCK_LONG (CC_MD5_BLOCK_BYTES / sizeof(CC_LONG)) - - typedef struct CC_MD5state_st - { - CC_LONG A,B,C,D; - CC_LONG Nl,Nh; - CC_LONG data[CC_MD5_BLOCK_LONG]; - int num; - } CC_MD5_CTX; - - extern int CC_MD5_Init(CC_MD5_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_MD5_Update(CC_MD5_CTX *c, const void *data, CC_LONG len) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_MD5_Final(unsigned char *md, CC_MD5_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern unsigned char *CC_MD5(const void *data, CC_LONG len, unsigned char *md) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - - /*** SHA1 ***/ - -#define CC_SHA1_DIGEST_LENGTH 20 /* digest length in bytes */ -#define CC_SHA1_BLOCK_BYTES 64 /* block size in bytes */ -#define CC_SHA1_BLOCK_LONG (CC_SHA1_BLOCK_BYTES / sizeof(CC_LONG)) - - typedef struct CC_SHA1state_st - { - CC_LONG h0,h1,h2,h3,h4; - CC_LONG Nl,Nh; - CC_LONG data[CC_SHA1_BLOCK_LONG]; - int num; - } CC_SHA1_CTX; - - extern int CC_SHA1_Init(CC_SHA1_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_SHA1_Update(CC_SHA1_CTX *c, const void *data, CC_LONG len) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_SHA1_Final(unsigned char *md, CC_SHA1_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern unsigned char *CC_SHA1(const void *data, CC_LONG len, unsigned char *md) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - - /*** SHA224 ***/ -#define CC_SHA224_DIGEST_LENGTH 28 /* digest length in bytes */ -#define CC_SHA224_BLOCK_BYTES 64 /* block size in bytes */ - - /* same context struct is used for SHA224 and SHA256 */ - typedef struct CC_SHA256state_st - { CC_LONG count[2]; - CC_LONG hash[8]; - CC_LONG wbuf[16]; - } CC_SHA256_CTX; - - extern int CC_SHA224_Init(CC_SHA256_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_SHA224_Update(CC_SHA256_CTX *c, const void *data, CC_LONG len) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_SHA224_Final(unsigned char *md, CC_SHA256_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern unsigned char *CC_SHA224(const void *data, CC_LONG len, unsigned char *md) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - - /*** SHA256 ***/ - -#define CC_SHA256_DIGEST_LENGTH 32 /* digest length in bytes */ -#define CC_SHA256_BLOCK_BYTES 64 /* block size in bytes */ - - extern int CC_SHA256_Init(CC_SHA256_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_SHA256_Update(CC_SHA256_CTX *c, const void *data, CC_LONG len) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_SHA256_Final(unsigned char *md, CC_SHA256_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern unsigned char *CC_SHA256(const void *data, CC_LONG len, unsigned char *md) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - - /*** SHA384 ***/ - -#define CC_SHA384_DIGEST_LENGTH 48 /* digest length in bytes */ -#define CC_SHA384_BLOCK_BYTES 128 /* block size in bytes */ - - /* same context struct is used for SHA384 and SHA512 */ - typedef struct CC_SHA512state_st - { CC_LONG64 count[2]; - CC_LONG64 hash[8]; - CC_LONG64 wbuf[16]; - } CC_SHA512_CTX; - - extern int CC_SHA384_Init(CC_SHA512_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_SHA384_Update(CC_SHA512_CTX *c, const void *data, CC_LONG len) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_SHA384_Final(unsigned char *md, CC_SHA512_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern unsigned char *CC_SHA384(const void *data, CC_LONG len, unsigned char *md) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - - /*** SHA512 ***/ - -#define CC_SHA512_DIGEST_LENGTH 64 /* digest length in bytes */ -#define CC_SHA512_BLOCK_BYTES 128 /* block size in bytes */ - - extern int CC_SHA512_Init(CC_SHA512_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_SHA512_Update(CC_SHA512_CTX *c, const void *data, CC_LONG len) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern int CC_SHA512_Final(unsigned char *md, CC_SHA512_CTX *c) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - extern unsigned char *CC_SHA512(const void *data, CC_LONG len, unsigned char *md) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - /* - * To use the above digest functions with existing code which uses - * the corresponding openssl functions, #define the symbol - * COMMON_DIGEST_FOR_OPENSSL in your client code (BEFORE including - * this file), and simply link against libSystem (or System.framework) - * instead of libcrypto. - * - * You can *NOT* mix and match functions operating on a given data - * type from the two implementations; i.e., if you do a CC_MD5_Init() - * on a CC_MD5_CTX object, do not assume that you can do an openssl-style - * MD5_Update() on that same context. - */ - -#ifdef COMMON_DIGEST_FOR_OPENSSL - -#define MD2_DIGEST_LENGTH CC_MD2_DIGEST_LENGTH -#define MD2_CTX CC_MD2_CTX -#define MD2_Init CC_MD2_Init -#define MD2_Update CC_MD2_Update -#define MD2_Final CC_MD2_Final - -#define MD4_DIGEST_LENGTH CC_MD4_DIGEST_LENGTH -#define MD4_CTX CC_MD4_CTX -#define MD4_Init CC_MD4_Init -#define MD4_Update CC_MD4_Update -#define MD4_Final CC_MD4_Final - -#define MD5_DIGEST_LENGTH CC_MD5_DIGEST_LENGTH -#define MD5_CTX CC_MD5_CTX -#define MD5_Init CC_MD5_Init -#define MD5_Update CC_MD5_Update -#define MD5_Final CC_MD5_Final - -#define SHA_DIGEST_LENGTH CC_SHA1_DIGEST_LENGTH -#define SHA_CTX CC_SHA1_CTX -#define SHA1_Init CC_SHA1_Init -#define SHA1_Update CC_SHA1_Update -#define SHA1_Final CC_SHA1_Final - -#define SHA224_DIGEST_LENGTH CC_SHA224_DIGEST_LENGTH -#define SHA256_CTX CC_SHA256_CTX -#define SHA224_Init CC_SHA224_Init -#define SHA224_Update CC_SHA224_Update -#define SHA224_Final CC_SHA224_Final - -#define SHA256_DIGEST_LENGTH CC_SHA256_DIGEST_LENGTH -#define SHA256_Init CC_SHA256_Init -#define SHA256_Update CC_SHA256_Update -#define SHA256_Final CC_SHA256_Final - -#define SHA384_DIGEST_LENGTH CC_SHA384_DIGEST_LENGTH -#define SHA512_CTX CC_SHA512_CTX -#define SHA384_Init CC_SHA384_Init -#define SHA384_Update CC_SHA384_Update -#define SHA384_Final CC_SHA384_Final - -#define SHA512_DIGEST_LENGTH CC_SHA512_DIGEST_LENGTH -#define SHA512_Init CC_SHA512_Init -#define SHA512_Update CC_SHA512_Update -#define SHA512_Final CC_SHA512_Final - - -#endif /* COMMON_DIGEST_FOR_OPENSSL */ - - /* - * In a manner similar to that described above for openssl - * compatibility, these macros can be used to provide compatiblity - * with legacy implementations of MD5 using the interface defined - * in RFC 1321. - */ - -#ifdef COMMON_DIGEST_FOR_RFC_1321 - -#define MD5_CTX CC_MD5_CTX -#define MD5Init CC_MD5_Init -#define MD5Update CC_MD5_Update - void MD5Final (unsigned char [16], MD5_CTX *) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - -#endif /* COMMON_DIGEST_FOR_RFC_1321 */ - -#ifdef __cplusplus -} -#endif - -#endif /* _CC_COMMON_DIGEST_H_ */ - - -/* - * Copyright (c) 2004 Apple Computer, Inc. All Rights Reserved. - * - * @APPLE_LICENSE_HEADER_START@ - * - * This file contains Original Code and/or Modifications of Original Code - * as defined in and that are subject to the Apple Public Source License - * Version 2.0 (the 'License'). You may not use this file except in - * compliance with the License. Please obtain a copy of the License at - * http://www.opensource.apple.com/apsl/ and read it before using this - * file. - * - * The Original Code and all software distributed under the License are - * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER - * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, - * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. - * Please see the License for the specific language governing rights and - * limitations under the License. - * - * @APPLE_LICENSE_HEADER_END@ - */ - -/*! - @header CommonHMAC.h - @abstract Keyed Message Authentication Code (HMAC) functions. - */ - -#ifndef _CC_COMMON_HMAC_H_ -#define _CC_COMMON_HMAC_H_ - -#include -#include - -#ifdef __cplusplus -extern "C" { -#endif - - /*! - @enum CCHmacAlgorithm - @abstract Algorithms implemented in this module. - - @constant kCCHmacAlgSHA1 HMAC with SHA1 digest - @constant kCCHmacAlgMD5 HMAC with MD5 digest - @constant kCCHmacAlgSHA256 HMAC with SHA256 digest - @constant kCCHmacAlgSHA384 HMAC with SHA384 digest - @constant kCCHmacAlgSHA512 HMAC with SHA512 digest - @constant kCCHmacAlgSHA224 HMAC with SHA224 digest - */ - enum { - kCCHmacAlgSHA1, - kCCHmacAlgMD5, - kCCHmacAlgSHA256, - kCCHmacAlgSHA384, - kCCHmacAlgSHA512, - kCCHmacAlgSHA224 - }; - typedef uint32_t CCHmacAlgorithm; - - /*! - @typedef CCHmacContext - @abstract HMAC context. - */ -#define CC_HMAC_CONTEXT_SIZE 96 - typedef struct { - uint32_t ctx[CC_HMAC_CONTEXT_SIZE]; - } CCHmacContext; - - /*! - @function CCHmacInit - @abstract Initialize an CCHmacContext with provided raw key bytes. - - @param ctx An HMAC context. - @param algorithm HMAC algorithm to perform. - @param key Raw key bytes. - @param keyLength Length of raw key bytes; can be any - length including zero. - */ - void CCHmacInit( - CCHmacContext *ctx, - CCHmacAlgorithm algorithm, - const void *key, - size_t keyLength) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - - /*! - @function CCHmacUpdate - @abstract Process some data. - - @param ctx An HMAC context. - @param data Data to process. - @param dataLength Length of data to process, in bytes. - - @discussion This can be called multiple times. - */ - void CCHmacUpdate( - CCHmacContext *ctx, - const void *data, - size_t dataLength) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - - /*! - @function CCHmacFinal - @abstract Obtain the final Message Authentication Code. - - @param ctx An HMAC context. - @param macOut Destination of MAC; allocated by caller. - - @discussion The length of the MAC written to *macOut is the same as - the digest length associated with the HMAC algorithm: - - kCCHmacSHA1 : CC_SHA1_DIGEST_LENGTH - - kCCHmacMD5 : CC_MD5_DIGEST_LENGTH - */ - void CCHmacFinal( - CCHmacContext *ctx, - void *macOut) - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - - - /* - * Stateless, one-shot HMAC function. - * Output is written to caller-supplied buffer, as in CCHmacFinal(). - */ - void CCHmac( - CCHmacAlgorithm algorithm, /* kCCHmacSHA1, kCCHmacMD5 */ - const void *key, - size_t keyLength, /* length of key in bytes */ - const void *data, - size_t dataLength, /* length of data in bytes */ - void *macOut) /* MAC written here */ - __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0); - -#ifdef __cplusplus -} -#endif - -#endif /* _CC_COMMON_HMAC_H_ */ - - -/* - * Copyright (c) 2010 Apple Inc. All Rights Reserved. - * - * @APPLE_LICENSE_HEADER_START@ - * - * This file contains Original Code and/or Modifications of Original Code - * as defined in and that are subject to the Apple Public Source License - * Version 2.0 (the 'License'). You may not use this file except in - * compliance with the License. Please obtain a copy of the License at - * http://www.opensource.apple.com/apsl/ and read it before using this - * file. - * - * The Original Code and all software distributed under the License are - * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER - * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, - * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. - * Please see the License for the specific language governing rights and - * limitations under the License. - * - * @APPLE_LICENSE_HEADER_END@ - */ - -#ifndef _CC_PBKDF_H_ -#define _CC_PBKDF_H_ - -#include -#include -#include -#ifdef KERNEL -#include -#else -#include -#include -#endif /* KERNEL */ - - -#ifdef __cplusplus -extern "C" { -#endif - - enum { - kCCPBKDF2 = 2, - }; - - - typedef uint32_t CCPBKDFAlgorithm; - - - enum { - kCCPRFHmacAlgSHA1 = 1, - kCCPRFHmacAlgSHA224 = 2, - kCCPRFHmacAlgSHA256 = 3, - kCCPRFHmacAlgSHA384 = 4, - kCCPRFHmacAlgSHA512 = 5, - }; - - - typedef uint32_t CCPseudoRandomAlgorithm; - - /* - - @function CCKeyDerivationPBKDF - @abstract Derive a key from a text password/passphrase - - @param algorithm Currently only PBKDF2 is available via kCCPBKDF2 - @param password The text password used as input to the derivation - function. The actual octets present in this string - will be used with no additional processing. It's - extremely important that the same encoding and - normalization be used each time this routine is - called if the same key is expected to be derived. - @param passwordLen The length of the text password in bytes. - @param salt The salt byte values used as input to the derivation - function. - @param saltLen The length of the salt in bytes. - @param prf The Pseudo Random Algorithm to use for the derivation - iterations. - @param rounds The number of rounds of the Pseudo Random Algorithm - to use. - @param derivedKey The resulting derived key produced by the function. - The space for this must be provided by the caller. - @param derivedKeyLen The expected length of the derived key in bytes. - - @discussion The following values are used to designate the PRF: - - * kCCPRFHmacAlgSHA1 - * kCCPRFHmacAlgSHA224 - * kCCPRFHmacAlgSHA256 - * kCCPRFHmacAlgSHA384 - * kCCPRFHmacAlgSHA512 - - @result kCCParamError can result from bad values for the password, salt, - and unwrapped key pointers as well as a bad value for the prf - function. - - */ - - int - CCKeyDerivationPBKDF( CCPBKDFAlgorithm algorithm, const char *password, size_t passwordLen, - const uint8_t *salt, size_t saltLen, - CCPseudoRandomAlgorithm prf, uint rounds, - uint8_t *derivedKey, size_t derivedKeyLen) - __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_5_0); - - /* - * All lengths are in bytes - not bits. - */ - - /* - - @function CCCalibratePBKDF - @abstract Determine the number of PRF rounds to use for a specific delay on - the current platform. - @param algorithm Currently only PBKDF2 is available via kCCPBKDF2 - @param passwordLen The length of the text password in bytes. - @param saltLen The length of the salt in bytes. - @param prf The Pseudo Random Algorithm to use for the derivation - iterations. - @param derivedKeyLen The expected length of the derived key in bytes. - @param msec The targetted duration we want to achieve for a key - derivation with these parameters. - - @result the number of iterations to use for the desired processing time. - - */ - - uint - CCCalibratePBKDF(CCPBKDFAlgorithm algorithm, size_t passwordLen, size_t saltLen, - CCPseudoRandomAlgorithm prf, size_t derivedKeyLen, uint32_t msec) - __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_5_0); - -#ifdef __cplusplus -} -#endif - -#endif /* _CC_PBKDF_H_ */ - - -/* - * Copyright (c) 2014 Apple Inc. All Rights Reserved. - * - * @APPLE_LICENSE_HEADER_START@ - * - * This file contains Original Code and/or Modifications of Original Code - * as defined in and that are subject to the Apple Public Source License - * Version 2.0 (the 'License'). You may not use this file except in - * compliance with the License. Please obtain a copy of the License at - * http://www.opensource.apple.com/apsl/ and read it before using this - * file. - * - * The Original Code and all software distributed under the License are - * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER - * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, - * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. - * Please see the License for the specific language governing rights and - * limitations under the License. - * - * @APPLE_LICENSE_HEADER_END@ - */ - -// -// CommonRandom.h -// CommonCrypto - -#ifndef CommonCrypto_CommonRandom_h -#define CommonCrypto_CommonRandom_h - -#if defined(__cplusplus) -extern "C" { -#endif - - typedef CCCryptorStatus CCRNGStatus; - - /*! - @function CCRandomGenerateBytes - - @abstract Return random bytes in a buffer allocated by the caller. - - @discussion The PRNG returns cryptographically strong random - bits suitable for use as cryptographic keys, IVs, nonces etc. - - @param bytes Pointer to the return buffer. - @param count Number of random bytes to return. - - @result Return kCCSuccess on success. - */ - - CCRNGStatus CCRandomGenerateBytes(void *bytes, size_t count) - __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0); - -#if defined(__cplusplus) -} -#endif - -#endif diff --git a/Example/Pods/RNCryptor/RNCryptor.swift b/Example/Pods/RNCryptor/RNCryptor.swift deleted file mode 100644 index f8f06c4..0000000 --- a/Example/Pods/RNCryptor/RNCryptor.swift +++ /dev/null @@ -1,778 +0,0 @@ -// -// RNCryptor.swift -// -// Copyright © 2015 Rob Napier. All rights reserved. -// -// This code is licensed under the MIT License: -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the "Software"), -// to deal in the Software without restriction, including without limitation -// the rights to use, copy, modify, merge, publish, distribute, sublicense, -// and/or sell copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -// DEALINGS IN THE SOFTWARE. -// - -import Foundation - -/// The `RNCryptorType` protocol defines generic API to a mutable, -/// incremental, password-based encryptor or decryptor. Its generic -/// usage is as follows: -/// -/// let cryptor = Encryptor(password: "mypassword") -/// // or Decryptor() -/// -/// var result NSMutableData -/// for data in datas { -/// result.appendData(try cryptor.update(data)) -/// } -/// result.appendData(try cryptor.final()) -/// -/// After calling `finalData()`, the cryptor is no longer valid. -public protocol RNCryptorType { - - /// Creates and returns a cryptor. - /// - /// - parameter password: Non-empty password string. This will be interpretted as UTF-8. - init(password: String) - - /// Updates cryptor with data and returns processed data. - /// - /// - parameter data: Data to process. May be empty. - /// - throws: `Error` - /// - returns: Processed data. May be empty. - func updateWithData(data: NSData) throws -> NSData - - /// Returns trailing data and invalidates the cryptor. - /// - /// - throws: `Error` - /// - returns: Trailing data - func finalData() throws -> NSData -} - -public extension RNCryptorType { - /// Simplified, generic interface to `RNCryptorType`. Takes a data, - /// returns a processed data. Generally you should use - /// `RNCryptor.encryptData(password:)`, or - /// `RNCryptor.decryptData(password:)` instead, but this is useful - /// for code that is neutral on whether it is encrypting or decrypting. - /// - /// - throws: `Error` - private func oneshot(data: NSData) throws -> NSData { - let result = NSMutableData(data: try updateWithData(data)) - result.appendData(try finalData()) - return result - } -} - -// FIXME: Move this to RNCryptor.Error if @objc can rename it correctly. -/// Errors thrown by `RNCryptorType`. -@objc public enum RNCryptorError: Int, ErrorType { - /// Ciphertext was corrupt or password was incorrect. - /// It is not possible to distinguish between these cases in the v3 data format. - case HMACMismatch = 1 - - /// Unrecognized data format. Usually this means the data is corrupt. - case UnknownHeader = 2 - - /// `final()` was called before sufficient data was passed to `updateWithData()` - case MessageTooShort - - /// Memory allocation failure. This should never happen. - case MemoryFailure - - /// A password-based decryptor was used on a key-based ciphertext, or vice-versa. - case InvalidCredentialType -} - -/// RNCryptor encryption/decryption interface. -public class RNCryptor: NSObject { - - /// Encrypt data using password and return encrypted data. - public static func encryptData(data: NSData, password: String) -> NSData { - return Encryptor(password: password).encryptData(data) - } - - /// Decrypt data using password and return decrypted data. Throws if - /// password is incorrect or ciphertext is in the wrong format. - /// - throws `Error` - public static func decryptData(data: NSData, password: String) throws -> NSData { - return try Decryptor(password: password).decryptData(data) - } - - /// Generates random NSData of given length - /// Crashes if `length` is larger than allocatable memory, or if the system random number generator is not available. - public static func randomDataOfLength(length: Int) -> NSData { - let data = NSMutableData(length: length)! - let result = SecRandomCopyBytes(kSecRandomDefault, length, UnsafeMutablePointer(data.mutableBytes)) - guard result == errSecSuccess else { - fatalError("SECURITY FAILURE: Could not generate secure random numbers: \(result).") - } - - return data - } - - /// A encryptor for the latest data format. If compatibility with other RNCryptor - /// implementations is required, you may wish to use the specific encryptor version rather - /// than accepting "latest." - /// - @objc(RNEncryptor) - public final class Encryptor: NSObject, RNCryptorType { - private let encryptor: EncryptorV3 - - /// Creates and returns a cryptor. - /// - /// - parameter password: Non-empty password string. This will be interpretted as UTF-8. - public init(password: String) { - precondition(password != "") - encryptor = EncryptorV3(password: password) - } - - /// Updates cryptor with data and returns processed data. - /// - /// - parameter data: Data to process. May be empty. - /// - returns: Processed data. May be empty. - public func updateWithData(data: NSData) -> NSData { - return encryptor.updateWithData(data) - } - - /// Returns trailing data and invalidates the cryptor. - /// - /// - returns: Trailing data - public func finalData() -> NSData { - return encryptor.finalData() - } - - /// Simplified, generic interface to `RNCryptorType`. Takes a data, - /// returns a processed data, and invalidates the cryptor. - public func encryptData(data: NSData) -> NSData { - return encryptor.encryptData(data) - } - } - - /// Password-based decryptor that can handle any supported format. - @objc(RNDecryptor) - public final class Decryptor : NSObject, RNCryptorType { - private var decryptors: [VersionedDecryptorType.Type] = [DecryptorV3.self] - - private var buffer = NSMutableData() - private var decryptor: RNCryptorType? - private let password: String - - /// Creates and returns a cryptor. - /// - /// - parameter password: Non-empty password string. This will be interpretted as UTF-8. - public init(password: String) { - assert(password != "") - self.password = password - } - - /// Decrypt data using password and return decrypted data, invalidating decryptor. Throws if - /// password is incorrect or ciphertext is in the wrong format. - /// - throws `Error` - public func decryptData(data: NSData) throws -> NSData { - return try oneshot(data) - } - - /// Updates cryptor with data and returns processed data. - /// - /// - parameter data: Data to process. May be empty. - /// - throws: `Error` - /// - returns: Processed data. May be empty. - public func updateWithData(data: NSData) throws -> NSData { - if let d = decryptor { - return try d.updateWithData(data) - } - - buffer.appendData(data) - - let toCheck:[VersionedDecryptorType.Type] - (toCheck, decryptors) = decryptors.splitPassFail{ self.buffer.length >= $0.preambleSize } - - for decryptorType in toCheck { - if decryptorType.canDecrypt(buffer.bytesView[0.. NSData { - guard let d = decryptor else { - throw RNCryptorError.UnknownHeader - } - return try d.finalData() - } - } -} - -// V3 implementaion -public extension RNCryptor { - /// V3 format settings - @objc(RNCryptorFormatV3) - public final class FormatV3: NSObject { - /// Size of AES and HMAC keys - public static let keySize = kCCKeySizeAES256 - - /// Size of PBKDF2 salt - public static let saltSize = 8 - - /// Generate a key from a password and salt - /// - parameters: - /// - password: Password to convert - /// - salt: Salt. Generally constructed with RNCryptor.randomDataOfLength(FormatV3.saltSize) - /// - returns: Key of length FormatV3.keySize - public static func keyForPassword(password: String, salt: NSData) -> NSData { - let derivedKey = NSMutableData(length: keySize)! - let derivedKeyPtr = UnsafeMutablePointer(derivedKey.mutableBytes) - - let passwordData = password.dataUsingEncoding(NSUTF8StringEncoding)! - let passwordPtr = UnsafePointer(passwordData.bytes) - - let saltPtr = UnsafePointer(salt.bytes) - - // All the crazy casting because CommonCryptor hates Swift - let algorithm = CCPBKDFAlgorithm(kCCPBKDF2) - let prf = CCPseudoRandomAlgorithm(kCCPRFHmacAlgSHA1) - let pbkdf2Rounds = UInt32(10000) - - let result = CCKeyDerivationPBKDF( - algorithm, - passwordPtr, passwordData.length, - saltPtr, salt.length, - prf, pbkdf2Rounds, - derivedKeyPtr, derivedKey.length) - - guard result == CCCryptorStatus(kCCSuccess) else { - fatalError("SECURITY FAILURE: Could not derive secure password (\(result)): \(derivedKey).") - } - return derivedKey - } - - static let formatVersion = UInt8(3) - static let ivSize = kCCBlockSizeAES128 - static let hmacSize = Int(CC_SHA256_DIGEST_LENGTH) - static let keyHeaderSize = 1 + 1 + kCCBlockSizeAES128 - static let passwordHeaderSize = 1 + 1 + 8 + 8 + kCCBlockSizeAES128 - } - - /// Format version 3 encryptor. Use this to ensure a specific format verison - /// or when using keys (which are inherrently versions-specific). To use - /// "the latest encryptor" with a password, use `Encryptor` instead. - @objc(RNEncryptorV3) - public final class EncryptorV3 : NSObject, RNCryptorType { - private var engine: Engine - private var hmac: HMACV3 - private var pendingHeader: NSData? - - /// Creates and returns an encryptor. - /// - /// - parameter password: Non-empty password string. This will be interpretted as UTF-8. - public convenience init(password: String) { - self.init( - password: password, - encryptionSalt: RNCryptor.randomDataOfLength(V3.saltSize), - hmacSalt: RNCryptor.randomDataOfLength(V3.saltSize), - iv: RNCryptor.randomDataOfLength(V3.ivSize)) - } - - /// Creates and returns an encryptor using keys. - /// - /// - Attention: This method requires some expertise to use correctly. - /// Most users should use `init(password:)` which is simpler - /// to use securely. - /// - /// Keys should not be generated directly from strings (`.dataUsingEncoding()` or similar). - /// Ideally, keys should be random (`Cryptor.randomDataOfLength()` or some other high-quality - /// random generator. If keys must be generated from strings, then use `FormatV3.keyForPassword(salt:)` - /// with a random salt, or just use password-based encryption (that's what it's for). - /// - /// - parameters: - /// - encryptionKey: AES-256 key. Must be exactly FormatV3.keySize (kCCKeySizeAES256, 32 bytes) - /// - hmacKey: HMAC key. Must be exactly FormatV3.keySize (kCCKeySizeAES256, 32 bytes) - public convenience init(encryptionKey: NSData, hmacKey: NSData) { - self.init(encryptionKey: encryptionKey, hmacKey: hmacKey, iv: RNCryptor.randomDataOfLength(V3.ivSize)) - } - - /// Takes a data, returns a processed data, and invalidates the cryptor. - public func encryptData(data: NSData) -> NSData { - return try! oneshot(data) - } - - /// Updates cryptor with data and returns encrypted data. - /// - /// - parameter data: Data to process. May be empty. - /// - returns: Processed data. May be empty. - public func updateWithData(data: NSData) -> NSData { - // It should not be possible for this to fail during encryption - return handle(engine.updateWithData(data)) - } - - /// Returns trailing data and invalidates the cryptor. - /// - /// - returns: Trailing data - public func finalData() -> NSData { - let result = NSMutableData(data: handle(engine.finalData())) - result.appendData(hmac.finalData()) - return result - } - - // Expose random numbers for testing - internal convenience init(encryptionKey: NSData, hmacKey: NSData, iv: NSData) { - let preamble = [V3.formatVersion, UInt8(0)] - let header = NSMutableData(bytes: preamble, length: preamble.count) - header.appendData(iv) - self.init(encryptionKey: encryptionKey, hmacKey: hmacKey, iv: iv, header: header) - } - - // Expose random numbers for testing - internal convenience init(password: String, encryptionSalt: NSData, hmacSalt: NSData, iv: NSData) { - let encryptionKey = V3.keyForPassword(password, salt: encryptionSalt) - let hmacKey = V3.keyForPassword(password, salt: hmacSalt) - - // TODO: This chained-+ is very slow to compile in Swift 2b5 (http://www.openradar.me/21842206) - // let header = [V3.version, UInt8(1)] + encryptionSalt + hmacSalt + iv - let preamble = [V3.formatVersion, UInt8(1)] - let header = NSMutableData(bytes: preamble, length: preamble.count) - header.appendData(encryptionSalt) - header.appendData(hmacSalt) - header.appendData(iv) - - self.init(encryptionKey: encryptionKey, hmacKey: hmacKey, iv: iv, header: header) - } - - private init(encryptionKey: NSData, hmacKey: NSData, iv: NSData, header: NSData) { - precondition(encryptionKey.length == V3.keySize) - precondition(hmacKey.length == V3.keySize) - precondition(iv.length == V3.ivSize) - hmac = HMACV3(key: hmacKey) - engine = Engine(operation: .Encrypt, key: encryptionKey, iv: iv) - pendingHeader = header - } - - private func handle(data: NSData) -> NSData { - var result: NSData - if let ph = pendingHeader { - let accum = NSMutableData(data: ph) - pendingHeader = nil - accum.appendData(data) - result = accum - } else { - result = data - } - hmac.updateWithData(result) - return result - } - } - - /// Format version 3 decryptor. This is required in order to decrypt - /// using keys (since key configuration is version-specific). For password - /// decryption, `Decryptor` is generally preferred, and will call this - /// if appropriate. - @objc(RNDecryptorV3) - public final class DecryptorV3: NSObject, VersionedDecryptorType { - // - // Static methods - // - private static let preambleSize = 1 - private static func canDecrypt(preamble: NSData) -> Bool { - assert(preamble.length >= 1) - return preamble.bytesView[0] == 3 - } - - // - // Private properties - // - private var buffer = NSMutableData() - private var decryptorEngine: DecryptorEngineV3? - private let credential: Credential - - - /// Creates and returns a decryptor. - /// - /// - parameter password: Non-empty password string. This will be interpretted as UTF-8. - public init(password: String) { - credential = .Password(password) - } - - /// Creates and returns a decryptor using keys. - /// - /// - parameters: - /// - encryptionKey: AES-256 key. Must be exactly FormatV3.keySize (kCCKeySizeAES256, 32 bytes) - /// - hmacKey: HMAC key. Must be exactly FormatV3.keySize (kCCKeySizeAES256, 32 bytes) - public init(encryptionKey: NSData, hmacKey: NSData) { - precondition(encryptionKey.length == V3.keySize) - precondition(hmacKey.length == V3.hmacSize) - credential = .Keys(encryptionKey: encryptionKey, hmacKey: hmacKey) - } - - /// Decrypt data using password and return decrypted data. Throws if - /// password is incorrect or ciphertext is in the wrong format. - /// - throws `Error` - public func decryptData(data: NSData) throws -> NSData { - return try oneshot(data) - } - - /// Updates cryptor with data and returns encrypted data. - /// - /// - parameter data: Data to process. May be empty. - /// - returns: Processed data. May be empty. - public func updateWithData(data: NSData) throws -> NSData { - if let e = decryptorEngine { - return e.updateWithData(data) - } - - buffer.appendData(data) - guard buffer.length >= requiredHeaderSize else { - return NSData() - } - - let e = try createEngineWithCredential(credential, header: buffer.bytesView[0.. NSData { - guard let result = try decryptorEngine?.finalData() else { - throw RNCryptorError.MessageTooShort - } - return result - } - - // - // Private functions - // - - private var requiredHeaderSize: Int { - switch credential { - case .Password(_): return V3.passwordHeaderSize - case .Keys(_, _): return V3.keyHeaderSize - } - } - - private func createEngineWithCredential(credential: Credential, header: NSData) throws -> DecryptorEngineV3 { - switch credential { - case let .Password(password): - return try createEngineWithPassword(password, header: header) - case let .Keys(encryptionKey, hmacKey): - return try createEngineWithKeys(encryptionKey: encryptionKey, hmacKey: hmacKey, header: header) - } - } - - private func createEngineWithPassword(password: String, header: NSData) throws -> DecryptorEngineV3 { - assert(password != "") - precondition(header.length == V3.passwordHeaderSize) - - guard DecryptorV3.canDecrypt(header) else { - throw RNCryptorError.UnknownHeader - } - - guard header.bytesView[1] == 1 else { - throw RNCryptorError.InvalidCredentialType - } - - let encryptionSalt = header.bytesView[2...9] - let hmacSalt = header.bytesView[10...17] - let iv = header.bytesView[18...33] - - let encryptionKey = V3.keyForPassword(password, salt: encryptionSalt) - let hmacKey = V3.keyForPassword(password, salt: hmacSalt) - - return DecryptorEngineV3(encryptionKey: encryptionKey, hmacKey: hmacKey, iv: iv, header: header) - } - - private func createEngineWithKeys(encryptionKey encryptionKey: NSData, hmacKey: NSData, header: NSData) throws -> DecryptorEngineV3 { - precondition(header.length == V3.keyHeaderSize) - precondition(encryptionKey.length == V3.keySize) - precondition(hmacKey.length == V3.keySize) - - guard DecryptorV3.canDecrypt(header) else { - throw RNCryptorError.UnknownHeader - } - - guard header.bytesView[1] == 0 else { - throw RNCryptorError.InvalidCredentialType - } - - let iv = header.bytesView[2..<18] - return DecryptorEngineV3(encryptionKey: encryptionKey, hmacKey: hmacKey, iv: iv, header: header) - } - } -} - -internal enum CryptorOperation: CCOperation { - case Encrypt = 0 // CCOperation(kCCEncrypt) - case Decrypt = 1 // CCOperation(kCCDecrypt) -} - -internal final class Engine { - private let cryptor: CCCryptorRef - private var buffer = NSMutableData() - - init(operation: CryptorOperation, key: NSData, iv: NSData) { - var cryptorOut = CCCryptorRef() - let result = CCCryptorCreate( - operation.rawValue, - CCAlgorithm(kCCAlgorithmAES128), CCOptions(kCCOptionPKCS7Padding), - key.bytes, key.length, - iv.bytes, - &cryptorOut - ) - cryptor = cryptorOut - - // It is a programming error to create us with illegal values - // This is an internal class, so we can constrain what is sent to us. - // If this is ever made public, it should throw instead of asserting. - assert(result == CCCryptorStatus(kCCSuccess)) - } - - deinit { - if cryptor != CCCryptorRef() { - CCCryptorRelease(cryptor) - } - } - - func sizeBufferForDataOfLength(length: Int) -> Int { - let size = CCCryptorGetOutputLength(cryptor, length, true) - buffer.length = size - return size - } - - func updateWithData(data: NSData) -> NSData { - let outputLength = sizeBufferForDataOfLength(data.length) - var dataOutMoved: Int = 0 - - let result = CCCryptorUpdate( - cryptor, - data.bytes, data.length, - buffer.mutableBytes, outputLength, - &dataOutMoved) - - // The only error returned by CCCryptorUpdate is kCCBufferTooSmall, which would be a programming error - assert(result == CCCryptorStatus(kCCSuccess), "RNCRYPTOR BUG. PLEASE REPORT.") - - buffer.length = dataOutMoved - return buffer - } - - func finalData() -> NSData { - let outputLength = sizeBufferForDataOfLength(0) - var dataOutMoved: Int = 0 - - let result = CCCryptorFinal( - cryptor, - buffer.mutableBytes, outputLength, - &dataOutMoved - ) - - // Note that since iOS 6, CCryptor will never return padding errors or other decode errors. - // I'm not aware of any non-catestrophic (MemoryAllocation) situation in which this - // can fail. Using assert() just in case, but we'll ignore errors in Release. - // https://devforums.apple.com/message/920802#920802 - assert(result == CCCryptorStatus(kCCSuccess), "RNCRYPTOR BUG. PLEASE REPORT.") - - buffer.length = dataOutMoved - return buffer - } -} - -internal typealias V3 = RNCryptor.FormatV3 - -private enum Credential { - case Password(String) - case Keys(encryptionKey: NSData, hmacKey: NSData) -} - -private final class DecryptorEngineV3 { - private let buffer = OverflowingBuffer(capacity: V3.hmacSize) - private var hmac: HMACV3 - private var engine: Engine - - init(encryptionKey: NSData, hmacKey: NSData, iv: NSData, header: NSData) { - precondition(encryptionKey.length == V3.keySize) - precondition(hmacKey.length == V3.hmacSize) - precondition(iv.length == V3.ivSize) - - hmac = HMACV3(key: hmacKey) - hmac.updateWithData(header) - engine = Engine(operation: .Decrypt, key: encryptionKey, iv: iv) - } - - func updateWithData(data: NSData) -> NSData { - let overflow = buffer.updateWithData(data) - hmac.updateWithData(overflow) - return engine.updateWithData(overflow) - } - - func finalData() throws -> NSData { - let result = engine.finalData() - let hash = hmac.finalData() - if !isEqualInConsistentTime(trusted: hash, untrusted: buffer.finalData()) { - throw RNCryptorError.HMACMismatch - } - return result - } -} - -private final class HMACV3 { - var context: CCHmacContext = CCHmacContext() - - init(key: NSData) { - CCHmacInit( - &context, - CCHmacAlgorithm(kCCHmacAlgSHA256), - key.bytes, - key.length - ) - } - - func updateWithData(data: NSData) { - CCHmacUpdate(&context, data.bytes, data.length) - } - - func finalData() -> NSData { - let hmac = NSMutableData(length: V3.hmacSize)! - CCHmacFinal(&context, hmac.mutableBytes) - return hmac - } -} - -// Internal protocol for version-specific decryptors. -private protocol VersionedDecryptorType: RNCryptorType { - static var preambleSize: Int { get } - static func canDecrypt(preamble: NSData) -> Bool - init(password: String) -} - -private extension CollectionType { - // Split collection into ([pass], [fail]) based on predicate. - func splitPassFail(pred: Generator.Element -> Bool) -> ([Generator.Element], [Generator.Element]) { - var pass: [Generator.Element] = [] - var fail: [Generator.Element] = [] - for e in self { - if pred(e) { - pass.append(e) - } else { - fail.append(e) - } - } - return (pass, fail) - } -} - -internal class OverflowingBuffer { - private var buffer = NSMutableData() - let capacity: Int - - init(capacity: Int) { - self.capacity = capacity - } - - @warn_unused_result - func updateWithData(data: NSData) -> NSData { - if data.length >= capacity { - return sendAllArray(data) - } else if buffer.length + data.length <= capacity { - buffer.appendData(data) - return NSData() - } else { - return sendSomeArray(data) - } - } - - func finalData() -> NSData { - let result = buffer - buffer = NSMutableData() // Data belongs to caller now. - return result - } - - private func sendAllArray(data: NSData) -> NSData { - let toSend = data.length - capacity - assert(toSend >= 0) - assert(data.length - toSend <= capacity) - - let result = NSMutableData(data: buffer) - result.appendData(data.bytesView[0.. NSData { - let toSend = (buffer.length + data.length) - capacity - assert(toSend > 0) // If it were <= 0, we would have extended the array - assert(toSend < buffer.length) // If we would have sent everything, replaceBuffer should have been called - - let result = buffer.bytesView[0.. UInt8 { - return UnsafePointer(data.bytes)[position] - } - subscript (bounds: Range) -> NSData { - return data.subdataWithRange(NSRange(bounds)) - } - var startIndex: Int = 0 - var endIndex: Int { return data.length } -} - -/** Compare two NSData in time proportional to the untrusted data - -Equatable-based comparisons genreally stop comparing at the first difference. -This can be used by attackers, in some situations, -to determine a secret value by considering the time required to compare the values. - -We enumerate over the untrusted values so that the time is proportaional to the attacker's data, -which provides the attack no informatoin about the length of the secret. -*/ -private func isEqualInConsistentTime(trusted trusted: NSData, untrusted: NSData) -> Bool { - // The point of this routine is XOR the bytes of each data and accumulate the results with OR. - // If any bytes are different, then the OR will accumulate some non-0 value. - - var result: UInt8 = untrusted.length == trusted.length ? 0 : 1 // Start with 0 (equal) only if our lengths are equal - for (i, untrustedByte) in untrusted.bytesView.enumerate() { - // Use mod to wrap around ourselves if they are longer than we are. - // Remember, we already broke equality if our lengths are different. - result |= trusted.bytesView[i % trusted.length] ^ untrustedByte - } - - return result == 0 -} diff --git a/Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity-dummy.m b/Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity-dummy.m new file mode 100644 index 0000000..1f55c71 --- /dev/null +++ b/Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_CocoaSecurity : NSObject +@end +@implementation PodsDummy_CocoaSecurity +@end diff --git a/Example/Pods/Target Support Files/RNCryptor/RNCryptor-prefix.pch b/Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity-prefix.pch similarity index 100% rename from Example/Pods/Target Support Files/RNCryptor/RNCryptor-prefix.pch rename to Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity-prefix.pch diff --git a/Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity-umbrella.h b/Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity-umbrella.h new file mode 100644 index 0000000..47b433f --- /dev/null +++ b/Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity-umbrella.h @@ -0,0 +1,8 @@ +#import + +#import "CocoaSecurity.h" +#import "Base64.h" + +FOUNDATION_EXPORT double CocoaSecurityVersionNumber; +FOUNDATION_EXPORT const unsigned char CocoaSecurityVersionString[]; + diff --git a/Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity.modulemap b/Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity.modulemap new file mode 100644 index 0000000..02f9525 --- /dev/null +++ b/Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity.modulemap @@ -0,0 +1,6 @@ +framework module CocoaSecurity { + umbrella header "CocoaSecurity-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/RNCryptor/RNCryptor.xcconfig b/Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity.xcconfig similarity index 75% rename from Example/Pods/Target Support Files/RNCryptor/RNCryptor.xcconfig rename to Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity.xcconfig index f929870..6c8b2de 100644 --- a/Example/Pods/Target Support Files/RNCryptor/RNCryptor.xcconfig +++ b/Example/Pods/Target Support Files/CocoaSecurity/CocoaSecurity.xcconfig @@ -1,7 +1,6 @@ -CONFIGURATION_BUILD_DIR = $PODS_SHARED_BUILD_DIR/RNCryptor +CONFIGURATION_BUILD_DIR = $PODS_SHARED_BUILD_DIR/CocoaSecurity GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_ROOT = ${SRCROOT} PODS_SHARED_BUILD_DIR = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} diff --git a/Example/Pods/Target Support Files/RNCryptor/Info.plist b/Example/Pods/Target Support Files/CocoaSecurity/Info.plist similarity index 96% rename from Example/Pods/Target Support Files/RNCryptor/Info.plist rename to Example/Pods/Target Support Files/CocoaSecurity/Info.plist index 3424ca6..2e6c90d 100644 --- a/Example/Pods/Target Support Files/RNCryptor/Info.plist +++ b/Example/Pods/Target Support Files/CocoaSecurity/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.0.0 + 1.2.4 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/CodFis-Helper/Info.plist b/Example/Pods/Target Support Files/CodFis-Helper/Info.plist index 7c241fa..9fb50da 100644 --- a/Example/Pods/Target Support Files/CodFis-Helper/Info.plist +++ b/Example/Pods/Target Support Files/CodFis-Helper/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.2 + 0.1.3 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/CodFis-Helper/ResourceBundle-CodFis-Helper-Info.plist b/Example/Pods/Target Support Files/CodFis-Helper/ResourceBundle-CodFis-Helper-Info.plist deleted file mode 100644 index 5365749..0000000 --- a/Example/Pods/Target Support Files/CodFis-Helper/ResourceBundle-CodFis-Helper-Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - BNDL - CFBundleShortVersionString - 0.1.2 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Example/Pods/Target Support Files/NSDate_Utils/ResourceBundle-NSDate_Utils-Info.plist b/Example/Pods/Target Support Files/NACrypto/Info.plist similarity index 85% rename from Example/Pods/Target Support Files/NSDate_Utils/ResourceBundle-NSDate_Utils-Info.plist rename to Example/Pods/Target Support Files/NACrypto/Info.plist index 5365749..995c8fe 100644 --- a/Example/Pods/Target Support Files/NSDate_Utils/ResourceBundle-NSDate_Utils-Info.plist +++ b/Example/Pods/Target Support Files/NACrypto/Info.plist @@ -4,6 +4,8 @@ CFBundleDevelopmentRegion en + CFBundleExecutable + ${EXECUTABLE_NAME} CFBundleIdentifier ${PRODUCT_BUNDLE_IDENTIFIER} CFBundleInfoDictionaryVersion @@ -11,9 +13,9 @@ CFBundleName ${PRODUCT_NAME} CFBundlePackageType - BNDL + FMWK CFBundleShortVersionString - 0.1.2 + 1.0.6 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/NACrypto/NACrypto-dummy.m b/Example/Pods/Target Support Files/NACrypto/NACrypto-dummy.m new file mode 100644 index 0000000..e717f52 --- /dev/null +++ b/Example/Pods/Target Support Files/NACrypto/NACrypto-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_NACrypto : NSObject +@end +@implementation PodsDummy_NACrypto +@end diff --git a/Example/Pods/Target Support Files/NACrypto/NACrypto-prefix.pch b/Example/Pods/Target Support Files/NACrypto/NACrypto-prefix.pch new file mode 100644 index 0000000..aa992a4 --- /dev/null +++ b/Example/Pods/Target Support Files/NACrypto/NACrypto-prefix.pch @@ -0,0 +1,4 @@ +#ifdef __OBJC__ +#import +#endif + diff --git a/Example/Pods/Target Support Files/NACrypto/NACrypto-umbrella.h b/Example/Pods/Target Support Files/NACrypto/NACrypto-umbrella.h new file mode 100644 index 0000000..97ea2ef --- /dev/null +++ b/Example/Pods/Target Support Files/NACrypto/NACrypto-umbrella.h @@ -0,0 +1,30 @@ +#import + +#import "brg_endian.h" +#import "KeccakF-1600-32-rvk.h" +#import "KeccakF-1600-32-s1.h" +#import "KeccakF-1600-32-s2.h" +#import "KeccakF-1600-32.h" +#import "KeccakF-1600-int-set.h" +#import "KeccakF-1600-interface.h" +#import "KeccakF-1600-opt32-settings.h" +#import "KeccakF-1600-unrolling.h" +#import "KeccakNISTInterface.h" +#import "KeccakSponge.h" +#import "NAAES.h" +#import "NACounter.h" +#import "NACrypto.h" +#import "NADigest.h" +#import "NAHMAC.h" +#import "NAKeychain.h" +#import "NANSData+Utils.h" +#import "NANSMutableData+Utils.h" +#import "NANSString+Utils.h" +#import "NASecRandom.h" +#import "NASHA3.h" +#import "NATwoFish.h" +#import "twofish.h" + +FOUNDATION_EXPORT double NACryptoVersionNumber; +FOUNDATION_EXPORT const unsigned char NACryptoVersionString[]; + diff --git a/Example/Pods/Target Support Files/NACrypto/NACrypto.modulemap b/Example/Pods/Target Support Files/NACrypto/NACrypto.modulemap new file mode 100644 index 0000000..ee43995 --- /dev/null +++ b/Example/Pods/Target Support Files/NACrypto/NACrypto.modulemap @@ -0,0 +1,6 @@ +framework module NACrypto { + umbrella header "NACrypto-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/NACrypto/NACrypto.xcconfig b/Example/Pods/Target Support Files/NACrypto/NACrypto.xcconfig new file mode 100644 index 0000000..2607f71 --- /dev/null +++ b/Example/Pods/Target Support Files/NACrypto/NACrypto.xcconfig @@ -0,0 +1,7 @@ +CONFIGURATION_BUILD_DIR = $PODS_SHARED_BUILD_DIR/NACrypto +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +PODS_ROOT = ${SRCROOT} +PODS_SHARED_BUILD_DIR = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/NSDate_Utils/Info.plist b/Example/Pods/Target Support Files/NSDate_Utils/Info.plist index 7c241fa..9fb50da 100644 --- a/Example/Pods/Target Support Files/NSDate_Utils/Info.plist +++ b/Example/Pods/Target Support Files/NSDate_Utils/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.2 + 0.1.3 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/NSString-Helper/Info.plist b/Example/Pods/Target Support Files/NSString-Helper/Info.plist index 10ad18b..2660a93 100644 --- a/Example/Pods/Target Support Files/NSString-Helper/Info.plist +++ b/Example/Pods/Target Support Files/NSString-Helper/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.3 + 1.0.4 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/NSString-Helper/ResourceBundle-NSString-Helper-Info.plist b/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/Info.plist similarity index 85% rename from Example/Pods/Target Support Files/NSString-Helper/ResourceBundle-NSString-Helper-Info.plist rename to Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/Info.plist index 662eca5..43a5857 100644 --- a/Example/Pods/Target Support Files/NSString-Helper/ResourceBundle-NSString-Helper-Info.plist +++ b/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/Info.plist @@ -4,6 +4,8 @@ CFBundleDevelopmentRegion en + CFBundleExecutable + ${EXECUTABLE_NAME} CFBundleIdentifier ${PRODUCT_BUNDLE_IDENTIFIER} CFBundleInfoDictionaryVersion @@ -11,9 +13,9 @@ CFBundleName ${PRODUCT_NAME} CFBundlePackageType - BNDL + FMWK CFBundleShortVersionString - 1.0.3 + 0.0.4 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor-dummy.m b/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor-dummy.m new file mode 100644 index 0000000..fccce12 --- /dev/null +++ b/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_NSUserDefaults_AESEncryptor : NSObject +@end +@implementation PodsDummy_NSUserDefaults_AESEncryptor +@end diff --git a/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor-prefix.pch b/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor-prefix.pch new file mode 100644 index 0000000..aa992a4 --- /dev/null +++ b/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor-prefix.pch @@ -0,0 +1,4 @@ +#ifdef __OBJC__ +#import +#endif + diff --git a/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor-umbrella.h b/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor-umbrella.h new file mode 100644 index 0000000..978b686 --- /dev/null +++ b/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor-umbrella.h @@ -0,0 +1,7 @@ +#import + +#import "NSUserDefaults+AESEncryptor.h" + +FOUNDATION_EXPORT double NSUserDefaults_AESEncryptorVersionNumber; +FOUNDATION_EXPORT const unsigned char NSUserDefaults_AESEncryptorVersionString[]; + diff --git a/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor.modulemap b/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor.modulemap new file mode 100644 index 0000000..a19131c --- /dev/null +++ b/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor.modulemap @@ -0,0 +1,6 @@ +framework module NSUserDefaults_AESEncryptor { + umbrella header "NSUserDefaults-AESEncryptor-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor.xcconfig b/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor.xcconfig new file mode 100644 index 0000000..e62ca79 --- /dev/null +++ b/Example/Pods/Target Support Files/NSUserDefaults-AESEncryptor/NSUserDefaults-AESEncryptor.xcconfig @@ -0,0 +1,8 @@ +CONFIGURATION_BUILD_DIR = $PODS_SHARED_BUILD_DIR/NSUserDefaults-AESEncryptor +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_SHARED_BUILD_DIR/CocoaSecurity" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +PODS_ROOT = ${SRCROOT} +PODS_SHARED_BUILD_DIR = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/PNObject/Info.plist b/Example/Pods/Target Support Files/PNObject/Info.plist index 1a05fa2..a0a8319 100644 --- a/Example/Pods/Target Support Files/PNObject/Info.plist +++ b/Example/Pods/Target Support Files/PNObject/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.3.17 + 0.3.18 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/PNObject/PNObject.xcconfig b/Example/Pods/Target Support Files/PNObject/PNObject.xcconfig index c7a264f..35e0f99 100644 --- a/Example/Pods/Target Support Files/PNObject/PNObject.xcconfig +++ b/Example/Pods/Target Support Files/PNObject/PNObject.xcconfig @@ -1,5 +1,5 @@ CONFIGURATION_BUILD_DIR = $PODS_SHARED_BUILD_DIR/PNObject -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_SHARED_BUILD_DIR/AFNetworking" "$PODS_SHARED_BUILD_DIR/Bolts" "$PODS_SHARED_BUILD_DIR/CodFis-Helper" "$PODS_SHARED_BUILD_DIR/FBSDKCoreKit" "$PODS_SHARED_BUILD_DIR/FBSDKLoginKit" "$PODS_SHARED_BUILD_DIR/FBSDKShareKit" "$PODS_SHARED_BUILD_DIR/NSDate_Utils" "$PODS_SHARED_BUILD_DIR/NSString-Helper" "$PODS_SHARED_BUILD_DIR/PEAR-FileManager-iOS" "$PODS_SHARED_BUILD_DIR/RNCryptor" "$PODS_SHARED_BUILD_DIR/StrongestPasswordValidator" "$PODS_SHARED_BUILD_DIR/UIDevice-Utils" "$PODS_SHARED_BUILD_DIR/nv-ios-http-status" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_SHARED_BUILD_DIR/AFNetworking" "$PODS_SHARED_BUILD_DIR/Bolts" "$PODS_SHARED_BUILD_DIR/CocoaSecurity" "$PODS_SHARED_BUILD_DIR/CodFis-Helper" "$PODS_SHARED_BUILD_DIR/FBSDKCoreKit" "$PODS_SHARED_BUILD_DIR/FBSDKLoginKit" "$PODS_SHARED_BUILD_DIR/FBSDKShareKit" "$PODS_SHARED_BUILD_DIR/NACrypto" "$PODS_SHARED_BUILD_DIR/NSDate_Utils" "$PODS_SHARED_BUILD_DIR/NSString-Helper" "$PODS_SHARED_BUILD_DIR/NSUserDefaults-AESEncryptor" "$PODS_SHARED_BUILD_DIR/PEAR-FileManager-iOS" "$PODS_SHARED_BUILD_DIR/StrongestPasswordValidator" "$PODS_SHARED_BUILD_DIR/UIDevice-Utils" "$PODS_SHARED_BUILD_DIR/nv-ios-http-status" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" PODS_ROOT = ${SRCROOT} diff --git a/Example/Pods/Target Support Files/PNObject/ResourceBundle-PNObject-Info.plist b/Example/Pods/Target Support Files/PNObject/ResourceBundle-PNObject-Info.plist deleted file mode 100644 index 0012c7b..0000000 --- a/Example/Pods/Target Support Files/PNObject/ResourceBundle-PNObject-Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - BNDL - CFBundleShortVersionString - 0.3.17 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.markdown index e5e6301..2825412 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.markdown @@ -57,6 +57,18 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +## CocoaSecurity + +The MIT License (MIT) +Copyright (c) 2013 Kelp https://github.com/kelp404 + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ## CodFis-Helper Copyright (c) 2015 Giuseppe Nucifora @@ -143,6 +155,32 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## NACrypto + +The MIT License (MIT) + +Copyright (c) 2015 Gabriel Handford + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + ## NSDate_Utils Copyright (c) 2015 Giuseppe Nucifora @@ -189,6 +227,29 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## NSUserDefaults-AESEncryptor + +Copyright (c) 2013 No Zebra Network + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + ## PEAR-FileManager-iOS Copyright (c) <2015> Hiroki Umatani PEAR @@ -249,30 +310,6 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -## RNCryptor - -The MIT License (MIT) - -Copyright (c) 2015 Rob Napier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - ## StrongestPasswordValidator Copyright (c) 2016 Giuseppe Nucifora diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.plist index a74f832..45b0734 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-acknowledgements.plist @@ -76,6 +76,22 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Type PSGroupSpecifier + + FooterText + The MIT License (MIT) +Copyright (c) 2013 Kelp https://github.com/kelp404 + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Title + CocoaSecurity + Type + PSGroupSpecifier + FooterText Copyright (c) 2015 Giuseppe Nucifora <me@giuseppenucifora.com> @@ -178,6 +194,36 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Type PSGroupSpecifier + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 Gabriel Handford + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + Title + NACrypto + Type + PSGroupSpecifier + FooterText Copyright (c) 2015 Giuseppe Nucifora <me@giuseppenucifora.com> @@ -232,6 +278,33 @@ THE SOFTWARE. Type PSGroupSpecifier + + FooterText + Copyright (c) 2013 No Zebra Network + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + Title + NSUserDefaults-AESEncryptor + Type + PSGroupSpecifier + FooterText Copyright (c) <2015> Hiroki Umatani PEAR @@ -304,34 +377,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI Type PSGroupSpecifier - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 Rob Napier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - Title - RNCryptor - Type - PSGroupSpecifier - FooterText Copyright (c) 2016 Giuseppe Nucifora <me@giuseppenucifora.com> diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-frameworks.sh index f396dde..ab5cb42 100755 --- a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example-frameworks.sh @@ -16,7 +16,7 @@ install_framework() local source="$1" fi - local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" if [ -L "${source}" ]; then echo "Symlinked..." @@ -84,36 +84,40 @@ strip_invalid_archs() { if [[ "$CONFIGURATION" == "Debug" ]]; then - install_framework "$CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework" - install_framework "$CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework" - install_framework "$CONFIGURATION_BUILD_DIR/CodFis-Helper/CodFis_Helper.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework" - install_framework "$CONFIGURATION_BUILD_DIR/NSDate_Utils/NSDate_Utils.framework" - install_framework "$CONFIGURATION_BUILD_DIR/NSString-Helper/NSString_Helper.framework" - install_framework "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework" - install_framework "$CONFIGURATION_BUILD_DIR/PNObject/PNObject.framework" - install_framework "$CONFIGURATION_BUILD_DIR/PureLayout/PureLayout.framework" - install_framework "$CONFIGURATION_BUILD_DIR/RNCryptor/RNCryptor.framework" - install_framework "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework" - install_framework "$CONFIGURATION_BUILD_DIR/UIDevice-Utils/UIDevice_Utils.framework" - install_framework "$CONFIGURATION_BUILD_DIR/nv-ios-http-status/nv_ios_http_status.framework" + install_framework "$BUILT_PRODUCTS_DIR/AFNetworking/AFNetworking.framework" + install_framework "$BUILT_PRODUCTS_DIR/Bolts/Bolts.framework" + install_framework "$BUILT_PRODUCTS_DIR/CocoaSecurity/CocoaSecurity.framework" + install_framework "$BUILT_PRODUCTS_DIR/CodFis-Helper/CodFis_Helper.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSDKCoreKit/FBSDKCoreKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSDKLoginKit/FBSDKLoginKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSDKShareKit/FBSDKShareKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/NACrypto/NACrypto.framework" + install_framework "$BUILT_PRODUCTS_DIR/NSDate_Utils/NSDate_Utils.framework" + install_framework "$BUILT_PRODUCTS_DIR/NSString-Helper/NSString_Helper.framework" + install_framework "$BUILT_PRODUCTS_DIR/NSUserDefaults-AESEncryptor/NSUserDefaults_AESEncryptor.framework" + install_framework "$BUILT_PRODUCTS_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework" + install_framework "$BUILT_PRODUCTS_DIR/PNObject/PNObject.framework" + install_framework "$BUILT_PRODUCTS_DIR/PureLayout/PureLayout.framework" + install_framework "$BUILT_PRODUCTS_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework" + install_framework "$BUILT_PRODUCTS_DIR/UIDevice-Utils/UIDevice_Utils.framework" + install_framework "$BUILT_PRODUCTS_DIR/nv-ios-http-status/nv_ios_http_status.framework" fi if [[ "$CONFIGURATION" == "Release" ]]; then - install_framework "$CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework" - install_framework "$CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework" - install_framework "$CONFIGURATION_BUILD_DIR/CodFis-Helper/CodFis_Helper.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework" - install_framework "$CONFIGURATION_BUILD_DIR/NSDate_Utils/NSDate_Utils.framework" - install_framework "$CONFIGURATION_BUILD_DIR/NSString-Helper/NSString_Helper.framework" - install_framework "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework" - install_framework "$CONFIGURATION_BUILD_DIR/PNObject/PNObject.framework" - install_framework "$CONFIGURATION_BUILD_DIR/PureLayout/PureLayout.framework" - install_framework "$CONFIGURATION_BUILD_DIR/RNCryptor/RNCryptor.framework" - install_framework "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework" - install_framework "$CONFIGURATION_BUILD_DIR/UIDevice-Utils/UIDevice_Utils.framework" - install_framework "$CONFIGURATION_BUILD_DIR/nv-ios-http-status/nv_ios_http_status.framework" + install_framework "$BUILT_PRODUCTS_DIR/AFNetworking/AFNetworking.framework" + install_framework "$BUILT_PRODUCTS_DIR/Bolts/Bolts.framework" + install_framework "$BUILT_PRODUCTS_DIR/CocoaSecurity/CocoaSecurity.framework" + install_framework "$BUILT_PRODUCTS_DIR/CodFis-Helper/CodFis_Helper.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSDKCoreKit/FBSDKCoreKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSDKLoginKit/FBSDKLoginKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSDKShareKit/FBSDKShareKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/NACrypto/NACrypto.framework" + install_framework "$BUILT_PRODUCTS_DIR/NSDate_Utils/NSDate_Utils.framework" + install_framework "$BUILT_PRODUCTS_DIR/NSString-Helper/NSString_Helper.framework" + install_framework "$BUILT_PRODUCTS_DIR/NSUserDefaults-AESEncryptor/NSUserDefaults_AESEncryptor.framework" + install_framework "$BUILT_PRODUCTS_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework" + install_framework "$BUILT_PRODUCTS_DIR/PNObject/PNObject.framework" + install_framework "$BUILT_PRODUCTS_DIR/PureLayout/PureLayout.framework" + install_framework "$BUILT_PRODUCTS_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework" + install_framework "$BUILT_PRODUCTS_DIR/UIDevice-Utils/UIDevice_Utils.framework" + install_framework "$BUILT_PRODUCTS_DIR/nv-ios-http-status/nv_ios_http_status.framework" fi diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.debug.xcconfig index d81605a..a662116 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.debug.xcconfig @@ -1,8 +1,6 @@ -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$CONFIGURATION_BUILD_DIR/AFNetworking" "$CONFIGURATION_BUILD_DIR/Bolts" "$CONFIGURATION_BUILD_DIR/CodFis-Helper" "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$CONFIGURATION_BUILD_DIR/NSDate_Utils" "$CONFIGURATION_BUILD_DIR/NSString-Helper" "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS" "$CONFIGURATION_BUILD_DIR/PNObject" "$CONFIGURATION_BUILD_DIR/PureLayout" "$CONFIGURATION_BUILD_DIR/RNCryptor" "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator" "$CONFIGURATION_BUILD_DIR/UIDevice-Utils" "$CONFIGURATION_BUILD_DIR/nv-ios-http-status" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$CONFIGURATION_BUILD_DIR/AFNetworking" "$CONFIGURATION_BUILD_DIR/Bolts" "$CONFIGURATION_BUILD_DIR/CocoaSecurity" "$CONFIGURATION_BUILD_DIR/CodFis-Helper" "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$CONFIGURATION_BUILD_DIR/NACrypto" "$CONFIGURATION_BUILD_DIR/NSDate_Utils" "$CONFIGURATION_BUILD_DIR/NSString-Helper" "$CONFIGURATION_BUILD_DIR/NSUserDefaults-AESEncryptor" "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS" "$CONFIGURATION_BUILD_DIR/PNObject" "$CONFIGURATION_BUILD_DIR/PureLayout" "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator" "$CONFIGURATION_BUILD_DIR/UIDevice-Utils" "$CONFIGURATION_BUILD_DIR/nv-ios-http-status" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/CodFis-Helper/CodFis_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSString-Helper/NSString_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PureLayout/PureLayout.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/RNCryptor/RNCryptor.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice-Utils/UIDevice_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/nv-ios-http-status/nv_ios_http_status.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "Bolts" -framework "CodFis_Helper" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "NSDate_Utils" -framework "NSString_Helper" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "PureLayout" -framework "RNCryptor" -framework "StrongestPasswordValidator" -framework "UIDevice_Utils" -framework "nv_ios_http_status" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/CocoaSecurity/CocoaSecurity.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/CodFis-Helper/CodFis_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NACrypto/NACrypto.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSString-Helper/NSString_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSUserDefaults-AESEncryptor/NSUserDefaults_AESEncryptor.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PureLayout/PureLayout.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice-Utils/UIDevice_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/nv-ios-http-status/nv_ios_http_status.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "Bolts" -framework "CocoaSecurity" -framework "CodFis_Helper" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "NACrypto" -framework "NSDate_Utils" -framework "NSString_Helper" -framework "NSUserDefaults_AESEncryptor" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "PureLayout" -framework "StrongestPasswordValidator" -framework "UIDevice_Utils" -framework "nv_ios_http_status" PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.release.xcconfig index d81605a..a662116 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PNObject_Example/Pods-PNObject_Example.release.xcconfig @@ -1,8 +1,6 @@ -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$CONFIGURATION_BUILD_DIR/AFNetworking" "$CONFIGURATION_BUILD_DIR/Bolts" "$CONFIGURATION_BUILD_DIR/CodFis-Helper" "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$CONFIGURATION_BUILD_DIR/NSDate_Utils" "$CONFIGURATION_BUILD_DIR/NSString-Helper" "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS" "$CONFIGURATION_BUILD_DIR/PNObject" "$CONFIGURATION_BUILD_DIR/PureLayout" "$CONFIGURATION_BUILD_DIR/RNCryptor" "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator" "$CONFIGURATION_BUILD_DIR/UIDevice-Utils" "$CONFIGURATION_BUILD_DIR/nv-ios-http-status" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$CONFIGURATION_BUILD_DIR/AFNetworking" "$CONFIGURATION_BUILD_DIR/Bolts" "$CONFIGURATION_BUILD_DIR/CocoaSecurity" "$CONFIGURATION_BUILD_DIR/CodFis-Helper" "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$CONFIGURATION_BUILD_DIR/NACrypto" "$CONFIGURATION_BUILD_DIR/NSDate_Utils" "$CONFIGURATION_BUILD_DIR/NSString-Helper" "$CONFIGURATION_BUILD_DIR/NSUserDefaults-AESEncryptor" "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS" "$CONFIGURATION_BUILD_DIR/PNObject" "$CONFIGURATION_BUILD_DIR/PureLayout" "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator" "$CONFIGURATION_BUILD_DIR/UIDevice-Utils" "$CONFIGURATION_BUILD_DIR/nv-ios-http-status" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/CodFis-Helper/CodFis_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSString-Helper/NSString_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PureLayout/PureLayout.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/RNCryptor/RNCryptor.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice-Utils/UIDevice_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/nv-ios-http-status/nv_ios_http_status.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "Bolts" -framework "CodFis_Helper" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "NSDate_Utils" -framework "NSString_Helper" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "PureLayout" -framework "RNCryptor" -framework "StrongestPasswordValidator" -framework "UIDevice_Utils" -framework "nv_ios_http_status" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/CocoaSecurity/CocoaSecurity.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/CodFis-Helper/CodFis_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NACrypto/NACrypto.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSString-Helper/NSString_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSUserDefaults-AESEncryptor/NSUserDefaults_AESEncryptor.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PureLayout/PureLayout.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice-Utils/UIDevice_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/nv-ios-http-status/nv_ios_http_status.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "Bolts" -framework "CocoaSecurity" -framework "CodFis_Helper" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "NACrypto" -framework "NSDate_Utils" -framework "NSString_Helper" -framework "NSUserDefaults_AESEncryptor" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "PureLayout" -framework "StrongestPasswordValidator" -framework "UIDevice_Utils" -framework "nv_ios_http_status" PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.markdown index da7fcab..2d7a85a 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.markdown @@ -57,6 +57,18 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +## CocoaSecurity + +The MIT License (MIT) +Copyright (c) 2013 Kelp https://github.com/kelp404 + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ## CodFis-Helper Copyright (c) 2015 Giuseppe Nucifora @@ -143,6 +155,32 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## NACrypto + +The MIT License (MIT) + +Copyright (c) 2015 Gabriel Handford + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + ## NSDate_Utils Copyright (c) 2015 Giuseppe Nucifora @@ -189,6 +227,29 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## NSUserDefaults-AESEncryptor + +Copyright (c) 2013 No Zebra Network + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + ## PEAR-FileManager-iOS Copyright (c) <2015> Hiroki Umatani PEAR @@ -236,30 +297,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -## RNCryptor - -The MIT License (MIT) - -Copyright (c) 2015 Rob Napier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - ## StrongestPasswordValidator Copyright (c) 2016 Giuseppe Nucifora diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.plist index 5a8847f..1a930f8 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-acknowledgements.plist @@ -76,6 +76,22 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Type PSGroupSpecifier + + FooterText + The MIT License (MIT) +Copyright (c) 2013 Kelp https://github.com/kelp404 + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Title + CocoaSecurity + Type + PSGroupSpecifier + FooterText Copyright (c) 2015 Giuseppe Nucifora <me@giuseppenucifora.com> @@ -178,6 +194,36 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Type PSGroupSpecifier + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 Gabriel Handford + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + Title + NACrypto + Type + PSGroupSpecifier + FooterText Copyright (c) 2015 Giuseppe Nucifora <me@giuseppenucifora.com> @@ -232,6 +278,33 @@ THE SOFTWARE. Type PSGroupSpecifier + + FooterText + Copyright (c) 2013 No Zebra Network + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + Title + NSUserDefaults-AESEncryptor + Type + PSGroupSpecifier + FooterText Copyright (c) <2015> Hiroki Umatani PEAR @@ -287,34 +360,6 @@ THE SOFTWARE. Type PSGroupSpecifier - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 Rob Napier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - Title - RNCryptor - Type - PSGroupSpecifier - FooterText Copyright (c) 2016 Giuseppe Nucifora <me@giuseppenucifora.com> diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-frameworks.sh index 52c2cc8..c825238 100755 --- a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests-frameworks.sh @@ -16,7 +16,7 @@ install_framework() local source="$1" fi - local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" if [ -L "${source}" ]; then echo "Symlinked..." @@ -84,42 +84,46 @@ strip_invalid_archs() { if [[ "$CONFIGURATION" == "Debug" ]]; then - install_framework "$CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework" - install_framework "$CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework" - install_framework "$CONFIGURATION_BUILD_DIR/CodFis-Helper/CodFis_Helper.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework" - install_framework "$CONFIGURATION_BUILD_DIR/NSDate_Utils/NSDate_Utils.framework" - install_framework "$CONFIGURATION_BUILD_DIR/NSString-Helper/NSString_Helper.framework" - install_framework "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework" - install_framework "$CONFIGURATION_BUILD_DIR/PNObject/PNObject.framework" - install_framework "$CONFIGURATION_BUILD_DIR/RNCryptor/RNCryptor.framework" - install_framework "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework" - install_framework "$CONFIGURATION_BUILD_DIR/UIDevice-Utils/UIDevice_Utils.framework" - install_framework "$CONFIGURATION_BUILD_DIR/nv-ios-http-status/nv_ios_http_status.framework" - install_framework "$CONFIGURATION_BUILD_DIR/Expecta/Expecta.framework" - install_framework "$CONFIGURATION_BUILD_DIR/Expecta+Snapshots/Expecta_Snapshots.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework" - install_framework "$CONFIGURATION_BUILD_DIR/Specta/Specta.framework" + install_framework "$BUILT_PRODUCTS_DIR/AFNetworking/AFNetworking.framework" + install_framework "$BUILT_PRODUCTS_DIR/Bolts/Bolts.framework" + install_framework "$BUILT_PRODUCTS_DIR/CocoaSecurity/CocoaSecurity.framework" + install_framework "$BUILT_PRODUCTS_DIR/CodFis-Helper/CodFis_Helper.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSDKCoreKit/FBSDKCoreKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSDKLoginKit/FBSDKLoginKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSDKShareKit/FBSDKShareKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/NACrypto/NACrypto.framework" + install_framework "$BUILT_PRODUCTS_DIR/NSDate_Utils/NSDate_Utils.framework" + install_framework "$BUILT_PRODUCTS_DIR/NSString-Helper/NSString_Helper.framework" + install_framework "$BUILT_PRODUCTS_DIR/NSUserDefaults-AESEncryptor/NSUserDefaults_AESEncryptor.framework" + install_framework "$BUILT_PRODUCTS_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework" + install_framework "$BUILT_PRODUCTS_DIR/PNObject/PNObject.framework" + install_framework "$BUILT_PRODUCTS_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework" + install_framework "$BUILT_PRODUCTS_DIR/UIDevice-Utils/UIDevice_Utils.framework" + install_framework "$BUILT_PRODUCTS_DIR/nv-ios-http-status/nv_ios_http_status.framework" + install_framework "$BUILT_PRODUCTS_DIR/Expecta/Expecta.framework" + install_framework "$BUILT_PRODUCTS_DIR/Expecta+Snapshots/Expecta_Snapshots.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework" + install_framework "$BUILT_PRODUCTS_DIR/Specta/Specta.framework" fi if [[ "$CONFIGURATION" == "Release" ]]; then - install_framework "$CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework" - install_framework "$CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework" - install_framework "$CONFIGURATION_BUILD_DIR/CodFis-Helper/CodFis_Helper.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework" - install_framework "$CONFIGURATION_BUILD_DIR/NSDate_Utils/NSDate_Utils.framework" - install_framework "$CONFIGURATION_BUILD_DIR/NSString-Helper/NSString_Helper.framework" - install_framework "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework" - install_framework "$CONFIGURATION_BUILD_DIR/PNObject/PNObject.framework" - install_framework "$CONFIGURATION_BUILD_DIR/RNCryptor/RNCryptor.framework" - install_framework "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework" - install_framework "$CONFIGURATION_BUILD_DIR/UIDevice-Utils/UIDevice_Utils.framework" - install_framework "$CONFIGURATION_BUILD_DIR/nv-ios-http-status/nv_ios_http_status.framework" - install_framework "$CONFIGURATION_BUILD_DIR/Expecta/Expecta.framework" - install_framework "$CONFIGURATION_BUILD_DIR/Expecta+Snapshots/Expecta_Snapshots.framework" - install_framework "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework" - install_framework "$CONFIGURATION_BUILD_DIR/Specta/Specta.framework" + install_framework "$BUILT_PRODUCTS_DIR/AFNetworking/AFNetworking.framework" + install_framework "$BUILT_PRODUCTS_DIR/Bolts/Bolts.framework" + install_framework "$BUILT_PRODUCTS_DIR/CocoaSecurity/CocoaSecurity.framework" + install_framework "$BUILT_PRODUCTS_DIR/CodFis-Helper/CodFis_Helper.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSDKCoreKit/FBSDKCoreKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSDKLoginKit/FBSDKLoginKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSDKShareKit/FBSDKShareKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/NACrypto/NACrypto.framework" + install_framework "$BUILT_PRODUCTS_DIR/NSDate_Utils/NSDate_Utils.framework" + install_framework "$BUILT_PRODUCTS_DIR/NSString-Helper/NSString_Helper.framework" + install_framework "$BUILT_PRODUCTS_DIR/NSUserDefaults-AESEncryptor/NSUserDefaults_AESEncryptor.framework" + install_framework "$BUILT_PRODUCTS_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework" + install_framework "$BUILT_PRODUCTS_DIR/PNObject/PNObject.framework" + install_framework "$BUILT_PRODUCTS_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework" + install_framework "$BUILT_PRODUCTS_DIR/UIDevice-Utils/UIDevice_Utils.framework" + install_framework "$BUILT_PRODUCTS_DIR/nv-ios-http-status/nv_ios_http_status.framework" + install_framework "$BUILT_PRODUCTS_DIR/Expecta/Expecta.framework" + install_framework "$BUILT_PRODUCTS_DIR/Expecta+Snapshots/Expecta_Snapshots.framework" + install_framework "$BUILT_PRODUCTS_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework" + install_framework "$BUILT_PRODUCTS_DIR/Specta/Specta.framework" fi diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.debug.xcconfig index db93e94..17d0740 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.debug.xcconfig @@ -1,8 +1,8 @@ EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$CONFIGURATION_BUILD_DIR/AFNetworking" "$CONFIGURATION_BUILD_DIR/Bolts" "$CONFIGURATION_BUILD_DIR/CodFis-Helper" "$CONFIGURATION_BUILD_DIR/Expecta" "$CONFIGURATION_BUILD_DIR/Expecta+Snapshots" "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$CONFIGURATION_BUILD_DIR/NSDate_Utils" "$CONFIGURATION_BUILD_DIR/NSString-Helper" "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS" "$CONFIGURATION_BUILD_DIR/PNObject" "$CONFIGURATION_BUILD_DIR/RNCryptor" "$CONFIGURATION_BUILD_DIR/Specta" "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator" "$CONFIGURATION_BUILD_DIR/UIDevice-Utils" "$CONFIGURATION_BUILD_DIR/nv-ios-http-status" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$CONFIGURATION_BUILD_DIR/AFNetworking" "$CONFIGURATION_BUILD_DIR/Bolts" "$CONFIGURATION_BUILD_DIR/CocoaSecurity" "$CONFIGURATION_BUILD_DIR/CodFis-Helper" "$CONFIGURATION_BUILD_DIR/Expecta" "$CONFIGURATION_BUILD_DIR/Expecta+Snapshots" "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$CONFIGURATION_BUILD_DIR/NACrypto" "$CONFIGURATION_BUILD_DIR/NSDate_Utils" "$CONFIGURATION_BUILD_DIR/NSString-Helper" "$CONFIGURATION_BUILD_DIR/NSUserDefaults-AESEncryptor" "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS" "$CONFIGURATION_BUILD_DIR/PNObject" "$CONFIGURATION_BUILD_DIR/Specta" "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator" "$CONFIGURATION_BUILD_DIR/UIDevice-Utils" "$CONFIGURATION_BUILD_DIR/nv-ios-http-status" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/CodFis-Helper/CodFis_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta+Snapshots/Expecta_Snapshots.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta/Expecta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSString-Helper/NSString_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/RNCryptor/RNCryptor.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Specta/Specta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice-Utils/UIDevice_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/nv-ios-http-status/nv_ios_http_status.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "Bolts" -framework "CodFis_Helper" -framework "Expecta" -framework "Expecta_Snapshots" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "FBSnapshotTestCase" -framework "NSDate_Utils" -framework "NSString_Helper" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "RNCryptor" -framework "Specta" -framework "StrongestPasswordValidator" -framework "UIDevice_Utils" -framework "nv_ios_http_status" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/CocoaSecurity/CocoaSecurity.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/CodFis-Helper/CodFis_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta+Snapshots/Expecta_Snapshots.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta/Expecta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NACrypto/NACrypto.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSString-Helper/NSString_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSUserDefaults-AESEncryptor/NSUserDefaults_AESEncryptor.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Specta/Specta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice-Utils/UIDevice_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/nv-ios-http-status/nv_ios_http_status.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "Bolts" -framework "CocoaSecurity" -framework "CodFis_Helper" -framework "Expecta" -framework "Expecta_Snapshots" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "FBSnapshotTestCase" -framework "NACrypto" -framework "NSDate_Utils" -framework "NSString_Helper" -framework "NSUserDefaults_AESEncryptor" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "Specta" -framework "StrongestPasswordValidator" -framework "UIDevice_Utils" -framework "nv_ios_http_status" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.release.xcconfig index db93e94..17d0740 100644 --- a/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PNObject_Tests/Pods-PNObject_Tests.release.xcconfig @@ -1,8 +1,8 @@ EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$CONFIGURATION_BUILD_DIR/AFNetworking" "$CONFIGURATION_BUILD_DIR/Bolts" "$CONFIGURATION_BUILD_DIR/CodFis-Helper" "$CONFIGURATION_BUILD_DIR/Expecta" "$CONFIGURATION_BUILD_DIR/Expecta+Snapshots" "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$CONFIGURATION_BUILD_DIR/NSDate_Utils" "$CONFIGURATION_BUILD_DIR/NSString-Helper" "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS" "$CONFIGURATION_BUILD_DIR/PNObject" "$CONFIGURATION_BUILD_DIR/RNCryptor" "$CONFIGURATION_BUILD_DIR/Specta" "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator" "$CONFIGURATION_BUILD_DIR/UIDevice-Utils" "$CONFIGURATION_BUILD_DIR/nv-ios-http-status" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$CONFIGURATION_BUILD_DIR/AFNetworking" "$CONFIGURATION_BUILD_DIR/Bolts" "$CONFIGURATION_BUILD_DIR/CocoaSecurity" "$CONFIGURATION_BUILD_DIR/CodFis-Helper" "$CONFIGURATION_BUILD_DIR/Expecta" "$CONFIGURATION_BUILD_DIR/Expecta+Snapshots" "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$CONFIGURATION_BUILD_DIR/NACrypto" "$CONFIGURATION_BUILD_DIR/NSDate_Utils" "$CONFIGURATION_BUILD_DIR/NSString-Helper" "$CONFIGURATION_BUILD_DIR/NSUserDefaults-AESEncryptor" "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS" "$CONFIGURATION_BUILD_DIR/PNObject" "$CONFIGURATION_BUILD_DIR/Specta" "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator" "$CONFIGURATION_BUILD_DIR/UIDevice-Utils" "$CONFIGURATION_BUILD_DIR/nv-ios-http-status" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/CodFis-Helper/CodFis_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta+Snapshots/Expecta_Snapshots.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta/Expecta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSString-Helper/NSString_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/RNCryptor/RNCryptor.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Specta/Specta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice-Utils/UIDevice_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/nv-ios-http-status/nv_ios_http_status.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "Bolts" -framework "CodFis_Helper" -framework "Expecta" -framework "Expecta_Snapshots" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "FBSnapshotTestCase" -framework "NSDate_Utils" -framework "NSString_Helper" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "RNCryptor" -framework "Specta" -framework "StrongestPasswordValidator" -framework "UIDevice_Utils" -framework "nv_ios_http_status" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/CocoaSecurity/CocoaSecurity.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/CodFis-Helper/CodFis_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta+Snapshots/Expecta_Snapshots.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta/Expecta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NACrypto/NACrypto.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSDate_Utils/NSDate_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSString-Helper/NSString_Helper.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NSUserDefaults-AESEncryptor/NSUserDefaults_AESEncryptor.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PEAR-FileManager-iOS/PEAR_FileManager_iOS.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNObject/PNObject.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Specta/Specta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/StrongestPasswordValidator/StrongestPasswordValidator.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/UIDevice-Utils/UIDevice_Utils.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/nv-ios-http-status/nv_ios_http_status.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" -framework "Bolts" -framework "CocoaSecurity" -framework "CodFis_Helper" -framework "Expecta" -framework "Expecta_Snapshots" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "FBSnapshotTestCase" -framework "NACrypto" -framework "NSDate_Utils" -framework "NSString_Helper" -framework "NSUserDefaults_AESEncryptor" -framework "PEAR_FileManager_iOS" -framework "PNObject" -framework "Specta" -framework "StrongestPasswordValidator" -framework "UIDevice_Utils" -framework "nv_ios_http_status" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/RNCryptor/RNCryptor-dummy.m b/Example/Pods/Target Support Files/RNCryptor/RNCryptor-dummy.m deleted file mode 100644 index 8723701..0000000 --- a/Example/Pods/Target Support Files/RNCryptor/RNCryptor-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_RNCryptor : NSObject -@end -@implementation PodsDummy_RNCryptor -@end diff --git a/Example/Pods/Target Support Files/RNCryptor/RNCryptor-umbrella.h b/Example/Pods/Target Support Files/RNCryptor/RNCryptor-umbrella.h deleted file mode 100644 index b555eed..0000000 --- a/Example/Pods/Target Support Files/RNCryptor/RNCryptor-umbrella.h +++ /dev/null @@ -1,7 +0,0 @@ -#import - -#import "RNCryptor.h" - -FOUNDATION_EXPORT double RNCryptorVersionNumber; -FOUNDATION_EXPORT const unsigned char RNCryptorVersionString[]; - diff --git a/Example/Pods/Target Support Files/RNCryptor/RNCryptor.modulemap b/Example/Pods/Target Support Files/RNCryptor/RNCryptor.modulemap deleted file mode 100644 index 814007d..0000000 --- a/Example/Pods/Target Support Files/RNCryptor/RNCryptor.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module RNCryptor { - umbrella header "RNCryptor-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/Pods/Target Support Files/StrongestPasswordValidator/Info.plist b/Example/Pods/Target Support Files/StrongestPasswordValidator/Info.plist index 97eeeda..7c241fa 100644 --- a/Example/Pods/Target Support Files/StrongestPasswordValidator/Info.plist +++ b/Example/Pods/Target Support Files/StrongestPasswordValidator/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.1 + 0.1.2 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/StrongestPasswordValidator/ResourceBundle-StrongestPasswordValidator-Info.plist b/Example/Pods/Target Support Files/StrongestPasswordValidator/ResourceBundle-StrongestPasswordValidator-Info.plist deleted file mode 100644 index 55d6587..0000000 --- a/Example/Pods/Target Support Files/StrongestPasswordValidator/ResourceBundle-StrongestPasswordValidator-Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - BNDL - CFBundleShortVersionString - 0.1.1 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Example/Pods/Target Support Files/UIDevice-Utils/Info.plist b/Example/Pods/Target Support Files/UIDevice-Utils/Info.plist index 7db8bd3..d0e9821 100644 --- a/Example/Pods/Target Support Files/UIDevice-Utils/Info.plist +++ b/Example/Pods/Target Support Files/UIDevice-Utils/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.4 + 0.1.5 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/UIDevice-Utils/ResourceBundle-UIDevice-Utils-Info.plist b/Example/Pods/Target Support Files/UIDevice-Utils/ResourceBundle-UIDevice-Utils-Info.plist deleted file mode 100644 index 583518e..0000000 --- a/Example/Pods/Target Support Files/UIDevice-Utils/ResourceBundle-UIDevice-Utils-Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - BNDL - CFBundleShortVersionString - 0.1.4 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/PNObject.podspec b/PNObject.podspec index 6a791cf..36a6153 100644 --- a/PNObject.podspec +++ b/PNObject.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "PNObject" -s.version = "0.3.17" +s.version = "0.4.0" s.summary = "PNObject is a simple replica of the more complex ParseObject" # This description is used to generate tags and improve search results. @@ -25,16 +25,12 @@ s.author = { "Giuseppe Nucifora" => "me@giuseppenucifora.com" } s.source = { :git => "https://github.com/giuseppenucifora/PNObject.git", :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' -s.platform = :ios, '7.0' +s.platform = :ios, '8.0' s.requires_arc = true s.source_files = 'Pod/Classes/**/*' -s.resource_bundles = { -'PNObject' => ['Pod/Assets/*.png'] -} - -# s.public_header_files = 'Pod/Classes/**/*.h' # s.frameworks = 'UIKit', 'MapKit' + s.dependency 'AFNetworking' s.dependency 'PEAR-FileManager-iOS' s.dependency 'NSDate_Utils' @@ -46,7 +42,8 @@ s.dependency 'StrongestPasswordValidator' s.dependency 'FBSDKCoreKit' s.dependency 'FBSDKShareKit' s.dependency 'FBSDKLoginKit' -s.dependency 'RNCryptor' +s.dependency 'NACrypto' +s.dependency 'NSUserDefaults-AESEncryptor' end diff --git a/Pod/Classes/PNClasses/PNUser.m b/Pod/Classes/PNClasses/PNUser.m index 3a5aa5d..15bd1ab 100644 --- a/Pod/Classes/PNClasses/PNUser.m +++ b/Pod/Classes/PNClasses/PNUser.m @@ -135,8 +135,6 @@ static bool isFirstAccess = YES; - (void) reloadFormServer { - ///api/v1/user/profile - [self autoLoginWithBlockSuccess:^(BOOL loginSuccess) { [[self class] GETWithEndpointAction:@"user/profile" progress:nil @@ -168,7 +166,7 @@ static bool isFirstAccess = YES; [self saveLocally]; } } failure:^(NSURLSessionDataTask * _Nullable task, NSError * _Nonnull error) { - NSLogDebug(@"error : %ld",[error code]); + NSLogDebug(@"error : %ld",(long)[error code]); if (failure) { failure(error); } diff --git a/Pod/Classes/PNObjectConfig.h b/Pod/Classes/PNObjectConfig.h index 621f31e..47a57d1 100644 --- a/Pod/Classes/PNObjectConfig.h +++ b/Pod/Classes/PNObjectConfig.h @@ -212,6 +212,8 @@ extern NSString* _Nonnull const Client_Secret; /** * <#Description#> */ -@property (nonatomic, strong, nonnull , readonly) NSString *encrypKey; +@property (nonatomic, strong, nonnull, readonly) NSString *encrypKey; + +@property (nonatomic, strong, nonnull, readonly) NSString *nonce; @end \ No newline at end of file diff --git a/Pod/Classes/PNObjectConfig.m b/Pod/Classes/PNObjectConfig.m index 4f78449..b80bd04 100644 --- a/Pod/Classes/PNObjectConfig.m +++ b/Pod/Classes/PNObjectConfig.m @@ -12,7 +12,9 @@ #import "AFJSONResponseSerializerWithData.h" #import "NSString+Helper.h" #import "PNObject+Protected.h" +#import "NSUserDefaults+AESEncryptor.h" +NSString * const PNObjectNSUserDefaultsAESKey = @"feiGuP5iYZB8cSwHnmCtAWomLcarVoxDe3L8jVSxv6f6dOUtSF"; NSString * const PNObjectLocalNotificationRefreshTokenClientCredentialSuccess = @"PNObjectLocalNotificationRefreshTokenClientCredentialSuccess"; NSString * const PNObjectLocalNotificationRefreshTokenClientCredentialFail = @"PNObjectLocalNotificationRefreshTokenClientCredentialFail"; @@ -27,6 +29,7 @@ NSString * const PNObjectLocalNotificationUserReloadFromServerSuccess = @"PNObje NSInteger const minPassLenght = 4; NSString * const PNObjectEncryptionKey = @"PNObjectConfigEncryptionKey"; +NSString * const PNObjectEncryptionNonce = @"PNObjectConfigEncryptionNonce"; NSString * const PNObjectServiceCredentialIdentifier = @"PNObjectServiceCredentialIdentifier"; @@ -162,14 +165,18 @@ static bool isFirstAccess = YES; _headerFields = [[NSMutableDictionary alloc] init]; + [[NSUserDefaults standardUserDefaults] setAESKey:PNObjectNSUserDefaultsAESKey]; + if ([[NSUserDefaults standardUserDefaults] objectForKey:PNObjectEncryptionKey]) { - _encrypKey = [[NSUserDefaults standardUserDefaults] objectForKey:PNObjectEncryptionKey]; + _encrypKey = [[NSUserDefaults standardUserDefaults] decryptedValueForKey:PNObjectEncryptionKey]; + _nonce = [[NSUserDefaults standardUserDefaults] decryptedValueForKey:PNObjectEncryptionNonce]; } else { _encrypKey = [[NSProcessInfo processInfo] globallyUniqueString]; + _nonce = [[NSProcessInfo processInfo] globallyUniqueString]; - [[NSUserDefaults standardUserDefaults] setObject:_encrypKey forKey:PNObjectEncryptionKey]; - [[NSUserDefaults standardUserDefaults] synchronize]; + [[NSUserDefaults standardUserDefaults] encryptValue:_encrypKey withKey:PNObjectEncryptionKey]; + [[NSUserDefaults standardUserDefaults] encryptValue:_nonce withKey:PNObjectEncryptionNonce]; } } diff --git a/Pod/Classes/PNObjectModel.m b/Pod/Classes/PNObjectModel.m index 2280d2f..fa950c2 100644 --- a/Pod/Classes/PNObjectModel.m +++ b/Pod/Classes/PNObjectModel.m @@ -10,13 +10,12 @@ #import "PNObject+Protected.h" #import "PEARFileManager.h" #import "PNObjectConstants.h" - -@import RNCryptor; +#import @interface PNObjectModel() @property (nonatomic, strong) PEARFileManager *fileManager; - +@property (nonatomic, strong) NAAES *AES; @end @implementation PNObjectModel @@ -121,6 +120,7 @@ static bool isFirstAccess = YES; [_fileManager setRootDirectory:k_ROOT_DIR_DOCUMENTS]; NSLogDebug(@"%@",[_fileManager getRootDirectoryPath]); + _AES = [[NAAES alloc] initWithAlgorithm:NAAESAlgorithm256CTR]; } return self; } @@ -148,7 +148,7 @@ static bool isFirstAccess = YES; NSError *error = nil; - NSData *data = [RNCryptor decryptData:[_fileManager fetchFileDataWithPath:className] password:[[PNObjectConfig sharedInstance] encrypKey] error:&error]; + NSData *data = [_AES decrypt:[_fileManager fetchFileDataWithPath:className] nonce:[[[PNObjectConfig sharedInstance] nonce] dataUsingEncoding:NSUTF8StringEncoding] key:[[[PNObjectConfig sharedInstance] encrypKey] dataUsingEncoding:NSUTF8StringEncoding] error:&error]; // password:[[PNObjectConfig sharedInstance] encrypKey] error:&error]; return [NSKeyedUnarchiver unarchiveObjectWithData:data]; } @@ -162,15 +162,18 @@ static bool isFirstAccess = YES; BOOL isPNObjectSubclass = [[object class] isSubclassOfClass:[PNObject class]]; + NSError *error = nil; + if(isPNObjectSubclass) { + if ([[object class] conformsToProtocol:@protocol(PNObjectSubclassing)]) { if ([(PNObject*) object singleInstance]) { NSDictionary *objectDict = [(PNObject*) object reverseMapping]; - NSData *objectData = [RNCryptor encryptData:[NSKeyedArchiver archivedDataWithRootObject:objectDict] password:[[PNObjectConfig sharedInstance] encrypKey]]; + NSData *objectData = [_AES encrypt:[NSKeyedArchiver archivedDataWithRootObject:objectDict] nonce:[[[PNObjectConfig sharedInstance] nonce] dataUsingEncoding:NSUTF8StringEncoding] key:[[[PNObjectConfig sharedInstance] encrypKey] dataUsingEncoding:NSUTF8StringEncoding] error:&error];//[RNCryptor encryptData:[NSKeyedArchiver archivedDataWithRootObject:objectDict] password:[[PNObjectConfig sharedInstance] encrypKey]]; if ([self issetPNObjectModelForObject:object]) { if ([_fileManager updateFileWithData:objectData filePath:[self objectName:object] permisson:@(0755)]) { @@ -194,9 +197,10 @@ static bool isFirstAccess = YES; //NSData * data = [_fileManager fetchFileDataWithPath:[self objectName:object]]; - NSError *error = nil; + - NSData *data = [RNCryptor decryptData:[_fileManager fetchFileDataWithPath:[self objectName:object]] password:[[PNObjectConfig sharedInstance] encrypKey] error:&error]; + NSData *data = [_AES decrypt:[_fileManager fetchFileDataWithPath:[self objectName:object]] nonce:[[[PNObjectConfig sharedInstance] nonce] dataUsingEncoding:NSUTF8StringEncoding] key:[[[PNObjectConfig sharedInstance] encrypKey] dataUsingEncoding:NSUTF8StringEncoding] error:&error]; + //[RNCryptor decryptData:[_fileManager fetchFileDataWithPath:[self objectName:object]] password:[[PNObjectConfig sharedInstance] encrypKey] error:&error]; NSMutableArray *objects = [[NSMutableArray alloc] initWithArray:[NSKeyedUnarchiver unarchiveObjectWithData:data]]; @@ -204,7 +208,8 @@ static bool isFirstAccess = YES; [objects addObject:objectDict]; - NSData *objectData = [RNCryptor encryptData:[NSKeyedArchiver archivedDataWithRootObject:objects] password:[[PNObjectConfig sharedInstance] encrypKey]]; + NSData *objectData = [_AES encrypt:[NSKeyedArchiver archivedDataWithRootObject:objects] nonce:[[[PNObjectConfig sharedInstance] nonce] dataUsingEncoding:NSUTF8StringEncoding] key:[[[PNObjectConfig sharedInstance] encrypKey] dataUsingEncoding:NSUTF8StringEncoding] error:&error]; + //[RNCryptor encryptData:[NSKeyedArchiver archivedDataWithRootObject:objects] password:[[PNObjectConfig sharedInstance] encrypKey]]; if ([_fileManager updateFileWithData:objectData filePath:[self objectName:object] permisson:@(0755)]) { @@ -222,7 +227,8 @@ static bool isFirstAccess = YES; [objects addObject:objectDict]; - NSData *objectData = [RNCryptor encryptData:[NSKeyedArchiver archivedDataWithRootObject:objects] password:[[PNObjectConfig sharedInstance] encrypKey]]; + NSData *objectData = [_AES encrypt:[NSKeyedArchiver archivedDataWithRootObject:objects] nonce:[[[PNObjectConfig sharedInstance] nonce] dataUsingEncoding:NSUTF8StringEncoding] key:[[[PNObjectConfig sharedInstance] encrypKey] dataUsingEncoding:NSUTF8StringEncoding] error:&error]; + //[RNCryptor encryptData:[NSKeyedArchiver archivedDataWithRootObject:objects] password:[[PNObjectConfig sharedInstance] encrypKey]]; if ([_fileManager createFileWithData:objectData filePath:[self objectName:object] permisson:@(0755)]) { return object;