diff --git a/.DS_Store b/.DS_Store index a5ea54c..61cbc18 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Podfile b/Podfile index 5ea4651..b8bfa47 100644 --- a/Podfile +++ b/Podfile @@ -2,39 +2,38 @@ # platform :ios, '9.0' target 'Vendoo' do - # Comment this line if you're not using Swift and don't want to use dynamic frameworks - use_frameworks! +# Comment this line if you're not using Swift and don't want to use dynamic frameworks +use_frameworks! - # Pods for Vendoo - pod 'PicoKit' - pod 'Firebase', '>= 2.5.0' - pod 'FirebaseAuth' - pod 'Firebase/Database' - pod 'Locksmith' - # pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git' - pod 'Alamofire-SwiftyJSON' - pod 'OAuthSwift', '~> 0.5.0' - pod 'AeroGearOAuth2' - pod 'FBSDKCoreKit' - pod 'FBSDKLoginKit' - pod 'FBSDKShareKit' - pod 'Firebase/Storage' - pod 'TYMActivityIndicatorView' - pod 'BSImagePicker', '~> 2.3' - pod 'SWRevealViewController' - pod 'SOAPEngine' +# Pods for Vendoo + pod 'PicoKit' + pod 'AeroGearHttp' + pod 'AeroGearOAuth2' + pod 'Firebase' + pod 'FirebaseAuth' + pod 'Firebase/Database' + pod 'Locksmith' + pod 'Alamofire-SwiftyJSON' + pod 'OAuthSwift', '~> 0.5.0' + pod 'FBSDKCoreKit' + pod 'FBSDKLoginKit' + pod 'FBSDKShareKit' + pod 'Firebase/Storage' + pod 'TYMActivityIndicatorView' + pod 'BSImagePicker', '~> 2.3' + pod 'SWRevealViewController' - - target 'VendooTests' do - inherit! :search_paths - # Pods for testing - - end - target 'VendooUITests' do - inherit! :search_paths - # Pods for testing - end + target 'VendooTests' do + # inherit! :search_paths + # Pods for testing + + end + + target 'VendooUITests' do + # inherit! :search_paths + # Pods for testing + end end diff --git a/Podfile.lock b/Podfile.lock index 0cf4c71..c5df36c 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - AeroGearHttp (0.5.1) + - AeroGearHttp (0.6.0) - AeroGearOAuth2 (0.5.1): - AeroGearHttp - AFNetworking (2.6.3): @@ -27,47 +27,48 @@ PODS: - Alamofire-SwiftyJSON (0.1.1): - Alamofire (~> 3.4) - SwiftyJSON (~> 2.3) - - Bolts (1.7.0): - - Bolts/AppLinks (= 1.7.0) - - Bolts/Tasks (= 1.7.0) - - Bolts/AppLinks (1.7.0): + - Bolts (1.8.4): + - Bolts/AppLinks (= 1.8.4) + - Bolts/Tasks (= 1.8.4) + - Bolts/AppLinks (1.8.4): - Bolts/Tasks - - Bolts/Tasks (1.7.0) + - Bolts/Tasks (1.8.4) - BSGridCollectionViewLayout (1.1.1) - BSImagePicker (2.3.0): - BSGridCollectionViewLayout (~> 1.1) - UIImageViewModeScaleAspect (~> 1.3) - - FBSDKCoreKit (4.13.1): + - FBSDKCoreKit (4.14.0): - Bolts (~> 1.7) - - FBSDKLoginKit (4.13.1): + - FBSDKLoginKit (4.14.0): - FBSDKCoreKit - - FBSDKShareKit (4.13.1): + - FBSDKShareKit (4.14.0): - FBSDKCoreKit - - Firebase (3.2.1): - - Firebase/Core (= 3.2.1) - - Firebase/Analytics (3.2.1): - - FirebaseAnalytics (= 3.2.0) - - Firebase/Core (3.2.1): - - Firebase/Analytics (= 3.2.1) - - Firebase/Database (3.2.1): - - Firebase/Analytics (= 3.2.1) - - FirebaseDatabase (= 3.0.1) - - Firebase/Storage (3.2.1): - - Firebase/Analytics (= 3.2.1) - - FirebaseStorage (= 1.0.1) - - FirebaseAnalytics (3.2.0): + - Firebase (3.4.0): + - Firebase/Core (= 3.4.0) + - Firebase/Analytics (3.4.0): + - FirebaseAnalytics (~> 3.3) + - Firebase/Core (3.4.0): + - Firebase/Analytics + - Firebase/Database (3.4.0): + - Firebase/Analytics + - FirebaseDatabase (= 3.0.2) + - Firebase/Storage (3.4.0): + - Firebase/Analytics + - FirebaseStorage (= 1.0.2) + - FirebaseAnalytics (3.3.0): - FirebaseInstanceID (~> 1.0) - GoogleInterchangeUtilities (~> 1.2) - GoogleSymbolUtilities (~> 1.1) - - GoogleUtilities (~> 1.3) - - FirebaseAuth (3.0.2): + - GoogleUtilities (~> 1.2) + - FirebaseAuth (3.0.4): - FirebaseAnalytics (~> 3.2) - GoogleNetworkingUtilities (~> 1.2) - - GoogleUtilities (~> 1.3) - - FirebaseDatabase (3.0.1): + - GoogleParsingUtilities (~> 1.1) + - GoogleUtilities (~> 1.2) + - FirebaseDatabase (3.0.2): - FirebaseAnalytics (~> 3.2) - - FirebaseInstanceID (1.0.6) - - FirebaseStorage (1.0.1): + - FirebaseInstanceID (1.0.8) + - FirebaseStorage (1.0.2): - FirebaseAnalytics (~> 3.2) - GoogleNetworkingUtilities (~> 1.2) - GDataXML-HTML (1.3.0) @@ -75,6 +76,9 @@ PODS: - GoogleSymbolUtilities (~> 1.0) - GoogleNetworkingUtilities (1.2.1): - GoogleSymbolUtilities (~> 1.0) + - GoogleParsingUtilities (1.1.1): + - GoogleNetworkingUtilities (~> 1.0) + - GoogleSymbolUtilities (~> 1.0) - GoogleSymbolUtilities (1.1.1) - GoogleUtilities (1.3.1): - GoogleSymbolUtilities (~> 1.0) @@ -93,62 +97,61 @@ PODS: - AFNetworking (~> 2.6.0) - PicoKit/Soap - PicoKit/XMLWriter (0.7.2) - - SOAPEngine (1.27) - SwiftyJSON (2.3.2) - SWRevealViewController (2.3.0) - TYMActivityIndicatorView (0.3.3) - - UIImageViewModeScaleAspect (1.3) + - UIImageViewModeScaleAspect (1.5) DEPENDENCIES: + - AeroGearHttp - AeroGearOAuth2 - Alamofire-SwiftyJSON - BSImagePicker (~> 2.3) - FBSDKCoreKit - FBSDKLoginKit - FBSDKShareKit - - Firebase (>= 2.5.0) + - Firebase - Firebase/Database - Firebase/Storage - FirebaseAuth - Locksmith - OAuthSwift (~> 0.5.0) - PicoKit - - SOAPEngine - SWRevealViewController - TYMActivityIndicatorView SPEC CHECKSUMS: - AeroGearHttp: 9eb405b694aa9ac5daff842f68648f4a9fe0fa66 + AeroGearHttp: e958f301cc2d1c7fbfd4b61af187ea3490040a48 AeroGearOAuth2: 6f29d3fac8b78a0ff6d51b04c4ba1a02baed2e52 AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60 Alamofire: 01a82e2f6c0f860ade35534c8dd88be61bdef40c Alamofire-SwiftyJSON: 5812bb37accc36897cc2f2dabb070d8ebcd7ac98 - Bolts: a0058fa3b331c5a1e4402d534f2dae36dbff31e4 + Bolts: 8a7995239dbe724f9cba2248b766d48b7ebdd322 BSGridCollectionViewLayout: d7304dcb35c6b3b4420c527e9f9b77ff322250f3 BSImagePicker: 591b28ce4994c44cbc4ac896717c1db9f9fadd18 - FBSDKCoreKit: 2807fe0da2ddb49a1469da6d6ff597f99912980f - FBSDKLoginKit: 6d350cb6a22d6956e9d078885de6ee8a0ebc51b4 - FBSDKShareKit: c9438df7573b33780ac8c3451201c5ebb260ffca - Firebase: 6c80ac28d59d06bfd9152a7b6ea17625ca93183d - FirebaseAnalytics: 6f75b04e6bfb8e0b6e9ef298e04c24eea3b13863 - FirebaseAuth: 94b851fc345ce98036dfedfdc2eddeaef8fa3b4c - FirebaseDatabase: 34301d11621a83546f39f670d256477ba6f7fcea - FirebaseInstanceID: d014d574053a2fe84478f12f7bae96979e7051bb - FirebaseStorage: e9c32a8d246c07eeefd78180c22736aa1b81e81b + FBSDKCoreKit: 6e020b5db0b5bd1e01f5fb0902131befd129a502 + FBSDKLoginKit: da563567a108050ef83739c8c8c001ee9e25fa13 + FBSDKShareKit: e8e5d4ccef69b41132fe33acda26db1e33143e33 + Firebase: 754562547af419cc2f4b15247fee419081924bc2 + FirebaseAnalytics: 228be2991cb28efb96cdafc4d62f64680e615c69 + FirebaseAuth: 26fd291c3b552fc9658420b867520d5ae080421c + FirebaseDatabase: 59bea2e7dfd81b3b8b2f8e396caf1a52c2ced6f7 + FirebaseInstanceID: ba1e640935235e5fac39dfa816fe7660e72e1a8a + FirebaseStorage: fa2a87dee81f682f553af6839daa37a750e65f6a GDataXML-HTML: 7adc03668cab35c288f1dbb8929a179f0fece898 GoogleInterchangeUtilities: def8415a862effc67d549d5b5b0b9c7a2f97d4de GoogleNetworkingUtilities: 3e83269048cfb498dc7ec83ab36813360965c74f + GoogleParsingUtilities: 30b3896f9ee167dc78747f013d3de157ced1cadf GoogleSymbolUtilities: 33117db1b5f290c6fbf259585e4885b4c84b98d7 GoogleUtilities: 56c5ac05b7aa5dc417a1bb85221a9516e04d7032 Locksmith: a8ed41ac4c06506ea8cb199d8ec8a8d3d108eb2a OAuthSwift: 1ef042d4362e755e24a78f158d817245641a5d24 PicoKit: 9079bce659a8d5408c8af1c45254b971df614de3 - SOAPEngine: e4b13175e3972eef93223eb9f397b8c86e1e6892 SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a SWRevealViewController: 6d3fd97f70112fd7cef9de14df4260eacce4c63a TYMActivityIndicatorView: ad816387ebd5952c376af129218722733044148b - UIImageViewModeScaleAspect: ec78901acfc20d3782154111a21d34390f8f71ad + UIImageViewModeScaleAspect: 11a790a0b9d248a13dc63e3a78991f1463b6d84e -PODFILE CHECKSUM: 2638bdfbb954251e8a36f6a6065ffea34297238d +PODFILE CHECKSUM: 3b36a7c734809ee54f4ecf0055d9910a9279d555 COCOAPODS: 1.0.0 diff --git a/Pods/.DS_Store b/Pods/.DS_Store deleted file mode 100644 index faf1da8..0000000 Binary files a/Pods/.DS_Store and /dev/null differ diff --git a/Pods/AeroGearHttp/AeroGearHttp/Http.swift b/Pods/AeroGearHttp/AeroGearHttp/Http.swift index 6fc7867..a6cd355 100644 --- a/Pods/AeroGearHttp/AeroGearHttp/Http.swift +++ b/Pods/AeroGearHttp/AeroGearHttp/Http.swift @@ -132,13 +132,16 @@ public class Http { var request: NSURLRequest var task: NSURLSessionTask? var delegate: TaskDataDelegate + // Merge headers + let headers = merge(self.requestSerializer.headers, self.authzModule?.authorizationFields()) + // care for multipart request is multipart data are set if (self.hasMultiPartData(parameters)) { - request = self.requestSerializer.multipartRequest(finalURL, method: method, parameters: parameters, headers: self.authzModule?.authorizationFields()) + request = self.requestSerializer.multipartRequest(finalURL, method: method, parameters: parameters, headers: headers) task = self.session.uploadTaskWithStreamedRequest(request) delegate = TaskUploadDelegate() } else { - request = self.requestSerializer.request(finalURL, method: method, parameters: parameters, headers: self.authzModule?.authorizationFields()) + request = self.requestSerializer.request(finalURL, method: method, parameters: parameters, headers: headers) task = self.session.dataTaskWithRequest(request); delegate = TaskDataDelegate() } @@ -188,11 +191,14 @@ public class Http { return } var request: NSURLRequest + // Merge headers + let headers = merge(self.requestSerializer.headers, self.authzModule?.authorizationFields()) + // care for multipart request is multipart data are set if (self.hasMultiPartData(parameters)) { - request = self.requestSerializer.multipartRequest(finalURL, method: method, parameters: parameters, headers: self.authzModule?.authorizationFields()) + request = self.requestSerializer.multipartRequest(finalURL, method: method, parameters: parameters, headers: headers) } else { - request = self.requestSerializer.request(finalURL, method: method, parameters: parameters, headers: self.authzModule?.authorizationFields()) + request = self.requestSerializer.request(finalURL, method: method, parameters: parameters, headers: headers) } var task: NSURLSessionTask? diff --git a/Pods/AeroGearHttp/AeroGearHttp/Utils.swift b/Pods/AeroGearHttp/AeroGearHttp/Utils.swift index 1f55a14..cc41886 100644 --- a/Pods/AeroGearHttp/AeroGearHttp/Utils.swift +++ b/Pods/AeroGearHttp/AeroGearHttp/Utils.swift @@ -31,3 +31,19 @@ extension String { return encodedURL as String } } + +public func merge(one: [String: String]?, _ two: [String:String]?) -> [String: String]? { + var dict: [String: String]? + if let one = one { + dict = one + if let two = two { + for (key, value) in two { + dict![key] = value + } + } + } else { + dict = two + } + return dict +} + diff --git a/Pods/Bolts/Bolts/Common/BFTask+Exceptions.h b/Pods/Bolts/Bolts/Common/BFTask+Exceptions.h new file mode 100644 index 0000000..41b633c --- /dev/null +++ b/Pods/Bolts/Bolts/Common/BFTask+Exceptions.h @@ -0,0 +1,32 @@ +/* + * Copyright (c) 2016, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + */ + +#pragma once + +#import + +NS_ASSUME_NONNULL_BEGIN + +/** + Returns whether all instances of `BFTask` should automatically @try/@catch exceptions in continuation blocks. Default: `YES`. + + @return Boolean value indicating whether exceptions are being caught. + */ +extern BOOL BFTaskCatchesExceptions(void) +__attribute__((deprecated("This is temporary API and will be removed in a future release."))); + +/** + Set whether all instances of `BFTask` should automatically @try/@catch exceptions in continuation blocks. Default: `YES`. + + @param catchExceptions Boolean value indicating whether exceptions shoudl be caught. + */ +extern void BFTaskSetCatchesExceptions(BOOL catchExceptions) +__attribute__((deprecated("This is a temporary API and will be removed in a future release."))); + +NS_ASSUME_NONNULL_END diff --git a/Pods/Bolts/Bolts/Common/BFTask+Exceptions.m b/Pods/Bolts/Bolts/Common/BFTask+Exceptions.m new file mode 100644 index 0000000..928197e --- /dev/null +++ b/Pods/Bolts/Bolts/Common/BFTask+Exceptions.m @@ -0,0 +1,24 @@ +/* + * Copyright (c) 2016, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + */ + +#import "BFTask+Exceptions.h" + +NS_ASSUME_NONNULL_BEGIN + +static BOOL taskCatchExceptions = YES; + +BOOL BFTaskCatchesExceptions(void) { + return taskCatchExceptions; +} + +void BFTaskSetCatchesExceptions(BOOL catchExceptions) { + taskCatchExceptions = catchExceptions; +} + +NS_ASSUME_NONNULL_END diff --git a/Pods/Bolts/Bolts/Common/BFTask.h b/Pods/Bolts/Bolts/Common/BFTask.h index 3cd0405..071f994 100644 --- a/Pods/Bolts/Bolts/Common/BFTask.h +++ b/Pods/Bolts/Bolts/Common/BFTask.h @@ -26,8 +26,11 @@ extern NSInteger const kBFMultipleErrorsError; /*! An exception that is thrown if there was multiple exceptions on . + + @deprecated `BFTask` exception handling is deprecated and will be removed in a future release. */ -extern NSString *const BFTaskMultipleExceptionsException; +extern NSString *const BFTaskMultipleExceptionsException +__attribute__((deprecated("`BFTask` exception handling is deprecated and will be removed in a future release."))); /*! An error userInfo key used if there were multiple errors on . @@ -38,8 +41,11 @@ extern NSString *const BFTaskMultipleErrorsUserInfoKey; /*! An error userInfo key used if there were multiple exceptions on . Value type is `NSArray *`. + + @deprecated `BFTask` exception handling is deprecated and will be removed in a future release. */ -extern NSString *const BFTaskMultipleExceptionsUserInfoKey; +extern NSString *const BFTaskMultipleExceptionsUserInfoKey +__attribute__((deprecated("`BFTask` exception handling is deprecated and will be removed in a future release."))); @class BFExecutor; @class BFTask; @@ -54,7 +60,7 @@ extern NSString *const BFTaskMultipleExceptionsUserInfoKey; /*! A block that can act as a continuation for a task. */ -typedef __nullable id(^BFContinuationBlock)(BFTask *task); +typedef __nullable id(^BFContinuationBlock)(BFTask *t); /*! Creates a task that is already completed with the given result. @@ -71,8 +77,11 @@ typedef __nullable id(^BFContinuationBlock)(BFTask *task); /*! Creates a task that is already completed with the given exception. @param exception The exception for the task. + + @deprecated `BFTask` exception handling is deprecated and will be removed in a future release. */ -+ (instancetype)taskWithException:(NSException *)exception; ++ (instancetype)taskWithException:(NSException *)exception +__attribute__((deprecated("`BFTask` exception handling is deprecated and will be removed in a future release."))); /*! Creates a task that is already cancelled. @@ -143,8 +152,11 @@ typedef __nullable id(^BFContinuationBlock)(BFTask *task); /*! The exception of a failed task. + + @deprecated `BFTask` exception handling is deprecated and will be removed in a future release. */ -@property (nullable, nonatomic, strong, readonly) NSException *exception; +@property (nullable, nonatomic, strong, readonly) NSException *exception +__attribute__((deprecated("`BFTask` exception handling is deprecated and will be removed in a future release."))); /*! Whether this task has been cancelled. diff --git a/Pods/Bolts/Bolts/Common/BFTask.m b/Pods/Bolts/Bolts/Common/BFTask.m index baa4816..fa14fac 100644 --- a/Pods/Bolts/Bolts/Common/BFTask.m +++ b/Pods/Bolts/Bolts/Common/BFTask.m @@ -13,6 +13,7 @@ #import #import "Bolts.h" +#import "BFTask+Exceptions.h" NS_ASSUME_NONNULL_BEGIN @@ -126,30 +127,35 @@ NSString *const BFTaskMultipleExceptionsUserInfoKey = @"exceptions"; BFTaskCompletionSource *tcs = [BFTaskCompletionSource taskCompletionSource]; for (BFTask *task in tasks) { - [task continueWithBlock:^id(BFTask *task) { - if (task.exception) { + [task continueWithBlock:^id(BFTask *t) { +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" + if (t.exception) { @synchronized (lock) { - [exceptions addObject:task.exception]; + [exceptions addObject:t.exception]; +#pragma clang diagnostic pop } - } else if (task.error) { + } else if (t.error) { @synchronized (lock) { - [errors addObject:task.error]; + [errors addObject:t.error]; } - } else if (task.cancelled) { + } else if (t.cancelled) { OSAtomicIncrement32Barrier(&cancelled); } if (OSAtomicDecrement32Barrier(&total) == 0) { if (exceptions.count > 0) { +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" if (exceptions.count == 1) { tcs.exception = [exceptions firstObject]; } else { - NSException *exception = - [NSException exceptionWithName:BFTaskMultipleExceptionsException - reason:@"There were multiple exceptions." - userInfo:@{ BFTaskMultipleExceptionsUserInfoKey: exceptions }]; + NSException *exception = [NSException exceptionWithName:BFTaskMultipleExceptionsException + reason:@"There were multiple exceptions." + userInfo:@{ BFTaskMultipleExceptionsUserInfoKey: exceptions }]; tcs.exception = exception; } +#pragma clang diagnostic pop } else if (errors.count > 0) { if (errors.count == 1) { tcs.error = [errors firstObject]; @@ -193,20 +199,23 @@ NSString *const BFTaskMultipleExceptionsUserInfoKey = @"exceptions"; BFTaskCompletionSource *source = [BFTaskCompletionSource taskCompletionSource]; for (BFTask *task in tasks) { - [task continueWithBlock:^id(BFTask *task) { - if (task.exception != nil) { + [task continueWithBlock:^id(BFTask *t) { +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" + if (t.exception != nil) { @synchronized(lock) { - [exceptions addObject:task.exception]; + [exceptions addObject:t.exception]; +#pragma clang diagnostic pop } - } else if (task.error != nil) { + } else if (t.error != nil) { @synchronized(lock) { - [errors addObject:task.error]; + [errors addObject:t.error]; } - } else if (task.cancelled) { + } else if (t.cancelled) { OSAtomicIncrement32Barrier(&cancelled); } else { if(OSAtomicCompareAndSwap32Barrier(0, 1, &completed)) { - [source setResult:task.result]; + [source setResult:t.result]; } } @@ -215,14 +224,16 @@ NSString *const BFTaskMultipleExceptionsUserInfoKey = @"exceptions"; if (cancelled > 0) { [source cancel]; } else if (exceptions.count > 0) { +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" if (exceptions.count == 1) { source.exception = exceptions.firstObject; } else { - NSException *exception = - [NSException exceptionWithName:BFTaskMultipleExceptionsException - reason:@"There were multiple exceptions." - userInfo:@{ @"exceptions": exceptions }]; + NSException *exception = [NSException exceptionWithName:BFTaskMultipleExceptionsException + reason:@"There were multiple exceptions." + userInfo:@{ BFTaskMultipleExceptionsUserInfoKey: exceptions }]; source.exception = exception; +#pragma clang diagnostic pop } } else if (errors.count > 0) { if (errors.count == 1) { @@ -394,20 +405,33 @@ NSString *const BFTaskMultipleExceptionsUserInfoKey = @"exceptions"; } id result = nil; - @try { +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" + if (BFTaskCatchesExceptions()) { + @try { + result = block(self); + } @catch (NSException *exception) { + NSLog(@"[Bolts] Warning: `BFTask` caught an exception in the continuation block." + @" This behavior is discouraged and will be removed in a future release." + @" Caught Exception: %@", exception); + tcs.exception = exception; + return; + } + } else { result = block(self); - } @catch (NSException *exception) { - tcs.exception = exception; - return; } +#pragma clang diagnostic pop if ([result isKindOfClass:[BFTask class]]) { id (^setupWithTask) (BFTask *) = ^id(BFTask *task) { if (cancellationToken.cancellationRequested || task.cancelled) { [tcs cancel]; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" } else if (task.exception) { tcs.exception = task.exception; +#pragma clang diagnostic pop } else if (task.error) { tcs.error = task.error; } else { @@ -499,7 +523,11 @@ NSString *const BFTaskMultipleExceptionsUserInfoKey = @"exceptions"; } [self.condition lock]; } - [self.condition wait]; + // TODO: (nlutsenko) Restructure this to use Bolts-Swift thread access synchronization architecture + // In the meantime, it's absolutely safe to get `_completed` aka an ivar, as long as it's a `BOOL` aka less than word size. + while (!_completed) { + [self.condition wait]; + } [self.condition unlock]; } diff --git a/Pods/Bolts/Bolts/Common/BFTaskCompletionSource.h b/Pods/Bolts/Bolts/Common/BFTaskCompletionSource.h index a403553..18810bc 100644 --- a/Pods/Bolts/Bolts/Common/BFTaskCompletionSource.h +++ b/Pods/Bolts/Bolts/Common/BFTaskCompletionSource.h @@ -49,8 +49,11 @@ NS_ASSUME_NONNULL_BEGIN Completes the task by setting an exception. Attempting to set this for a completed task will raise an exception. @param exception The exception for the task. + + @deprecated `BFTask` exception handling is deprecated and will be removed in a future release. */ -- (void)setException:(NSException *)exception; +- (void)setException:(NSException *)exception +__attribute__((deprecated("`BFTask` exception handling is deprecated and will be removed in a future release."))); /*! Completes the task by marking it as cancelled. @@ -75,8 +78,11 @@ NS_ASSUME_NONNULL_BEGIN Sets the exception of the task if it wasn't already completed. @param exception The exception for the task. @returns whether the new value was set. + + @deprecated `BFTask` exception handling is deprecated and will be removed in a future release. */ -- (BOOL)trySetException:(NSException *)exception; +- (BOOL)trySetException:(NSException *)exception +__attribute__((deprecated("`BFTask` exception handling is deprecated and will be removed in a future release."))); /*! Sets the cancellation state of the task if it wasn't already completed. diff --git a/Pods/Bolts/Bolts/Common/Bolts.h b/Pods/Bolts/Bolts/Common/Bolts.h index 033124a..907e4a2 100644 --- a/Pods/Bolts/Bolts/Common/Bolts.h +++ b/Pods/Bolts/Bolts/Common/Bolts.h @@ -13,6 +13,7 @@ #import #import #import +#import #import #if __has_include() && TARGET_OS_IPHONE && !TARGET_OS_WATCH && !TARGET_OS_TV diff --git a/Pods/Bolts/Bolts/Common/Bolts.m b/Pods/Bolts/Bolts/Common/Bolts.m index d56ddd4..54a88ac 100644 --- a/Pods/Bolts/Bolts/Common/Bolts.m +++ b/Pods/Bolts/Bolts/Common/Bolts.m @@ -12,6 +12,6 @@ NS_ASSUME_NONNULL_BEGIN -NSString *const BoltsFrameworkVersionString = @"1.7.0"; +NSString *const BoltsFrameworkVersionString = @"1.8.4"; NS_ASSUME_NONNULL_END diff --git a/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.h b/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.h index d459f72..886b888 100644 --- a/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.h +++ b/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.h @@ -57,6 +57,12 @@ typedef NS_ENUM(NSInteger, BFAppLinkNavigationType) { extras:(NSDictionary *)extras appLinkData:(NSDictionary *)appLinkData; +/*! + Creates an NSDictionary with the correct format for iOS callback URLs, + to be used as 'appLinkData' argument in the call to navigationWithAppLink:extras:appLinkData: + */ ++ (NSDictionary *)callbackAppLinkDataForAppWithName:(NSString *)appName url:(NSString *)url; + /*! Performs the navigation */ - (BFAppLinkNavigationType)navigate:(NSError **)error; @@ -69,6 +75,20 @@ typedef NS_ENUM(NSInteger, BFAppLinkNavigationType) { /*! Navigates to a BFAppLink and returns whether it opened in-app or in-browser */ + (BFAppLinkNavigationType)navigateToAppLink:(BFAppLink *)link error:(NSError **)error; +/*! + Returns a BFAppLinkNavigationType based on a BFAppLink. + It's essentially a no-side-effect version of navigateToAppLink:error:, + allowing apps to determine flow based on the link type (e.g. open an + internal web view instead of going straight to the browser for regular links.) + */ ++ (BFAppLinkNavigationType)navigationTypeForLink:(BFAppLink *)link; + +/*! + Return navigation type for current instance. + No-side-effect version of navigate: + */ +- (BFAppLinkNavigationType)navigationType; + /*! Navigates to a URL (an asynchronous action) and returns a BFNavigationType */ + (BFTask *)navigateToURLInBackground:(NSURL *)destination; diff --git a/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m b/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m index 41aaf8d..7ea12de 100644 --- a/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m +++ b/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m @@ -8,7 +8,7 @@ * */ -#import +#import "BFAppLinkNavigation.h" #import @@ -20,6 +20,9 @@ FOUNDATION_EXPORT NSString *const BFAppLinkTargetKeyName; FOUNDATION_EXPORT NSString *const BFAppLinkUserAgentKeyName; FOUNDATION_EXPORT NSString *const BFAppLinkExtrasKeyName; FOUNDATION_EXPORT NSString *const BFAppLinkVersionKeyName; +FOUNDATION_EXPORT NSString *const BFAppLinkRefererAppLink; +FOUNDATION_EXPORT NSString *const BFAppLinkRefererAppName; +FOUNDATION_EXPORT NSString *const BFAppLinkRefererUrl; static id defaultResolver; @@ -43,6 +46,10 @@ static id defaultResolver; return navigation; } ++ (NSDictionary *)callbackAppLinkDataForAppWithName:(NSString *)appName url:(NSString *)url { + return @{BFAppLinkRefererAppLink: @{BFAppLinkRefererAppName: appName, BFAppLinkRefererUrl: url}}; +} + - (NSString *)stringByEscapingQueryString:(NSString *)string { #if __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_7_0 || __MAC_OS_X_VERSION_MIN_REQUIRED >= __MAC_10_9 return [string stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]]; @@ -229,6 +236,40 @@ static id defaultResolver; appLinkData:nil] navigate:error]; } ++ (BFAppLinkNavigationType)navigationTypeForLink:(BFAppLink *)link { + return [[self navigationWithAppLink:link extras:nil appLinkData:nil] navigationType]; +} + +- (BFAppLinkNavigationType)navigationType { + BFAppLinkTarget *eligibleTarget = nil; + for (BFAppLinkTarget *target in self.appLink.targets) { + if ([[UIApplication sharedApplication] canOpenURL:target.URL]) { + eligibleTarget = target; + break; + } + } + + if (eligibleTarget != nil) { + NSURL *appLinkURL = [self appLinkURLWithTargetURL:eligibleTarget.URL error:nil]; + if (appLinkURL != nil) { + return BFAppLinkNavigationTypeApp; + } else { + return BFAppLinkNavigationTypeFailure; + } + } + + if (self.appLink.webURL != nil) { + NSURL *appLinkURL = [self appLinkURLWithTargetURL:eligibleTarget.URL error:nil]; + if (appLinkURL != nil) { + return BFAppLinkNavigationTypeBrowser; + } else { + return BFAppLinkNavigationTypeFailure; + } + } + + return BFAppLinkNavigationTypeFailure; +} + + (id)defaultResolver { if (defaultResolver) { return defaultResolver; diff --git a/Pods/Bolts/Bolts/iOS/BFURL.m b/Pods/Bolts/Bolts/iOS/BFURL.m index f15b82d..14a1384 100644 --- a/Pods/Bolts/Bolts/iOS/BFURL.m +++ b/Pods/Bolts/Bolts/iOS/BFURL.m @@ -55,11 +55,11 @@ NSString *refererAppName = refererAppLink[BFAppLinkRefererAppName]; if (refererURLString && refererAppName) { - BFAppLinkTarget *target = [BFAppLinkTarget appLinkTargetWithURL:[NSURL URLWithString:refererURLString] - appStoreId:nil - appName:refererAppName]; + BFAppLinkTarget *appLinkTarget = [BFAppLinkTarget appLinkTargetWithURL:[NSURL URLWithString:refererURLString] + appStoreId:nil + appName:refererAppName]; _appLinkReferer = [BFAppLink appLinkWithSourceURL:[NSURL URLWithString:refererURLString] - targets:@[ target ] + targets:@[ appLinkTarget ] webURL:nil isBackToReferrer:YES]; } diff --git a/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererView_Internal.h b/Pods/Bolts/Bolts/iOS/Internal/BFAppLinkReturnToRefererView_Internal.h similarity index 100% rename from Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererView_Internal.h rename to Pods/Bolts/Bolts/iOS/Internal/BFAppLinkReturnToRefererView_Internal.h diff --git a/Pods/Bolts/Bolts/iOS/BFAppLink_Internal.h b/Pods/Bolts/Bolts/iOS/Internal/BFAppLink_Internal.h similarity index 100% rename from Pods/Bolts/Bolts/iOS/BFAppLink_Internal.h rename to Pods/Bolts/Bolts/iOS/Internal/BFAppLink_Internal.h diff --git a/Pods/Bolts/Bolts/iOS/BFMeasurementEvent_Internal.h b/Pods/Bolts/Bolts/iOS/Internal/BFMeasurementEvent_Internal.h similarity index 100% rename from Pods/Bolts/Bolts/iOS/BFMeasurementEvent_Internal.h rename to Pods/Bolts/Bolts/iOS/Internal/BFMeasurementEvent_Internal.h diff --git a/Pods/Bolts/Bolts/iOS/BFURL_Internal.h b/Pods/Bolts/Bolts/iOS/Internal/BFURL_Internal.h similarity index 100% rename from Pods/Bolts/Bolts/iOS/BFURL_Internal.h rename to Pods/Bolts/Bolts/iOS/Internal/BFURL_Internal.h diff --git a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h index f4b7534..63362ff 100644 --- a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h +++ b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h @@ -44,5 +44,5 @@ #import #endif -#define FBSDK_VERSION_STRING @"4.13.1" -#define FBSDK_TARGET_PLATFORM_VERSION @"v2.6" +#define FBSDK_VERSION_STRING @"4.14.0" +#define FBSDK_TARGET_PLATFORM_VERSION @"v2.7" diff --git a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphErrorRecoveryProcessor.m b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphErrorRecoveryProcessor.m index 95a47d2..498e19a 100644 --- a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphErrorRecoveryProcessor.m +++ b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphErrorRecoveryProcessor.m @@ -38,7 +38,9 @@ - (void)dealloc { - _alertView.delegate = nil; + if (_alertView) { + _alertView.delegate = nil; + } } - (BOOL)processError:(NSError *)error request:(FBSDKGraphRequest *)request delegate:(id) delegate @@ -69,18 +71,7 @@ NSString *recoverySuggestion = error.userInfo[NSLocalizedRecoverySuggestionErrorKey]; _error = error; dispatch_async(dispatch_get_main_queue(), ^{ -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wdeprecated-declarations" - _alertView = [[UIAlertView alloc] initWithTitle:nil - message:recoverySuggestion - delegate:self - cancelButtonTitle:nil - otherButtonTitles:nil]; -#pragma clang diagnostic pop - for (NSString *option in recoveryOptionsTitles) { - [_alertView addButtonWithTitle:option]; - } - [_alertView show]; + [self displayAlertWithRecoverySuggestion:recoverySuggestion recoveryOptionsTitles:recoveryOptionsTitles]; }); return YES; } @@ -120,14 +111,7 @@ NSLocalizedStringWithDefaultValue(@"ErrorRecovery.Alert.OK", @"FacebookSDK", [FBSDKInternalUtility bundleForStrings], @"OK", @"The title of the label to dismiss the alert when presenting user facing error messages"); -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wdeprecated-declarations" - [[[UIAlertView alloc] initWithTitle:title - message:message - delegate:nil - cancelButtonTitle:localizedOK - otherButtonTitles:nil] show]; -#pragma clang diagnostic pop + [self displayAlertWithTitle:title message:message cancelButtonTitle:localizedOK]; }); } } @@ -136,6 +120,79 @@ return NO; } +#pragma mark - UIAlertView and UIAlertController support + +- (void)displayAlertWithRecoverySuggestion:(NSString *)recoverySuggestion recoveryOptionsTitles:(NSArray *)recoveryOptionsTitles +{ + if ([UIAlertController class]) { + UIAlertController *alertController = [UIAlertController alertControllerWithTitle:nil + message:recoverySuggestion + preferredStyle:UIAlertControllerStyleAlert]; + for (NSUInteger i = 0; i < recoveryOptionsTitles.count; i++) { + NSString *title = recoveryOptionsTitles[i]; + UIAlertAction *option = [UIAlertAction actionWithTitle:title + style:UIAlertActionStyleDefault + handler:^(UIAlertAction * _Nonnull action) { + [_recoveryAttempter attemptRecoveryFromError:_error + optionIndex:i + delegate:self + didRecoverSelector:@selector(didPresentErrorWithRecovery:contextInfo:) + contextInfo:nil]; + }]; + [alertController addAction:option]; + } + UIViewController *topMostViewController = [FBSDKInternalUtility topMostViewController]; + [topMostViewController presentViewController:alertController + animated:YES + completion:nil]; + } else { +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" + _alertView = [[UIAlertView alloc] initWithTitle:nil + message:recoverySuggestion + delegate:self + cancelButtonTitle:nil + otherButtonTitles:nil]; +#pragma clang diagnostic pop + for (NSString *option in recoveryOptionsTitles) { + [_alertView addButtonWithTitle:option]; + } + [_alertView show]; + } +} + +- (void)displayAlertWithTitle:(NSString *)title message:(NSString *)message cancelButtonTitle:(NSString *)localizedOK +{ + if ([UIAlertController class]) { + UIAlertController *alertController = [UIAlertController alertControllerWithTitle:nil + message:message + preferredStyle:UIAlertControllerStyleAlert]; + UIAlertAction *OKAction = [UIAlertAction actionWithTitle:localizedOK + style:UIAlertActionStyleCancel + handler:^(UIAlertAction * _Nonnull action) { + [_recoveryAttempter attemptRecoveryFromError:_error + optionIndex:0 + delegate:self + didRecoverSelector:@selector(didPresentErrorWithRecovery:contextInfo:) + contextInfo:nil]; + }]; + [alertController addAction:OKAction]; + UIViewController *topMostViewController = [FBSDKInternalUtility topMostViewController]; + [topMostViewController presentViewController:alertController + animated:YES + completion:nil]; + } else { +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" + [[[UIAlertView alloc] initWithTitle:title + message:message + delegate:nil + cancelButtonTitle:localizedOK + otherButtonTitles:nil] show]; +#pragma clang diagnostic pop + } +} + #pragma mark - UIAlertViewDelegate #pragma clang diagnostic push @@ -143,8 +200,10 @@ - (void)alertView:(UIAlertView *)alertView didDismissWithButtonIndex:(NSInteger)buttonIndex { [_recoveryAttempter attemptRecoveryFromError:_error optionIndex:buttonIndex delegate:self didRecoverSelector:@selector(didPresentErrorWithRecovery:contextInfo:) contextInfo:nil]; - _alertView.delegate = nil; - _alertView = nil; + if (_alertView) { + _alertView.delegate = nil; + _alertView = nil; + } } #pragma clang diagnostic pop diff --git a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestConnection.h b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestConnection.h index 17e6264..6947715 100644 --- a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestConnection.h +++ b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestConnection.h @@ -151,7 +151,7 @@ totalBytesExpectedToWrite:(NSInteger)totalBytesExpectedToWrite; @abstract The delegate object that receives updates. */ -@property (nonatomic, assign) id delegate; +@property (nonatomic, weak) id delegate; /*! @abstract Gets or sets the timeout interval to wait for a response before giving up. diff --git a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKProfilePictureView.m b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKProfilePictureView.m index f107de3..001d737 100644 --- a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKProfilePictureView.m +++ b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKProfilePictureView.m @@ -361,8 +361,14 @@ return; } UIImage *image = [[UIImage alloc] initWithData:data scale:state.scale]; - _imageView.image = image; - _hasProfileImage = YES; + if (image) { + _imageView.image = image; + _hasProfileImage = YES; + } else { + _hasProfileImage = NO; + _placeholderImageIsValid = NO; + [self setNeedsImageUpdate]; + } } @end diff --git a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDynamicFrameworkLoader.h b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDynamicFrameworkLoader.h index 196d626..1cfa092 100644 --- a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDynamicFrameworkLoader.h +++ b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDynamicFrameworkLoader.h @@ -16,8 +16,6 @@ // 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 - #import #import #import @@ -155,24 +153,6 @@ FBSDK_EXTERN OSStatus fbsdkdfl_SecItemAdd(CFDictionaryRef attributes, CFTypeRef FBSDK_EXTERN OSStatus fbsdkdfl_SecItemCopyMatching(CFDictionaryRef query, CFTypeRef *result); FBSDK_EXTERN OSStatus fbsdkdfl_SecItemDelete(CFDictionaryRef query); -#pragma mark - sqlite3 APIs - -// These are local wrappers around the corresponding sqlite3 method from /usr/include/sqlite3.h -FBSDK_EXTERN SQLITE_API const char *fbsdkdfl_sqlite3_errmsg(sqlite3 *db); -FBSDK_EXTERN SQLITE_API int fbsdkdfl_sqlite3_prepare_v2(sqlite3 *db, const char *zSql, int nByte, sqlite3_stmt **ppStmt, const char **pzTail); -FBSDK_EXTERN SQLITE_API int fbsdkdfl_sqlite3_reset(sqlite3_stmt *pStmt); -FBSDK_EXTERN SQLITE_API int fbsdkdfl_sqlite3_finalize(sqlite3_stmt *pStmt); -FBSDK_EXTERN SQLITE_API int fbsdkdfl_sqlite3_open_v2(const char *filename, sqlite3 **ppDb, int flags, const char *zVfs); -FBSDK_EXTERN SQLITE_API int fbsdkdfl_sqlite3_exec(sqlite3 *db, const char *sql, int (*callback)(void *, int, char **, char **), void *arg, char **errmsg); -FBSDK_EXTERN SQLITE_API int fbsdkdfl_sqlite3_close(sqlite3 *db); -FBSDK_EXTERN SQLITE_API int fbsdkdfl_sqlite3_bind_double(sqlite3_stmt *stmt, int index, double value); -FBSDK_EXTERN SQLITE_API int fbsdkdfl_sqlite3_bind_int(sqlite3_stmt *stmt, int index, int value); -FBSDK_EXTERN SQLITE_API int fbsdkdfl_sqlite3_bind_text(sqlite3_stmt *stmt, int index, const char *value, int n, void(*callback)(void *)); -FBSDK_EXTERN SQLITE_API int fbsdkdfl_sqlite3_step(sqlite3_stmt *stmt); -FBSDK_EXTERN SQLITE_API double fbsdkdfl_sqlite3_column_double(sqlite3_stmt *stmt, int iCol); -FBSDK_EXTERN SQLITE_API int fbsdkdfl_sqlite3_column_int(sqlite3_stmt *stmt, int iCol); -FBSDK_EXTERN SQLITE_API const unsigned char *fbsdkdfl_sqlite3_column_text(sqlite3_stmt *stmt, int iCol); - #pragma mark - Social Constants FBSDK_EXTERN NSString *fbsdkdfl_SLServiceTypeFacebook(void); diff --git a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKURLConnection.h b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKURLConnection.h index cbe80a0..9cc5bc3 100644 --- a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKURLConnection.h +++ b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKURLConnection.h @@ -42,7 +42,7 @@ typedef void (^FBSDKURLConnectionHandler)(FBSDKURLConnection *connection, completionHandler:(FBSDKURLConnectionHandler)handler NS_DESIGNATED_INITIALIZER; -@property (nonatomic, assign) id delegate; +@property (nonatomic, weak) id delegate; - (void)cancel; - (void)start; diff --git a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialog.h b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialog.h index 3ad35f3..84dcd62 100644 --- a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialog.h +++ b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialog.h @@ -27,7 +27,7 @@ delegate:(id)delegate; @property (nonatomic, assign) BOOL deferVisibility; -@property (nonatomic, assign) id delegate; +@property (nonatomic, weak) id delegate; @property (nonatomic, copy) NSString *name; @property (nonatomic, copy) NSDictionary *parameters; diff --git a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialogView.h b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialogView.h index 9ad7427..08f17f6 100644 --- a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialogView.h +++ b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialogView.h @@ -22,7 +22,7 @@ @interface FBSDKWebDialogView : UIView -@property (nonatomic, assign) id delegate; +@property (nonatomic, weak) id delegate; - (void)loadURL:(NSURL *)URL; - (void)stopLoading; diff --git a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal_NoARC/FBSDKDynamicFrameworkLoader.m b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal_NoARC/FBSDKDynamicFrameworkLoader.m index f4294ec..713003c 100644 --- a/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal_NoARC/FBSDKDynamicFrameworkLoader.m +++ b/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal_NoARC/FBSDKDynamicFrameworkLoader.m @@ -27,7 +27,6 @@ #import "FBSDKSettings.h" static NSString *const g_frameworkPathTemplate = @"/System/Library/Frameworks/%@.framework/%@"; -static NSString *const g_sqlitePath = @"/usr/lib/libsqlite3.dylib"; #pragma mark - Library and Symbol Loading @@ -234,117 +233,6 @@ OSStatus fbsdkdfl_SecItemDelete(CFDictionaryRef query) return f(query); } -#pragma mark - sqlite3 APIs - -// sqlite3 is a dynamic library (not a framework) so its path is constructed differently -// than the way employed by the framework macros. -static void fbsdkdfl_load_sqlite3_once(void *context) -{ - *(void **)context = fbsdkdfl_load_library_once([g_sqlitePath fileSystemRepresentation]); -} -_fbsdkdfl_handle_get_impl_(sqlite3) - -#define _fbsdkdfl_sqlite3_get_f(SYMBOL) _fbsdkdfl_symbol_get_f(sqlite3, SYMBOL) - -typedef SQLITE_API const char *(*sqlite3_errmsg_type)(sqlite3 *); -typedef SQLITE_API int (*sqlite3_prepare_v2_type)(sqlite3 *, const char *, int, sqlite3_stmt **, const char **); -typedef SQLITE_API int (*sqlite3_reset_type)(sqlite3_stmt *); -typedef SQLITE_API int (*sqlite3_finalize_type)(sqlite3_stmt *); -typedef SQLITE_API int (*sqlite3_open_v2_type)(const char *, sqlite3 **, int, const char *); -typedef SQLITE_API int (*sqlite3_exec_type)(sqlite3 *, const char *, int (*)(void *, int, char **, char **), void *, char **); -typedef SQLITE_API int (*sqlite3_close_type)(sqlite3 *); -typedef SQLITE_API int (*sqlite3_bind_double_type)(sqlite3_stmt *, int, double); -typedef SQLITE_API int (*sqlite3_bind_int_type)(sqlite3_stmt *, int, int); -typedef SQLITE_API int (*sqlite3_bind_text_type)(sqlite3_stmt *, int, const char *, int, void(*)(void *)); -typedef SQLITE_API int (*sqlite3_step_type)(sqlite3_stmt *); -typedef SQLITE_API double (*sqlite3_column_double_type)(sqlite3_stmt *, int); -typedef SQLITE_API int (*sqlite3_column_int_type)(sqlite3_stmt *, int); -typedef SQLITE_API const unsigned char *(*sqlite3_column_text_type)(sqlite3_stmt *, int); - -SQLITE_API const char *fbsdkdfl_sqlite3_errmsg(sqlite3 *db) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_errmsg); - return f(db); -} - -SQLITE_API int fbsdkdfl_sqlite3_prepare_v2(sqlite3 *db, const char *zSql, int nByte, sqlite3_stmt **ppStmt, const char **pzTail) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_prepare_v2); - return f(db, zSql, nByte, ppStmt, pzTail); -} - -SQLITE_API int fbsdkdfl_sqlite3_reset(sqlite3_stmt *pStmt) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_reset); - return f(pStmt); -} - -SQLITE_API int fbsdkdfl_sqlite3_finalize(sqlite3_stmt *pStmt) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_finalize); - return f(pStmt); -} - -SQLITE_API int fbsdkdfl_sqlite3_open_v2(const char *filename, sqlite3 **ppDb, int flags, const char *zVfs) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_open_v2); - return f(filename, ppDb, flags, zVfs); -} - -SQLITE_API int fbsdkdfl_sqlite3_exec(sqlite3 *db, const char *sql, int (*callback)(void *, int, char **, char **), void *arg, char **errmsg) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_exec); - return f(db, sql, callback, arg, errmsg); -} - -SQLITE_API int fbsdkdfl_sqlite3_close(sqlite3 *db) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_close); - return f(db); -} - -SQLITE_API int fbsdkdfl_sqlite3_bind_double(sqlite3_stmt *stmt, int index , double value) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_bind_double); - return f(stmt, index, value); -} - -SQLITE_API int fbsdkdfl_sqlite3_bind_int(sqlite3_stmt *stmt, int index, int value) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_bind_int); - return f(stmt, index, value); -} - -SQLITE_API int fbsdkdfl_sqlite3_bind_text(sqlite3_stmt *stmt, int index, const char *value, int n, void(*callback)(void *)) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_bind_text); - return f(stmt, index, value, n, callback); -} - -SQLITE_API int fbsdkdfl_sqlite3_step(sqlite3_stmt *stmt) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_step); - return f(stmt); -} - -SQLITE_API double fbsdkdfl_sqlite3_column_double(sqlite3_stmt *stmt, int iCol) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_column_double); - return f(stmt, iCol); -} - -SQLITE_API int fbsdkdfl_sqlite3_column_int(sqlite3_stmt *stmt, int iCol) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_column_int); - return f(stmt, iCol); -} - -SQLITE_API const unsigned char *fbsdkdfl_sqlite3_column_text(sqlite3_stmt *stmt, int iCol) -{ - _fbsdkdfl_sqlite3_get_f(sqlite3_column_text); - return f(stmt, iCol); -} - #pragma mark - Social Constants _fbsdkdfl_load_framework_once_impl_(Social) diff --git a/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.m b/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.m index aec7e32..b69e32b 100644 --- a/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.m +++ b/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.m @@ -110,8 +110,7 @@ - (void)actionSheet:(UIActionSheet *)actionSheet didDismissWithButtonIndex:(NSInteger)buttonIndex { if (buttonIndex == 0) { - FBSDKLoginManager *login = [[FBSDKLoginManager alloc] init]; - [login logOut]; + [_loginManager logOut]; [self.delegate loginButtonDidLogOut:self]; } } @@ -198,15 +197,36 @@ NSLocalizedStringWithDefaultValue(@"LoginButton.ConfirmLogOut", @"FacebookSDK", [FBSDKInternalUtility bundleForStrings], @"Log Out", @"The label for the FBSDKLoginButton action sheet to confirm logging out"); + if ([UIAlertController class]) { + UIAlertController *alertController = [UIAlertController alertControllerWithTitle:title + message:nil + preferredStyle:UIAlertControllerStyleActionSheet]; + UIAlertAction *cancel = [UIAlertAction actionWithTitle:cancelTitle + style:UIAlertActionStyleCancel + handler:nil]; + UIAlertAction *logout = [UIAlertAction actionWithTitle:logOutTitle + style:UIAlertActionStyleDestructive + handler:^(UIAlertAction * _Nonnull action) { + [_loginManager logOut]; + [self.delegate loginButtonDidLogOut:self]; + }]; + [alertController addAction:cancel]; + [alertController addAction:logout]; + UIViewController *topMostViewController = [FBSDKInternalUtility topMostViewController]; + [topMostViewController presentViewController:alertController + animated:YES + completion:nil]; + } else { #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" - UIActionSheet *sheet = [[UIActionSheet alloc] initWithTitle:title - delegate:self - cancelButtonTitle:cancelTitle - destructiveButtonTitle:logOutTitle - otherButtonTitles:nil]; - [sheet showInView:self]; + UIActionSheet *sheet = [[UIActionSheet alloc] initWithTitle:title + delegate:self + cancelButtonTitle:cancelTitle + destructiveButtonTitle:logOutTitle + otherButtonTitles:nil]; + [sheet showInView:self]; #pragma clang diagnostic pop + } } else { if ([self.delegate respondsToSelector:@selector(loginButtonWillLogin:)]) { if (![self.delegate loginButtonWillLogin:self]) { diff --git a/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginTooltipView.h b/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginTooltipView.h index e6a9411..c2e30b7 100644 --- a/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginTooltipView.h +++ b/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginTooltipView.h @@ -40,7 +40,7 @@ @interface FBSDKLoginTooltipView : FBSDKTooltipView /*! @abstract the delegate */ -@property (nonatomic, assign) id delegate; +@property (nonatomic, weak) id delegate; /*! @abstract if set to YES, the view will always be displayed and the delegate's `loginTooltipView:shouldAppear:` will NOT be called. */ diff --git a/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.h b/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.h index 2915d72..33a88af 100644 --- a/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.h +++ b/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.h @@ -20,6 +20,18 @@ #import +/*! + @typedef NS_ENUM(NSUInteger, FBSDKAppInviteDestination) + @abstract Specifies the privacy of a group. + */ +typedef NS_ENUM(NSUInteger, FBSDKAppInviteDestination) +{ + /*! Deliver to Facebook. */ + FBSDKAppInviteDestinationFacebook = 0, + /*! Deliver to Messenger. */ + FBSDKAppInviteDestinationMessenger, +}; + /*! @abstract A model for app invite. */ @@ -60,6 +72,13 @@ */ @property (nonatomic, copy) NSString *promotionText; +/*! + @abstract Destination for the app invite. + + @discussion This is optional and for declaring destination of the invite. + */ +@property FBSDKAppInviteDestination destination; + /*! @abstract Compares the receiver to another app invite content. @param content The other content diff --git a/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.m b/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.m index 29f6558..780c5b9 100644 --- a/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.m +++ b/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.m @@ -24,6 +24,7 @@ #define FBSDK_APP_INVITE_CONTENT_PREVIEW_IMAGE_KEY @"previewImage" #define FBSDK_APP_INVITE_CONTENT_PROMO_CODE_KEY @"promoCode" #define FBSDK_APP_INVITE_CONTENT_PROMO_TEXT_KEY @"promoText" +#define FBSDK_APP_INVITE_CONTENT_DESTINATION_KEY @"destination" @implementation FBSDKAppInviteContent @@ -68,7 +69,8 @@ [FBSDKInternalUtility object:_appLinkURL isEqualToObject:content.appLinkURL] && [FBSDKInternalUtility object:_appInvitePreviewImageURL isEqualToObject:content.appInvitePreviewImageURL] && [FBSDKInternalUtility object:_promotionText isEqualToObject:content.promotionText] && - [FBSDKInternalUtility object:_promotionCode isEqualToObject:content.promotionText] + [FBSDKInternalUtility object:_promotionCode isEqualToObject:content.promotionText] && + _destination == content.destination ); } @@ -88,6 +90,8 @@ FBSDK_APP_INVITE_CONTENT_PROMO_CODE_KEY]; _promotionText = [decoder decodeObjectOfClass:[NSString class] forKey: FBSDK_APP_INVITE_CONTENT_PROMO_TEXT_KEY]; + _destination = [decoder decodeIntegerForKey: + FBSDK_APP_INVITE_CONTENT_DESTINATION_KEY]; } return self; @@ -99,7 +103,7 @@ [encoder encodeObject:_appInvitePreviewImageURL forKey:FBSDK_APP_INVITE_CONTENT_PREVIEW_IMAGE_KEY]; [encoder encodeObject:_promotionCode forKey:FBSDK_APP_INVITE_CONTENT_PROMO_CODE_KEY]; [encoder encodeObject:_promotionText forKey:FBSDK_APP_INVITE_CONTENT_PROMO_TEXT_KEY]; - + [encoder encodeInt:_destination forKey:FBSDK_APP_INVITE_CONTENT_DESTINATION_KEY]; } #pragma mark - NSCopying @@ -111,6 +115,7 @@ copy->_appInvitePreviewImageURL = [_appInvitePreviewImageURL copy]; copy->_promotionText = [_promotionText copy]; copy->_promotionCode = [_promotionCode copy]; + copy->_destination = _destination; return copy; } diff --git a/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteDialog.m b/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteDialog.m index 9ba2e9b..d6f2601 100644 --- a/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteDialog.m +++ b/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteDialog.m @@ -83,6 +83,23 @@ [FBSDKInternalUtility dictionary:parameters setObject:self.content.appLinkURL forKey:@"app_link_url"]; [FBSDKInternalUtility dictionary:parameters setObject:self.content.appInvitePreviewImageURL forKey:@"preview_image_url"]; + NSString *destination; + switch (self.content.destination) { + case FBSDKAppInviteDestinationMessenger: + destination = @"messenger"; + break; + + case FBSDKAppInviteDestinationFacebook: + destination = @"facebook"; + break; + + default: + destination = @"facebook"; + break; + } + + [FBSDKInternalUtility dictionary:parameters setObject:destination forKey:@"destination"]; + if (self.content.promotionText) { NSString *promotionCode = self.content.promotionCode ?: @""; NSDictionary *deeplinkContext = @{@"promo_code" : promotionCode, @"promo_text" : self.content.promotionText}; diff --git a/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKShareAPI.m b/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKShareAPI.m index c5910e0..952a5ab 100644 --- a/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKShareAPI.m +++ b/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKShareAPI.m @@ -413,6 +413,7 @@ static NSMutableArray *g_pendingFBSDKShareAPI; videoSize:(unsigned long)[_fileHandle seekToEndOfFile] parameters:parameters delegate:self]; + videoUploader.graphNode = self.graphNode; [videoUploader start]; return YES; } else if (videoURL) { @@ -429,6 +430,7 @@ static NSMutableArray *g_pendingFBSDKShareAPI; videoSize:size parameters:parameters delegate:self]; + videoUploader.graphNode = self.graphNode; [videoUploader start]; } failureBlock:^(NSError *error) { [_delegate sharer:self didFailWithError:error]; diff --git a/Pods/Firebase/.cocoapods.yml b/Pods/Firebase/.cocoapods.yml new file mode 100755 index 0000000..57e7572 --- /dev/null +++ b/Pods/Firebase/.cocoapods.yml @@ -0,0 +1,5 @@ +try: + install: + pre: + - git clone https://github.com/firebase/quickstart-ios + diff --git a/Pods/Firebase/Headers/Firebase.h b/Pods/Firebase/Analytics/Sources/Firebase.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/Firebase/Headers/Firebase.h rename to Pods/Firebase/Analytics/Sources/Firebase.h diff --git a/Pods/Firebase/Headers/module.modulemap b/Pods/Firebase/Analytics/Sources/module.modulemap old mode 100644 new mode 100755 similarity index 100% rename from Pods/Firebase/Headers/module.modulemap rename to Pods/Firebase/Analytics/Sources/module.modulemap diff --git a/Pods/Firebase/CHANGELOG.md b/Pods/Firebase/CHANGELOG.md new file mode 100755 index 0000000..a5eebb4 --- /dev/null +++ b/Pods/Firebase/CHANGELOG.md @@ -0,0 +1,29 @@ +# 3.4.0 +* Updates for Firebase/AdMob, Firebase/Analytics, Firebase/AppIndexing, Firebase/Auth, Firebase/Crash, Firebase/DynamicLinks, Firebase/Invites, Firebase/Messaging, Firebase/RemoteConfig. + +# 3.3.0 +* Bugfixes for Firebase/Analytics, Firebase/Auth, Firebase/Database, Firebase/DynamicLinks, Firebase/Invites, Firebase/Storage. + +# 3.2.1 +* Bugfixes for Firebase/Crash. + +# 3.2.0 +* First public release of Firebase 3.x + +# 3.0.0 +* Firebase is a platform for mobile developers. It provides the tools and + infrastructure you need to develop, grow, and earn money from your app. +* In this release, Firebase expands to include several new products: + Firebase Analytics, Firebase Storage, Firebase Remote Config, Firebase Crash + Reporting, Firebase Dynamic Links, Firebase Auth, and Firebase Notifications. +* Several Existing Google products are now a part of Firebase: Google Cloud + Messaging, App Invites, and App Indexing. +* Firebase is now integrated with AdMob and Google AdWords. +* Launched a new website at https://firebase.google.com/, including a new + console, improved documentation, and updated product information. +* You can use Firebase Database via the 'Database' subspec on the Firebase pod. + Go to https://firebase.google.com/support/guides/firebase-ios for more + information about migrating. + +You can find information about prior changes to the Firebase pod and Firebase +Database [here](https://www.firebase.com/docs/ios/changelog.html). diff --git a/Pods/Firebase/NOTICES b/Pods/Firebase/NOTICES new file mode 100755 index 0000000..a2699e0 --- /dev/null +++ b/Pods/Firebase/NOTICES @@ -0,0 +1,211 @@ +Google LevelDB +Copyright (c) 2011 The LevelDB Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation andor other materials provided with the distribution. + +Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 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. + +-- + +Square Socket Rocket +Copyright 2012 Square Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + +-- + +APLevelDB +Created by Adam Preble on 12312. +Copyright (c) 2012 Adam Preble. 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, andor 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. + +-- + +sqlite3 +2001 September 15 + +The author disclaims copyright to this source code. In place of +a legal notice, here is a blessing: + + May you do good and not evil. + May you find forgiveness for yourself and forgive others. + May you share freely, never taking more than you give. + + +This header file defines the interface that the SQLite library +presents to client programs. If a C-function, structure, datatype, +or constant definition does not appear in this file, then it is +not a published API of SQLite, is subject to change without +notice, and should not be referenced by programs that use SQLite. + +Some of the definitions that are in this file are marked as +"experimental". Experimental interfaces are normally new +features recently added to SQLite. We do not anticipate changes +to experimental interfaces but reserve the right to make minor changes +if experience from use "in the wild" suggest such changes are prudent. + +The official C-language API documentation for SQLite is derived +from comments in this file. This file is the authoritative source +on how SQLite interfaces are suppose to operate. + +The name of this file under configuration management is "sqlite.h.in". +The makefile makes some minor changes to this file (such as inserting +the version number) and changes its name to "sqlite3.h" as +part of the build process. + + +-- + +sysutsname.h +Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + +This file contains Original Code andor 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. The rights granted to you under the License +may not be used to create, or enable the creation or redistribution of, +unlawful or unlicensed copies of an Apple operating system, or to +circumvent, violate, or enable the circumvention or violation of, any +terms of an Apple operating system software license agreement. + +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. + +Copyright 1993,1995 NeXT Computer Inc. All Rights Reserved +Copyright (c) 1994 The Regents of the University of California. All rights reserved. +This code is derived from software contributed to Berkeley by +Chuck Karish of Mindcraft, Inc. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation andor other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: +* This product includes software developed by the University of +* California, Berkeley and its contributors. +4. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON 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. + +-- + +GTMNSData+zlib.h +Copyright 2007-2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); you may not +use this file except in compliance with the License. You may obtain a copy +of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +License for the specific language governing permissions and limitations under +the License. + + +-- + +GTMDefines.h +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); you may not +use this file except in compliance with the License. You may obtain a copy +of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +License for the specific language governing permissions and limitations under +the License. + +-- + +ProtocolBuffer +Copyright 2008 Cyrus Najmabadi +Copyright 2011 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +-- + +GTMDefines.h +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); you may not +use this file except in compliance with the License. You may obtain a copy +of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +License for the specific language governing permissions and limitations under +the License. + +-- diff --git a/Pods/Firebase/README.md b/Pods/Firebase/README.md old mode 100644 new mode 100755 diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/FirebaseAnalytics b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/FirebaseAnalytics old mode 100644 new mode 100755 similarity index 73% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/FirebaseAnalytics rename to Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/FirebaseAnalytics index 89e8feb..bd51c9d Binary files a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/FirebaseAnalytics and b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/FirebaseAnalytics differ diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h rename to Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h old mode 100644 new mode 100755 similarity index 95% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h rename to Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h index a747972..17a6cb5 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +++ b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h @@ -5,7 +5,7 @@ #import "FIRUserPropertyNames.h" /// The top level Firebase Analytics singleton that provides methods for logging events and setting -/// user properties. See the developer guides for general +/// user properties. See the developer guides for general /// information on using Firebase Analytics in your apps. @interface FIRAnalytics : NSObject @@ -44,7 +44,8 @@ + (void)logEventWithName:(nonnull NSString *)name parameters:(nullable NSDictionary *)parameters; -/// Sets a user property to a given value. Up to 25 user property names are supported. +/// Sets a user property to a given value. Up to 25 user property names are supported. Once set, +/// user property values persist throughout the app lifecycle and across sessions. /// /// The following user property names are reserved and cannot be used: ///
    diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalyticsConfiguration.h b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRAnalyticsConfiguration.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalyticsConfiguration.h rename to Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRAnalyticsConfiguration.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRApp.h b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRApp.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRApp.h rename to Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRApp.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRConfiguration.h b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRConfiguration.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRConfiguration.h rename to Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRConfiguration.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h rename to Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIROptions.h b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIROptions.h old mode 100644 new mode 100755 similarity index 85% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIROptions.h rename to Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIROptions.h index 82418f6..5ab20c6 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIROptions.h +++ b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIROptions.h @@ -74,4 +74,14 @@ storageBucket:(NSString *)storageBucket deepLinkURLScheme:(NSString *)deepLinkURLScheme; +/** + * Initializes a customized instance of FIROptions from the file at the given plist file path. + * For example, + * NSString *filePath = + * [[NSBundle mainBundle] pathForResource:@"GoogleService-Info" ofType:@"plist"]; + * FIROptions *options = [[FIROptions alloc] initWithContentsOfFile:filePath]; + * Returns nil if the plist file does not exist or is invalid. + */ +- (instancetype)initWithContentsOfFile:(NSString *)plistPath; + @end diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h rename to Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h rename to Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h rename to Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Modules/module.modulemap b/Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Modules/module.modulemap old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Modules/module.modulemap rename to Pods/FirebaseAnalytics/Frameworks/frameworks/FirebaseAnalytics.framework/Modules/module.modulemap diff --git a/Pods/FirebaseAuth/CHANGELOG.md b/Pods/FirebaseAuth/CHANGELOG.md new file mode 100755 index 0000000..0a13406 --- /dev/null +++ b/Pods/FirebaseAuth/CHANGELOG.md @@ -0,0 +1,14 @@ +# 2016-07-18 -- v3.0.4 +- Fixes a race condition bug that could crash the app with an exception from + NSURLSession on iOS 9. + +# 2016-06-20 -- v3.0.3 +- Adds documentation for all possible errors returned by each method. +- Improves error handling and messages for a variety of error conditions. +- Whether or not an user is considered anonymous is now consistent with other + platforms. +- A saved signed in user is now siloed between different Firebase projects + within the same app. + +# 2016-05-18 -- v3.0.2 +- Initial public release. diff --git a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRAuthErrors.h b/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRAuthErrors.h deleted file mode 100644 index 12e848a..0000000 --- a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRAuthErrors.h +++ /dev/null @@ -1,159 +0,0 @@ -/** @file FIRAuthErrors.h - @brief Firebase Auth SDK - @copyright Copyright 2015 Google Inc. - @remarks Use of this SDK is subject to the Google APIs Terms of Service: - https://developers.google.com/terms/ - */ - -#import - -/** @var FIRAuthErrorDomain - @brief The Firebase Auth error domain. - */ -extern NSString *const FIRAuthErrorDomain; - -/** @var FIRAuthErrorNameKey - @brief The name of the key for the "error_name" string in the NSError userinfo dictionary. - */ -extern NSString *const FIRAuthErrorNameKey; - -/** @var FIRAuthErrorCode - @brief Error codes used by Firebase Auth. - */ -typedef NS_ENUM(NSInteger, FIRAuthErrorCode) { - /** @var FIRAuthErrorCodeInvalidCustomToken - @brief Indicates a validation error with the custom token. - */ - FIRAuthErrorCodeInvalidCustomToken = 17000, - - /** @var FIRAuthErrorCodeCustomTokenMismatch - @brief Indicates the service account and the API key belong to different projects. - */ - FIRAuthErrorCodeCustomTokenMismatch = 17002, - - /** @var FIRAuthErrorCodeInvalidCredential - @brief Indicates the IDP token or requestUri is invalid. - */ - FIRAuthErrorCodeInvalidCredential = 17004, - - /** @var FIRAuthErrorCodeUserDisabled - @brief Indicates the user's account is disabled on the server side. - */ - FIRAuthErrorCodeUserDisabled = 17005, - - /** @var FIRAuthErrorCodeOperationNotAllowed - @brief Indicates the administrator disabled sign in with the specified identity provider. - */ - FIRAuthErrorCodeOperationNotAllowed = 17006, - - /** @var FIRAuthErrorCodeEmailAlreadyInUse - @brief Indicates the email used to attempt a sign up already exists. - */ - FIRAuthErrorCodeEmailAlreadyInUse = 17007, - - /** @var FIRAuthErrorCodeInvalidEmail - @brief Indicates the email is invalid. - */ - FIRAuthErrorCodeInvalidEmail = 17008, - - /** @var FIRAuthErrorCodeWrongPassword - @brief Indicates the user attempted sign in with a wrong password. - */ - FIRAuthErrorCodeWrongPassword = 17009, - - /** @var FIRAuthErrorCodeTooManyRequests - @brief Indicates that too many requests were made to a serve method. - */ - FIRAuthErrorCodeTooManyRequests = 17010, - - /** @var FIRAuthErrorCodeUserNotFound - @brief Indicates the user account was been found. - */ - FIRAuthErrorCodeUserNotFound = 17011, - - /** @var FIRAuthErrrorCodeAccountExistsWithDifferentCredential - @brief Indicates account linking is needed. - */ - FIRAuthErrrorCodeAccountExistsWithDifferentCredential = 17012, - - /** @var FIRAuthErrorCodeRequiresRecentLogin - @brief Indicates the user has attemped to change email or password more than 5 minutes after - signing in. - */ - FIRAuthErrorCodeRequiresRecentLogin = 17014, - - /** @var FIRAuthErrorCodeProviderAlreadyLinked - @brief Indicates an attempt to link a provider to which we are already linked. - */ - FIRAuthErrorCodeProviderAlreadyLinked = 17015, - - /** @var FIRAuthErrorCodeNoSuchProvider - @brief Indicates an attempt to unlink a provider that is not linked. - */ - FIRAuthErrorCodeNoSuchProvider = 17016, - - /** @var FIRAuthErrorCodeInvalidUserToken - @brief Indicates user's saved auth credential is invalid, the user needs to sign in again. - */ - FIRAuthErrorCodeInvalidUserToken = 17017, - - /** @var FIRAuthErrorCodeNetworkError - @brief Indicates a network error occurred (such as a timeout, interrupted connection, or - unreachable host.) - @remarks These types of errors are often recoverable with a retry. - - The @c NSUnderlyingError field in the @c NSError.userInfo dictionary will contain the - error encountered. - */ - FIRAuthErrorCodeNetworkError = 17020, - - /** @var FIRAuthErrorCodeUserTokenExpired - @brief Indicates the saved token has expired, for example, the user may have changed account - password on another device. The user needs to sign in again on this device. - */ - FIRAuthErrorCodeUserTokenExpired = 17021, - - /** @var FIRAuthErrorCodeInvalidAPIKey - @brief Indicates an invalid API key was supplied in the request. - */ - FIRAuthErrorCodeInvalidAPIKey = 17023, - - /** @var FIRAuthErrorCodeUserMismatch - @brief Indicates that user attempted to reauthenticate with a user other than the current - user. - */ - FIRAuthErrorCodeUserMismatch = 17024, - - /** @var FIRAuthErrorCodeCredentialAlreadyInUse - @brief Indicates an attempt to link with a credential that has already been linked with a - different Firebase account. - */ - FIRAuthErrorCodeCredentialAlreadyInUse = 17025, - - /** @var FIRAuthErrorCodeWeakPassword - @brief Indicates an attempt to set a password that is considered too weak. - @remarks The @c NSLocalizedFailureReasonErrorKey field in the @c NSError.userInfo dictionary - will contain more detailed explanation that can be shown to the user. - */ - FIRAuthErrorCodeWeakPassword = 17026, - - /** @var FIRAuthErrorCodeAppNotAuthorized - @brief Indicates the App is not authorized to use Firebase Authentication with the - provided API Key. - */ - FIRAuthErrorCodeAppNotAuthorized = 17028, - - /** @var FIRAuthErrorCodeKeychainError - @brief Indicated an error occurred for accessing the keychain. - @remarks The @c NSLocalizedFailureReasonErrorKey field in the @c NSError.userInfo dictionary - will contain more information about the error encountered. - */ - FIRAuthErrorCodeKeychainError = 17995, - - /** @var FIRAuthErrorCodeInternalError - @brief Indicates an internal error occurred. - @remarks The @c NSUnderlyingError field in the @c NSError.userInfo dictionary will contain the - error encountered. - */ - FIRAuthErrorCodeInternalError = 17999, -}; diff --git a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/FirebaseAuth b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/FirebaseAuth old mode 100644 new mode 100755 similarity index 60% rename from Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/FirebaseAuth rename to Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/FirebaseAuth index b03e9f7..ceffe11 Binary files a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/FirebaseAuth and b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/FirebaseAuth differ diff --git a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRAuth.h b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRAuth.h old mode 100644 new mode 100755 similarity index 68% rename from Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRAuth.h rename to Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRAuth.h index 1f920f1..a3672d4 --- a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRAuth.h +++ b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRAuth.h @@ -103,6 +103,9 @@ typedef void (^FIRSendPasswordResetCallback)(NSError *_Nullable error); @param completion Optionally; a block which is invoked when the list of providers for the specified email address is ready or an error was encountered. Invoked asynchronously on the main thread in the future. + @remarks Possible error codes: + - @c FIRAuthErrorCodeInvalidEmail - Indicates the email address is malformed. + - See @c FIRAuthErrors for a list of error codes that are common to all API methods. */ - (void)fetchProvidersForEmail:(NSString *)email completion:(nullable FIRProviderQueryCallback)completion; @@ -113,6 +116,13 @@ typedef void (^FIRSendPasswordResetCallback)(NSError *_Nullable error); @param password The user's password. @param completion Optionally; a block which is invoked when the sign in flow finishes, or is canceled. Invoked asynchronously on the main thread in the future. + @remarks Possible error codes: + - @c FIRAuthErrorCodeOperationNotAllowed Indicates that email and password accounts are not + enabled. Enable them in the Auth section of the Firebase console. + - @c FIRAuthErrorCodeUserDisabled Indicates the user's account is disabled. + - @c FIRAuthErrorCodeWrongPassword Indicates the user attempted sign in with an incorrect + password. + - See @c FIRAuthErrors for a list of error codes that are common to all API methods. */ - (void)signInWithEmail:(NSString *)email password:(NSString *)password @@ -122,8 +132,25 @@ typedef void (^FIRSendPasswordResetCallback)(NSError *_Nullable error); @brief Asynchronously signs in to Firebase with the given 3rd-party credentials (e.g. a Facebook login Access Token, a Google ID Token/Access Token pair, etc.) @param credential The credential supplied by the IdP. - @param completion Optionally; a block which is invoked when the sign in finishes, or is + @param completion Optionally; a block which is invoked when the sign in flow finishes, or is canceled. Invoked asynchronously on the main thread in the future. + @remarks Possible error codes: + - @c FIRAuthErrorCodeInvalidCredential Indicates the supplied credential is invalid. This + could happen if it has expired or it is malformed. + - @c FIRAuthErrorCodeOperationNotAllowed Indicates that accounts with the identity provider + represented by the credential are not enabled. Enable them in the Auth section of the + Firebase console. + - @c FIRAuthErrorCodeEmailAlreadyInUse Indicates the email asserted by the credential + (e.g. the email in a Facebook access token) is already in use by an existing account, + that cannot be authenticated with this sign-in method. Call fetchProvidersForEmail for + this user’s email and then prompt them to sign in with any of the sign-in providers + returned. This error will only be thrown if the “One account per email address” + setting is enabled in the Firebase console, under Auth settings. - Please note that the + error code raised in this specific situation may not be the same on Web and Android. + - @c FIRAuthErrorCodeUserDisabled Indicates the user's account is disabled. + - @c FIRAuthErrorCodeWrongPassword Indicates the user attempted sign in with a incorrect + password, if credential is of the type EmailPasswordAuthCredential. + - See @c FIRAuthErrors for a list of error codes that are common to all API methods. */ - (void)signInWithCredential:(FIRAuthCredential *)credential completion:(nullable FIRAuthResultCallback)completion; @@ -134,6 +161,10 @@ typedef void (^FIRSendPasswordResetCallback)(NSError *_Nullable error); canceled. Invoked asynchronously on the main thread in the future. @remarks If there is already an anonymous user signed in, that user will be returned instead. If there is any other existing user signed in, that user will be signed out. + @remarks Possible error codes: + - @c FIRAuthErrorCodeOperationNotAllowed Indicates that anonymous accounts are not enabled. + Enable them in the Auth section of the Firebase console. + - See @c FIRAuthErrors for a list of error codes that are common to all API methods. */ - (void)signInAnonymouslyWithCompletion:(nullable FIRAuthResultCallback)completion; @@ -142,6 +173,11 @@ typedef void (^FIRSendPasswordResetCallback)(NSError *_Nullable error); @param token A self-signed custom auth token. @param completion Optionally; a block which is invoked when the sign in finishes, or is canceled. Invoked asynchronously on the main thread in the future. + @remarks Possible error codes: + - @c FIRAuthErrorCodeInvalidCustomToken Indicates a validation error with the custom token. + - @c FIRAuthErrorCodeCustomTokenMismatch Indicates the service account and the API key + belong to different projects. + - See @c FIRAuthErrors for a list of error codes that are common to all API methods. */ - (void)signInWithCustomToken:(NSString *)token completion:(nullable FIRAuthResultCallback)completion; @@ -150,8 +186,19 @@ typedef void (^FIRSendPasswordResetCallback)(NSError *_Nullable error); @brief Creates and, on success, signs in a user with the given email address and password. @param email The user's email address. @param password The user's desired password. - @param completion Optionally; a block which is invoked when the sign up finishes, or is + @param completion Optionally; a block which is invoked when the sign up flow finishes, or is canceled. Invoked asynchronously on the main thread in the future. + @remarks Possible error codes: + - @c FIRAuthErrorCodeInvalidEmail - Indicates the email address is malformed. + - @c FIRAuthErrorCodeEmailAlreadyInUse Indicates the email used to attempt sign up + already exists. Call fetchProvidersForEmail to check which sign-in mechanisms the user + used, and prompt the user to sign in with one of those. + - @c FIRAuthErrorCodeOperationNotAllowed Indicates that email and password accounts are not + enabled. Enable them in the Auth section of the Firebase console. + - @c FIRAuthErrorCodeWeakPassword Indicates an attempt to set a password that is considered + too weak. The NSLocalizedFailureReasonErrorKey field in the NSError.userInfo dictionary + object will contain more detailed explanation that can be shown to the user. + - See @c FIRAuthErrors for a list of error codes that are common to all API methods. */ - (void)createUserWithEmail:(NSString *)email password:(NSString *)password @@ -162,6 +209,8 @@ typedef void (^FIRSendPasswordResetCallback)(NSError *_Nullable error); @param email The email address of the user. @param completion Optionally; a block which is invoked when the request finishes. Invoked asynchronously on the main thread in the future. + @remarks Possible error codes: + - See @c FIRAuthErrors for a list of error codes that are common to all API methods. */ - (void)sendPasswordResetWithEmail:(NSString *)email completion:(nullable FIRSendPasswordResetCallback)completion; @@ -171,6 +220,10 @@ typedef void (^FIRSendPasswordResetCallback)(NSError *_Nullable error); @param error Optionally; if an error occurs, upon return contains an NSError object that describes the problem; is nil otherwise. @return @YES when the sign out request was successful. @NO otherwise. + @remarks Possible error codes: + - @c FIRAuthErrorCodeKeychainError Indicates an error occurred when accessing the keychain. + The @c NSLocalizedFailureReasonErrorKey field in the @c NSError.userInfo dictionary + will contain more information about the error encountered. */ - (BOOL)signOut:(NSError *_Nullable *_Nullable)error; diff --git a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRAuthCredential.h b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRAuthCredential.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRAuthCredential.h rename to Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRAuthCredential.h diff --git a/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRAuthErrors.h b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRAuthErrors.h new file mode 100755 index 0000000..9b32328 --- /dev/null +++ b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRAuthErrors.h @@ -0,0 +1,166 @@ +/** @file FIRAuthErrors.h + @brief Firebase Auth SDK + @copyright Copyright 2015 Google Inc. + @remarks Use of this SDK is subject to the Google APIs Terms of Service: + https://developers.google.com/terms/ + */ + +#import + +/** @class FIRAuthErrors + @remarks Error Codes common to all API Methods: + - FIRAuthErrorCodeNetworkError - Indicates a network error occurred during the operation. + - FIRAuthErrorCodeUserNotFound - Indicates the user account was not found. This could happen + if the user account has been deleted. + - FIRAuthErrorCodeUserTokenExpired - Indicates the current user’s token has expired, for + example, the user may have changed account password on another device. You must prompt + the user to sign in again on this device. + - FIRAuthErrorCodeTooManyRequests - Indicates that the request has been blocked after an + abnormal number of requests have been made from the caller device to the Firebase Auth + servers. Retry again after some time. + - FIRAuthErrorCodeInvalidAPIKey - Indicates the application has been configured with an + invalid API key. + - FIRAuthErrorCodeAppNotAuthorized - Indicates the App is not authorized to use Firebase + Authentication with the provided API Key. Go to the Google API Console and check under + the credentials tab that the API key you are using has your application’s bundle ID + whitelisted. + - FIRAuthErrorCodeKeychainError - Indicates an error occurred while accessing the keychain. + The NSLocalizedFailureReasonErrorKey and NSUnderlyingErrorKey fields in the + NSError.userInfo dictionary will contain more information about the error encountered. + - FIRAuthErrorCodeInternalError - Indicates an internal error occurred. Please report the + error back to us with the entire NSError object. + @remarks Common error codes for FIRUser operations: + - FIRAuthErrorCodeInvalidUserToken - Indicates that the signed-in user's refresh token, + that holds session information, is invalid. You must prompt the user to sign in again + on this device. + - FIRAuthErrorCodeUserDisabled - Indicates the user's account is disabled and can no longer + be used until enabled again from within the Users panel in the Firebase console. + */ +@interface FIRAuthErrors + +/** @var FIRAuthErrorDomain + @brief The Firebase Auth error domain. + */ +extern NSString *const FIRAuthErrorDomain; + +/** @var FIRAuthErrorNameKey + @brief The name of the key for the "error_name" string in the NSError userinfo dictionary. + */ +extern NSString *const FIRAuthErrorNameKey; + +/** @enum FIRAuthErrorCode + @brief Error codes used by Firebase Auth. + */ +typedef NS_ENUM(NSInteger, FIRAuthErrorCode) { + /** Indicates a validation error with the custom token. + */ + FIRAuthErrorCodeInvalidCustomToken = 17000, + + /** Indicates the service account and the API key belong to different projects. + */ + FIRAuthErrorCodeCustomTokenMismatch = 17002, + + /** Indicates the IDP token or requestUri is invalid. + */ + FIRAuthErrorCodeInvalidCredential = 17004, + + /** Indicates the user's account is disabled on the server. + */ + FIRAuthErrorCodeUserDisabled = 17005, + + /** Indicates the administrator disabled sign in with the specified identity provider. + */ + FIRAuthErrorCodeOperationNotAllowed = 17006, + + /** Indicates the email used to attempt a sign up is already in use. + */ + FIRAuthErrorCodeEmailAlreadyInUse = 17007, + + /** Indicates the email is invalid. + */ + FIRAuthErrorCodeInvalidEmail = 17008, + + /** Indicates the user attempted sign in with a wrong password. + */ + FIRAuthErrorCodeWrongPassword = 17009, + + /** Indicates that too many requests were made to a server method. + */ + FIRAuthErrorCodeTooManyRequests = 17010, + + /** Indicates the user account was not found. + */ + FIRAuthErrorCodeUserNotFound = 17011, + + /** Indicates account linking is required. + */ + FIRAuthErrorCodeAccountExistsWithDifferentCredential = 17012, + + /** Same enum as @c FIRAuthErrorCodeAccountExistsWithDifferentCredential , + but with incorrect spelling. Only exists for backwards compatiblity. + */ + FIRAuthErrrorCodeAccountExistsWithDifferentCredential = 17012, + + /** Indicates the user has attemped to change email or password more than 5 minutes after + signing in. + */ + FIRAuthErrorCodeRequiresRecentLogin = 17014, + + /** Indicates an attempt to link a provider to which the account is already linked. + */ + FIRAuthErrorCodeProviderAlreadyLinked = 17015, + + /** Indicates an attempt to unlink a provider that is not linked. + */ + FIRAuthErrorCodeNoSuchProvider = 17016, + + /** Indicates user's saved auth credential is invalid, the user needs to sign in again. + */ + FIRAuthErrorCodeInvalidUserToken = 17017, + + /** Indicates a network error occurred (such as a timeout, interrupted connection, or + unreachable host). These types of errors are often recoverable with a retry. The @c + NSUnderlyingError field in the @c NSError.userInfo dictionary will contain the error + encountered. + */ + FIRAuthErrorCodeNetworkError = 17020, + + /** Indicates the saved token has expired, for example, the user may have changed account + password on another device. The user needs to sign in again on the device that made this + request. + */ + FIRAuthErrorCodeUserTokenExpired = 17021, + + /** Indicates an invalid API key was supplied in the request. + */ + FIRAuthErrorCodeInvalidAPIKey = 17023, + + /** Indicates that an attempt was made to reauthenticate with a user which is not the current + user. + */ + FIRAuthErrorCodeUserMismatch = 17024, + + /** Indicates an attempt to link with a credential that has already been linked with a + different Firebase account + */ + FIRAuthErrorCodeCredentialAlreadyInUse = 17025, + + /** Indicates an attempt to set a password that is considered too weak. + */ + FIRAuthErrorCodeWeakPassword = 17026, + + /** Indicates the App is not authorized to use Firebase Authentication with the + provided API Key. + */ + FIRAuthErrorCodeAppNotAuthorized = 17028, + + /** Indicates an error occurred while attempting to access the keychain. + */ + FIRAuthErrorCodeKeychainError = 17995, + + /** Indicates an internal error occurred. + */ + FIRAuthErrorCodeInternalError = 17999, +}; + +@end diff --git a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIREmailPasswordAuthProvider.h b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIREmailPasswordAuthProvider.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIREmailPasswordAuthProvider.h rename to Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIREmailPasswordAuthProvider.h diff --git a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRFacebookAuthProvider.h b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRFacebookAuthProvider.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRFacebookAuthProvider.h rename to Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRFacebookAuthProvider.h diff --git a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRGitHubAuthProvider.h b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRGitHubAuthProvider.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRGitHubAuthProvider.h rename to Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRGitHubAuthProvider.h diff --git a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRGoogleAuthProvider.h b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRGoogleAuthProvider.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRGoogleAuthProvider.h rename to Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRGoogleAuthProvider.h diff --git a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRTwitterAuthProvider.h b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRTwitterAuthProvider.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRTwitterAuthProvider.h rename to Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRTwitterAuthProvider.h diff --git a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRUser.h b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRUser.h old mode 100644 new mode 100755 similarity index 63% rename from Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRUser.h rename to Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRUser.h index 92ffb02..0f5591f --- a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRUser.h +++ b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRUser.h @@ -79,9 +79,15 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error); @param email The email address for the user. @param completion Optionally; the block invoked when the user profile change has finished. Invoked asynchronously on the main thread in the future. - @remarks May fail with a @c FIRAuthErrorCodeCredentialTooOld error code. In this case you should - call @c FIRUser.reauthenticateWithCredential:completion: before re-invoking - @c FIRUser.updateEmail:completion:. + @remarks Possible error codes: + - @c FIRAuthErrorCodeEmailAlreadyInUse - Indicates the email is already in use by another + account. + - @c FIRAuthErrorCodeInvalidEmail - Indicates the email address is malformed. + - @c FIRAuthErrorCodeRequiresRecentLogin - Updating a user’s email is a security sensitive + operation that requires a recent login from the user. This error indicates the user has + not signed in recently enough. To resolve, reauthenticate the user by invoking + reauthenticateWithCredential:completion: on FIRUser. + - See @c FIRAuthErrors for a list of error codes that are common to all FIRUser operations. */ - (void)updateEmail:(NSString *)email completion:(nullable FIRUserProfileChangeCallback)completion; @@ -90,9 +96,17 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error); @param password The new password for the user. @param completion Optionally; the block invoked when the user profile change has finished. Invoked asynchronously on the main thread in the future. - @remarks May fail with a @c FIRAuthErrorCodeCredentialTooOld error code. In this case you should - call @c FIRUser.reauthenticateWithCredential:completion: before re-invoking - @c FIRUser.updateEmail:completion:. + @remarks Possible error codes: + - @c FIRAuthErrorCodeOperationNotAllowed - Indicates the administrator disabled sign in with + the specified identity provider. + - @c FIRAuthErrorCodeRequiresRecentLogin - Updating a user’s password is a security + sensitive operation that requires a recent login from the user. This error indicates the + user has not signed in recently enough. To resolve, reauthenticate the user by invoking + reauthenticateWithCredential:completion: on FIRUser. + - @c FIRAuthErrorCodeWeakPassword - Indicates an attempt to set a password that is + considered too weak. The NSLocalizedFailureReasonErrorKey field in the NSError.userInfo + dictionary object will contain more detailed explanation that can be shown to the user. + - See @c FIRAuthErrors for a list of error codes that are common to all FIRUser operations. */ - (void)updatePassword:(NSString *)password completion:(nullable FIRUserProfileChangeCallback)completion; @@ -112,6 +126,8 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error); @remarks May fail with a @c FIRAuthErrorCodeCredentialTooOld error code. In this case you should call @c FIRUser.reauthenticateWithCredential:completion: before re-invoking @c FIRUser.updateEmail:completion:. + @remarks Possible error codes: + - See @c FIRAuthErrors for a list of error codes that are common to all API methods. */ - (void)reloadWithCompletion:(nullable FIRUserProfileChangeCallback)completion; @@ -125,6 +141,25 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error); @remarks If the user associated with the supplied credential is different from the current user, or if the validation of the supplied credentials fails; an error is returned and the current user remains signed in. + @remarks Possible error codes: + - @c FIRAuthErrorCodeInvalidCredential Indicates the supplied credential is invalid. This + could happen if it has expired or it is malformed. + - @c FIRAuthErrorCodeOperationNotAllowed Indicates that accounts with the identity provider + represented by the credential are not enabled. Enable them in the Auth section of the + Firebase console. + - @c FIRAuthErrorCodeEmailAlreadyInUse Indicates the email asserted by the credential + (e.g. the email in a Facebook access token) is already in use by an existing account, + that cannot be authenticated with this method. Call fetchProvidersForEmail for + this user’s email and then prompt them to sign in with any of the sign-in providers + returned. This error will only be thrown if the “One account per email address” + setting is enabled in the Firebase console, under Auth settings. - Please note that the + error code raised in this specific situation may not be the same on Web and Android. + - @c FIRAuthErrorCodeUserDisabled Indicates the user's account is disabled. + - @c FIRAuthErrorCodeWrongPassword Indicates the user attempted reauthentication with an + incorrect password, if credential is of the type EmailPasswordAuthCredential. + - @c FIRAuthErrorCodeUserMismatch Indicates that an attempt was made to reauthenticate with + a user which is not the current user. + - See @c FIRAuthErrors for a list of error codes that are common to all API methods. */ - (void)reauthenticateWithCredential:(FIRAuthCredential *)credential completion:(nullable FIRUserProfileChangeCallback)completion; @@ -133,6 +168,8 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error); @brief Retrieves the Firebase authentication token, possibly refreshing it if it has expired. @param completion Optionally; the block invoked when the token is available. Invoked asynchronously on the main thread in the future. + @remarks Possible error codes: + - See @c FIRAuthErrors for a list of error codes that are common to all API methods. */ - (void)getTokenWithCompletion:(nullable FIRAuthTokenCallback)completion; @@ -144,6 +181,8 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error); asynchronously on the main thread in the future. @remarks The authentication token will be refreshed (by making a network request) if it has expired, or if @c forceRefresh is YES. + @remarks Possible error codes: + - See @c FIRAuthErrors for a list of error codes that are common to all API methods. */ - (void)getTokenForcingRefresh:(BOOL)forceRefresh completion:(nullable FIRAuthTokenCallback)completion; @@ -153,6 +192,17 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error); @param credential The credential for the identity provider. @param completion Optionally; the block invoked when the unlinking is complete, or fails. Invoked asynchronously on the main thread in the future. + @remarks Possible error codes: + - @c FIRAuthErrorCodeProviderAlreadyLinked - Indicates an attempt to link a provider of a + type already linked to this account. + - @c FIRAuthErrorCodeCredentialAlreadyInUse - Indicates an attempt to link with a credential + that has already been linked with a different Firebase account. + - @c FIRAuthErrorCodeOperationNotAllowed - Indicates that accounts with the identity + provider represented by the credential are not enabled. Enable them in the Auth section + of the Firebase console. + - This method may also return error codes associated with updateEmail:completion: and + updatePassword:completion: on FIRUser. + - See @c FIRAuthErrors for a list of error codes that are common to all FIRUser operations. */ - (void)linkWithCredential:(FIRAuthCredential *)credential completion:(nullable FIRAuthResultCallback)completion; @@ -162,6 +212,14 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error); @param provider The provider ID of the provider to unlink. @param completion Optionally; the block invoked when the unlinking is complete, or fails. Invoked asynchronously on the main thread in the future. + @remarks Possible error codes: + - @c FIRAuthErrorCodeNoSuchProvider - Indicates an attempt to unlink a provider that is not + linked to the account. + - @c FIRAuthErrorCodeRequiresRecentLogin - Updating email is a security sensitive operation + that requires a recent login from the user. This error indicates the user has not signed + in recently enough. To resolve, reauthenticate the user by invoking + reauthenticateWithCredential:completion: on FIRUser. + - See @c FIRAuthErrors for a list of error codes that are common to all FIRUser operations. */ - (void)unlinkFromProvider:(NSString *)provider completion:(nullable FIRAuthResultCallback)completion; @@ -170,6 +228,9 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error); @brief Initiates email verification for the user. @param completion Optionally; the block invoked when the request to send an email verification is complete, or fails. Invoked asynchronously on the main thread in the future. + @remarks Possible error codes: + - @c FIRAuthErrorCodeUserNotFound - Indicates the user account was not found. + - See @c FIRAuthErrors for a list of error codes that are common to all FIRUser operations. */ - (void)sendEmailVerificationWithCompletion:(nullable FIRSendEmailVerificationCallback)completion; @@ -177,6 +238,12 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error); @brief Deletes the user account (also signs out the user, if this was the current user). @param completion Optionally; the block invoked when the request to delete the account is complete, or fails. Invoked asynchronously on the main thread in the future. + @remarks Possible error codes: + - @c FIRAuthErrorCodeRequiresRecentLogin - Updating email is a security sensitive operation + that requires a recent login from the user. This error indicates the user has not signed + in recently enough. To resolve, reauthenticate the user by invoking + reauthenticateWithCredential:completion: on FIRUser. + - See @c FIRAuthErrors for a list of error codes that are common to all FIRUser operations. */ - (void)deleteWithCompletion:(nullable FIRUserProfileChangeCallback)completion; diff --git a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRUserInfo.h b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRUserInfo.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FIRUserInfo.h rename to Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FIRUserInfo.h diff --git a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FirebaseAuth.h b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FirebaseAuth.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FirebaseAuth.h rename to Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Headers/FirebaseAuth.h diff --git a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Modules/module.modulemap b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Modules/module.modulemap old mode 100644 new mode 100755 similarity index 95% rename from Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Modules/module.modulemap rename to Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Modules/module.modulemap index 8064a48..00c1f4e --- a/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Modules/module.modulemap +++ b/Pods/FirebaseAuth/Frameworks/frameworks/FirebaseAuth.framework/Modules/module.modulemap @@ -2,7 +2,6 @@ framework module FirebaseAuth { umbrella header "FirebaseAuth.h" export * - module * {export * } header "FIRAuth.h" header "FIRAuthCredential.h" diff --git a/Pods/FirebaseAuth/README.md b/Pods/FirebaseAuth/README.md old mode 100644 new mode 100755 diff --git a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/FirebaseDatabase b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/FirebaseDatabase index 19ce33c..162c2ef 100755 Binary files a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/FirebaseDatabase and b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/FirebaseDatabase differ diff --git a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRDataSnapshot.h b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRDataSnapshot.h index a748c92..7953102 100755 --- a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRDataSnapshot.h +++ b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRDataSnapshot.h @@ -47,7 +47,7 @@ NS_ASSUME_NONNULL_BEGIN /** @name Navigating and inspecting a snapshot */ /** - * Get a FIRDataSnapshot for the location at the specified relative path. + * Gets a FIRDataSnapshot for the location at the specified relative path. * The relative path can either be a simple child key (e.g. 'fred') * or a deeper slash-separated path (e.g. 'fred/name/first'). If the child * location has no data, an empty FIRDataSnapshot is returned. @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN * Return YES if the specified child exists. * * @param childPathString A relative path to the location of a potential child. - * @return YES if data exists at the specified childPathString, else false. + * @return YES if data exists at the specified childPathString, else NO. */ - (BOOL) hasChild:(NSString *)childPathString; @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /** * Return YES if the DataSnapshot contains a non-null value. * - * @return YES if this snapshot contains a non-null value, otherwise NO. + * @return YES if this snapshot contains a non-null value, else NO. */ - (BOOL) exists; @@ -111,7 +111,7 @@ NS_ASSUME_NONNULL_BEGIN /** - * Get the number of children for this DataSnapshot. + * Gets the number of children for this DataSnapshot. * * @return An integer indicating the number of children. */ @@ -119,7 +119,7 @@ NS_ASSUME_NONNULL_BEGIN /** - * Get a FIRDatabaseReference for the location that this data came from + * Gets a FIRDatabaseReference for the location that this data came from * * @return A FIRDatabaseReference instance for the location of this data */ diff --git a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRDatabaseQuery.h b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRDatabaseQuery.h index 53b5254..a70aadb 100755 --- a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRDatabaseQuery.h +++ b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRDatabaseQuery.h @@ -44,7 +44,7 @@ typedef NSUInteger FIRDatabaseHandle; @interface FIRDatabaseQuery : NSObject -/** @name Attaching observers to read data */ +/** @name Attach observers to read data */ /** * observeEventType:withBlock: is used to listen for data changes at a particular location. @@ -307,7 +307,7 @@ typedef NSUInteger FIRDatabaseHandle; /** -* Get a FIRDatabaseReference for the location of this query. +* Gets a FIRDatabaseReference for the location of this query. * * @return A FIRDatabaseReference for the location of this query. */ diff --git a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRDatabaseReference.h b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRDatabaseReference.h index ef5e9ae..5f847b6 100755 --- a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRDatabaseReference.h +++ b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRDatabaseReference.h @@ -54,7 +54,7 @@ NS_ASSUME_NONNULL_BEGIN /** @name Getting references to children locations */ /** - * Get a FIRDatabaseReference for the location at the specified relative path. + * Gets a FIRDatabaseReference for the location at the specified relative path. * The relative path can either be a simple child key (e.g. 'fred') or a * deeper slash-separated path (e.g. 'fred/name/first'). * @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /** @name Writing data */ -/*! Write data to this Firebase Database location. +/** Write data to this Firebase Database location. This will overwrite any data at this location and all child locations. @@ -161,7 +161,7 @@ is meant to be preserved, you should use setValue:andPriority: instead. - (void) removeValueWithCompletionBlock:(void (^)(NSError *__nullable error, FIRDatabaseReference * ref))block; /** - * Set a priority for the data at this Firebase Database location. + * Sets a priority for the data at this Firebase Database location. * Priorities can be used to provide a custom ordering for the children at a location * (if no priorities are specified, the children are ordered by key). * @@ -187,7 +187,7 @@ is meant to be preserved, you should use setValue:andPriority: instead. /** - * The same as setPriority: with a block block that is called once the priority has + * The same as setPriority: with a block that is called once the priority has * been committed to the Firebase Database servers. * * @param priority The priority to set at the specified location. @@ -196,7 +196,7 @@ is meant to be preserved, you should use setValue:andPriority: instead. - (void) setPriority:(nullable id)priority withCompletionBlock:(void (^)(NSError *__nullable error, FIRDatabaseReference * ref))block; /** - * Update changes the values at the specified paths in the dictionary without overwriting other + * Updates the values at the specified paths in the dictionary without overwriting other * keys at this location. * * @param values A dictionary of the keys to change and their new values @@ -204,7 +204,7 @@ is meant to be preserved, you should use setValue:andPriority: instead. - (void) updateChildValues:(NSDictionary *)values; /** - * The same as update: with a block block that is called once the update has been committed to the + * The same as update: with a block that is called once the update has been committed to the * Firebase Database servers * * @param values A dictionary of the keys to change and their new values @@ -343,7 +343,7 @@ is meant to be preserved, you should use setValue:andPriority: instead. /** - * Calling removeAllObservers does not remove any observers at child references. + * Removes all observers at the current reference, but does not remove any observers at child references. * removeAllObservers must be called again for each child reference where a listener was established to remove the observers. */ - (void) removeAllObservers; @@ -632,7 +632,7 @@ is meant to be preserved, you should use setValue:andPriority: instead. * If, when the operation reaches the server, it turns out that this client had stale data, your block will be run * again with the latest data from the server. * - * When your block is run, you may decide to abort the transaction by return [FIRTransactionResult abort]. + * When your block is run, you may decide to abort the transaction by returning [FIRTransactionResult abort]. * * @param block This block receives the current data at this location and must return an instance of FIRTransactionResult */ @@ -647,7 +647,7 @@ is meant to be preserved, you should use setValue:andPriority: instead. * If, when the operation reaches the server, it turns out that this client had stale data, your block will be run * again with the latest data from the server. * - * When your block is run, you may decide to abort the transaction by return [FIRTransactionResult abort]. + * When your block is run, you may decide to abort the transaction by returning [FIRTransactionResult abort]. * * @param block This block receives the current data at this location and must return an instance of FIRTransactionResult * @param completionBlock This block will be triggered once the transaction is complete, whether it was successful or not. It will indicate if there was an error, whether or not the data was committed, and what the current value of the data at this location is. @@ -687,7 +687,7 @@ is meant to be preserved, you should use setValue:andPriority: instead. /** @name Properties */ /** - * Get a FIRDatabaseReference for the parent location. + * Gets a FIRDatabaseReference for the parent location. * If this instance refers to the root of your Firebase Database, it has no parent, * and therefore parent( ) will return null. * @@ -697,7 +697,7 @@ is meant to be preserved, you should use setValue:andPriority: instead. /** - * Get a FIRDatabaseReference for the root location + * Gets a FIRDatabaseReference for the root location * * @return A new FIRDatabaseReference to root location. */ @@ -705,7 +705,7 @@ is meant to be preserved, you should use setValue:andPriority: instead. /** - * Gets last token in a Firebase Database location (e.g. 'fred' in https://SampleChat.firebaseIO-demo.com/users/fred) + * Gets the last token in a Firebase Database location (e.g. 'fred' in https://SampleChat.firebaseIO-demo.com/users/fred) * * @return The key of the location this reference points to. */ diff --git a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRMutableData.h b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRMutableData.h index 022c442..252f9f4 100755 --- a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRMutableData.h +++ b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Headers/FIRMutableData.h @@ -82,7 +82,7 @@ NS_ASSUME_NONNULL_BEGIN /** - * To modify the data contained by this instance of FIRMutableData, set this to any of the native types support by Firebase Database: + * To modify the data contained by this instance of FIRMutableData, set this to any of the native types supported by Firebase Database: * * * NSNumber (includes BOOL) * * NSDictionary @@ -90,7 +90,7 @@ NS_ASSUME_NONNULL_BEGIN * * NSString * * nil / NSNull to remove the data * - * Note that setting the value will override the priority at this location. + * Note that setting this value will override the priority at this location. * * @return The current data at this location as a native object */ diff --git a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Info.plist b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Info.plist index 6a80a72..9c9020a 100755 Binary files a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Info.plist and b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Info.plist differ diff --git a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Modules/module.modulemap b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Modules/module.modulemap index 594091b..28b323e 100755 --- a/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Modules/module.modulemap +++ b/Pods/FirebaseDatabase/Frameworks/FirebaseDatabase.framework/Modules/module.modulemap @@ -3,4 +3,11 @@ framework module FirebaseDatabase { export * module * { export * } + + link framework "CFNetwork" + link framework "Security" + link framework "SystemConfiguration" + + link "c++" + link "icucore" } diff --git a/Pods/FirebaseInstanceID/CHANGELOG.md b/Pods/FirebaseInstanceID/CHANGELOG.md deleted file mode 100644 index 70bd105..0000000 --- a/Pods/FirebaseInstanceID/CHANGELOG.md +++ /dev/null @@ -1,21 +0,0 @@ -# 2016-05-16 -- v1.0.6 - -- Fix CocoaPod linter issues for InstanceID pod. - -# 2016-05-13 -- v1.0.5 - -- Fix Authorization errors for InstanceID tokens. - -# 2016-05-11 -- v1.0.4 - -- Reduce wait for InstanceID token during parallel requests. - -# 2016-04-18 -- v1.0.3 - -- Change flag to disable swizzling to *FirebaseAppDelegateProxyEnabled*. -- Fix incessant Keychain errors while accessing InstanceID. -- Fix max retries for fetching IID token. - -# 2016-04-18 -- v1.0.2 - -- Register for remote notifications on iOS8+ in the SDK itself. diff --git a/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/FirebaseInstanceID b/Pods/FirebaseInstanceID/Frameworks/frameworks/FirebaseInstanceID.framework/FirebaseInstanceID similarity index 68% rename from Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/FirebaseInstanceID rename to Pods/FirebaseInstanceID/Frameworks/frameworks/FirebaseInstanceID.framework/FirebaseInstanceID index 9e1a63a..5d67d05 100755 Binary files a/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/FirebaseInstanceID and b/Pods/FirebaseInstanceID/Frameworks/frameworks/FirebaseInstanceID.framework/FirebaseInstanceID differ diff --git a/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Headers/FIRInstanceID.h b/Pods/FirebaseInstanceID/Frameworks/frameworks/FirebaseInstanceID.framework/Headers/FIRInstanceID.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Headers/FIRInstanceID.h rename to Pods/FirebaseInstanceID/Frameworks/frameworks/FirebaseInstanceID.framework/Headers/FIRInstanceID.h diff --git a/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Headers/FirebaseInstanceID.h b/Pods/FirebaseInstanceID/Frameworks/frameworks/FirebaseInstanceID.framework/Headers/FirebaseInstanceID.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Headers/FirebaseInstanceID.h rename to Pods/FirebaseInstanceID/Frameworks/frameworks/FirebaseInstanceID.framework/Headers/FirebaseInstanceID.h diff --git a/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Modules/module.modulemap b/Pods/FirebaseInstanceID/Frameworks/frameworks/FirebaseInstanceID.framework/Modules/module.modulemap old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Modules/module.modulemap rename to Pods/FirebaseInstanceID/Frameworks/frameworks/FirebaseInstanceID.framework/Modules/module.modulemap diff --git a/Pods/FirebaseInstanceID/README.md b/Pods/FirebaseInstanceID/README.md deleted file mode 100644 index e6fb90d..0000000 --- a/Pods/FirebaseInstanceID/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# InstanceID SDK for iOS - -Instance ID provides a unique ID per instance of your apps and also provides a -mechanism to authenticate and authorize actions, like sending messages via -Google Cloud Messaging (GCM). - - -Please visit [our developer -site](https://developers.google.com/instance-id/) for integration instructions, -documentation, support information, and terms of service. diff --git a/Pods/FirebaseInstanceID/Headers/Public/FIRInstanceID.h b/Pods/FirebaseInstanceID/Sources/FIRInstanceID.h old mode 100644 new mode 100755 similarity index 100% rename from Pods/FirebaseInstanceID/Headers/Public/FIRInstanceID.h rename to Pods/FirebaseInstanceID/Sources/FIRInstanceID.h diff --git a/Pods/FirebaseStorage/Frameworks/FirebaseStorage.framework/FirebaseStorage b/Pods/FirebaseStorage/Frameworks/FirebaseStorage.framework/FirebaseStorage index 40e74ee..d416439 100644 Binary files a/Pods/FirebaseStorage/Frameworks/FirebaseStorage.framework/FirebaseStorage and b/Pods/FirebaseStorage/Frameworks/FirebaseStorage.framework/FirebaseStorage differ diff --git a/Pods/FirebaseStorage/Frameworks/FirebaseStorage.framework/Headers/FIRStorageTaskSnapshot.h b/Pods/FirebaseStorage/Frameworks/FirebaseStorage.framework/Headers/FIRStorageTaskSnapshot.h index ccf76bd..5841754 100644 --- a/Pods/FirebaseStorage/Frameworks/FirebaseStorage.framework/Headers/FIRStorageTaskSnapshot.h +++ b/Pods/FirebaseStorage/Frameworks/FirebaseStorage.framework/Headers/FIRStorageTaskSnapshot.h @@ -9,6 +9,8 @@ #import +#import "FIRStorageConstants.h" + NS_ASSUME_NONNULL_BEGIN @class FIRStorageMetadata; @@ -47,6 +49,11 @@ NS_ASSUME_NONNULL_BEGIN */ @property(readonly, copy, nonatomic, nullable) NSError *error; +/** + * Status of the task. + */ +@property(readonly, nonatomic) FIRStorageTaskStatus status; + @end NS_ASSUME_NONNULL_END diff --git a/Pods/GoogleParsingUtilities/Frameworks/GoogleParsingUtilities.framework/GoogleParsingUtilities b/Pods/GoogleParsingUtilities/Frameworks/GoogleParsingUtilities.framework/GoogleParsingUtilities new file mode 100644 index 0000000..7ce6599 Binary files /dev/null and b/Pods/GoogleParsingUtilities/Frameworks/GoogleParsingUtilities.framework/GoogleParsingUtilities differ diff --git a/Pods/Headers/Private/Firebase/Firebase.h b/Pods/Headers/Private/Firebase/Firebase.h index 68c38bb..db898c7 120000 --- a/Pods/Headers/Private/Firebase/Firebase.h +++ b/Pods/Headers/Private/Firebase/Firebase.h @@ -1 +1 @@ -../../../Firebase/Headers/Firebase.h \ No newline at end of file +../../../Firebase/Analytics/Sources/Firebase.h \ No newline at end of file diff --git a/Pods/Headers/Private/FirebaseInstanceID/FIRInstanceID.h b/Pods/Headers/Private/FirebaseInstanceID/FIRInstanceID.h index 840c48c..0aaa73c 120000 --- a/Pods/Headers/Private/FirebaseInstanceID/FIRInstanceID.h +++ b/Pods/Headers/Private/FirebaseInstanceID/FIRInstanceID.h @@ -1 +1 @@ -../../../FirebaseInstanceID/Headers/Public/FIRInstanceID.h \ No newline at end of file +../../../FirebaseInstanceID/Sources/FIRInstanceID.h \ No newline at end of file diff --git a/Pods/Headers/Public/Firebase/Firebase.h b/Pods/Headers/Public/Firebase/Firebase.h index 68c38bb..db898c7 120000 --- a/Pods/Headers/Public/Firebase/Firebase.h +++ b/Pods/Headers/Public/Firebase/Firebase.h @@ -1 +1 @@ -../../../Firebase/Headers/Firebase.h \ No newline at end of file +../../../Firebase/Analytics/Sources/Firebase.h \ No newline at end of file diff --git a/Pods/Headers/Public/FirebaseInstanceID/FIRInstanceID.h b/Pods/Headers/Public/FirebaseInstanceID/FIRInstanceID.h index 840c48c..0aaa73c 120000 --- a/Pods/Headers/Public/FirebaseInstanceID/FIRInstanceID.h +++ b/Pods/Headers/Public/FirebaseInstanceID/FIRInstanceID.h @@ -1 +1 @@ -../../../FirebaseInstanceID/Headers/Public/FIRInstanceID.h \ No newline at end of file +../../../FirebaseInstanceID/Sources/FIRInstanceID.h \ No newline at end of file diff --git a/Pods/Local Podspecs/SwiftyJSON.podspec.json b/Pods/Local Podspecs/SwiftyJSON.podspec.json deleted file mode 100644 index e5818d1..0000000 --- a/Pods/Local Podspecs/SwiftyJSON.podspec.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "SwiftyJSON", - "version": "2.3.2", - "summary": "SwiftyJSON makes it easy to deal with JSON data in Swift", - "homepage": "https://github.com/SwiftyJSON/SwiftyJSON", - "license": { - "type": "MIT" - }, - "authors": { - "lingoer": "lingoerer@gmail.com", - "tangplin": "tangplin@gmail.com" - }, - "requires_arc": true, - "platforms": { - "osx": "10.9", - "ios": "8.0", - "watchos": "2.0", - "tvos": "9.0" - }, - "source": { - "git": "https://github.com/SwiftyJSON/SwiftyJSON.git", - "tag": "2.3.2" - }, - "source_files": "Source/*.swift" -} diff --git a/Pods/Locksmith/.DS_Store b/Pods/Locksmith/.DS_Store deleted file mode 100644 index 66458ec..0000000 Binary files a/Pods/Locksmith/.DS_Store and /dev/null differ diff --git a/Pods/Locksmith/Source/.DS_Store b/Pods/Locksmith/Source/.DS_Store deleted file mode 100644 index f91e7e1..0000000 Binary files a/Pods/Locksmith/Source/.DS_Store and /dev/null differ diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 0cf4c71..c5df36c 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - AeroGearHttp (0.5.1) + - AeroGearHttp (0.6.0) - AeroGearOAuth2 (0.5.1): - AeroGearHttp - AFNetworking (2.6.3): @@ -27,47 +27,48 @@ PODS: - Alamofire-SwiftyJSON (0.1.1): - Alamofire (~> 3.4) - SwiftyJSON (~> 2.3) - - Bolts (1.7.0): - - Bolts/AppLinks (= 1.7.0) - - Bolts/Tasks (= 1.7.0) - - Bolts/AppLinks (1.7.0): + - Bolts (1.8.4): + - Bolts/AppLinks (= 1.8.4) + - Bolts/Tasks (= 1.8.4) + - Bolts/AppLinks (1.8.4): - Bolts/Tasks - - Bolts/Tasks (1.7.0) + - Bolts/Tasks (1.8.4) - BSGridCollectionViewLayout (1.1.1) - BSImagePicker (2.3.0): - BSGridCollectionViewLayout (~> 1.1) - UIImageViewModeScaleAspect (~> 1.3) - - FBSDKCoreKit (4.13.1): + - FBSDKCoreKit (4.14.0): - Bolts (~> 1.7) - - FBSDKLoginKit (4.13.1): + - FBSDKLoginKit (4.14.0): - FBSDKCoreKit - - FBSDKShareKit (4.13.1): + - FBSDKShareKit (4.14.0): - FBSDKCoreKit - - Firebase (3.2.1): - - Firebase/Core (= 3.2.1) - - Firebase/Analytics (3.2.1): - - FirebaseAnalytics (= 3.2.0) - - Firebase/Core (3.2.1): - - Firebase/Analytics (= 3.2.1) - - Firebase/Database (3.2.1): - - Firebase/Analytics (= 3.2.1) - - FirebaseDatabase (= 3.0.1) - - Firebase/Storage (3.2.1): - - Firebase/Analytics (= 3.2.1) - - FirebaseStorage (= 1.0.1) - - FirebaseAnalytics (3.2.0): + - Firebase (3.4.0): + - Firebase/Core (= 3.4.0) + - Firebase/Analytics (3.4.0): + - FirebaseAnalytics (~> 3.3) + - Firebase/Core (3.4.0): + - Firebase/Analytics + - Firebase/Database (3.4.0): + - Firebase/Analytics + - FirebaseDatabase (= 3.0.2) + - Firebase/Storage (3.4.0): + - Firebase/Analytics + - FirebaseStorage (= 1.0.2) + - FirebaseAnalytics (3.3.0): - FirebaseInstanceID (~> 1.0) - GoogleInterchangeUtilities (~> 1.2) - GoogleSymbolUtilities (~> 1.1) - - GoogleUtilities (~> 1.3) - - FirebaseAuth (3.0.2): + - GoogleUtilities (~> 1.2) + - FirebaseAuth (3.0.4): - FirebaseAnalytics (~> 3.2) - GoogleNetworkingUtilities (~> 1.2) - - GoogleUtilities (~> 1.3) - - FirebaseDatabase (3.0.1): + - GoogleParsingUtilities (~> 1.1) + - GoogleUtilities (~> 1.2) + - FirebaseDatabase (3.0.2): - FirebaseAnalytics (~> 3.2) - - FirebaseInstanceID (1.0.6) - - FirebaseStorage (1.0.1): + - FirebaseInstanceID (1.0.8) + - FirebaseStorage (1.0.2): - FirebaseAnalytics (~> 3.2) - GoogleNetworkingUtilities (~> 1.2) - GDataXML-HTML (1.3.0) @@ -75,6 +76,9 @@ PODS: - GoogleSymbolUtilities (~> 1.0) - GoogleNetworkingUtilities (1.2.1): - GoogleSymbolUtilities (~> 1.0) + - GoogleParsingUtilities (1.1.1): + - GoogleNetworkingUtilities (~> 1.0) + - GoogleSymbolUtilities (~> 1.0) - GoogleSymbolUtilities (1.1.1) - GoogleUtilities (1.3.1): - GoogleSymbolUtilities (~> 1.0) @@ -93,62 +97,61 @@ PODS: - AFNetworking (~> 2.6.0) - PicoKit/Soap - PicoKit/XMLWriter (0.7.2) - - SOAPEngine (1.27) - SwiftyJSON (2.3.2) - SWRevealViewController (2.3.0) - TYMActivityIndicatorView (0.3.3) - - UIImageViewModeScaleAspect (1.3) + - UIImageViewModeScaleAspect (1.5) DEPENDENCIES: + - AeroGearHttp - AeroGearOAuth2 - Alamofire-SwiftyJSON - BSImagePicker (~> 2.3) - FBSDKCoreKit - FBSDKLoginKit - FBSDKShareKit - - Firebase (>= 2.5.0) + - Firebase - Firebase/Database - Firebase/Storage - FirebaseAuth - Locksmith - OAuthSwift (~> 0.5.0) - PicoKit - - SOAPEngine - SWRevealViewController - TYMActivityIndicatorView SPEC CHECKSUMS: - AeroGearHttp: 9eb405b694aa9ac5daff842f68648f4a9fe0fa66 + AeroGearHttp: e958f301cc2d1c7fbfd4b61af187ea3490040a48 AeroGearOAuth2: 6f29d3fac8b78a0ff6d51b04c4ba1a02baed2e52 AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60 Alamofire: 01a82e2f6c0f860ade35534c8dd88be61bdef40c Alamofire-SwiftyJSON: 5812bb37accc36897cc2f2dabb070d8ebcd7ac98 - Bolts: a0058fa3b331c5a1e4402d534f2dae36dbff31e4 + Bolts: 8a7995239dbe724f9cba2248b766d48b7ebdd322 BSGridCollectionViewLayout: d7304dcb35c6b3b4420c527e9f9b77ff322250f3 BSImagePicker: 591b28ce4994c44cbc4ac896717c1db9f9fadd18 - FBSDKCoreKit: 2807fe0da2ddb49a1469da6d6ff597f99912980f - FBSDKLoginKit: 6d350cb6a22d6956e9d078885de6ee8a0ebc51b4 - FBSDKShareKit: c9438df7573b33780ac8c3451201c5ebb260ffca - Firebase: 6c80ac28d59d06bfd9152a7b6ea17625ca93183d - FirebaseAnalytics: 6f75b04e6bfb8e0b6e9ef298e04c24eea3b13863 - FirebaseAuth: 94b851fc345ce98036dfedfdc2eddeaef8fa3b4c - FirebaseDatabase: 34301d11621a83546f39f670d256477ba6f7fcea - FirebaseInstanceID: d014d574053a2fe84478f12f7bae96979e7051bb - FirebaseStorage: e9c32a8d246c07eeefd78180c22736aa1b81e81b + FBSDKCoreKit: 6e020b5db0b5bd1e01f5fb0902131befd129a502 + FBSDKLoginKit: da563567a108050ef83739c8c8c001ee9e25fa13 + FBSDKShareKit: e8e5d4ccef69b41132fe33acda26db1e33143e33 + Firebase: 754562547af419cc2f4b15247fee419081924bc2 + FirebaseAnalytics: 228be2991cb28efb96cdafc4d62f64680e615c69 + FirebaseAuth: 26fd291c3b552fc9658420b867520d5ae080421c + FirebaseDatabase: 59bea2e7dfd81b3b8b2f8e396caf1a52c2ced6f7 + FirebaseInstanceID: ba1e640935235e5fac39dfa816fe7660e72e1a8a + FirebaseStorage: fa2a87dee81f682f553af6839daa37a750e65f6a GDataXML-HTML: 7adc03668cab35c288f1dbb8929a179f0fece898 GoogleInterchangeUtilities: def8415a862effc67d549d5b5b0b9c7a2f97d4de GoogleNetworkingUtilities: 3e83269048cfb498dc7ec83ab36813360965c74f + GoogleParsingUtilities: 30b3896f9ee167dc78747f013d3de157ced1cadf GoogleSymbolUtilities: 33117db1b5f290c6fbf259585e4885b4c84b98d7 GoogleUtilities: 56c5ac05b7aa5dc417a1bb85221a9516e04d7032 Locksmith: a8ed41ac4c06506ea8cb199d8ec8a8d3d108eb2a OAuthSwift: 1ef042d4362e755e24a78f158d817245641a5d24 PicoKit: 9079bce659a8d5408c8af1c45254b971df614de3 - SOAPEngine: e4b13175e3972eef93223eb9f397b8c86e1e6892 SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a SWRevealViewController: 6d3fd97f70112fd7cef9de14df4260eacce4c63a TYMActivityIndicatorView: ad816387ebd5952c376af129218722733044148b - UIImageViewModeScaleAspect: ec78901acfc20d3782154111a21d34390f8f71ad + UIImageViewModeScaleAspect: 11a790a0b9d248a13dc63e3a78991f1463b6d84e -PODFILE CHECKSUM: 2638bdfbb954251e8a36f6a6065ffea34297238d +PODFILE CHECKSUM: 3b36a7c734809ee54f4ecf0055d9910a9279d555 COCOAPODS: 1.0.0 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 19c306f..458f62f 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -7,641 +7,650 @@ objects = { /* Begin PBXBuildFile section */ - 0013F6DE7E2247675FA8325C0AB555B1 /* PicoConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 25C95F8D3E1632F83B39B9C71EECCD30 /* PicoConverter.m */; }; - 007E3BF0BF2A2854408ACF7433E709E8 /* FBSDKSendButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 7443B72F4E91E3E5DB05F065A6FFD14F /* FBSDKSendButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 020A65A3E154C0B31D1B0351BD8FFEDA /* FBSDKShareOpenGraphAction.m in Sources */ = {isa = PBXBuildFile; fileRef = CA960B93AD896FD4EE9D1F45DDA71D17 /* FBSDKShareOpenGraphAction.m */; }; - 020FAA49E54F3DFA0D24A2D4508306BD /* BSImagePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E814067459261B3A3DC09F679B35522 /* BSImagePicker-dummy.m */; }; - 0222085A44991F96092B78FB418268B5 /* GDataXMLNode.m in Sources */ = {isa = PBXBuildFile; fileRef = AB7F1D75B109817452F3AB64D636ECBB /* GDataXMLNode.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 0276287E0E8F78A9E56AB05E8DCD3DE1 /* FBSDKAppGroupAddDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = E87ED8910D786526F4DCAB58774FECDD /* FBSDKAppGroupAddDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 031C63FA655859684EA74B3087EAD27E /* SWRevealViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4535F742119D357AD5A39169D8F7853D /* SWRevealViewController.m */; }; - 0339052284A47A46E7821D754BB990DF /* FBSDKLoginManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8167429553D296F3B26E087C300B4041 /* FBSDKLoginManager.m */; }; - 0354AFAE7420F7E18D47C9E19BB5F0AE /* FBSDKGraphRequestConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DFC2C33469EEBC2A65523C9ED3EC5B1 /* FBSDKGraphRequestConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 03E71DCD3453CC52D1503B92195F5091 /* FBSDKAppLinkResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = E88F6B2237797BAA00AAB8755F5BC3F6 /* FBSDKAppLinkResolver.m */; }; - 04C0082F6870C6DE50B11245E4221A39 /* BFCancellationTokenRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 081CB8600C49CB4DE6C2C2C73751CD24 /* BFCancellationTokenRegistration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 04C3A0DB3D6632E53AF7FE845B45A3CD /* FBSDKAppLinkUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 528B89A5C89FC133EF3EF3103E889247 /* FBSDKAppLinkUtility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0013F6DE7E2247675FA8325C0AB555B1 /* PicoConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 81098AB9B6F098FF1D8D11E982676637 /* PicoConverter.m */; }; + 007E3BF0BF2A2854408ACF7433E709E8 /* FBSDKSendButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CA72A1074E7109FC13F485003BC05BB /* FBSDKSendButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 020A65A3E154C0B31D1B0351BD8FFEDA /* FBSDKShareOpenGraphAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CA877959747A4B4F9B66EEBDD2A82C0 /* FBSDKShareOpenGraphAction.m */; }; + 020FAA49E54F3DFA0D24A2D4508306BD /* BSImagePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 92259F25DCE2BF1611B75E4F4840AB5D /* BSImagePicker-dummy.m */; }; + 0222085A44991F96092B78FB418268B5 /* GDataXMLNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D806C1208A915E669BD4FBC2B95D419 /* GDataXMLNode.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 0276287E0E8F78A9E56AB05E8DCD3DE1 /* FBSDKAppGroupAddDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = BB8054E3A2BF18C9FE46CAB71B66CE10 /* FBSDKAppGroupAddDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 031C63FA655859684EA74B3087EAD27E /* SWRevealViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D1EC6AEDA20BD0303DE7A08B08C8E8D /* SWRevealViewController.m */; }; + 0339052284A47A46E7821D754BB990DF /* FBSDKLoginManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EA9672FE60ACFA6FD39010D2AA9CF225 /* FBSDKLoginManager.m */; }; + 0354AFAE7420F7E18D47C9E19BB5F0AE /* FBSDKGraphRequestConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D9C8E01DB21AAF105C10CF909B18718 /* FBSDKGraphRequestConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 03E71DCD3453CC52D1503B92195F5091 /* FBSDKAppLinkResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C62ACDBAC74EBED7CA84A6A12227C6 /* FBSDKAppLinkResolver.m */; }; + 04C3A0DB3D6632E53AF7FE845B45A3CD /* FBSDKAppLinkUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 815884EE68A2843EE9E92A62361D5865 /* FBSDKAppLinkUtility.h */; settings = {ATTRIBUTES = (Public, ); }; }; 05A44D5EA4323E675B7335D56AA64EE3 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A04452A724860D85F3FC806E0147F14 /* Alamofire.framework */; }; - 05C70BF173BBB3BFB8572269DD13AD50 /* SOAP12Detail.m in Sources */ = {isa = PBXBuildFile; fileRef = FFAE6EDA0524B39F131C81AD631FA356 /* SOAP12Detail.m */; }; - 05FB221AC2755579479BBCD40E251230 /* FBSDKLikeBoxBorderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF133DF8E294BA7C933A10DC9DC6590 /* FBSDKLikeBoxBorderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0619608E3A27C40EF5E457083D82E018 /* AlamofireSwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B80F449BC1201078B3025F63E77E4A6 /* AlamofireSwiftyJSON.swift */; }; - 06808CCA8955675A9104F4B730FFFEFD /* OrderedDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = EC4F5C09358BA76ADBAC550847C73F6D /* OrderedDictionary.m */; }; - 0691210EC4FFD58AE2E28EC918813988 /* OAuthSwiftURLHandlerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC83A9B183300AA0CA94D8F6D7066FC /* OAuthSwiftURLHandlerType.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 06A4A4AF7AFC580A244A78B2C7999E94 /* FBSDKLikeActionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E30EBD84857CC37B3C4B51AF9DFD0C2 /* FBSDKLikeActionController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06B3CC660A3B863A48757A30E5343758 /* FBSDKGraphRequestBody.m in Sources */ = {isa = PBXBuildFile; fileRef = 542B8458178C2E91AF7AC6303DD6547D /* FBSDKGraphRequestBody.m */; }; + 05C70BF173BBB3BFB8572269DD13AD50 /* SOAP12Detail.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A4B59D684FDB8F3B584C240E622C58A /* SOAP12Detail.m */; }; + 05FB221AC2755579479BBCD40E251230 /* FBSDKLikeBoxBorderView.h in Headers */ = {isa = PBXBuildFile; fileRef = CC26E8E3D7351E9DE44685C51F98DFD0 /* FBSDKLikeBoxBorderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0619608E3A27C40EF5E457083D82E018 /* AlamofireSwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2D0820C1A666D1E9B32168829B4DBA8 /* AlamofireSwiftyJSON.swift */; }; + 06808CCA8955675A9104F4B730FFFEFD /* OrderedDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 98E829CCA52F80AB06FB40F9BB42D357 /* OrderedDictionary.m */; }; + 0691210EC4FFD58AE2E28EC918813988 /* OAuthSwiftURLHandlerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 921ABC778785955368CEA89269359BE6 /* OAuthSwiftURLHandlerType.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 06A4A4AF7AFC580A244A78B2C7999E94 /* FBSDKLikeActionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CE8840CF0E2F288EB9C4341DA8885F1 /* FBSDKLikeActionController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06B3CC660A3B863A48757A30E5343758 /* FBSDKGraphRequestBody.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EB68B5A119AFA8929C94D2CB9AD2A37 /* FBSDKGraphRequestBody.m */; }; 07499EF9512559F0D0DAB19855FCB45D /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0869CA58F7F30AC160140737D5D081ED /* MobileCoreServices.framework */; }; - 079F1EBA6840EB9BE24BD57AFBD73C57 /* BFAppLinkReturnToRefererController.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA6AD93AB539589E7B57D25B7D14AE6 /* BFAppLinkReturnToRefererController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 081A50535FCDF50D0118223459790167 /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E55663F5B8BBA368ADF5B5C632093E9 /* UIImageView+AFNetworking.m */; }; - 08290E6145C64072DFB0801316DE392D /* Pods-Vendoo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EBEA79B4C2F3D8E52CF265ABC735AB5 /* Pods-Vendoo-dummy.m */; }; - 08AFAB53FBB4A259D10CB27EC5CFE83E /* GDataXMLNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 263FA6A0AB0EA3F677AB0DC364CEEBAB /* GDataXMLNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 08C57BA7C4611C12262FD7D63BEE8C1E /* FBSDKErrorRecoveryAttempter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D82F2EA426946006D752521D1780B60 /* FBSDKErrorRecoveryAttempter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08DAC2F4AEE5BBA86F713F32A79E24AF /* FBSDKLoginUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 8333A661194B79421457EE36B04D6676 /* FBSDKLoginUtility.m */; }; + 081A50535FCDF50D0118223459790167 /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FA186481586667CF25E85D337A85871 /* UIImageView+AFNetworking.m */; }; + 08290E6145C64072DFB0801316DE392D /* Pods-Vendoo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35773BF3F8D35D8635CE8E04D3381269 /* Pods-Vendoo-dummy.m */; }; + 08AFAB53FBB4A259D10CB27EC5CFE83E /* GDataXMLNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DA6D2F389AF14019E8BA74FF2690A20 /* GDataXMLNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08C57BA7C4611C12262FD7D63BEE8C1E /* FBSDKErrorRecoveryAttempter.h in Headers */ = {isa = PBXBuildFile; fileRef = 658C82613C9FB905AB99A1A9CF2F6372 /* FBSDKErrorRecoveryAttempter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08DAC2F4AEE5BBA86F713F32A79E24AF /* FBSDKLoginUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 4632B5EF96567E5690D2872ED18DB524 /* FBSDKLoginUtility.m */; }; 08DF92C398441AD329AE3D30BD424F0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - 095406039B4D371E48D08B38A2975AC8 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA4968EB785595DB39D8383FE7A483F4 /* Error.swift */; }; - 096FB1973BA9EC2D4C1D8DF698133F1D /* OAuthSwiftClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 295D14C228A233A28DD9E4B14392D87C /* OAuthSwiftClient.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 09CA89656321616AB2CF649279B400C1 /* FBSDKGraphErrorRecoveryProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A3ED7637B9F9DC217E9F80CA936A1A4 /* FBSDKGraphErrorRecoveryProcessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A7D3F6374E8E2B7E8CB9B2D3E83A83A /* FBSDKBridgeAPIProtocolWebV1.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D5ECEAC7B2F96C8E7DCB47B330197C /* FBSDKBridgeAPIProtocolWebV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A8703E4AF0023F131B79866B4B705D4 /* FBSDKBase64.h in Headers */ = {isa = PBXBuildFile; fileRef = 86636A60099FA5FBDAC924F1B1677AA1 /* FBSDKBase64.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AAEA700978D1406CFC13FFEF8E72BB4 /* FBSDKMessengerIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D0C5FBF2C08DF7DAB08606B60C36BD0 /* FBSDKMessengerIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AE1D7C5C2AE6ACE895F6B267FC9DA7F /* CameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A134EDA4C3B4C3FF0BB1D6DDC95654E8 /* CameraCell.swift */; }; - 0B74B022BF109C2753A56CD082E10C61 /* FBSDKAccessToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B774F49E14506E75A5325BC22BB9707 /* FBSDKAccessToken.m */; }; - 0B8052279201BD94A1829862BFC57B2B /* FBSDKShareOpenGraphValueContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B371890DC6857A7F6F1A4AEEA814455 /* FBSDKShareOpenGraphValueContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0BC8CA9D876F0078A71FA6DA7E96B4F5 /* add_photo@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B3E95FDEA2133740A3C50F47047C01F7 /* add_photo@2x.png */; }; - 0BDC4DAA1B69B3349079C5432DE9AB58 /* FBSDKWebDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = CF2210853A6EB283E0E616A58DA5340F /* FBSDKWebDialog.m */; }; - 0C11E95A97B2D6541603C23A850EC4EF /* FBSDKShareButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 96F916BD0D52C7093F697667FCA2C581 /* FBSDKShareButton.m */; }; - 0D79E48F5B7F8FCAC2E90DBBCE5FA98F /* FBSDKKeychainStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F827E61862062CE42C901C80BCA95BD6 /* FBSDKKeychainStore.m */; }; - 0D94C1A9F08091042D4566C5C7C5F88C /* SOAP11Detail.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D6D8E5A1BD299D3F8C33F07AE955FC4 /* SOAP11Detail.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0D9C01E9CFFF23D0BD3C3B9A73D48C16 /* FBSDKMessengerIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = AA9A049F831714EAC04FFA6DC5A39DAE /* FBSDKMessengerIcon.m */; }; - 0EEF80A8836783073DB22A229E6DA59E /* FBSDKLikeActionControllerCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 06483B6DF0ECDBC98BAF1FF310F30FD9 /* FBSDKLikeActionControllerCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F1C84A2FE906A408036822AA11DE763 /* ZoomAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE340713A4F20B361EC03B8D40DAAD42 /* ZoomAnimator.swift */; }; - 0F25B917DA657DAC351C4AA787B5FB6A /* PicoPropertySchema.m in Sources */ = {isa = PBXBuildFile; fileRef = 5087E6D9C57E52D3CCDFB6005F557D08 /* PicoPropertySchema.m */; }; - 0F6FD8711C8484D95F5B586274678491 /* FBSDKAccessTokenCaching.h in Headers */ = {isa = PBXBuildFile; fileRef = B7A5F25C4BC5191E6A1175266BBBBD46 /* FBSDKAccessTokenCaching.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F7824F41301AFB6FAB5725D85BB111A /* FBSDKBridgeAPICrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D3EE056A570A92236B26CDEFA570BA6 /* FBSDKBridgeAPICrypto.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FB1CE9AB76B77BEFC2F5DD025EB6032 /* FBSDKLoginUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FF237F2454DB22B1CC265BD387D06EA /* FBSDKLoginUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FED72D02DF25255150B8301A353949A /* FBSDKAudioResourceLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = F1F5D2A20903DA1E3C86DA0F3954DDC5 /* FBSDKAudioResourceLoader.m */; }; - 10113E207516DDCAC19E3B2FED7E12C4 /* LocksmithError.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC005966522AB3BA5C1319F9FD58CCF7 /* LocksmithError.swift */; }; - 101C7F4C186E883172ABF5F6E3E1F7FF /* Pods-VendooTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 48A543CE70E5133398E8F1067F58D68C /* Pods-VendooTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 11074EF1935280D147266516C9B27B0B /* BFURL.m in Sources */ = {isa = PBXBuildFile; fileRef = A6C8771549CDBD372B12C4ADFB188DBA /* BFURL.m */; }; - 1110C890C028A60D617B28184DFF9968 /* FBSDKLikeBoxBorderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1714F1E391D59AE83B5BF549FC879787 /* FBSDKLikeBoxBorderView.m */; }; - 11D89502D964832FC217751339F7E7EF /* FBSDKShareOpenGraphValueContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E96AEABE29993EDA280BA42413957D6 /* FBSDKShareOpenGraphValueContainer.m */; }; - 1200A152A08388893BFA023980C2CF48 /* FBSDKLoginManagerLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = DC3131342D1498C50520CB3D4B5312E0 /* FBSDKLoginManagerLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1223F5A55842762540827B06FF111C4A /* BFAppLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 7706ADAE65B5872E53AD5EC758FCAC66 /* BFAppLink.m */; }; - 127CB1D3B204EE69ADA315CE2626BA2E /* PicoSOAPRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 44C430CBBAA9FEA63C5209DDE6FFA690 /* PicoSOAPRequestOperation.m */; }; - 132458EB60BAA5BC75398E85E9074E8C /* BFAppLinkResolving.h in Headers */ = {isa = PBXBuildFile; fileRef = E7445206939D554844C4596CB5EE31F2 /* BFAppLinkResolving.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1360C072C79DBA6E4B292B7A05B73ACB /* FBSDKAppGroupJoinDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 951C62F51881C09A4B55FF637652B3C7 /* FBSDKAppGroupJoinDialog.m */; }; - 1389748BE24F9D2223187CB20D9A020C /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A9863A02FFE0830ADD2C323117E6CC0 /* AFURLRequestSerialization.m */; }; - 13EB929F72B356FC41F08CCF85D5D0C1 /* Locksmith-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EDBE356EA26283AB85685C001D3F1283 /* Locksmith-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1434A073055312B7CE4FB95A1605C0A5 /* FBSDKTimeSpentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 87C5B13D3856B99DA1740107BACE9012 /* FBSDKTimeSpentData.m */; }; - 1466EF30D00D1177D0DE725B8D61C061 /* FBSDKURLOpening.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F30CDBB0FB833D7E42F69FB6461FC9 /* FBSDKURLOpening.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1495BCB330D338CEF2E39D10082B941C /* LocksmithAccessibleOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 631B8635234842FF30A501FC2E0A05AD /* LocksmithAccessibleOption.swift */; }; - 14CCB9B9C95EBBD456D7E4EABD82E0BF /* FBSDKLoginCompletion+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = EFCC83EA000E5E453E0828272CFC5F81 /* FBSDKLoginCompletion+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15157568822DD94ED8A8F3A24BCF47C0 /* FBSDKAccessTokenCacheV3_17.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AEC286D6149E3B872E82387C061171D /* FBSDKAccessTokenCacheV3_17.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 156E7E46571EB8762B7507B951FC499B /* FBSDKProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = C362D96490363EEB91406D1BD3AC56D8 /* FBSDKProfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1584E5A5BBCA3AA6E1ECD1E2C95D9830 /* SOAP11Fault.h in Headers */ = {isa = PBXBuildFile; fileRef = 856A58762DE68EF8777D36B5073D5EFD /* SOAP11Fault.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 15EDAC05EB1C7ADBF13CDE7ECEB68CF7 /* FBSDKLikeButton+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 13720A6B0279EADECB703A1E18659D75 /* FBSDKLikeButton+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16102E4E35FAA0FC4161282FECE56469 /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1094DA09BA1AF6EAB914FD14BA12DE9A /* Timeline.swift */; }; - 17CBE972A85353EEC58B6CC0DBA34648 /* SOAP12NotUnderstoodType.h in Headers */ = {isa = PBXBuildFile; fileRef = C4B73A7EFAC3FFB54A3AE4D2B6481C5C /* SOAP12NotUnderstoodType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 180BFD5C4CF58060C6E4673D16922EF9 /* FBSDKGameRequestContent.h in Headers */ = {isa = PBXBuildFile; fileRef = B9F787291D959F0B4EA8030D8AAFAE07 /* FBSDKGameRequestContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 183F3F433680B1AC95B7836E17DCFC99 /* FacebookOAuth2Module.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17CA1CB6B0D798AF841D67208D300CB1 /* FacebookOAuth2Module.swift */; }; - 185EEB501ACB365FFF762EED05F47DA7 /* PicoCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BF5F3354EDA7C0005A7399103D320CC /* PicoCache.m */; }; - 1877520854C1B04C797C8FD94308AB48 /* FBSDKDynamicFrameworkLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = B1668B559D95DDB3618943D480601C27 /* FBSDKDynamicFrameworkLoader.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 188A670E26DA49268A133953AF0BF038 /* FBSDKShareOpenGraphValueContainer+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 19BB96A4D083676977ABF2A6D7901334 /* FBSDKShareOpenGraphValueContainer+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18CE9D61375040945DED78819CF3B09E /* BFCancellationTokenSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 30E230FA488ADDBE6D6E0CAAC4CF0489 /* BFCancellationTokenSource.m */; }; - 1A15E1DAB1BF63371AE5ADFAED9169E5 /* UIRefreshControl+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FB368078B7D6F8E0C4300704A37CDA0 /* UIRefreshControl+AFNetworking.m */; }; - 1A1DBDBFC387F891086033E7C529931C /* FBSDKCheckmarkIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = CB702A196EA9A3B8656F7A6F25877EC5 /* FBSDKCheckmarkIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A41AA1660DA17FD9EEE7CC544D1C0A4 /* _FBSDKTemporaryErrorRecoveryAttempter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F99FC1795FA16298C847227880553D3 /* _FBSDKTemporaryErrorRecoveryAttempter.m */; }; - 1C12F2E4F1172545BB500BE11DC82D2C /* OAuth2Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB81C23CFCE3144CC262880A877256A4 /* OAuth2Swift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 1C33FD78005932356FF3E937998CBCC5 /* BSGridCollectionViewLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 84DF7BA416F88086E02352F3F29B908C /* BSGridCollectionViewLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C384C9C00881F5B98D441807AA11D67 /* PicoConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BC41C009CCDEE40533F31E278D8C13E /* PicoConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C5CA0323B22B50689F6252B44A93D80 /* JsonResponseSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D87310A39E9851614909D9B40B9FB9F /* JsonResponseSerializer.swift */; }; - 1CE5848A3307E495D6DFD6390CCB886E /* PicoConvertable.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F56A7382235B15871F0279C422B81B /* PicoConvertable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1CF8B8AD6CAA603A95B2C395AB4057B6 /* FBSDKIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = 2461D7441DE8D2AFFBEE09070B397DF0 /* FBSDKIcon.m */; }; + 0940D840A3055E3A6C3A1D9BCD8480C3 /* Pods-Vendoo-VendooUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A8A9F7077071AC139E54B95C669CBE2 /* Pods-Vendoo-VendooUITests-dummy.m */; }; + 095406039B4D371E48D08B38A2975AC8 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02F16D93F7CBC4DDFC72FC03A0E42E82 /* Error.swift */; }; + 096FB1973BA9EC2D4C1D8DF698133F1D /* OAuthSwiftClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB0A045B230B8CCD0523F87D3DEF8C9F /* OAuthSwiftClient.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 09CA89656321616AB2CF649279B400C1 /* FBSDKGraphErrorRecoveryProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D5D774BFB590DE4A8D8308CA4249E6 /* FBSDKGraphErrorRecoveryProcessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A7D3F6374E8E2B7E8CB9B2D3E83A83A /* FBSDKBridgeAPIProtocolWebV1.h in Headers */ = {isa = PBXBuildFile; fileRef = 04C630A21B0B22B553420BCFFF34A307 /* FBSDKBridgeAPIProtocolWebV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A8703E4AF0023F131B79866B4B705D4 /* FBSDKBase64.h in Headers */ = {isa = PBXBuildFile; fileRef = CA18F7E3B63386B99BC27FE3891447FB /* FBSDKBase64.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A9A3F9CCE438996942DA3B5A067BD01 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; + 0AAEA700978D1406CFC13FFEF8E72BB4 /* FBSDKMessengerIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = FA7505206E90180002A81B093D8205B7 /* FBSDKMessengerIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AE1D7C5C2AE6ACE895F6B267FC9DA7F /* CameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F48974850CDE3FAA87DE439C405E05D /* CameraCell.swift */; }; + 0B74B022BF109C2753A56CD082E10C61 /* FBSDKAccessToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BA69F359686D0DF13E8908891278F2B /* FBSDKAccessToken.m */; }; + 0B8052279201BD94A1829862BFC57B2B /* FBSDKShareOpenGraphValueContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = E4C5AC4A40579BDC28AF236C903221A5 /* FBSDKShareOpenGraphValueContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0BC8CA9D876F0078A71FA6DA7E96B4F5 /* add_photo@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F74C14BEF6DB17CD8EF940C4A4EEAC0F /* add_photo@2x.png */; }; + 0BDC4DAA1B69B3349079C5432DE9AB58 /* FBSDKWebDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 14D5C9BBF76C567DFE57F34DBDE0602A /* FBSDKWebDialog.m */; }; + 0C11E95A97B2D6541603C23A850EC4EF /* FBSDKShareButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 330B9B5C67D0B9BB12D7824AD0EF8750 /* FBSDKShareButton.m */; }; + 0D79E48F5B7F8FCAC2E90DBBCE5FA98F /* FBSDKKeychainStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 5763164C84BA1444CC801F972E189C0A /* FBSDKKeychainStore.m */; }; + 0D94C1A9F08091042D4566C5C7C5F88C /* SOAP11Detail.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6284E8F6E616899222D07D6E94CFA6 /* SOAP11Detail.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0D9C01E9CFFF23D0BD3C3B9A73D48C16 /* FBSDKMessengerIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = C30A2644F497757FCC7E6FEEC1B99F65 /* FBSDKMessengerIcon.m */; }; + 0EEF80A8836783073DB22A229E6DA59E /* FBSDKLikeActionControllerCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 16FF99E2896CF92A099F5543EE4C8D6F /* FBSDKLikeActionControllerCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F1C84A2FE906A408036822AA11DE763 /* ZoomAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3CE70F7EC79F8127B634681942B5E63 /* ZoomAnimator.swift */; }; + 0F25B917DA657DAC351C4AA787B5FB6A /* PicoPropertySchema.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B6C01EF3CFD2A471E161F4785915A2C /* PicoPropertySchema.m */; }; + 0F6FD8711C8484D95F5B586274678491 /* FBSDKAccessTokenCaching.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7827DFEA640657B36BF25F407DE23F /* FBSDKAccessTokenCaching.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F7824F41301AFB6FAB5725D85BB111A /* FBSDKBridgeAPICrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = DCCA5879C89062A06F6669EEC7EE9423 /* FBSDKBridgeAPICrypto.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FB1CE9AB76B77BEFC2F5DD025EB6032 /* FBSDKLoginUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 93CB1CDBD0B28BB95D1442933494F779 /* FBSDKLoginUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FED72D02DF25255150B8301A353949A /* FBSDKAudioResourceLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 40860CE4791C20738F3B29A2D545328F /* FBSDKAudioResourceLoader.m */; }; + 10113E207516DDCAC19E3B2FED7E12C4 /* LocksmithError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F388A6999ED21F6E0CDA986059254761 /* LocksmithError.swift */; }; + 1110C890C028A60D617B28184DFF9968 /* FBSDKLikeBoxBorderView.m in Sources */ = {isa = PBXBuildFile; fileRef = B1D4D60E118BCEA00D0A4FEB5BAEC77F /* FBSDKLikeBoxBorderView.m */; }; + 11D89502D964832FC217751339F7E7EF /* FBSDKShareOpenGraphValueContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EF195E634F9163762F5DC62B9188FBD /* FBSDKShareOpenGraphValueContainer.m */; }; + 1200A152A08388893BFA023980C2CF48 /* FBSDKLoginManagerLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F027A34F37FC5B1E04DA0CDAEEA3F90 /* FBSDKLoginManagerLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 127CB1D3B204EE69ADA315CE2626BA2E /* PicoSOAPRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F144E0ADE3648A5D32EFCA69C0B7234E /* PicoSOAPRequestOperation.m */; }; + 1360C072C79DBA6E4B292B7A05B73ACB /* FBSDKAppGroupJoinDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = BC651BA0CE2DD998966FD25782EDCD2A /* FBSDKAppGroupJoinDialog.m */; }; + 1389748BE24F9D2223187CB20D9A020C /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AE1DAC81DA71B7B0830E680E6E181BC /* AFURLRequestSerialization.m */; }; + 139FE4B378AF69FD65DF73C921B131AD /* BFCancellationToken.m in Sources */ = {isa = PBXBuildFile; fileRef = F3656113C4722F5334A57E106D278299 /* BFCancellationToken.m */; }; + 13EB929F72B356FC41F08CCF85D5D0C1 /* Locksmith-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 361326F6C653527F508CB94E067782E3 /* Locksmith-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1434A073055312B7CE4FB95A1605C0A5 /* FBSDKTimeSpentData.m in Sources */ = {isa = PBXBuildFile; fileRef = C852408AFC2802B823BA4A17ADF80B1B /* FBSDKTimeSpentData.m */; }; + 1466EF30D00D1177D0DE725B8D61C061 /* FBSDKURLOpening.h in Headers */ = {isa = PBXBuildFile; fileRef = BDC826F2E70996C9AE87B96D3211DA29 /* FBSDKURLOpening.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1495BCB330D338CEF2E39D10082B941C /* LocksmithAccessibleOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86A2836FC6242D140DE7679038EA30E7 /* LocksmithAccessibleOption.swift */; }; + 14CCB9B9C95EBBD456D7E4EABD82E0BF /* FBSDKLoginCompletion+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D4ED8D0A31D91EFC609099F382FA31B /* FBSDKLoginCompletion+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15157568822DD94ED8A8F3A24BCF47C0 /* FBSDKAccessTokenCacheV3_17.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F84E0250821081E5D6E4D529F79671F /* FBSDKAccessTokenCacheV3_17.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 156E7E46571EB8762B7507B951FC499B /* FBSDKProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 822D72BA8B1F86602793321A425FE83A /* FBSDKProfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1584E5A5BBCA3AA6E1ECD1E2C95D9830 /* SOAP11Fault.h in Headers */ = {isa = PBXBuildFile; fileRef = CB3AE43A409680DFB7DA272E5663295F /* SOAP11Fault.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 15EDAC05EB1C7ADBF13CDE7ECEB68CF7 /* FBSDKLikeButton+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ED3CE884BE63449A8C1FCAD839407AB /* FBSDKLikeButton+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16102E4E35FAA0FC4161282FECE56469 /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E9E12C665A69B68F3CF98C3E7E2289C /* Timeline.swift */; }; + 17CBE972A85353EEC58B6CC0DBA34648 /* SOAP12NotUnderstoodType.h in Headers */ = {isa = PBXBuildFile; fileRef = 17D5F633C3BA9C080CCE39DFDEC7F5F2 /* SOAP12NotUnderstoodType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 180BFD5C4CF58060C6E4673D16922EF9 /* FBSDKGameRequestContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5595F78F1E2E6FCCD38460CBE7987096 /* FBSDKGameRequestContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 183F3F433680B1AC95B7836E17DCFC99 /* FacebookOAuth2Module.swift in Sources */ = {isa = PBXBuildFile; fileRef = C51B5750BB15F67ED3A8ED2357279441 /* FacebookOAuth2Module.swift */; }; + 185EEB501ACB365FFF762EED05F47DA7 /* PicoCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C76755FC326B96C91E3B9227D2F4AF6F /* PicoCache.m */; }; + 1877520854C1B04C797C8FD94308AB48 /* FBSDKDynamicFrameworkLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = B62A5569FC7D6F49DDF2E9EE5A048EB3 /* FBSDKDynamicFrameworkLoader.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 188A670E26DA49268A133953AF0BF038 /* FBSDKShareOpenGraphValueContainer+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CEC32AA1EFCCD3D9FE925C92ADA221E /* FBSDKShareOpenGraphValueContainer+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A15E1DAB1BF63371AE5ADFAED9169E5 /* UIRefreshControl+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 1864F630CE031BF44EDE61E5DF26ECCD /* UIRefreshControl+AFNetworking.m */; }; + 1A1DBDBFC387F891086033E7C529931C /* FBSDKCheckmarkIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = 82CAB572E7F231888D8E94DCD2A61FF5 /* FBSDKCheckmarkIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A41AA1660DA17FD9EEE7CC544D1C0A4 /* _FBSDKTemporaryErrorRecoveryAttempter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AA8F245D01102A52F45777264C584FA /* _FBSDKTemporaryErrorRecoveryAttempter.m */; }; + 1C12F2E4F1172545BB500BE11DC82D2C /* OAuth2Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CB5F994A6A4BCEA588CB83296658340 /* OAuth2Swift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 1C33FD78005932356FF3E937998CBCC5 /* BSGridCollectionViewLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D9F9416BF5E8231542F184A97B97CE3 /* BSGridCollectionViewLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C384C9C00881F5B98D441807AA11D67 /* PicoConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = EAE080E43FE64694DEB0DE294C12D829 /* PicoConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C5CA0323B22B50689F6252B44A93D80 /* JsonResponseSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = AABACEDD73398DA40B1435947C6ABC59 /* JsonResponseSerializer.swift */; }; + 1CE5848A3307E495D6DFD6390CCB886E /* PicoConvertable.h in Headers */ = {isa = PBXBuildFile; fileRef = 91C12F6034F46AAC8A4681C7FF33414B /* PicoConvertable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1CF8B8AD6CAA603A95B2C395AB4057B6 /* FBSDKIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = 6564D6E0C0B299EF82715CA242A8DB02 /* FBSDKIcon.m */; }; 1D289D03369E7C05652B06DBA8CC3860 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - 1D716404A2353ADA0326C44132D1EFD9 /* FBSDKAppEventsStateManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B903E68E843B458D3A674A7FDFC828D /* FBSDKAppEventsStateManager.m */; }; - 1EA06503C7AF1CA5E13950E3E7D7830E /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 66637A451D0922EB17CC7C4EFBDAE474 /* AFNetworkActivityIndicatorManager.m */; }; - 1FFE8A6DDCA9246D3EA98372EAD63780 /* UIImageViewModeScaleAspect-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D63D02E91D6B38B135432322DB3524D1 /* UIImageViewModeScaleAspect-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 21C2EDD822EFC4620D4709B0B4AF6154 /* Bolts.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DAC78C26E82E0DEF6D8AE88AD0F07E0 /* Bolts.m */; }; - 23772EC6E0C5B91318B4350D87BDCE6B /* FBSDKGraphRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 72B46760723EC25F998F7D4EBEA129FC /* FBSDKGraphRequest.m */; }; - 242E73B2F0842E1CF5348D2BC765DE8A /* FBSDKGraphRequestDataAttachment.m in Sources */ = {isa = PBXBuildFile; fileRef = 7096680B738DB0484C254620D2E387D7 /* FBSDKGraphRequestDataAttachment.m */; }; + 1D716404A2353ADA0326C44132D1EFD9 /* FBSDKAppEventsStateManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D3C023CAB4F2364653FE94AE7D7989C9 /* FBSDKAppEventsStateManager.m */; }; + 1DCFCA14CBF89C36D853B87417E126E6 /* BFCancellationTokenSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 521428FAB97E69066F88237BE8C4AE9B /* BFCancellationTokenSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1EA06503C7AF1CA5E13950E3E7D7830E /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C40DAE14029892B289A8FE01392AA863 /* AFNetworkActivityIndicatorManager.m */; }; + 1FFE8A6DDCA9246D3EA98372EAD63780 /* UIImageViewModeScaleAspect-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AEECAD598F614CB0F93432ADB80E8005 /* UIImageViewModeScaleAspect-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23772EC6E0C5B91318B4350D87BDCE6B /* FBSDKGraphRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = BF4ABFB3666982C4726ADDAC9255BAAE /* FBSDKGraphRequest.m */; }; + 242E73B2F0842E1CF5348D2BC765DE8A /* FBSDKGraphRequestDataAttachment.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E3CC35EBB907779C52E2BA419C652C7 /* FBSDKGraphRequestDataAttachment.m */; }; + 24600483CE2FB9BBDED179CCC892F3F8 /* BFExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 83046507F9437DD39784307FE629DB93 /* BFExecutor.h */; settings = {ATTRIBUTES = (Public, ); }; }; 246B33E8266726E300011481E9237428 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - 24874650BA474E95829A5FCF9FC7E70E /* FBSDKCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 15EF32CAAEAA0FFC2C5418D1A5636757 /* FBSDKCrypto.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24DB7D4E986A59B0E032E4F83A69536A /* FBSDKAppGroupJoinDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B68C447F74BC31DEADD891C361335F /* FBSDKAppGroupJoinDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 251B153287407A947B9F77303CB7F275 /* PicoNumberConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E3CBDE527F6904213F27F6705102C61 /* PicoNumberConverter.m */; }; - 25437F3A03168A7FF5A5F5864F0DA732 /* AeroGearOAuth2-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3A777C3B661F7B780589D8A6D80C61 /* AeroGearOAuth2-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24874650BA474E95829A5FCF9FC7E70E /* FBSDKCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = B5CC773751C97D5CF077570D03A9765F /* FBSDKCrypto.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24DB7D4E986A59B0E032E4F83A69536A /* FBSDKAppGroupJoinDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 614DE4EB432D19E0071EC7F596F51B39 /* FBSDKAppGroupJoinDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 251B153287407A947B9F77303CB7F275 /* PicoNumberConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = BBD5681377B692D09F16AB0C9AC0EC4F /* PicoNumberConverter.m */; }; + 25437F3A03168A7FF5A5F5864F0DA732 /* AeroGearOAuth2-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1558E1357BE03000E98FFEE56D1E1DE3 /* AeroGearOAuth2-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 263150DA2DD0AA9AF442DA4068164DF8 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C49D5E408220FD79661F21912A9E0B1B /* CFNetwork.framework */; }; - 27475CD6178BFAF6C02F071E7D6B8695 /* FBSDKTestUsersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 77E0934A37E1F2FA98FB5D3739E001A5 /* FBSDKTestUsersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 27591714E6846BFD95B8FBBEC15F97D1 /* FBSDKShareOpenGraphContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A5C272ABA84D3E561D9AC02651B2149 /* FBSDKShareOpenGraphContent.m */; }; + 27475CD6178BFAF6C02F071E7D6B8695 /* FBSDKTestUsersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 57C261DD8D16CB4A5AA9E9C697887864 /* FBSDKTestUsersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 27591714E6846BFD95B8FBBEC15F97D1 /* FBSDKShareOpenGraphContent.m in Sources */ = {isa = PBXBuildFile; fileRef = CBED686AC5937A6ED7CF2977FDFCC0DF /* FBSDKShareOpenGraphContent.m */; }; 27840D8AC96D3180626B40D4AE7A715F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - 27AFC2D1A21EAE366618898F50287183 /* FBSDKAppGroupContent.m in Sources */ = {isa = PBXBuildFile; fileRef = D5C4D0B727AA07AD1DEEB2EDE4ADD54B /* FBSDKAppGroupContent.m */; }; - 27B378AAF73A1EBB45FFD7EA38D37247 /* FBSDKLoginManagerLoginResult.m in Sources */ = {isa = PBXBuildFile; fileRef = B4515786DE182EA48EA9A5B2F7C99B06 /* FBSDKLoginManagerLoginResult.m */; }; - 27B9305978AB08232BD1BAD3E5CF8FBB /* AuthzModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF376A0589D6D5E1ECBC5D54F204BA73 /* AuthzModule.swift */; }; - 2866B55F0B1E204001EF16753AFD3426 /* FBSDKHashtag.m in Sources */ = {isa = PBXBuildFile; fileRef = 67AC173299C2515858CE511C0BFECC50 /* FBSDKHashtag.m */; }; - 290353FFD70C6FED0E88244849792541 /* AFHTTPRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D5E452138D2A508FB9B2CF32B60DCBF /* AFHTTPRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 290E7890207984177124BD5F84F0D04C /* FBSDKURLConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A4D5F2D2F3E1164B5BAEE50EF1194B6 /* FBSDKURLConnection.m */; }; - 291FE1D4F4658AE8249A7AA798367A07 /* OAuthSwiftHTTPRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D243382424AA68FAD4363AAF9D62B8D /* OAuthSwiftHTTPRequest.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 298BABB267BFF3841CDC2D083BC4E8C5 /* PicoCacheEntry.m in Sources */ = {isa = PBXBuildFile; fileRef = BF336A659C634979871F32521DAD108D /* PicoCacheEntry.m */; }; - 29D5072854A624ECD53A502670BE3498 /* FBSDKServerConfigurationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D141CA70008359B076D089A6D828224B /* FBSDKServerConfigurationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B44537869F2E871DA87CFFA22DC331B /* PicoDataConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = A4DC65017DEE769E0C71CD9FD4385A40 /* PicoDataConverter.m */; }; - 2BD969D274F4CC68A4E73E74135AAAB6 /* FBSDKAccessTokenCacheV3_17.m in Sources */ = {isa = PBXBuildFile; fileRef = A9F0CA024BDA224815C153F250908E57 /* FBSDKAccessTokenCacheV3_17.m */; }; - 2C1DCEEF93879DDE6AD0C2F2BC350C0A /* FBSDKLikeDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = BA51608821566B5B31A7005D3A42D69F /* FBSDKLikeDialog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D328AD191D951FE755FCF0F4FBFD86F /* add_photo.png in Resources */ = {isa = PBXBuildFile; fileRef = BE38489CADA34BFFA5F0622A4AB3CB6B /* add_photo.png */; }; - 2D3405986FC586FA6C0A5E0B6BA7E64E /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D47DC14E1448C7985275EBD51E4D2A7B /* Validation.swift */; }; - 2E4CAFABE35B8FC728822895A3A7581C /* XMLWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = F7E294921A58F30FD8A056BDDB358920 /* XMLWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E5AA7B66CE7F0DB9CEFC25F55C41124 /* FBSDKServerConfigurationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C7F8388743F9AA0F25C62524F5199FA /* FBSDKServerConfigurationManager.m */; }; - 2E8C5651C2D34FAD23D4395363E80A3F /* FBSDKAppEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CF5270E030B6625874636EF11402ED1 /* FBSDKAppEvents.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F37D130B5D76485C1A990F248DC8354 /* PicoSOAPClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D71DB85D6C13322EAFAA24B26EDADEB /* PicoSOAPClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F8DC41254534116CBADC7701C24B7EA /* SWRevealViewController-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BB552931689D93CA5501F0B6EFB66FD /* SWRevealViewController-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F9492A82F7B9F44D6452E5A1DFB986E /* _FBSDKTemporaryErrorRecoveryAttempter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DF4BC9FD65E2F4CA866401E672ED1BA /* _FBSDKTemporaryErrorRecoveryAttempter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FA0E03C590839B4243AB5B91DD749AF /* FBSDKShareVideoContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 35E165016BF8327D8152D57A7F146245 /* FBSDKShareVideoContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2FB79A55DE2E9F7ABB3B4C7871CD0C5B /* OAuth1Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE88D6184150D1D4065CEE29B90CECCD /* OAuth1Swift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 2FF1B23AA41F471B163257FEF07E3B95 /* FBSDKProfilePictureView.h in Headers */ = {isa = PBXBuildFile; fileRef = 30F02E828F3EACF182C4972D755DEAFE /* FBSDKProfilePictureView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2FFADE6D19B6BED1A0650D0CEC6EC9A1 /* FBSDKBridgeAPIProtocolType.h in Headers */ = {isa = PBXBuildFile; fileRef = 695C38C55EF5137FBCA4055A053F1E71 /* FBSDKBridgeAPIProtocolType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 309BA559E28A032D7AB8DA1BFB1ED288 /* arrow_down@1x.png in Resources */ = {isa = PBXBuildFile; fileRef = A9C1548BC9329CD483A72FA0D26FFCB1 /* arrow_down@1x.png */; }; - 316600E170EB0DDAAC598905501E274F /* TYMActivityIndicatorView.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 0CC63C78FD9CDABC05BC040B579F3D95 /* TYMActivityIndicatorView.bundle */; }; - 31694BB1A321078621424E065953D9DD /* FBSDKServerConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0351E0CDEF6D1C3BF6289311FA0411F6 /* FBSDKServerConfiguration.m */; }; - 3249F988C94C1B64192C42A11902D850 /* FBSDKLoginError.h in Headers */ = {isa = PBXBuildFile; fileRef = 329CD30BD9AA2CCE9A8C9D3506C8DF82 /* FBSDKLoginError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32BE0FB08D9ECD2974197D862E320E36 /* UIWebView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = C5EA06B9074ED47EF25593984B67542A /* UIWebView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 334A9EB0A89E519A4CD425EF39DCDA2F /* FBSDKLoginManager+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9538C943645DBA04572DDB0EF1955A6E /* FBSDKLoginManager+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 349308F0D458195CBF3C7D9078D59547 /* FBSDKDialogConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = D7A057740CF5683BB7F50F42214E7EF2 /* FBSDKDialogConfiguration.m */; }; - 34BEE08ED8F8B9B3B939D4D732CFBEFE /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 406005231F44AC07439A9E1E39621033 /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 34BFAC18A269D413F0C10F40601D4095 /* AeroGearHttp-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 419826C7AFC824CFE19FFBCDEBEDF09C /* AeroGearHttp-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 34CCDCA848A701466256BC2927DA8856 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F03A405CCAEA1AD264C870695941820 /* NetworkReachabilityManager.swift */; }; - 35053BA799D569D42234202DCE2DB786 /* SOAP11Body.h in Headers */ = {isa = PBXBuildFile; fileRef = D484D1E6F661E47C0D20B36E89DB3D97 /* SOAP11Body.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 356C94C2276AD2EFDC966E226C8BB5F4 /* PicoStringConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = EBD21A7F2455E4AB8F441155D5F22BC3 /* PicoStringConverter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3606A4DF8BB01301D9C86021F19BD2A5 /* BFAppLinkReturnToRefererView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D2DDBFBCC4D2E2F6C7BEDC8839C3DE3 /* BFAppLinkReturnToRefererView.m */; }; - 36463D62E47D3C86C700BE506CF20513 /* SOAP12Fault.m in Sources */ = {isa = PBXBuildFile; fileRef = 925517ECE8963F8F7FE66E315871B1C7 /* SOAP12Fault.m */; }; - 36EC0F3B99211C490C358637095E707F /* FBSDKUIUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = F6E537E7FA3A28F0279CF2D163705766 /* FBSDKUIUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36F127350534946859EEB412AFAA0702 /* SOAP12Faultcode.h in Headers */ = {isa = PBXBuildFile; fileRef = 941DD4C16D02FE28591E0E90633F19A7 /* SOAP12Faultcode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 27AFC2D1A21EAE366618898F50287183 /* FBSDKAppGroupContent.m in Sources */ = {isa = PBXBuildFile; fileRef = EFEA264F83FCD09489CBB48FEC925925 /* FBSDKAppGroupContent.m */; }; + 27B378AAF73A1EBB45FFD7EA38D37247 /* FBSDKLoginManagerLoginResult.m in Sources */ = {isa = PBXBuildFile; fileRef = B9A9E24E48892C412B3EBB0DD83970EE /* FBSDKLoginManagerLoginResult.m */; }; + 27B9305978AB08232BD1BAD3E5CF8FBB /* AuthzModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63537DDFAEFE1F2749F7CB8138DE2F98 /* AuthzModule.swift */; }; + 2866B55F0B1E204001EF16753AFD3426 /* FBSDKHashtag.m in Sources */ = {isa = PBXBuildFile; fileRef = 717C21EDAE454445C37AA0B5F44D2757 /* FBSDKHashtag.m */; }; + 290353FFD70C6FED0E88244849792541 /* AFHTTPRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DB476976DBD8C5481E989BDDB475605 /* AFHTTPRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 290E7890207984177124BD5F84F0D04C /* FBSDKURLConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 978A4B1D5DD8E6E69DF6BD58923D66BB /* FBSDKURLConnection.m */; }; + 291FE1D4F4658AE8249A7AA798367A07 /* OAuthSwiftHTTPRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F259A10A758FB0A23ADF86E84EC2856 /* OAuthSwiftHTTPRequest.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 298BABB267BFF3841CDC2D083BC4E8C5 /* PicoCacheEntry.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A2FF495ACA841678ABF1B82FF9DF99B /* PicoCacheEntry.m */; }; + 29D5072854A624ECD53A502670BE3498 /* FBSDKServerConfigurationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BDCDB4AC58638D44FA6AFD685AD3513F /* FBSDKServerConfigurationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B44537869F2E871DA87CFFA22DC331B /* PicoDataConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E18B060939A2A20AC35F497BB8D9F7C /* PicoDataConverter.m */; }; + 2BD969D274F4CC68A4E73E74135AAAB6 /* FBSDKAccessTokenCacheV3_17.m in Sources */ = {isa = PBXBuildFile; fileRef = 80625927A0A8240A11820485C1B89E1D /* FBSDKAccessTokenCacheV3_17.m */; }; + 2C1DCEEF93879DDE6AD0C2F2BC350C0A /* FBSDKLikeDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 62BED900052A470AA2FD9D41F5A2C3D4 /* FBSDKLikeDialog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C737796AAD49FE609E7FB0CCF8A263C /* Bolts.m in Sources */ = {isa = PBXBuildFile; fileRef = 26D049B6CDE17197E09B5FFAE7F64565 /* Bolts.m */; }; + 2D328AD191D951FE755FCF0F4FBFD86F /* add_photo.png in Resources */ = {isa = PBXBuildFile; fileRef = CEE29DA5F3F709007178DB0D8ACD98ED /* add_photo.png */; }; + 2D3405986FC586FA6C0A5E0B6BA7E64E /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AAF3229A34E9C0D5C8019CC2A75EEA5 /* Validation.swift */; }; + 2E4CAFABE35B8FC728822895A3A7581C /* XMLWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F43B1645F9281E3893D341A6889B613 /* XMLWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E5AA7B66CE7F0DB9CEFC25F55C41124 /* FBSDKServerConfigurationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 769BE9934A6B18F097264F40ED80D5DB /* FBSDKServerConfigurationManager.m */; }; + 2E8C5651C2D34FAD23D4395363E80A3F /* FBSDKAppEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = BBEBC850596B4F6F86F529C0BCA43EDE /* FBSDKAppEvents.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F37D130B5D76485C1A990F248DC8354 /* PicoSOAPClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 335B2839720289446894B5AA6E9E71ED /* PicoSOAPClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8DC41254534116CBADC7701C24B7EA /* SWRevealViewController-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D7CDD094D4209E5C102D154AB6D938C4 /* SWRevealViewController-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F9492A82F7B9F44D6452E5A1DFB986E /* _FBSDKTemporaryErrorRecoveryAttempter.h in Headers */ = {isa = PBXBuildFile; fileRef = 274402C750F02C7753DA0A1808189AF9 /* _FBSDKTemporaryErrorRecoveryAttempter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FA0E03C590839B4243AB5B91DD749AF /* FBSDKShareVideoContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 735F19B7A2C3BFEB5A21280A6D04E96D /* FBSDKShareVideoContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2FB79A55DE2E9F7ABB3B4C7871CD0C5B /* OAuth1Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = E858FA74CC061E2522FBC38DCB79D3A9 /* OAuth1Swift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2FF1B23AA41F471B163257FEF07E3B95 /* FBSDKProfilePictureView.h in Headers */ = {isa = PBXBuildFile; fileRef = A9E02F55BA8A59296583E6985EDA7384 /* FBSDKProfilePictureView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2FFADE6D19B6BED1A0650D0CEC6EC9A1 /* FBSDKBridgeAPIProtocolType.h in Headers */ = {isa = PBXBuildFile; fileRef = 80EFAB771868CE6DEFEEC2E09785125B /* FBSDKBridgeAPIProtocolType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 309BA559E28A032D7AB8DA1BFB1ED288 /* arrow_down@1x.png in Resources */ = {isa = PBXBuildFile; fileRef = C9D8FBD89835630122F2346C2E06C937 /* arrow_down@1x.png */; }; + 316600E170EB0DDAAC598905501E274F /* TYMActivityIndicatorView.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 2FCC794790A65115BA5F8CA188FC8686 /* TYMActivityIndicatorView.bundle */; }; + 31694BB1A321078621424E065953D9DD /* FBSDKServerConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 15B0D519C13A85B81EBA251944FD9E65 /* FBSDKServerConfiguration.m */; }; + 3249F988C94C1B64192C42A11902D850 /* FBSDKLoginError.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E1B51E195D0E8064960DF10B15B6ED4 /* FBSDKLoginError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32BE0FB08D9ECD2974197D862E320E36 /* UIWebView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C7D30E84A7446738D0FC06667D18A86 /* UIWebView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 334A9EB0A89E519A4CD425EF39DCDA2F /* FBSDKLoginManager+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = DA8D2F518A8BABD6E589DCC7ABAAD2D2 /* FBSDKLoginManager+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 343843D298290E746FF42BFC7EEB9AA9 /* BFAppLinkNavigation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B5DA369D0C58EE56D3E8C3EFA5C3C08 /* BFAppLinkNavigation.m */; }; + 349308F0D458195CBF3C7D9078D59547 /* FBSDKDialogConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 42EED0D66730A14C542FFAB588757458 /* FBSDKDialogConfiguration.m */; }; + 34BEE08ED8F8B9B3B939D4D732CFBEFE /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 864DABD30F3F33A39046A68A238FF93B /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 34BFAC18A269D413F0C10F40601D4095 /* AeroGearHttp-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E64651DB95E0B15BB312F6312ACBE569 /* AeroGearHttp-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 34CCDCA848A701466256BC2927DA8856 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EDB9D463C502DF5FFF6440CAC522213 /* NetworkReachabilityManager.swift */; }; + 35053BA799D569D42234202DCE2DB786 /* SOAP11Body.h in Headers */ = {isa = PBXBuildFile; fileRef = 420AA687265F34C1B92A6D2B694EED54 /* SOAP11Body.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 356C94C2276AD2EFDC966E226C8BB5F4 /* PicoStringConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = B2360067ED951454DC182114DED0A114 /* PicoStringConverter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 36463D62E47D3C86C700BE506CF20513 /* SOAP12Fault.m in Sources */ = {isa = PBXBuildFile; fileRef = 08E86A9CEAE1073F8EB06D095899EC8E /* SOAP12Fault.m */; }; + 36EC0F3B99211C490C358637095E707F /* FBSDKUIUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = AF824C365242B0C20945253374774C1F /* FBSDKUIUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36F127350534946859EEB412AFAA0702 /* SOAP12Faultcode.h in Headers */ = {isa = PBXBuildFile; fileRef = C738D0637CB939CB88A8E9B07D9B0F6E /* SOAP12Faultcode.h */; settings = {ATTRIBUTES = (Public, ); }; }; 3708AA48F1D26CB56F88BB6FEC72DE36 /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F6348EDC411B3A390715BBDE4A0A553 /* Bolts.framework */; }; - 3723F9F27EC35F88F58EA3BF27AC7338 /* PicoCacheEntry.h in Headers */ = {isa = PBXBuildFile; fileRef = 06E8EF4A745BB87CF1746E6D5C2D61F2 /* PicoCacheEntry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3727D92D4B6CF5B09E53F33C773876D2 /* FBSDKMonotonicTime.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B01C067D85BFDC5F541AD0BC7FA1A4 /* FBSDKMonotonicTime.m */; }; - 375E8C355CB9A979E9F03DAEE9703171 /* FBSDKShareOpenGraphAction.h in Headers */ = {isa = PBXBuildFile; fileRef = D9FA050F37CAD063AB2EF83F69ED2EDE /* FBSDKShareOpenGraphAction.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3763DC15F50037130B37AFA9785E680D /* SOAP12Faultreason.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F26883A4F0C9DF8919A811F27B739FA /* SOAP12Faultreason.m */; }; - 3823A8BFFA8A36D1F2B1D718A1057719 /* FBSDKSystemAccountStoreAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = F06EAF6977D8904436D92B11BA5223DF /* FBSDKSystemAccountStoreAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 384AB7595557A39CB10CBD9CB467D24D /* FBSDKLiking.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F4ED9307FA83BC8E8A44A4957C8EDA /* FBSDKLiking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3853FC6B534F1D3B97A5038666B97DA3 /* SOAP11Header.h in Headers */ = {isa = PBXBuildFile; fileRef = D5214695C34AB4F9E674F948B7727DD9 /* SOAP11Header.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 385E8CF0234426575581CCA6F53DD434 /* FBSDKGameRequestFrictionlessRecipientCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AB55123D326DE923C50FBB7D7314D5AE /* FBSDKGameRequestFrictionlessRecipientCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 387B78488B01402C1A6A04A4485972AA /* FBSDKShareUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E0567C4B812B3A013ED227B8F15B931 /* FBSDKShareUtility.m */; }; + 3723F9F27EC35F88F58EA3BF27AC7338 /* PicoCacheEntry.h in Headers */ = {isa = PBXBuildFile; fileRef = 2364FFE484047028D0864C0A9C409AA8 /* PicoCacheEntry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3727D92D4B6CF5B09E53F33C773876D2 /* FBSDKMonotonicTime.m in Sources */ = {isa = PBXBuildFile; fileRef = 92C59EBDF18FC2BF05CB5407C4A0E77D /* FBSDKMonotonicTime.m */; }; + 375E8C355CB9A979E9F03DAEE9703171 /* FBSDKShareOpenGraphAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B3924AE90C6D5F8F96E7BD456532B5C /* FBSDKShareOpenGraphAction.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3763DC15F50037130B37AFA9785E680D /* SOAP12Faultreason.m in Sources */ = {isa = PBXBuildFile; fileRef = B15A73D687F9E0EB14350C64DA7534F3 /* SOAP12Faultreason.m */; }; + 3823A8BFFA8A36D1F2B1D718A1057719 /* FBSDKSystemAccountStoreAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 58FE854B7DE94EBF654DC928C4316293 /* FBSDKSystemAccountStoreAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 384AB7595557A39CB10CBD9CB467D24D /* FBSDKLiking.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BD323F793AB7CDD39EB4D804B4D375B /* FBSDKLiking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3853FC6B534F1D3B97A5038666B97DA3 /* SOAP11Header.h in Headers */ = {isa = PBXBuildFile; fileRef = E229D8176F4CEC52ACE0B7DD090CD054 /* SOAP11Header.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 385E8CF0234426575581CCA6F53DD434 /* FBSDKGameRequestFrictionlessRecipientCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C931FD6874CA306EC6486FD08D6E0AF /* FBSDKGameRequestFrictionlessRecipientCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 387B78488B01402C1A6A04A4485972AA /* FBSDKShareUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 19557DF0E158ABDD908E6E12B73E7785 /* FBSDKShareUtility.m */; }; 3889F62AA2888DB03BBCA7D588BF6255 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E52CFB5C20763A830341CDF43564E66C /* Photos.framework */; }; - 38E856869AE417CEFC8F9F02FE454291 /* BFAppLinkReturnToRefererView_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = AB91BA9DDE7DE48BAA79EE4C38E0AD2D /* BFAppLinkReturnToRefererView_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 39CC77EEA7D338BAC4838DF5A0042FA1 /* BSImagePicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 2A3D156A8947CFCF2AFB0FE4912642B6 /* BSImagePicker.bundle */; }; - 3A01CE59DF9D68D5F2623F88E522A33E /* FBSDKGameRequestFrictionlessRecipientCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 935AEB0108FD11052553A5B5FD6197FD /* FBSDKGameRequestFrictionlessRecipientCache.m */; }; - 3A31EE2CDC26FC7889C0059514E91C3D /* FBSDKButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 14F342C422281EAF05F03796A89BB03A /* FBSDKButton.m */; }; - 3ABF5C6E772B5706FEC84D0F880E9061 /* PicoXMLWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 140A20F814A0D850CCC4F9AC96ABB748 /* PicoXMLWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3AC3D4A319B72CA8EC9EE10DE609BF97 /* SOAP12Fault.h in Headers */ = {isa = PBXBuildFile; fileRef = AB70A58683BEF774AA54FF1DA0EAC93C /* SOAP12Fault.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B629068F4BE1D7821957056F25E33C1 /* Locksmith-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 65149AC9150975F39DB842AFD72580A4 /* Locksmith-dummy.m */; }; - 3D75C1A03F08AB28F30D41A9E3E5389E /* FBSDKAccessTokenCacheV4.m in Sources */ = {isa = PBXBuildFile; fileRef = E21AA9D832D2E33E1B9BE4CBD80D9F68 /* FBSDKAccessTokenCacheV4.m */; }; - 3DB7D1D261D974F55FDB4DD7AAC42861 /* FBSDKErrorRecoveryAttempter.m in Sources */ = {isa = PBXBuildFile; fileRef = 27FA83A1D71CAFDB9BD37C07309A12C8 /* FBSDKErrorRecoveryAttempter.m */; }; - 3EA077D046DCD950DCAC4BCD2C1C3233 /* FBSDKShareUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 25A009AF8BBFEFA1A5E9A95B266C8F44 /* FBSDKShareUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EA8F215C9C1432D74E5CCA4834AA8C0 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 253C522B6766B4171972258EADB46DB8 /* ResponseSerialization.swift */; }; - 3F17A710798B958949B20EC8D0CCFAC0 /* FBSDKMessageDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A88F4DC32AF6037313DB33B72DC4982 /* FBSDKMessageDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3FD0D93AD926C94818225AA013D70FDF /* FBSDKShareKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A80E9BE81AB625B7C096F8548BE95071 /* FBSDKShareKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 40014FF9B9A69253E2C34E8EAF771BA2 /* UIImageViewModeScaleAspect-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D66FA406B5E6AE26B9A08EA49A04C9D /* UIImageViewModeScaleAspect-dummy.m */; }; - 401C2DDD1436B4AD6B3A43D775389EA4 /* UIButton+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = B360FEAEB5D2E9D8478B4B35765BAF5C /* UIButton+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 406804221AD8D7EC71E4CC582AF7B1C2 /* FBSDKAppGroupContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 40447416F7D3E662032EE92597EF00C8 /* FBSDKAppGroupContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4081EA628AF0B73AC51FFB9D7AB3B89E /* Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9734BA6C596FDDDD65934D5C1B0FBA9 /* Manager.swift */; }; - 4091FBB9624025711B56808DA069BB99 /* FBSDKAccessTokenCacheV4.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DBB4DE597EE34576019E924D98203D8 /* FBSDKAccessTokenCacheV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4126FC06B09C1514C4623BEF344EEDF2 /* AFHTTPRequestOperationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEA51AFC0E74CC809A52110043E01E0 /* AFHTTPRequestOperationManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4142B023AD5F064B77F97768E6CE29C5 /* Alamofire-SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EB16B4826EB33A2097059460D63696C /* Alamofire-SwiftyJSON-dummy.m */; }; - 4151A1A3483D663770E5AC8E08E89474 /* FBSDKGraphRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BF4244E1B9EF5E8B4A39AF964E6AA80 /* FBSDKGraphRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4157F58C771B24EB545FBB57552535B2 /* FBSDKGameRequestDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = C41A49FE939DC8321F22C77F7F243856 /* FBSDKGameRequestDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 38EF43F03EBACFE40F480F4F8BC20FD5 /* BFURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C8F47E5144DC8935E946E23C6D16070 /* BFURL.m */; }; + 39CC77EEA7D338BAC4838DF5A0042FA1 /* BSImagePicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 1DAB82B06E436E004842E183C76B2507 /* BSImagePicker.bundle */; }; + 39E4FA2B5D0B8EFD4F9B953111DA1CFC /* BFWebViewAppLinkResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = C9965D39BCC0F34498A187EE769956D9 /* BFWebViewAppLinkResolver.m */; }; + 3A01CE59DF9D68D5F2623F88E522A33E /* FBSDKGameRequestFrictionlessRecipientCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F867D48DD2E43C581E8112360E73F64 /* FBSDKGameRequestFrictionlessRecipientCache.m */; }; + 3A31EE2CDC26FC7889C0059514E91C3D /* FBSDKButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 975515A6E522EEF8B1D5CEC7BCC5679B /* FBSDKButton.m */; }; + 3A33BD9CFBB44FE323E109E255C76F49 /* Pods-Vendoo-VendooTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B7F2F67EFB8A8B31FE8ED6A9104C3B0 /* Pods-Vendoo-VendooTests-dummy.m */; }; + 3ABF5C6E772B5706FEC84D0F880E9061 /* PicoXMLWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = E32563002394581385A3D32A16C7719A /* PicoXMLWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3AC3D4A319B72CA8EC9EE10DE609BF97 /* SOAP12Fault.h in Headers */ = {isa = PBXBuildFile; fileRef = D65C597C7BFEA9ACB22F9D23F518616A /* SOAP12Fault.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B629068F4BE1D7821957056F25E33C1 /* Locksmith-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F8AFE5EB7076EFE8F34B0E147AA970B4 /* Locksmith-dummy.m */; }; + 3D6D69351FD8DF6501A8144FF882C074 /* BFAppLink.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B9210099E8B96F329A0B4B62A8832F /* BFAppLink.m */; }; + 3D75C1A03F08AB28F30D41A9E3E5389E /* FBSDKAccessTokenCacheV4.m in Sources */ = {isa = PBXBuildFile; fileRef = 71C78B47AAD708C337C652098585D02D /* FBSDKAccessTokenCacheV4.m */; }; + 3DB7D1D261D974F55FDB4DD7AAC42861 /* FBSDKErrorRecoveryAttempter.m in Sources */ = {isa = PBXBuildFile; fileRef = 410ACCE4C6EEFC8B50268F3ADB5D4A10 /* FBSDKErrorRecoveryAttempter.m */; }; + 3EA077D046DCD950DCAC4BCD2C1C3233 /* FBSDKShareUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 93DE6005FDBC23FF2787B3E3FF80C8EA /* FBSDKShareUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EA8F215C9C1432D74E5CCA4834AA8C0 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E83C4119367B3BB115800ABB3DFA47F /* ResponseSerialization.swift */; }; + 3F17A710798B958949B20EC8D0CCFAC0 /* FBSDKMessageDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = E3A2D38C759F5C76D318AD4D8E4D3907 /* FBSDKMessageDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3FD0D93AD926C94818225AA013D70FDF /* FBSDKShareKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 207FA511B14970E71D1B9CB632BE129A /* FBSDKShareKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 40014FF9B9A69253E2C34E8EAF771BA2 /* UIImageViewModeScaleAspect-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AAA9FA721AC86560C982C18A31F3D91 /* UIImageViewModeScaleAspect-dummy.m */; }; + 401C2DDD1436B4AD6B3A43D775389EA4 /* UIButton+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E9300385F72720F6C95944F2CBADC1F7 /* UIButton+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 406804221AD8D7EC71E4CC582AF7B1C2 /* FBSDKAppGroupContent.h in Headers */ = {isa = PBXBuildFile; fileRef = E185BFAA94FAB3FD3156D77FF1CDC014 /* FBSDKAppGroupContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4081EA628AF0B73AC51FFB9D7AB3B89E /* Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 727549E62BD7A32551D9A4A495E77A99 /* Manager.swift */; }; + 4091FBB9624025711B56808DA069BB99 /* FBSDKAccessTokenCacheV4.h in Headers */ = {isa = PBXBuildFile; fileRef = 3392A1562EEECDDCE5ABD3904BFAF496 /* FBSDKAccessTokenCacheV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 409F5BE5BDBB1D3850F4D62D5504D662 /* BFTaskCompletionSource.m in Sources */ = {isa = PBXBuildFile; fileRef = F8DFF9AD2140B7424CF0E7B0C26DC7E9 /* BFTaskCompletionSource.m */; }; + 4126FC06B09C1514C4623BEF344EEDF2 /* AFHTTPRequestOperationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4852ABFCF4F0FA929A4EC5BC39C0B44F /* AFHTTPRequestOperationManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4142B023AD5F064B77F97768E6CE29C5 /* Alamofire-SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 25B20BB03E7D279E9F725AD6385BF70F /* Alamofire-SwiftyJSON-dummy.m */; }; + 4151A1A3483D663770E5AC8E08E89474 /* FBSDKGraphRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = AE174E4E8CAD8215E3889AD1FDF89D60 /* FBSDKGraphRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4157F58C771B24EB545FBB57552535B2 /* FBSDKGameRequestDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 06BB4A7B39E0E9479C628B1BA291C629 /* FBSDKGameRequestDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; 4186787644AF6C98193CCF8C12E8D6B0 /* AFNetworking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15711FB818776F1D8CB48B60128D6DA6 /* AFNetworking.framework */; }; - 41A00F5CF45C7D1B97225996C473293F /* OAuthSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BDE5F6BD3774D2B95CE4CF6797FA8659 /* OAuthSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 42643BE23BCFC5EB0F4E7ED31768B68A /* PicoDateConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 534ADD3999E52690930BC8E8C5ED473A /* PicoDateConverter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 41A00F5CF45C7D1B97225996C473293F /* OAuthSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BD02AC2B9FF3AEA022D757C1E6A92F8C /* OAuthSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42643BE23BCFC5EB0F4E7ED31768B68A /* PicoDateConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = BA3F89C1AD1AD2D15A12A3B25F5C0C9F /* PicoDateConverter.h */; settings = {ATTRIBUTES = (Public, ); }; }; 42890EFA1A9960C220BFA8647831E467 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53345A9F5D7F786336FC7A9A67541B0E /* Security.framework */; }; - 4305C8D7E5269805600F23D8FEA37071 /* DateUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F9DB8ADC0838775F30EA5BDC32D0C8F /* DateUtils.swift */; }; + 42F44AD72DA11C66072D46BEC5DF08B2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; + 4305C8D7E5269805600F23D8FEA37071 /* DateUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A22771953D292A59A20DAD8FF70F8F64 /* DateUtils.swift */; }; 439ED7008937D5940809FFB6B19332C0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - 43BC8D2611C04A47C0BE9FFB228E07A5 /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2159F9624A06769948DE19622AB054A5 /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4433527C657120BBB1978008CABDB7B3 /* SOAP12Faultreason.h in Headers */ = {isa = PBXBuildFile; fileRef = C2759F7F158DDD9A31A4757E4A5D1FE8 /* SOAP12Faultreason.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 43BC8D2611C04A47C0BE9FFB228E07A5 /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D120FCA90A26497DB58AD40797D5E66 /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4433527C657120BBB1978008CABDB7B3 /* SOAP12Faultreason.h in Headers */ = {isa = PBXBuildFile; fileRef = 09C5F06A3BDBC389FC4668700A485B26 /* SOAP12Faultreason.h */; settings = {ATTRIBUTES = (Public, ); }; }; 443CD693458E72E577CD457C3F55D9DD /* FBSDKCoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8231AB6B7EFC465CB6EB21C2BF39E1 /* FBSDKCoreKit.framework */; }; - 4546E3FB56F3693D2893B773F71C3097 /* BSImagePicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DAB7DF6DCED7827CC2AF64370964F36 /* BSImagePicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 46485D36E37F397B7F56EE76B3382C85 /* Dictionary_Initializers.swift in Sources */ = {isa = PBXBuildFile; fileRef = C85C058E718EAD562AE457A6935DABBB /* Dictionary_Initializers.swift */; }; - 46E961BEA7247217652A5F012F82FECC /* FBSDKTooltipView.m in Sources */ = {isa = PBXBuildFile; fileRef = 43DF565AA819D1BAD8B23CCD86F7A715 /* FBSDKTooltipView.m */; }; + 4546E3FB56F3693D2893B773F71C3097 /* BSImagePicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CD33485C1C502613F59CF52A0AF56C00 /* BSImagePicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 46485D36E37F397B7F56EE76B3382C85 /* Dictionary_Initializers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59732171D966B182230711C2A962C3A2 /* Dictionary_Initializers.swift */; }; + 46E961BEA7247217652A5F012F82FECC /* FBSDKTooltipView.m in Sources */ = {isa = PBXBuildFile; fileRef = 082189F18A13ACF939C12C480EAE5E35 /* FBSDKTooltipView.m */; }; 4709B3DC439F20AC0EE23258666AD2AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; 4740F7545240B7461849EFDC0F075166 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A0FAAC595560D83A7B63EA9AF4B550B /* SystemConfiguration.framework */; }; - 4842CF7A08B39729833F408902F1ADF0 /* BFCancellationTokenSource.h in Headers */ = {isa = PBXBuildFile; fileRef = F4C5543199E1F35ED20827B3ABDF0CB3 /* BFCancellationTokenSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; 484BA6D52FA1AAB3CE29A0A41F3F6EAB /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F6348EDC411B3A390715BBDE4A0A553 /* Bolts.framework */; }; - 48D8F32EC0B32EEE9FA0B8F60E447887 /* FBSDKPaymentObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = F14F4DA20E20EAB397C503C961E89BEF /* FBSDKPaymentObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49239C6CF815B92F2DF5B5D79FB9B5AF /* FBSDKTooltipView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E4B1A55873670240E70C05CF67427EE /* FBSDKTooltipView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4B42AB3B0147E10869BABB83CC9D1770 /* FBSDKIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D495BF03FB3685714850FA327181746 /* FBSDKIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B4B2B87CA851CEDEDF6AC671EC8D862 /* FBSDKKeychainStore.h in Headers */ = {isa = PBXBuildFile; fileRef = E875F8CB26BC5DA84E804C5279482215 /* FBSDKKeychainStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C1AD82A4DEEE0D1D2B34913ABBBC311 /* FBSDKBridgeAPIProtocolWebV2.m in Sources */ = {isa = PBXBuildFile; fileRef = 92A929A36B1C8D95E9D4A490AF38161E /* FBSDKBridgeAPIProtocolWebV2.m */; }; - 4C1D00D2AAB1C6C511FF8F5FC76698D1 /* FBSDKColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 12EC47E4FE2B3A1E644C1C1B3157A79F /* FBSDKColor.m */; }; - 4C49A4B4D6FB7CBBA27B18F0E001AE18 /* SOAP12Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 66904856A39FA0B16BE10400C0E894E8 /* SOAP12Header.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C8A700F201D817E06260539577C0778 /* PicoClassSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D367959DBD074A51AB1F1B846D5F2A4 /* PicoClassSchema.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CA2747F836DF4225DB2BBBF3C9857E9 /* PicoBindingSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DCCB6E50697270AF8DF7FD544300767 /* PicoBindingSchema.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4DA130F813859583C3363088029A470E /* _FBSDKLoginRecoveryAttempter.h in Headers */ = {isa = PBXBuildFile; fileRef = EA420D6C0CE1DB57D6F07B1C38B393D2 /* _FBSDKLoginRecoveryAttempter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DE74A102F928A9E1177E7F5D3F1904B /* PicoStringConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 742D5552DD5DF5C5FCEBE5B58C0F5DB9 /* PicoStringConverter.m */; }; - 4E23C0C3C5CF154075BDE3E79D2EAC43 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B4D3D06A59E29F154EF5FB08EC707D /* SHA1.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 4E32C6B26518F18DC4AB3E225B86EE88 /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = DB9E6D01E78DC0C850BDD6F5803600C6 /* AFSecurityPolicy.m */; }; - 4E94B8F460BF431A50D94814F7C8AF61 /* UIActivityIndicatorView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 85892429707D7217252EB2625EB7899B /* UIActivityIndicatorView+AFNetworking.m */; }; - 4ECD20B3FB85C1CC4873DE1463254036 /* BFURL_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DD3C896EB8464A861A71CA1CEDFA05D /* BFURL_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F093F6FBA6E6B060CF66145CF214E14 /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 97DBF74FDA755F814BFBFDC8ECB955C9 /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F3AF2A36297BA61978025EE89C7FE97 /* FBSDKAppEventsUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = FB617D178301D620164BB07802891736 /* FBSDKAppEventsUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FC841A3903CBCDDF599E4C2A6B02238 /* TYMActivityIndicatorView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AB87DE7FC50F1FC9E4B75E9D83F81B8 /* TYMActivityIndicatorView-dummy.m */; }; - 5182510A2DA1A6F9F44DAEDEDA45265F /* SOAP11Fault.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B82EA7189CAEEE65AA63E47160DECCF /* SOAP11Fault.m */; }; - 518927A77B9F0D1E5D960E22694EEFE7 /* BSImagePickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE538EA253E77896C836143141B70BFC /* BSImagePickerViewController.swift */; }; - 518C27917941491F2434FDE54E13684E /* FBSDKWebDialogView.h in Headers */ = {isa = PBXBuildFile; fileRef = F5569B5D3FF25F373FDB9A1137E0522C /* FBSDKWebDialogView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 519324787413E43E08A6A85B7D0E72AF /* CameraCollectionViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA36520E981C0A4BE125FECD44A29B9F /* CameraCollectionViewDataSource.swift */; }; - 52681368D4EB6EE79BE9FEF151AC185F /* FBSDKShareDialogMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7382175CDD01E1FDB8AC64B15E29D5E0 /* FBSDKShareDialogMode.m */; }; - 537E710078694948A4693E42674ED1B9 /* FBSDKAccessToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 3809BC024AE304F3225406F68779368B /* FBSDKAccessToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 538E4565A1286D23297E4D4AB4A5C9A9 /* BFCancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB7CC601D7E48C742EE5EEF6E75688 /* BFCancellationToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 53AE57B03773935906E27EAE7D903A75 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BAA56E9DEAB9E4E47D74D59DC24BA99 /* Settings.swift */; }; - 53C50C8277DD48BD3D6B9A6CAF9B226A /* OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1718F2DBFE3BA6B252BBF82FB05A85DD /* OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 48D8F32EC0B32EEE9FA0B8F60E447887 /* FBSDKPaymentObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FCEA524CE985F9574ABDED0790C8315 /* FBSDKPaymentObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49239C6CF815B92F2DF5B5D79FB9B5AF /* FBSDKTooltipView.h in Headers */ = {isa = PBXBuildFile; fileRef = F6FE5C7BF10EBAD6F29B4122869155BC /* FBSDKTooltipView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4B42AB3B0147E10869BABB83CC9D1770 /* FBSDKIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = ED48F8029AD4431700989A7222F7E972 /* FBSDKIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B4B2B87CA851CEDEDF6AC671EC8D862 /* FBSDKKeychainStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 45D5C4E7D18866F0718F53294F8092B7 /* FBSDKKeychainStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C1AD82A4DEEE0D1D2B34913ABBBC311 /* FBSDKBridgeAPIProtocolWebV2.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A97717F4F7ECC0DEC471C7C302AF960 /* FBSDKBridgeAPIProtocolWebV2.m */; }; + 4C1D00D2AAB1C6C511FF8F5FC76698D1 /* FBSDKColor.m in Sources */ = {isa = PBXBuildFile; fileRef = B34B8DDB4A0AB0AE10712A6E9AD3AD98 /* FBSDKColor.m */; }; + 4C49A4B4D6FB7CBBA27B18F0E001AE18 /* SOAP12Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 65943526BB25489F3C16E16622D1E779 /* SOAP12Header.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C8A700F201D817E06260539577C0778 /* PicoClassSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B10D7016FB6C94ABFB9F51BC7762EFC9 /* PicoClassSchema.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4CA2747F836DF4225DB2BBBF3C9857E9 /* PicoBindingSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 986183AA529E912B1C2EC48417B8A8B1 /* PicoBindingSchema.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4DA130F813859583C3363088029A470E /* _FBSDKLoginRecoveryAttempter.h in Headers */ = {isa = PBXBuildFile; fileRef = F1765ACC268C5E65419329269F216130 /* _FBSDKLoginRecoveryAttempter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DCE84710050E8583735F97ADC84FCA7 /* BFAppLinkReturnToRefererController.m in Sources */ = {isa = PBXBuildFile; fileRef = D70416A9A53143F089245C8D1297E324 /* BFAppLinkReturnToRefererController.m */; }; + 4DE74A102F928A9E1177E7F5D3F1904B /* PicoStringConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D5C2FDDF0F88752AF5E4684ED9E4F0E /* PicoStringConverter.m */; }; + 4E23C0C3C5CF154075BDE3E79D2EAC43 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = B94FCF221AE2FCDF46BACAC60EEAA6B7 /* SHA1.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 4E32C6B26518F18DC4AB3E225B86EE88 /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 76C86C7E48E9DA6F8DFE5A2E31E43A7A /* AFSecurityPolicy.m */; }; + 4E94B8F460BF431A50D94814F7C8AF61 /* UIActivityIndicatorView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 79CA30FE6F1DBFBF380140B5FB47263C /* UIActivityIndicatorView+AFNetworking.m */; }; + 4F093F6FBA6E6B060CF66145CF214E14 /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ED6E22F1D0CC20210179A91B27BC34EC /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F3AF2A36297BA61978025EE89C7FE97 /* FBSDKAppEventsUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = F9C7C0D3ADE9E5FDD958B1F54E512561 /* FBSDKAppEventsUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FC841A3903CBCDDF599E4C2A6B02238 /* TYMActivityIndicatorView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ED6116A97A900E30653A427BC042E62 /* TYMActivityIndicatorView-dummy.m */; }; + 514B1324C72A235480C29BBC3AD1C250 /* BFAppLinkTarget.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A626DB8AFDA446283E4671635902BC8 /* BFAppLinkTarget.m */; }; + 5182510A2DA1A6F9F44DAEDEDA45265F /* SOAP11Fault.m in Sources */ = {isa = PBXBuildFile; fileRef = E7A090313974760BAFE6E711F781CABA /* SOAP11Fault.m */; }; + 518927A77B9F0D1E5D960E22694EEFE7 /* BSImagePickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BEBBBF889045CD3EC3B7CDA99BC6C5C /* BSImagePickerViewController.swift */; }; + 518C27917941491F2434FDE54E13684E /* FBSDKWebDialogView.h in Headers */ = {isa = PBXBuildFile; fileRef = 91BAD915B94B6D087A68C7166E45C7FD /* FBSDKWebDialogView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 519324787413E43E08A6A85B7D0E72AF /* CameraCollectionViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1B1BEC31288186EE8561AA7F71966C /* CameraCollectionViewDataSource.swift */; }; + 52681368D4EB6EE79BE9FEF151AC185F /* FBSDKShareDialogMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A92694D4C8888731C04E9642E31FE5A /* FBSDKShareDialogMode.m */; }; + 537E710078694948A4693E42674ED1B9 /* FBSDKAccessToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D38A4B06DBCE6241BF23EE59DA2EC00 /* FBSDKAccessToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 53AE57B03773935906E27EAE7D903A75 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86C571A7C6CCB47DE0E45FFB6EBAFDAE /* Settings.swift */; }; + 53C50C8277DD48BD3D6B9A6CAF9B226A /* OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81DFE4210F32934A2DFD9AA6F34234CC /* OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; 543069E7AFC0805EF1CB25199D201424 /* UIImageViewModeScaleAspect.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 35E922A51EACCBA7AE6AC58D002E4A0B /* UIImageViewModeScaleAspect.framework */; }; - 54D00A6EF2E46F4A4672CF5FB6492E1E /* Pods-VendooUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ED1D2220615A13294FD6AEC63793DA67 /* Pods-VendooUITests-dummy.m */; }; - 55844A207DAD926A4DAFC046046450B5 /* FBSDKServerConfigurationManager+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C9834B34EA99F2E2246EF7036C6E913 /* FBSDKServerConfigurationManager+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55ECA0312F535997CA9126E808CA2B7E /* BFExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 39A0D68845BF505772D8A61A970273C8 /* BFExecutor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5611FBD348B8C8A4FFF9875FF2F5BDA6 /* FBSDKGraphRequestMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A99239656850D2FCFF8579EDB7186A9 /* FBSDKGraphRequestMetadata.m */; }; - 56C8D4F00869E61F210A24E0EE8F3A13 /* UIActivityIndicatorView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BF06B794AC0B3F7EB0FC828F78E4BAD /* UIActivityIndicatorView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 575E7CB2D6DE03AA64E69683F9FA9D0B /* PicoXMLRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C2345335B2BE353195AFB68E22014FC6 /* PicoXMLRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57FA7FEEEF914BE0BF48A58ED1880B22 /* FBSDKAccessTokenCacheV3_21.m in Sources */ = {isa = PBXBuildFile; fileRef = D62956C402D7ED4807F45EDB68356CF7 /* FBSDKAccessTokenCacheV3_21.m */; }; - 59837E92C1E6B0650A77FC8664DF9DA9 /* FBSDKWebDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C1F8B46783CF28348CB970589E15B39 /* FBSDKWebDialog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59B4A11C6CEB352D03892AF9828AB52B /* FBSDKBridgeAPIResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 84CCD588AB249B2DBEAFCA6663390696 /* FBSDKBridgeAPIResponse.m */; }; + 5493E80E04D895A735853EA349C4AAE3 /* BFCancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7C7CEED29FD3533FA87314D4AAD92E /* BFCancellationToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 55844A207DAD926A4DAFC046046450B5 /* FBSDKServerConfigurationManager+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 23D9EA6CD3EA83023E3E99F37858D897 /* FBSDKServerConfigurationManager+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5611FBD348B8C8A4FFF9875FF2F5BDA6 /* FBSDKGraphRequestMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 7451DC440007CAE64F8E4F46AF67ADA2 /* FBSDKGraphRequestMetadata.m */; }; + 56C8D4F00869E61F210A24E0EE8F3A13 /* UIActivityIndicatorView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = DD70A3643DC0CEFD5CBE01C0B6705477 /* UIActivityIndicatorView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 575E7CB2D6DE03AA64E69683F9FA9D0B /* PicoXMLRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 11A2711929C1B7BF4E7C006BB6829240 /* PicoXMLRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57FA7FEEEF914BE0BF48A58ED1880B22 /* FBSDKAccessTokenCacheV3_21.m in Sources */ = {isa = PBXBuildFile; fileRef = 90589F272B98647EC0E23AFCCA91E6B8 /* FBSDKAccessTokenCacheV3_21.m */; }; + 59837E92C1E6B0650A77FC8664DF9DA9 /* FBSDKWebDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 601D3CA4BD4F7F6D295C4947E66295EB /* FBSDKWebDialog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59B4A11C6CEB352D03892AF9828AB52B /* FBSDKBridgeAPIResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 4879AE8293911291B535A5FF6E44592C /* FBSDKBridgeAPIResponse.m */; }; 59E32510D0201F13D14DF5CB41CD0E96 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53345A9F5D7F786336FC7A9A67541B0E /* Security.framework */; }; - 5A40CE0717F4DFAF776F12F835401D72 /* FBSDKShareError.h in Headers */ = {isa = PBXBuildFile; fileRef = C1910829622B11D1BCAE8B7282A88433 /* FBSDKShareError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B3E54989E42E7F23D380EFDBB3A41AF /* BFAppLinkNavigation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F96A61B9C4B219DACCF448D52B4168C /* BFAppLinkNavigation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5BC19E6E0F199276003F0AF96838BCE5 /* Upload.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE1B60552BA024A3F339010BA51D40BA /* Upload.swift */; }; - 5C9BDDBB790ACE3711E8AD09A13E0FB2 /* LocksmithSecurityClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = D44967C7168C816EC795B6161C264DE6 /* LocksmithSecurityClass.swift */; }; - 5CB05FBCB32D21E194B5ECF680CB6AE0 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7260E19CEE571EC44576087E969D2A0E /* Download.swift */; }; - 5DB28EB181DDB2482EAB7052C0FFDD4A /* FBSDKShareKit+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = CCD4CF4B05DBF3B69B9A0937D8D8E9F9 /* FBSDKShareKit+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5EA916E98A026DD4FC5E05EF9B921F0F /* FBSDKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = FA0ECA4C294A56C937FC45C463AC2DC3 /* FBSDKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F984685580DDF4C89B490D699CCCDBB /* Pods-VendooTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D58E7F41DDEFC4928A1F0F58E051454 /* Pods-VendooTests-dummy.m */; }; - 5FA117E5597FFEB723A700BA077A7B6B /* SOAP12Body.m in Sources */ = {isa = PBXBuildFile; fileRef = D80203C4BFA42419D59BE4FF5BCD0299 /* SOAP12Body.m */; }; - 6042E03938FE23B2CB265B549675C2F3 /* SOAP12Reasontext.m in Sources */ = {isa = PBXBuildFile; fileRef = F777AB607C974E7DABA931283A5B0A7A /* SOAP12Reasontext.m */; }; - 605DA560C2D69698B1BA8DF3C5FF74C2 /* NSData+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = FADCC6B8DB6A5516586DD1AEB807EA52 /* NSData+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 60A2123AE07346F415CA44359F873F10 /* FBSDKAppEventsUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = D46E75F27C6C668FE145ECAB55D751D0 /* FBSDKAppEventsUtility.m */; }; - 60D1BCD436C3EBA8135B3AFC9130CB11 /* ComposedCollectionViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F71FAA4114913D76615DF57E62DEB7D /* ComposedCollectionViewDataSource.swift */; }; - 612A5931CEEFDFA056FE645BDD784469 /* Locksmith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67D7627A35794E122B80EAF0A5F80938 /* Locksmith.swift */; }; - 6167D4C5CA1DF7E209EE66CD5E706DB5 /* FBSDKLikeObjectType.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B9CC8648BA980079E45B0587D552CF2 /* FBSDKLikeObjectType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61B3E8B44D6F2EA17EDE942B24371232 /* BSGridCollectionViewLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D499998A8CB75C01F21AF4A4959DE3F4 /* BSGridCollectionViewLayout-dummy.m */; }; + 5A40CE0717F4DFAF776F12F835401D72 /* FBSDKShareError.h in Headers */ = {isa = PBXBuildFile; fileRef = 22DD31CF2A28813447CE2E93E7D2B6B9 /* FBSDKShareError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BC19E6E0F199276003F0AF96838BCE5 /* Upload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10A4E1C9F61C475D495D58BF2DD5AEFF /* Upload.swift */; }; + 5C9BDDBB790ACE3711E8AD09A13E0FB2 /* LocksmithSecurityClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5979CC154FB100FDC06A627A0912EF1C /* LocksmithSecurityClass.swift */; }; + 5CB05FBCB32D21E194B5ECF680CB6AE0 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDB6A7A2286F25B59DDAD3B2E68D208A /* Download.swift */; }; + 5DB28EB181DDB2482EAB7052C0FFDD4A /* FBSDKShareKit+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BF6084BAFE5ED9FC99C7A0DAE908761 /* FBSDKShareKit+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EA916E98A026DD4FC5E05EF9B921F0F /* FBSDKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7615FFEDC1FB3348C7337D0FE0C71 /* FBSDKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F26B65B4A4711EB4BC2BC9BC48FF041 /* BFAppLinkReturnToRefererController.h in Headers */ = {isa = PBXBuildFile; fileRef = 01E0ED5376FAD457FCE98776DE572BCD /* BFAppLinkReturnToRefererController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5FA117E5597FFEB723A700BA077A7B6B /* SOAP12Body.m in Sources */ = {isa = PBXBuildFile; fileRef = 34DBB921CD25DBE5E18FEF70FED44E53 /* SOAP12Body.m */; }; + 6042E03938FE23B2CB265B549675C2F3 /* SOAP12Reasontext.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A0FF05765511513470CC978B10207D2 /* SOAP12Reasontext.m */; }; + 605DA560C2D69698B1BA8DF3C5FF74C2 /* NSData+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9B5F2B450B68490F72E20AC3FDDF8A /* NSData+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 60A2123AE07346F415CA44359F873F10 /* FBSDKAppEventsUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 42BDF66743CD3E171F3466C6982B33AF /* FBSDKAppEventsUtility.m */; }; + 60CAF8D6E879B1585D61B55EE807A113 /* BFTask+Exceptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 2847E87631E080F6DE4980B5438780DA /* BFTask+Exceptions.m */; }; + 60D1BCD436C3EBA8135B3AFC9130CB11 /* ComposedCollectionViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE82249BC48423C663A690EFFF728AA0 /* ComposedCollectionViewDataSource.swift */; }; + 612A5931CEEFDFA056FE645BDD784469 /* Locksmith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AEE765274745516CF2663BAD619AAA2 /* Locksmith.swift */; }; + 6167D4C5CA1DF7E209EE66CD5E706DB5 /* FBSDKLikeObjectType.h in Headers */ = {isa = PBXBuildFile; fileRef = FBBFE6AF49749C0490901A34948C12EB /* FBSDKLikeObjectType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61B3E8B44D6F2EA17EDE942B24371232 /* BSGridCollectionViewLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A4AE7EFCD4DFD967F80F5E666FCB9282 /* BSGridCollectionViewLayout-dummy.m */; }; 6200682BC2425BD28680140B8EF3851E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - 626752EF7EB05FDEFB7DDBA7CE66B57D /* PicoKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 660B1DBA2407AC43D1D5D4E875BDE543 /* PicoKit-dummy.m */; }; - 62E8346F03C03E7F4D631361F325689E /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578EC31341EEFD0F41DE5288A50F03E4 /* Response.swift */; }; - 6312E1B8FE4FC1059BA2B23537E7B3D0 /* BFAppLink.h in Headers */ = {isa = PBXBuildFile; fileRef = B37617FFE1993F6A2482B55449B4D1CC /* BFAppLink.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 639F646ABB9A9E4D3666B6CDD155BDBD /* PicoXMLReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 076E0DC3F7AC81E65193CAD322C90B19 /* PicoXMLReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 64D1DE8EA4BAACC7B802D787788E3F88 /* SOAP11Envelope.m in Sources */ = {isa = PBXBuildFile; fileRef = D6FA687691490D74DB7D95810FFDE732 /* SOAP11Envelope.m */; }; - 653C036B94D8543FB8FB1FDD38C7FFAA /* RequestSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF2DC209BF1435485F678AC3EC9392BC /* RequestSerializer.swift */; }; - 65AD76A5209F07993BCCF096FA03E254 /* FBSDKLikeControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 138E0814A0C9B5837EC0FFFA9BDB8672 /* FBSDKLikeControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6607F176EF0C2BDF9BCC417DD295D59D /* FBSDKBase64.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FE65A113C201E3D65413F6243B20FCE /* FBSDKBase64.m */; }; - 66533D7A594AA93C8C43EF1BCE668A74 /* FBSDKAppInviteContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 922F44CAB18495157DAB5125F713A47C /* FBSDKAppInviteContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6745F3DFC6CCC37EA42C4930668DA40F /* FBSDKColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 85049BECFF72DA55EB61524E40516CCA /* FBSDKColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67C9843DC2B4557A9EE0C5D01604A0E7 /* FBSDKBridgeAPIProtocolNativeV1.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FF0549F8BC9F4D9A560CC55B0588FFF /* FBSDKBridgeAPIProtocolNativeV1.m */; }; - 6817DE148CDBD0D314AFC83255A645E4 /* FBSDKLoginTooltipView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5378597AF4B4C98E6807F898436024DE /* FBSDKLoginTooltipView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 683FC99BAEA8DDE9EBEE2EC93F949B36 /* FBSDKLoginManagerLoginResult+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 69BE9D74C9760497445CDE7FA92213C6 /* FBSDKLoginManagerLoginResult+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 626752EF7EB05FDEFB7DDBA7CE66B57D /* PicoKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 812DD1515DD556A3A49D9EC899A4ED72 /* PicoKit-dummy.m */; }; + 62E8346F03C03E7F4D631361F325689E /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0386A7DC808534C0548BC11C07B7B9A /* Response.swift */; }; + 639F646ABB9A9E4D3666B6CDD155BDBD /* PicoXMLReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 22D7031B071EF194F113DD5232C9B52A /* PicoXMLReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 64D1DE8EA4BAACC7B802D787788E3F88 /* SOAP11Envelope.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B07AA5EBDF3A432722AEA054F7AE702 /* SOAP11Envelope.m */; }; + 652EE84BA55F2A6BD325768B753565D8 /* BFExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = B11102A8441AC1AA0813A59FC1535D98 /* BFExecutor.m */; }; + 653C036B94D8543FB8FB1FDD38C7FFAA /* RequestSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D7AFF33D7BD46B127501BFA1A1F3FCF /* RequestSerializer.swift */; }; + 65AD76A5209F07993BCCF096FA03E254 /* FBSDKLikeControl.h in Headers */ = {isa = PBXBuildFile; fileRef = C3C273A675675AFA07126712D2EA3173 /* FBSDKLikeControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6607F176EF0C2BDF9BCC417DD295D59D /* FBSDKBase64.m in Sources */ = {isa = PBXBuildFile; fileRef = 179F7B8C1F165CEA1130EABEEC849EB9 /* FBSDKBase64.m */; }; + 66533D7A594AA93C8C43EF1BCE668A74 /* FBSDKAppInviteContent.h in Headers */ = {isa = PBXBuildFile; fileRef = B90E27BE66B999EC2CDAC5B19354AE2B /* FBSDKAppInviteContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6745F3DFC6CCC37EA42C4930668DA40F /* FBSDKColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FA328E4B9D90899E6BC7FC9780CD385 /* FBSDKColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67C9843DC2B4557A9EE0C5D01604A0E7 /* FBSDKBridgeAPIProtocolNativeV1.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A38272687E05C4229D23CB5DE59A4FD /* FBSDKBridgeAPIProtocolNativeV1.m */; }; + 6817DE148CDBD0D314AFC83255A645E4 /* FBSDKLoginTooltipView.h in Headers */ = {isa = PBXBuildFile; fileRef = 61B7F40A3681BE0DE011323E347C40F0 /* FBSDKLoginTooltipView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 683FC99BAEA8DDE9EBEE2EC93F949B36 /* FBSDKLoginManagerLoginResult+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D620CA6670E89627877735C51B3F6CF3 /* FBSDKLoginManagerLoginResult+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 68C148EE56D18F37FF7AAB71AF7F585C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - 68F25493DF29423FEA798D2247A6C918 /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F0E93D18729FFA5AAB2B3E422D3495B /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B7DD32A130E3052BBB254E95E8897F5 /* FBSDKGameRequestContent.m in Sources */ = {isa = PBXBuildFile; fileRef = BCFF79397C56D68E7E0A9DAE50C692A5 /* FBSDKGameRequestContent.m */; }; - 6BC497E6FA97D13CEFE6919C46F7EFF4 /* FBSDKLikeBoxView.m in Sources */ = {isa = PBXBuildFile; fileRef = 86773ADAE0AD1010158E580339EA8C42 /* FBSDKLikeBoxView.m */; }; - 6C0346EF4F131C59680FB8DA3200AE1F /* SOAP12FaultcodeEnum.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D0B29D889674D3A809D44E91244767D /* SOAP12FaultcodeEnum.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6C613E015135F347BC8492380E05F9E0 /* BFAppLink_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1565DE54531109040614F4303B9EF59D /* BFAppLink_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6CBA87B13DCF3BB31FBC3F1CC4BBB7C6 /* FBSDKTriStateBOOL.m in Sources */ = {isa = PBXBuildFile; fileRef = 0684BA62E2F2B3B8D3C5707A484F0854 /* FBSDKTriStateBOOL.m */; }; + 68F25493DF29423FEA798D2247A6C918 /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 11E9F653A2B9096D9B942AF36AF450D5 /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A8B92B5BDFBEE6BD3F70901FB71A0B1 /* BFTask+Exceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = EADAF8354E076C200F01AD3E52A05201 /* BFTask+Exceptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B091151AE965C9F5462FDD25CB5551B /* Pods-Vendoo-VendooUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F360CE6486A747945443BA0C06AC2C99 /* Pods-Vendoo-VendooUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B7DD32A130E3052BBB254E95E8897F5 /* FBSDKGameRequestContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DAB4E6850F562A49891BD2F721134D0 /* FBSDKGameRequestContent.m */; }; + 6BC497E6FA97D13CEFE6919C46F7EFF4 /* FBSDKLikeBoxView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1696EFC8EA369560ED9338FA360ECD1B /* FBSDKLikeBoxView.m */; }; + 6C0346EF4F131C59680FB8DA3200AE1F /* SOAP12FaultcodeEnum.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FDF3E2A68787915419418623FAE5E4A /* SOAP12FaultcodeEnum.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6CBA87B13DCF3BB31FBC3F1CC4BBB7C6 /* FBSDKTriStateBOOL.m in Sources */ = {isa = PBXBuildFile; fileRef = 1485CD0D6CC46C66362314FFA0A959A6 /* FBSDKTriStateBOOL.m */; }; 6DE785F0B2E1ED7669E819E49BA7DBA9 /* AeroGearHttp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4BD9D1803DACCD677E16D897C4986A4 /* AeroGearHttp.framework */; }; - 6EAAB8106D2D1D7625489FAF35223DBB /* AccountManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9A6F274AD98B028D21C2C73C91A3E45 /* AccountManager.swift */; }; - 6EF01843152A0624110E6E8CAB0BCA51 /* FBSDKContainerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 61F5EC382A9C16242D9A9AAD3CD5B02B /* FBSDKContainerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F59181990A639365B6BDCE65407275A /* FBSDKBridgeAPIRequest+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 957D27640A364B3AD7C2B3C6ED49FDD7 /* FBSDKBridgeAPIRequest+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F852F8B67F8A20BB296716E1AEE0AB7 /* FBSDKShareKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 99589C918E6BA2E615A6F0DFBDEEBCC2 /* FBSDKShareKit-dummy.m */; }; - 6F8F81979B066F27456733EB3BDD21FF /* FBSDKBridgeAPIRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 486FE24916BA86DDBC86B04552192F47 /* FBSDKBridgeAPIRequest.m */; }; - 6FB287DB5361328A1AAFC6D644E94B07 /* FBSDKLogo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A3A4AC92CE1F1F06FCEB42610D14CB8 /* FBSDKLogo.m */; }; - 6FBD31B0BB27AAEFFFFDB275DD3AE781 /* FBSDKGraphErrorRecoveryProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = FE96214E3715C752BFB0FBB4D11568C7 /* FBSDKGraphErrorRecoveryProcessor.m */; }; - 6FDE95FB21B7F5E1EC7A9F49489DAC62 /* AFURLConnectionOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C9BA287C590E0E897CB094E20038E73A /* AFURLConnectionOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7002E8961D24E86FD580DBAE8ECB8D5E /* FBSDKApplicationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 05E586D73A78F4795E435AED452FC1E2 /* FBSDKApplicationDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7008126788B83DF17DEFE2568CA741A3 /* FBSDKCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = DE684A63FBA43103C6C95EB92021A630 /* FBSDKCrypto.m */; }; - 71A7E055D787374AA8F2EC002811AED3 /* SOAP12SupportedEnvType.h in Headers */ = {isa = PBXBuildFile; fileRef = E4879A76EF4143E0A3D961683258E259 /* SOAP12SupportedEnvType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7384AFE0F0221D2843EF6451D653C441 /* FBSDKError.h in Headers */ = {isa = PBXBuildFile; fileRef = 2219A204ABABC6BF07F3392FE82B9BD9 /* FBSDKError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74022FE229C24EF067CBA98969CEE134 /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 547CBECF40B9F321561BF2B46E68E322 /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E2B6054F217E3D01C59665D011B09B1 /* BFMeasurementEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E41D020269E4E75B44C7D9C75652F71 /* BFMeasurementEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6EAAB8106D2D1D7625489FAF35223DBB /* AccountManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 886D7D03EBAC732A6A21ABD7EBCF211A /* AccountManager.swift */; }; + 6EF01843152A0624110E6E8CAB0BCA51 /* FBSDKContainerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CEFAD237F62111CE519B3B3D8CEB628 /* FBSDKContainerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F59181990A639365B6BDCE65407275A /* FBSDKBridgeAPIRequest+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 831F01F23D3F1DC8A1E13167976B0163 /* FBSDKBridgeAPIRequest+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F852F8B67F8A20BB296716E1AEE0AB7 /* FBSDKShareKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E5193101046966C83A1A42EAA37AE6E /* FBSDKShareKit-dummy.m */; }; + 6F8F81979B066F27456733EB3BDD21FF /* FBSDKBridgeAPIRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = B3C7FB15CC8A499B4E316FCF04D2E2FF /* FBSDKBridgeAPIRequest.m */; }; + 6FB287DB5361328A1AAFC6D644E94B07 /* FBSDKLogo.m in Sources */ = {isa = PBXBuildFile; fileRef = FE7056B94E9F7C98902BD400A22CD9DB /* FBSDKLogo.m */; }; + 6FBD31B0BB27AAEFFFFDB275DD3AE781 /* FBSDKGraphErrorRecoveryProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FDCFC0010E47AC0BE5AE3E177D32528 /* FBSDKGraphErrorRecoveryProcessor.m */; }; + 6FDE95FB21B7F5E1EC7A9F49489DAC62 /* AFURLConnectionOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 64E3B4BBF0885812ABC85A381066A943 /* AFURLConnectionOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7002E8961D24E86FD580DBAE8ECB8D5E /* FBSDKApplicationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A25AEEBB73C1A6F99CE31001CC8E7D5 /* FBSDKApplicationDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7008126788B83DF17DEFE2568CA741A3 /* FBSDKCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DF0F9821ABBDAACF5F415C842360459 /* FBSDKCrypto.m */; }; + 71A7E055D787374AA8F2EC002811AED3 /* SOAP12SupportedEnvType.h in Headers */ = {isa = PBXBuildFile; fileRef = F0E46430AB0156C611FF7A4E3D4882A8 /* SOAP12SupportedEnvType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7333194276505D454DACD2603FEE0271 /* BFCancellationTokenRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = EB76ABEEC84D94281BBA33F8A707F52B /* BFCancellationTokenRegistration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7384AFE0F0221D2843EF6451D653C441 /* FBSDKError.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DF40AE913CA0B12932E513EA49D973D /* FBSDKError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74022FE229C24EF067CBA98969CEE134 /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A10466265173AB31436F0B7210B31F86 /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 7480883DDFB8F42068AFF34CAFA4183A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - 74D81A016D09E77EC6592AF70252A6FD /* add_photo@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 532B9C86AA5BA78E38049247E54A77B4 /* add_photo@3x.png */; }; + 74D81A016D09E77EC6592AF70252A6FD /* add_photo@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6064ECECE29155F4247517D0C00AF3A5 /* add_photo@3x.png */; }; 75BAFB5D292A5AC28EBAC6EA8D73CFC6 /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F6348EDC411B3A390715BBDE4A0A553 /* Bolts.framework */; }; - 763D43357E0BE90EA6462FC331E8302F /* FBSDKUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EE0164F51509A32EC736893EE19337A /* FBSDKUtility.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 763F76FF18569C1C701FA8B251DA3AFE /* FBSDKLoginManagerLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 380873080858442CB85C80FF3E3577F8 /* FBSDKLoginManagerLogger.m */; }; - 767C65F9CCCCA6B6E0A43C04594899BC /* FBSDKLoginConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E263B76E1F3FBD74F39025E7D1845B /* FBSDKLoginConstants.m */; }; - 76C1FA68EFCD242119622AE2CEB4D24F /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E62AB4D4E948FAB1C67474A8000CCD2 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 76C72D9FA8C86EBBC7E3E4AF7F0B4BB5 /* UIImage+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D78F9D92731BD2D31CB2F9DCB251D21 /* UIImage+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 76F96A14F0A8DBF44BD7E419DAF7B877 /* FBSDKLikeButtonPopWAV.h in Headers */ = {isa = PBXBuildFile; fileRef = 4714E675C01269183BAE84B982C3A630 /* FBSDKLikeButtonPopWAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 771AD42E937BEEC7A076A4BF17648EF8 /* FBSDKButton.h in Headers */ = {isa = PBXBuildFile; fileRef = A85D7FD9CD63FE50B6138992FB95AA06 /* FBSDKButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 77BF46EE1E54C91A7080408F8767A3DF /* FBSDKShareVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 89BB0EAD16B49A625B94355706D68362 /* FBSDKShareVideo.m */; }; - 78086867BF7BBED7E16245632C4E84CA /* FBSDKLoginError.m in Sources */ = {isa = PBXBuildFile; fileRef = 027418C010D982BB5168CBB639DA68AF /* FBSDKLoginError.m */; }; - 7996B7702DB8A5159CD112BE8CFA5224 /* FBSDKCoreKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6587CC7B718C68F3C1B4ECE75EA21B3D /* FBSDKCoreKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7999F436677B92F6DDA1C3D45B67762F /* UIProgressView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9E1F151120B495554F16BD545D32AF /* UIProgressView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79D287D48B2A81896F365CA21F0B27D6 /* UIWebView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 139A1444395311ED10BE10EFCF2179D2 /* UIWebView+AFNetworking.m */; }; - 79F94D1ECF73B695F68BBBF32E3FECDA /* TYMActivityIndicatorView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D41325F68096F0D94F655291FCBC89C9 /* TYMActivityIndicatorView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7A58F060AC2558071BD5B0B15AE596C6 /* PicoWritable.h in Headers */ = {isa = PBXBuildFile; fileRef = 3441413382DCEE5C0A67E352BAD92EFA /* PicoWritable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7B48852C4D848FA2DA416A98F6425869 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86333EE3A47402934327790D83CEEDE /* ServerTrustPolicy.swift */; }; - 7C01D468C87DE13E87024F391334136E /* PhotoCollectionViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 724CF972C4236A4AE5369E10C5893F69 /* PhotoCollectionViewDataSource.swift */; }; - 7C0A600BF8CCA0567E34D7525B1E3885 /* FBSDKSettings+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = F288D85D7FF5F7428ED7BD1FE4EB9B8C /* FBSDKSettings+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C708C62615F289B6A8B75A24FE22879 /* SWRevealViewController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EDE073ABA9BE8B48245E316709104CA3 /* SWRevealViewController-dummy.m */; }; - 7D68A3720CC3692C203FAAD224FAB14A /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD15897CF2A245A3E5ED58D205A3D57B /* Config.swift */; }; - 7D81ACFEF8FF06EEE9898A0FA03B0E99 /* TYMActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E959B970DDE2517A5BAEC2B35660D58 /* TYMActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 760438A92935D95218DB06E2E51ADA11 /* Pods-Vendoo-VendooTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E48063F76B420F3E35DAD13047D42C79 /* Pods-Vendoo-VendooTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 763D43357E0BE90EA6462FC331E8302F /* FBSDKUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 998D15982DC46B745B0595086744C788 /* FBSDKUtility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 763F76FF18569C1C701FA8B251DA3AFE /* FBSDKLoginManagerLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = B27C96616209DB1E8C988C7A289AFC29 /* FBSDKLoginManagerLogger.m */; }; + 767C65F9CCCCA6B6E0A43C04594899BC /* FBSDKLoginConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B013B5CC469E61C3A5FCE922726DCD /* FBSDKLoginConstants.m */; }; + 76C1FA68EFCD242119622AE2CEB4D24F /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = AE1EEE58FCE4838280DE4790FDDCC978 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76C72D9FA8C86EBBC7E3E4AF7F0B4BB5 /* UIImage+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = D0010F5E558D2E0DD1C452C881BBAA6F /* UIImage+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76F96A14F0A8DBF44BD7E419DAF7B877 /* FBSDKLikeButtonPopWAV.h in Headers */ = {isa = PBXBuildFile; fileRef = 273630BE380A291388E4950457CF8180 /* FBSDKLikeButtonPopWAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 771AD42E937BEEC7A076A4BF17648EF8 /* FBSDKButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BDD86C6317DD2E1A2D61337F22A55DE /* FBSDKButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 77BF46EE1E54C91A7080408F8767A3DF /* FBSDKShareVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 032369198D27ED73A6270FE2BA6EA7E0 /* FBSDKShareVideo.m */; }; + 78086867BF7BBED7E16245632C4E84CA /* FBSDKLoginError.m in Sources */ = {isa = PBXBuildFile; fileRef = DEA9834FAC9B8FF918BDD38196090F4B /* FBSDKLoginError.m */; }; + 7996B7702DB8A5159CD112BE8CFA5224 /* FBSDKCoreKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D3D407F1FAF969C893C8548A561838CA /* FBSDKCoreKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7999F436677B92F6DDA1C3D45B67762F /* UIProgressView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = FA2374B3C414371278389E8BD50D6C01 /* UIProgressView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 79D287D48B2A81896F365CA21F0B27D6 /* UIWebView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D5C411FA498BF0C8663F9BA74B398FC /* UIWebView+AFNetworking.m */; }; + 79F94D1ECF73B695F68BBBF32E3FECDA /* TYMActivityIndicatorView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 67F91B1466145C07925698D1F7162CB9 /* TYMActivityIndicatorView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7A58F060AC2558071BD5B0B15AE596C6 /* PicoWritable.h in Headers */ = {isa = PBXBuildFile; fileRef = 0422CFF19F0CCFB878B807ABC01C7866 /* PicoWritable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B48852C4D848FA2DA416A98F6425869 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63D541600AB0BC0B46F7A0D8896AC894 /* ServerTrustPolicy.swift */; }; + 7BB98E50240143972C28AA9A13EBC3D5 /* BFAppLinkResolving.h in Headers */ = {isa = PBXBuildFile; fileRef = 07AF52AC3FBAF8F0E6DD211EC27DCCB7 /* BFAppLinkResolving.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C01D468C87DE13E87024F391334136E /* PhotoCollectionViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 487DE7F49F11B7D2AC55EA1944166AAF /* PhotoCollectionViewDataSource.swift */; }; + 7C0A600BF8CCA0567E34D7525B1E3885 /* FBSDKSettings+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = EFDB9B82E6870E8F4E1F563CB761F2B4 /* FBSDKSettings+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C708C62615F289B6A8B75A24FE22879 /* SWRevealViewController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D923143858CA62956A9EF95B09F354D /* SWRevealViewController-dummy.m */; }; + 7C7E248D341E116E1A7B8C16A8F58C6B /* BFTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A460517F9FC1CD644C63D90CA376D69 /* BFTask.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D68A3720CC3692C203FAAD224FAB14A /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34FF6B5D4B9E52421A24E3412E1278E9 /* Config.swift */; }; + 7D81ACFEF8FF06EEE9898A0FA03B0E99 /* TYMActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 657944D0882FE5E3659E6739B34E4AC3 /* TYMActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; 7D8F17E4DCB3809E8BD5AB5CBF4DAD24 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; 7E4FFCA3E9CBDF739BAC1B866B13E17B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9EB92AC1D944731F800A2630030A9DA /* UIKit.framework */; }; - 7E9100394CBFFADF64B26C6F4373F78E /* FBSDKAppInviteDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 71CC035857D2C877DCD92D2968EA1C2A /* FBSDKAppInviteDialog.m */; }; - 7ED5EB3F1C101076506DB68E0BC5B6AB /* FBSDKAppEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = D320E97A1208B5079C01657EE27A0D9C /* FBSDKAppEvents.m */; }; - 7F70DD03F9ACE65B00724DCA0309602D /* FBSDKAppEventsState.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CC5C27BEC7A3EEB84565B7AEEF2BA3A /* FBSDKAppEventsState.m */; }; - 7FB067C07D2C78201A78245B76CC17E9 /* PicoClassSchema.m in Sources */ = {isa = PBXBuildFile; fileRef = 529D08DD4EE9E4A45E5E87BA3FA9C08C /* PicoClassSchema.m */; }; - 808E738E1648120C1045BB75BB8AC058 /* FBSDKCheckmarkIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = 938E64E8D9FA8B9999584A451F255F3E /* FBSDKCheckmarkIcon.m */; }; - 808ECA8D577A4288E2F06046DE517EED /* Albums.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 20634CA6DFE6E47B676F652B31D20CF1 /* Albums.storyboard */; }; + 7E9100394CBFFADF64B26C6F4373F78E /* FBSDKAppInviteDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = FD8F5E8625B631F1FAE445F5514F36A4 /* FBSDKAppInviteDialog.m */; }; + 7ED5EB3F1C101076506DB68E0BC5B6AB /* FBSDKAppEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = DC9BED0D6C773E3725A004F799012C45 /* FBSDKAppEvents.m */; }; + 7F70DD03F9ACE65B00724DCA0309602D /* FBSDKAppEventsState.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E485FD2622941556EC545D8E597CD9 /* FBSDKAppEventsState.m */; }; + 7FB067C07D2C78201A78245B76CC17E9 /* PicoClassSchema.m in Sources */ = {isa = PBXBuildFile; fileRef = 6365223D2EE04FC4D1CBF866F038B308 /* PicoClassSchema.m */; }; + 808E738E1648120C1045BB75BB8AC058 /* FBSDKCheckmarkIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = F76E54B8245E01726AF6EF16AD3827E4 /* FBSDKCheckmarkIcon.m */; }; + 808ECA8D577A4288E2F06046DE517EED /* Albums.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A7535F846CF37530222EBC3F982229D3 /* Albums.storyboard */; }; 80B976E03ABBC93F3D35CD0380D59E88 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BD1F56F908F066FF2D4BFD2FF8769FE3 /* CoreGraphics.framework */; }; - 811303DF3449C2B3B67CE2B601C0ACD0 /* SWRevealViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E0B2969D67352DC16CB2E0F5BE33C9 /* SWRevealViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 812CC9954198FB632F3670E2D554898F /* FBSDKShareConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CDC9791720E57C9988C5277E13CA9B3 /* FBSDKShareConstants.m */; }; - 81A1CBDACA3848828BD69C8EFE2C8D7C /* AeroGearOAuth2-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C8204379071B5D22321EC60838BAE214 /* AeroGearOAuth2-dummy.m */; }; - 82008ED885D5AB3464812191AB960057 /* FBSDKShareVideoContent.m in Sources */ = {isa = PBXBuildFile; fileRef = B5205297C1710BD42B211F8CF58513AF /* FBSDKShareVideoContent.m */; }; - 828A250670EEC2897DACA767080A8CA7 /* FBSDKLoginManagerLoginResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2687E42AE029B8C771EEF5A9EEFAD9DA /* FBSDKLoginManagerLoginResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 82CE83B84A5A559972A93E174AD6411A /* OAuth2Module.swift in Sources */ = {isa = PBXBuildFile; fileRef = D62BD0B46D4DD3E23F0486B39F34AC3C /* OAuth2Module.swift */; }; - 8347B4DF59FC5B188430E56C185F2364 /* Dictionary+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 590959014795517EC513D6D9CCCDD833 /* Dictionary+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 8357FE41949BE1FCF43C1D2879DB6A29 /* PicoCache.h in Headers */ = {isa = PBXBuildFile; fileRef = FD1B02521233BEA3241D22E2C40A5FBE /* PicoCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8493A1022392AFF1965FC3FAB4607414 /* SOAP11Detail.m in Sources */ = {isa = PBXBuildFile; fileRef = 6504F8B1BB513D8323BFB46FE59EE6A0 /* SOAP11Detail.m */; }; - 85E8D739830AC6F6E98D7B43A2932099 /* String+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5454E07F3D173F1452C883BCF40CF053 /* String+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 86627AB26AAD2D5D5B60FD98BF9F3BE1 /* FBSDKConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B7BCD669356685AB4505B80F3066643 /* FBSDKConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 86A4C9883826DA7856397C1EE3441257 /* FBSDKShareLinkContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 12C131939AE0DDC98AB9E55019AE5BB8 /* FBSDKShareLinkContent.m */; }; - 86ACEBDE1686451F2370C05812756E23 /* FBSDKConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 4373AC181F2331FC1B93EAA656C9FB39 /* FBSDKConstants.m */; }; - 86C7B4DC7245C1E31565C74EBC34B5A8 /* FBSDKLoginManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 980D4928AB45BF48581AB03D3C9E16CF /* FBSDKLoginManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 871DEEBCCD0B2F702C162DF9F6AD1F30 /* OAuthSwiftCredential.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A6ACD7D0ADF9C63FC72B5B17F352AC4 /* OAuthSwiftCredential.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 878FB8F86BAE97E0179D51D1569FBB60 /* BSImagePickerSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BE0A0FB81C6AA3AC6B3501C8B03C4AC /* BSImagePickerSettings.swift */; }; - 87FB0D874B72B2C3475F51AB24F61817 /* FBSDKAppLinkResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 84B7BB354A14030762B4EBCBB9253EDC /* FBSDKAppLinkResolver.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 885EA75AEF9C1C5631087D67494599F1 /* FBSDKLikeControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 05A3374E4DEF81BD3240E87FFCDCD5B1 /* FBSDKLikeControl.m */; }; + 811303DF3449C2B3B67CE2B601C0ACD0 /* SWRevealViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F2F303A3598169884F80D7E47D14E6F /* SWRevealViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 812CC9954198FB632F3670E2D554898F /* FBSDKShareConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = BD896B3E9F6212E57F7DFA89C796A56A /* FBSDKShareConstants.m */; }; + 8170C4AC05E84ED31A9D33A4CD205D2C /* BFWebViewAppLinkResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A40D0DDD7DC17526BD52BCF79500DB7 /* BFWebViewAppLinkResolver.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81A1CBDACA3848828BD69C8EFE2C8D7C /* AeroGearOAuth2-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FDDEF84189F43CFB074278587F13019 /* AeroGearOAuth2-dummy.m */; }; + 82008ED885D5AB3464812191AB960057 /* FBSDKShareVideoContent.m in Sources */ = {isa = PBXBuildFile; fileRef = A95B66EEBACD15151751D10533D6728B /* FBSDKShareVideoContent.m */; }; + 828A250670EEC2897DACA767080A8CA7 /* FBSDKLoginManagerLoginResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 75717B0EE6927EDD4C83D0DA97D0FAD0 /* FBSDKLoginManagerLoginResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 82CE83B84A5A559972A93E174AD6411A /* OAuth2Module.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70576938AE450669B1DB018253E1AC6D /* OAuth2Module.swift */; }; + 8347B4DF59FC5B188430E56C185F2364 /* Dictionary+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B23270B90154C8717C59ED97E384A6D /* Dictionary+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 8357FE41949BE1FCF43C1D2879DB6A29 /* PicoCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 552F8C6AFBDAC976539CCE95279EFB00 /* PicoCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8493A1022392AFF1965FC3FAB4607414 /* SOAP11Detail.m in Sources */ = {isa = PBXBuildFile; fileRef = D672054D42DA9801632183EF1C590B71 /* SOAP11Detail.m */; }; + 85E8D739830AC6F6E98D7B43A2932099 /* String+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACF40FC7D507D88B3E42184744763A9D /* String+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 86627AB26AAD2D5D5B60FD98BF9F3BE1 /* FBSDKConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 65E09A4D2744DCD15D59FFBEC09F06FE /* FBSDKConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 86A4C9883826DA7856397C1EE3441257 /* FBSDKShareLinkContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A78489641F4A18BFD6D66C4D6E6C758 /* FBSDKShareLinkContent.m */; }; + 86ACEBDE1686451F2370C05812756E23 /* FBSDKConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B81CC9EF67BDCEF23158C3FFEAA9F5A /* FBSDKConstants.m */; }; + 86C7B4DC7245C1E31565C74EBC34B5A8 /* FBSDKLoginManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D4331801A35FEB709F666C93CD2F86E /* FBSDKLoginManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 871DEEBCCD0B2F702C162DF9F6AD1F30 /* OAuthSwiftCredential.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5723F2733FF874F7D39410C656B6D874 /* OAuthSwiftCredential.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 878FB8F86BAE97E0179D51D1569FBB60 /* BSImagePickerSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DEE2A1DC3205A63F646221427149EBC /* BSImagePickerSettings.swift */; }; + 87FB0D874B72B2C3475F51AB24F61817 /* FBSDKAppLinkResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BFF8C76E844CB9E2F51EE0CA89497C4F /* FBSDKAppLinkResolver.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 885EA75AEF9C1C5631087D67494599F1 /* FBSDKLikeControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 41480A800CA8D057E4E67FE080FADDE1 /* FBSDKLikeControl.m */; }; 892A266BC8D285F22E625625249E757A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - 89553EB9F15F76B70F62E8F69BB1684C /* AlbumTableViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7237A113FE13711571104252284633E9 /* AlbumTableViewDataSource.swift */; }; + 89553EB9F15F76B70F62E8F69BB1684C /* AlbumTableViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D80E1C76A1D754C95364D1348D4C126D /* AlbumTableViewDataSource.swift */; }; 89B59BD52908BA3B2EEED23398CF79E6 /* FBSDKCoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8231AB6B7EFC465CB6EB21C2BF39E1 /* FBSDKCoreKit.framework */; }; - 89D320F81D7E49E88352493C2FEB0714 /* PicoSOAPClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 249D9D18249A81E7CF70CBEDA922B67A /* PicoSOAPClient.m */; }; - 89DB4F68F200EACC31577431D7AAB64A /* FBSDKMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 858657C0D026206B4F45E3DECE62EBB3 /* FBSDKMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8B01AE7A2B6926117AF7AA7F921DB708 /* PicoConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 230739C7B167A649B3A62984302E64B3 /* PicoConverter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8B661D874626A9D1A8B4C34B6A17C479 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98DC2CB33852E445807DD474E44428E2 /* SwiftyJSON.swift */; }; - 8BB11C8D9F58C1E81A26BD7EE74093D1 /* FBSDKShareAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 1529D674F9C3C9774EA3E57749F73D7B /* FBSDKShareAPI.m */; }; - 8BB5E13770325286C85E5205E0966FD7 /* PicoSOAPReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 06B682632E41A71EFDD4027F6DDC76FC /* PicoSOAPReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8BF401C38065E3AC9BD840243F4DD820 /* FBSDKAppGroupAddDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = BE54492EF9561D35EBAAB3D84BF67B03 /* FBSDKAppGroupAddDialog.m */; }; + 89D320F81D7E49E88352493C2FEB0714 /* PicoSOAPClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 728250A42897ED5C6F6E4620AAC65540 /* PicoSOAPClient.m */; }; + 89DB4F68F200EACC31577431D7AAB64A /* FBSDKMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = AC85F823B6A43EA175D2E6FAF7318FF4 /* FBSDKMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8B01AE7A2B6926117AF7AA7F921DB708 /* PicoConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE72FEA2F43AED48946AFC19793F24B /* PicoConverter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8B661D874626A9D1A8B4C34B6A17C479 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 868DCF6FDE1015433F1DDF2E38D64C1E /* SwiftyJSON.swift */; }; + 8BB11C8D9F58C1E81A26BD7EE74093D1 /* FBSDKShareAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BEA5EC0AB6FAB0B19DCAF3A724F4124 /* FBSDKShareAPI.m */; }; + 8BB5E13770325286C85E5205E0966FD7 /* PicoSOAPReader.h in Headers */ = {isa = PBXBuildFile; fileRef = C1118BB5F6DDA46AAAB877C937B1F35A /* PicoSOAPReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8BF401C38065E3AC9BD840243F4DD820 /* FBSDKAppGroupAddDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 0840F65EC8E68957C520055A54DB2D44 /* FBSDKAppGroupAddDialog.m */; }; 8C207B123C54270F58E604A28E300A59 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - 8C7CABBE4EC64C461AF9AE36EA44C050 /* FBSDKShareMediaContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 080CB57255E13F1ACC665809178CD0E2 /* FBSDKShareMediaContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8C874B306AE5A045C9B7FD91B2CC8D31 /* PicoConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = CAE0DE8F2AFA356051024CC0D5EB4A9B /* PicoConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8D7EA0A6E5D522BC65CACC0BA7D23B0E /* SelectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2A000B945829F74482DE7F0CF096AE /* SelectionView.swift */; }; - 8DA408A27B20CFD43FDA70C8FC647AC9 /* FBSDKLogo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE9DC64BFE2228F13211F8C425FF09C /* FBSDKLogo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DA9AA49F47C0E5D647CF3C96180843B /* PicoXMLReader.m in Sources */ = {isa = PBXBuildFile; fileRef = F43E92D52146AB7DC8335A8052543C26 /* PicoXMLReader.m */; }; - 8E678F3A93AF7E81BD5B4DE16E9FAC71 /* FBSDKMessageDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B2EA4AE9C72F200C52704B448B949D6 /* FBSDKMessageDialog.m */; }; - 8EB11202167FCDDF1257AAAB1D1FB244 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83453C9E9E2131FA9FC4CF9D57DBA30 /* Alamofire.swift */; }; - 8EDDCAE539DCE9EA7BCC1895C4C4A567 /* FBSDKSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AE1CB8C21670057DC822F06DF714398 /* FBSDKSettings.m */; }; - 8EE4F8A28DC540EB08B46C0F57CC9BCC /* BFAppLinkTarget.m in Sources */ = {isa = PBXBuildFile; fileRef = B7B09C66FD943E767176EB23ED3D6B3C /* BFAppLinkTarget.m */; }; - 8F07671E7B41068F6BDBBEF4E39D322A /* PicoConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EB35CCF61C54AFE15E1BD96325F8CE7 /* PicoConstants.m */; }; - 8F51C91CAE6EA947E9C861F49919BF22 /* PicoXMLClient.m in Sources */ = {isa = PBXBuildFile; fileRef = EBFBBB70C90B3FFC502B930D9680A6C2 /* PicoXMLClient.m */; }; - 8FD9899D436F154F3491C5D308B57B32 /* FBSDKSharingContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4819EDC7A4AD8454344C17BD7B0A1FE8 /* FBSDKSharingContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8FFB8C1D3CC1E94BE11F7E0148B1A01E /* BFAppLinkNavigation.m in Sources */ = {isa = PBXBuildFile; fileRef = DA6C3EDC373498F2B6543BA3A1782CF6 /* BFAppLinkNavigation.m */; }; + 8C7CABBE4EC64C461AF9AE36EA44C050 /* FBSDKShareMediaContent.h in Headers */ = {isa = PBXBuildFile; fileRef = B1FC4DD456599D262758B5E9C8B2DC0B /* FBSDKShareMediaContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8C874B306AE5A045C9B7FD91B2CC8D31 /* PicoConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAE2D13588C432E6B57CBCD939C6B4B /* PicoConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8D7EA0A6E5D522BC65CACC0BA7D23B0E /* SelectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D9D0DA1ACDA3CDC1B76D9B740A1879 /* SelectionView.swift */; }; + 8DA408A27B20CFD43FDA70C8FC647AC9 /* FBSDKLogo.h in Headers */ = {isa = PBXBuildFile; fileRef = 53EA5490BD2D8F3B93640F57466D86F1 /* FBSDKLogo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DA9AA49F47C0E5D647CF3C96180843B /* PicoXMLReader.m in Sources */ = {isa = PBXBuildFile; fileRef = B2E2FF3863A99E97ACD3D94F345939F3 /* PicoXMLReader.m */; }; + 8E678F3A93AF7E81BD5B4DE16E9FAC71 /* FBSDKMessageDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = FE27E73AB9D1AB7B10C63C2322C0AA58 /* FBSDKMessageDialog.m */; }; + 8EB11202167FCDDF1257AAAB1D1FB244 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1498D3AB8502D993842832DE34046C3 /* Alamofire.swift */; }; + 8EDDCAE539DCE9EA7BCC1895C4C4A567 /* FBSDKSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E1044C75CB962E20676E677131B7087 /* FBSDKSettings.m */; }; + 8F07671E7B41068F6BDBBEF4E39D322A /* PicoConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 6985E24A3958AF81630E6675F2B49884 /* PicoConstants.m */; }; + 8F51C91CAE6EA947E9C861F49919BF22 /* PicoXMLClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 6642E596F792AF16DC5C1AB3B08BEC72 /* PicoXMLClient.m */; }; + 8FD9899D436F154F3491C5D308B57B32 /* FBSDKSharingContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 97ECE805E43DC2A61EB23ABF06EB1EA6 /* FBSDKSharingContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8FFE0CA5DFE3379BBDA253EBFF2D07E2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BD1F56F908F066FF2D4BFD2FF8769FE3 /* CoreGraphics.framework */; }; - 9008E52F56E5C0AE4CC4747B573D404C /* SOAP12UpgradeType.h in Headers */ = {isa = PBXBuildFile; fileRef = E533F4B3AF4AE856D2B830C801A135CA /* SOAP12UpgradeType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 903E8BA75D09A05881EB2DD3F622CCF4 /* PicoDateConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = C16D6C8ECBDFA1F6A4C8F7E7750FE79C /* PicoDateConverter.m */; }; - 911E724303BA23E8A474DD386FAC9C2B /* PicoSOAPWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = EF14C76A3F189A456CC993C5AEDB7D89 /* PicoSOAPWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 917B32BDBDF0928BAFF4201C924BA155 /* FBSDKUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 6724D122CC4732D50B8CCAB55A77AA70 /* FBSDKUtility.m */; }; + 9008E52F56E5C0AE4CC4747B573D404C /* SOAP12UpgradeType.h in Headers */ = {isa = PBXBuildFile; fileRef = 268C0B06B14A4BCDE90E3F5E70B93A61 /* SOAP12UpgradeType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 903E8BA75D09A05881EB2DD3F622CCF4 /* PicoDateConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = C4ECE6267F2839D6ACCA3EBEF29942E9 /* PicoDateConverter.m */; }; + 911E724303BA23E8A474DD386FAC9C2B /* PicoSOAPWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DEA5BCBA51E22D7D5ADBCA12734090C /* PicoSOAPWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 917B32BDBDF0928BAFF4201C924BA155 /* FBSDKUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = DF2271DD0897F59E56F8E7966E5AC243 /* FBSDKUtility.m */; }; 91C09AC2A52ED69A27C8D923139A006F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - 928AA17E8C87D9559CEC0F3EFD75EACD /* FBSDKBridgeAPIProtocolNativeV1.h in Headers */ = {isa = PBXBuildFile; fileRef = 17663EE48E0F193F1520DDC8A9D6A859 /* FBSDKBridgeAPIProtocolNativeV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 932C49EB7BA256473D43C610DA6BF386 /* FBSDKProfile+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 73EFAC05E3B552AFB6E23C57F9414C40 /* FBSDKProfile+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93CB179F47B5E343CCF361D181638E2E /* FBSDKShareDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B623BB5F32CA6C45B990FFF7637DD3D /* FBSDKShareDialog.m */; }; - 93D03012CEB9E4EE27E6DB43412D6FF4 /* SOAP11Body.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B6D1E9BF84D8CE5943AD95EC737D57B /* SOAP11Body.m */; }; - 945C9834347A969CDD4FB9A5AB9FF0E0 /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 88924BAF94EAB94B2BDCB80EBAD432BC /* AFURLSessionManager.m */; }; - 9469DF81ECB494E84675969B5E13374C /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE2C6FCD2887EF07C04FD5B9CCA8F820 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 956CD88D16E0E4A464C3B382FAEEBFAD /* SOAP12Detail.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D780CD47C24FC4A44E3C7792E1CFDB9 /* SOAP12Detail.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 96247D22CC837A06A450BB49F1D2F79E /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 05D8D8F75AC1A96E2FED0176761DFCC0 /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 963024E730FDCBE25283A208880579DE /* BFMeasurementEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E5F7D68EAAFE737B7C59679ECFE3988 /* BFMeasurementEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9769B82453864B392235EDCAA2D87D47 /* UntrustedMemoryOAuth2Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A3848E60624D95EBEF5BEA19237081C /* UntrustedMemoryOAuth2Session.swift */; }; - 97CD6CF37BB5BE78C2A234AC897802B7 /* FBSDKLikeBoxView.h in Headers */ = {isa = PBXBuildFile; fileRef = F7B0157055DCD6F6A577E0224F0D29FC /* FBSDKLikeBoxView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9817C864118A1756B997A687DC14B84A /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A3E3B966707ED82BCF33139164EABD9C /* SwiftyJSON-dummy.m */; }; - 98AF6E202E68E9B4F22202842DC0D619 /* FBSDKSharePhotoContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 55EF2F6A481D0BD8F847D86B41D95693 /* FBSDKSharePhotoContent.m */; }; - 98CCDEA46756A3A8A0FC9B9472E682B2 /* PhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EA088EEF710A8CBD0CBE8A9B84C5636 /* PhotoCell.swift */; }; - 9991B7ED54593BD5F26EF68DC59E1D4B /* FBSDKLikeActionControllerCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F94909C1EA23C34C6D850CE8EB1929FE /* FBSDKLikeActionControllerCache.m */; }; - 99AC88D23F7F3D5E609540D9EED14123 /* OAuth2Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = F15C97CBB3540F1BDFB470A25225FFC9 /* OAuth2Session.swift */; }; - 99BCC2F48031C4DF19C25EC274DB057F /* FBSDKSharing.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F398734892BC06870E20A0A61C514DE /* FBSDKSharing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9AE3BB10BC5F5D2AE74A19D30917617A /* FBSDKDialogConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 660F0601F22448C96CCC052E86CE5149 /* FBSDKDialogConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AEF21BC71A0C2AF841513A013F197EC /* FBSDKApplicationDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 56799AB2C8E7D325F54CABCEB3ECB35D /* FBSDKApplicationDelegate.m */; }; - 9B209880BF6C678EBB9FE3B5E1AFED77 /* PicoDataConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 463141137C5BD49840F83FF27CA05880 /* PicoDataConverter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BA81C3A00FBFB0269E1F502C7CA7111 /* SOAP11Envelope.h in Headers */ = {isa = PBXBuildFile; fileRef = F7FC7E483852F29AAB7772C3704130A6 /* SOAP11Envelope.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9C54F07A5D6128AEA08BE4131CCCF746 /* FBSDKPaymentObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = E46A3605C6A0524B347CF43D6902217B /* FBSDKPaymentObserver.m */; }; - 9DF0BDC4A549EEFB599696F517AF5E93 /* SOAP12UpgradeType.m in Sources */ = {isa = PBXBuildFile; fileRef = F5AA06949166D6CCA8A52EDC65F86B61 /* SOAP12UpgradeType.m */; }; - 9E795055729E8F398250A5687BB00AE2 /* UIImageView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AC971BD980BD7A06FDFE57F36E7FC13 /* UIImageView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9ED4B168116CB499803EC612E1DB1396 /* FBSDKGraphRequestConnection+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = A15093DE91AE174A75013B3D62A1C8EA /* FBSDKGraphRequestConnection+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F311BFDD71F019984158BF9906299F2 /* PicoBoolConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = A9750501DF71FEA26408E02B6AAEFAAB /* PicoBoolConverter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F6583620EA28E354C4A4F5891E087FA /* Pods-VendooUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF79BC0792545A7FE5B98E8EE5A6BAE4 /* Pods-VendooUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F756E533FBC1ECD87F8F13FE411BD51 /* PicoBindingSchema.m in Sources */ = {isa = PBXBuildFile; fileRef = 9442A1E638A26F280ACD2B797D536DA9 /* PicoBindingSchema.m */; }; - A0DF7E397B57D50B5E89228082DB4361 /* FBSDKShareMediaContent.m in Sources */ = {isa = PBXBuildFile; fileRef = C979F959F1F3418267AC73ACAC8433D0 /* FBSDKShareMediaContent.m */; }; - A1A522460FB8F634AEA3F48F9C0FC7D4 /* NSDate+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1A814BCF8E6A944A4A5CAFE35F508E5 /* NSDate+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - A1A90659ED5B7540845C8185F8606FB9 /* FBSDKTypeUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 35212BFE186D2B34B566DDB895805330 /* FBSDKTypeUtility.m */; }; - A234CD03F89584D0547A5D7D999E03C5 /* PicoSOAPReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E84A0699A55B0E3B557B28579E57E5A /* PicoSOAPReader.m */; }; - A28B68F8AF4A8ED3F8DEDF23CFCA8FEC /* FBSDKAccessTokenCacheV3.h in Headers */ = {isa = PBXBuildFile; fileRef = ADB499A07145D059372C4F0CB716097A /* FBSDKAccessTokenCacheV3.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2F0870136D90D9CE7905634CBEC46C2 /* SOAP12Body.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B03B9DBFF123DBFB0B227CAC1685F34 /* SOAP12Body.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4229F7353B5AF589AD6BF2EAC31F1E7 /* UIButton+NoAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A49C3DEA2D07ACB92F54196C337397B /* UIButton+NoAnimation.swift */; }; - A44B9556C3A558F0120EE35F290B3FCE /* BFMeasurementEvent_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A24DC0C3F03520998D9EBE969898376 /* BFMeasurementEvent_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A484BD167B628487BBAAA674F5DB7B1A /* FBSDKCloseIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = C5C170610839076B244BE0913F362B64 /* FBSDKCloseIcon.m */; }; - A4A4B6DCAD90B231B771EB8AAA9401BC /* Bolts-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 61C0D0683B4455AE9E124EC7747079B7 /* Bolts-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A54F557F6175E445E98C30B98B5A3AD6 /* FBSDKSharePhoto.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AF6D8AA5B35DA685CC3C1F64A271153 /* FBSDKSharePhoto.m */; }; - A59E0D04139EA956AF2F0E32B469E1E3 /* Bolts.h in Headers */ = {isa = PBXBuildFile; fileRef = BB7663A80FDA49BDE2B2BA8EE2F16581 /* Bolts.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A5C0CCB7592B4AB0554D304C79E2FF99 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - A6245406942E1B12CA6B3037098E854F /* PicoXMLElement.h in Headers */ = {isa = PBXBuildFile; fileRef = FD1962155BD5DAFF4BC04134E50787C9 /* PicoXMLElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A69128071A53DBC4882CC8DC76782334 /* FBSDKLoginTooltipView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4527EC3F505585A6082527EDE0C21599 /* FBSDKLoginTooltipView.m */; }; - A7D274ABDE3D32AE032C1B43FCD12B81 /* SOAP12Faultcode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8678D71BB6EB0D466046EFD065D9FEF5 /* SOAP12Faultcode.m */; }; - A7E04563503B066374A95EDAFD8104DA /* FBSDKURLConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97C7600FBE856CA7420A40EEB1B66465 /* FBSDKURLConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8E32D941D75EC298C7E256A3C6D31D4 /* Int+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EAB085C1650BE8F49014F6B46F2E28 /* Int+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - A972F072AE0487FC7C5135B086C51F7D /* OAuthWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54EE29E814BAE9C87EED3553DCFDF327 /* OAuthWebViewController.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - AA0B9C265F96CA310C674C330D4C5592 /* Locksmith.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FCB9CB315143391930E67510B50A698 /* Locksmith.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AA314156AC500125F4078EE968DB14C6 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6F0A0E9035211FF35F918848098E903 /* Result.swift */; }; - AA363E22E4DDB87A037ED04A117ABC51 /* BFAppLinkTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = 049807B74ECBB358FA78542C984FB58F /* BFAppLinkTarget.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AA3B76EE5D2EDCFC6BBC162662C9AB3F /* SOAP12Reasontext.h in Headers */ = {isa = PBXBuildFile; fileRef = E7D2944F83815E783A74721A88E11FEF /* SOAP12Reasontext.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AB221C6A426CC9274B00DEB45A2A7693 /* FBSDKBridgeAPIProtocolWebV2.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE2FC3ED64DCF700CBDD6789097F898 /* FBSDKBridgeAPIProtocolWebV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABBC769244D3C1F076C3A7ABA6F2F330 /* FBSDKAppEventsDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = E1DF86F3F432B2615B079C69222B28DD /* FBSDKAppEventsDeviceInfo.m */; }; - ABE45433C4D5440C9B6331AF3C825B52 /* FBSDKGraphRequestDataAttachment.h in Headers */ = {isa = PBXBuildFile; fileRef = C58BB331136BE93B86B30F5DB171A165 /* FBSDKGraphRequestDataAttachment.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AC31F8B2FE473098E961C569C9F7216A /* NSIndexSet+NSIndexPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CFD42CDEC39894958DAA0CF0458597B /* NSIndexSet+NSIndexPath.swift */; }; + 928AA17E8C87D9559CEC0F3EFD75EACD /* FBSDKBridgeAPIProtocolNativeV1.h in Headers */ = {isa = PBXBuildFile; fileRef = C58103D81E9C42491AA9266AE753D199 /* FBSDKBridgeAPIProtocolNativeV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 932C49EB7BA256473D43C610DA6BF386 /* FBSDKProfile+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 44BA5CB60B2E0632713031C09DA8FF35 /* FBSDKProfile+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93CB179F47B5E343CCF361D181638E2E /* FBSDKShareDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 359E31341B1154FBF255EEACA441C5CC /* FBSDKShareDialog.m */; }; + 93D03012CEB9E4EE27E6DB43412D6FF4 /* SOAP11Body.m in Sources */ = {isa = PBXBuildFile; fileRef = F7C5F771D232A4C7C5491ADB514E62CB /* SOAP11Body.m */; }; + 945C9834347A969CDD4FB9A5AB9FF0E0 /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EDF1E12CC3EB15DB99FCE3C4F8364295 /* AFURLSessionManager.m */; }; + 9469DF81ECB494E84675969B5E13374C /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 383EB2C549433904BE20DE9CF33B6800 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 956CD88D16E0E4A464C3B382FAEEBFAD /* SOAP12Detail.h in Headers */ = {isa = PBXBuildFile; fileRef = F10E09F24A3B6BA2E4BD36FCBAB32383 /* SOAP12Detail.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 96247D22CC837A06A450BB49F1D2F79E /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED18EAECBF26A7A58C5BCC9ADFED3D0 /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9769B82453864B392235EDCAA2D87D47 /* UntrustedMemoryOAuth2Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7432AAACA1A0F6AF9BE4E9B44472450A /* UntrustedMemoryOAuth2Session.swift */; }; + 97CD6CF37BB5BE78C2A234AC897802B7 /* FBSDKLikeBoxView.h in Headers */ = {isa = PBXBuildFile; fileRef = D8179B84003C81BB0751EE43A1DCABA9 /* FBSDKLikeBoxView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9817C864118A1756B997A687DC14B84A /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A1422D5F425FF8918E84920784D3551D /* SwiftyJSON-dummy.m */; }; + 98AF6E202E68E9B4F22202842DC0D619 /* FBSDKSharePhotoContent.m in Sources */ = {isa = PBXBuildFile; fileRef = BA7B9A6B84F8456FE9697EFA139611D6 /* FBSDKSharePhotoContent.m */; }; + 98CCDEA46756A3A8A0FC9B9472E682B2 /* PhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AE0BBD7A0874B2672F5EC0AF4575B96 /* PhotoCell.swift */; }; + 9991B7ED54593BD5F26EF68DC59E1D4B /* FBSDKLikeActionControllerCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DA75AB0F3BE8C976FD171BC3ACF4FD4D /* FBSDKLikeActionControllerCache.m */; }; + 99AC88D23F7F3D5E609540D9EED14123 /* OAuth2Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5DE4D754EE820BB60C454F9F10447F9 /* OAuth2Session.swift */; }; + 99BCC2F48031C4DF19C25EC274DB057F /* FBSDKSharing.h in Headers */ = {isa = PBXBuildFile; fileRef = C489FB9E0E070EC28E945BF04E301177 /* FBSDKSharing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 99FA28E0A77EBF35E1C94E6C5851DB44 /* BFCancellationTokenSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FC5191945366DAC35747F2456E28998 /* BFCancellationTokenSource.m */; }; + 9AA1F38B13D6C8E732014B430FD80EC3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; + 9AE3BB10BC5F5D2AE74A19D30917617A /* FBSDKDialogConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = EB342C66340F0F9CC8BC06EA44FB9716 /* FBSDKDialogConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AEF21BC71A0C2AF841513A013F197EC /* FBSDKApplicationDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 72245D286497643AEC39CFD51C055F36 /* FBSDKApplicationDelegate.m */; }; + 9B045FC64D2A32D380593AEA86A28904 /* Bolts.h in Headers */ = {isa = PBXBuildFile; fileRef = D5230F3C993EF53931931F6A58EBBECD /* Bolts.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B209880BF6C678EBB9FE3B5E1AFED77 /* PicoDataConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 05511F985C1A4179E3E9024B07BE3DCB /* PicoDataConverter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BA81C3A00FBFB0269E1F502C7CA7111 /* SOAP11Envelope.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E7CC12D5F3E06BF8E801CE52A7A74D4 /* SOAP11Envelope.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C54F07A5D6128AEA08BE4131CCCF746 /* FBSDKPaymentObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 1659A098D97B7F23B12651594133C44F /* FBSDKPaymentObserver.m */; }; + 9DF0BDC4A549EEFB599696F517AF5E93 /* SOAP12UpgradeType.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A478018630430D50CB7CF361E5AB164 /* SOAP12UpgradeType.m */; }; + 9E40001D7D2CAC32039C59FC0208A7CA /* Bolts-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E5458EC8B29B93BCD0F4DB01B9B129A /* Bolts-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E795055729E8F398250A5687BB00AE2 /* UIImageView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 144D5484885E6C90AB797898C08E7374 /* UIImageView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9ED4B168116CB499803EC612E1DB1396 /* FBSDKGraphRequestConnection+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 45A9A8FCBE779F8A7ACE59BD1AE2066F /* FBSDKGraphRequestConnection+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F311BFDD71F019984158BF9906299F2 /* PicoBoolConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = BC243D2E1C4F2FC292C0E39E689B5F0D /* PicoBoolConverter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9F756E533FBC1ECD87F8F13FE411BD51 /* PicoBindingSchema.m in Sources */ = {isa = PBXBuildFile; fileRef = 2811C81F012D28F9EE3BED52201D1727 /* PicoBindingSchema.m */; }; + A0DF7E397B57D50B5E89228082DB4361 /* FBSDKShareMediaContent.m in Sources */ = {isa = PBXBuildFile; fileRef = C1ACB5EDF85279E3FD1D9AEBB80F4CEF /* FBSDKShareMediaContent.m */; }; + A1A522460FB8F634AEA3F48F9C0FC7D4 /* NSDate+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = B827D1699F32E2F4CAC5D644CFF639D1 /* NSDate+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + A1A90659ED5B7540845C8185F8606FB9 /* FBSDKTypeUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D03884E6D124364437EC429FFB2DF62 /* FBSDKTypeUtility.m */; }; + A234CD03F89584D0547A5D7D999E03C5 /* PicoSOAPReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 41E305ED98B2F8952D7CDA42A7ADFBE9 /* PicoSOAPReader.m */; }; + A28B68F8AF4A8ED3F8DEDF23CFCA8FEC /* FBSDKAccessTokenCacheV3.h in Headers */ = {isa = PBXBuildFile; fileRef = 037BEC0658766E3CC7D1521E3D8314B5 /* FBSDKAccessTokenCacheV3.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2F0870136D90D9CE7905634CBEC46C2 /* SOAP12Body.h in Headers */ = {isa = PBXBuildFile; fileRef = 09523AB3CD75B683590559B093F010C0 /* SOAP12Body.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3CE342B34D0DAA7BE2AA45BEF94CAFC /* BFAppLink_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1217C16EE78E51CB579D919EFC117D8C /* BFAppLink_Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A411DDDACF2FE64E4123D2654049E331 /* BFMeasurementEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = BC96B2330EF98C37540EB7E74CDE2055 /* BFMeasurementEvent.m */; }; + A4229F7353B5AF589AD6BF2EAC31F1E7 /* UIButton+NoAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD7F5C2E34CDB1EC74E0074099A8FF35 /* UIButton+NoAnimation.swift */; }; + A484BD167B628487BBAAA674F5DB7B1A /* FBSDKCloseIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DCDACB474AC3ADD768D6B1C3DC646FE /* FBSDKCloseIcon.m */; }; + A54F557F6175E445E98C30B98B5A3AD6 /* FBSDKSharePhoto.m in Sources */ = {isa = PBXBuildFile; fileRef = A43EB3A8DCD0A4C27452C8900575B96D /* FBSDKSharePhoto.m */; }; + A6245406942E1B12CA6B3037098E854F /* PicoXMLElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 88F86ECA1EA6EDABB24AF66849570899 /* PicoXMLElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A69128071A53DBC4882CC8DC76782334 /* FBSDKLoginTooltipView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ADAAE793D80602C9B4C2663F838B071 /* FBSDKLoginTooltipView.m */; }; + A7D274ABDE3D32AE032C1B43FCD12B81 /* SOAP12Faultcode.m in Sources */ = {isa = PBXBuildFile; fileRef = 75DA66CAE047B220F692A33AB8BBA621 /* SOAP12Faultcode.m */; }; + A7E04563503B066374A95EDAFD8104DA /* FBSDKURLConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 98DBA61E57524B271DACDBF349DC5DB6 /* FBSDKURLConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A877EB9CF2930345DD962B4BC0D24959 /* BFTaskCompletionSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D4F3DD6A7BF4185DFE772EA964B09F7 /* BFTaskCompletionSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A8E32D941D75EC298C7E256A3C6D31D4 /* Int+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C65B098C671D17C341DD62FC173ECFB /* Int+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + A972F072AE0487FC7C5135B086C51F7D /* OAuthWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17AEA9A9B2375BC5CE57EA3B2727844A /* OAuthWebViewController.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + AA0B9C265F96CA310C674C330D4C5592 /* Locksmith.h in Headers */ = {isa = PBXBuildFile; fileRef = B9791ABFFE20ED94BF192C7531A3A38F /* Locksmith.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AA314156AC500125F4078EE968DB14C6 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = A185AC5E050F21355385EA759FE5EEF1 /* Result.swift */; }; + AA3B76EE5D2EDCFC6BBC162662C9AB3F /* SOAP12Reasontext.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EF43C2EA6C705C1E7948DBEF8197450 /* SOAP12Reasontext.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AB221C6A426CC9274B00DEB45A2A7693 /* FBSDKBridgeAPIProtocolWebV2.h in Headers */ = {isa = PBXBuildFile; fileRef = 59294C30161CC7DA8F58614411D98259 /* FBSDKBridgeAPIProtocolWebV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABBC769244D3C1F076C3A7ABA6F2F330 /* FBSDKAppEventsDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F403D913349292156367832BB68EDEBA /* FBSDKAppEventsDeviceInfo.m */; }; + ABE45433C4D5440C9B6331AF3C825B52 /* FBSDKGraphRequestDataAttachment.h in Headers */ = {isa = PBXBuildFile; fileRef = 87DAE8DD5362B98E2BC36A88BA93AEEA /* FBSDKGraphRequestDataAttachment.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC31F8B2FE473098E961C569C9F7216A /* NSIndexSet+NSIndexPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012FC612A0C3FCDAB9DA9A4656CA3831 /* NSIndexSet+NSIndexPath.swift */; }; AC7C6289920D865E6FBFC20F0DC4F252 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0869CA58F7F30AC160140737D5D081ED /* MobileCoreServices.framework */; }; - AD52B349A273F0EB40F823990A40D2CD /* FBSDKLoginConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 49520228B90F521B1F1A6943FAFE4687 /* FBSDKLoginConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ADF19C953CE2A7D0B72EC93A81FCCC26 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EC5AD17AD6A58ADDF59C6B2C615B29D7 /* Alamofire-dummy.m */; }; - AE4CF87C02C042DF13ED5B21C4FDC1E0 /* Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14D7AF262BCBB2ED59162BF80581FA11 /* Stream.swift */; }; - AE8AA2056202F72341129D6710EB387E /* BFCancellationTokenRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = E18D85750800FAA35E2A22D014382E0F /* BFCancellationTokenRegistration.m */; }; - B005B379F2878E1CDA454C1A87879442 /* FBSDKKeychainStoreViaBundleID.m in Sources */ = {isa = PBXBuildFile; fileRef = BA6A39F0E87BE10C171CA4622856C47E /* FBSDKKeychainStoreViaBundleID.m */; }; - B0311FBDE031798111EC0E5DB55540BA /* FBSDKOrganicDeeplinkHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DD757D2A5513AFB264143349E89C388 /* FBSDKOrganicDeeplinkHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B03FBE8B4AA2B23CB920A248BB98AB3E /* SOAP12SupportedEnvType.m in Sources */ = {isa = PBXBuildFile; fileRef = 32E9C7AD21D41631B32E27B393372335 /* SOAP12SupportedEnvType.m */; }; - B1033B9D20ABC4D28DD47AE664FDFDBE /* FBSDKBridgeAPIRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B0A20E413000FFAD97D625FBE297106 /* FBSDKBridgeAPIRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B10C7D17E533337E2B74970B679D6B3A /* OpenIDClaim.swift in Sources */ = {isa = PBXBuildFile; fileRef = 593CC83E074F1AC02B50425B5A3FA8D8 /* OpenIDClaim.swift */; }; - B13DC7A0E6506DF7327E2AABA60FAE4F /* SOAP12Subcode.h in Headers */ = {isa = PBXBuildFile; fileRef = D793CA9BA46614AEC9F3D4E981D06C0F /* SOAP12Subcode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B237CE69F2373005B527EFF9204AA06B /* PicoKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FF9222246ECA54215BB409FE784A683B /* PicoKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B34BBDBBA5577DEAB2F973B1CC7E2FD1 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 319C4358034D3503BCAA7F004D881EC3 /* Utils.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - B42A49260E02658534FF92164B6FC311 /* UIRefreshControl+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CAC4FFC8088E1C5DC07C1866BF532DB /* UIRefreshControl+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B52E11D4E947E41CE3A1E3221AB1BA6B /* FBSDKBoltsMeasurementEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 606FB7D0E3D7E0C2A1286201D28779B3 /* FBSDKBoltsMeasurementEventListener.m */; }; - B534C8C1D32294DB54F3C5CFFD5AAA9B /* FBSDKLoginButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C3E6796CF607449ECEE2A2E30BDE88 /* FBSDKLoginButton.m */; }; + AD52B349A273F0EB40F823990A40D2CD /* FBSDKLoginConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 976B4D03A9321B412230E9EF4529F3F8 /* FBSDKLoginConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ADF19C953CE2A7D0B72EC93A81FCCC26 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F220BFDFE04C5E44BF4CD17A497DA847 /* Alamofire-dummy.m */; }; + AE4CF87C02C042DF13ED5B21C4FDC1E0 /* Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FBD5B2058DE2B16BC3F1B5A7B04E40F /* Stream.swift */; }; + AE88CF4A135C8C1E79FEBB43EE2B38F8 /* BFAppLinkReturnToRefererView_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E1E2CED915287AA3461F6300AB4951A /* BFAppLinkReturnToRefererView_Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B005B379F2878E1CDA454C1A87879442 /* FBSDKKeychainStoreViaBundleID.m in Sources */ = {isa = PBXBuildFile; fileRef = 31197CF960F9C2232A1DDCAB3F8DB68A /* FBSDKKeychainStoreViaBundleID.m */; }; + B0311FBDE031798111EC0E5DB55540BA /* FBSDKOrganicDeeplinkHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B23EEC9EF98E18BA78C2574CB347939 /* FBSDKOrganicDeeplinkHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B03FBE8B4AA2B23CB920A248BB98AB3E /* SOAP12SupportedEnvType.m in Sources */ = {isa = PBXBuildFile; fileRef = 45183A70E1DF80AA4424A99EBDD072BD /* SOAP12SupportedEnvType.m */; }; + B1033B9D20ABC4D28DD47AE664FDFDBE /* FBSDKBridgeAPIRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = B80A07D9D7AFB969E72F14412BEB388B /* FBSDKBridgeAPIRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B10C7D17E533337E2B74970B679D6B3A /* OpenIDClaim.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F710E23B17AD395719BE3EAAC633F4 /* OpenIDClaim.swift */; }; + B13DC7A0E6506DF7327E2AABA60FAE4F /* SOAP12Subcode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D6C6609F47675D67542BFBA691F142A /* SOAP12Subcode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B237CE69F2373005B527EFF9204AA06B /* PicoKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF82297E8079D5C3248A0A2E6836E27C /* PicoKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B34BBDBBA5577DEAB2F973B1CC7E2FD1 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34179205B39B7F983FC2D11EE089F0CB /* Utils.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + B42A49260E02658534FF92164B6FC311 /* UIRefreshControl+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 0131DEFA58ED7F61883CE8CCFC049AF1 /* UIRefreshControl+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B52E11D4E947E41CE3A1E3221AB1BA6B /* FBSDKBoltsMeasurementEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 3873EE2B52B1DF5A7434C81CD98CE17B /* FBSDKBoltsMeasurementEventListener.m */; }; + B534C8C1D32294DB54F3C5CFFD5AAA9B /* FBSDKLoginButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 36135C08380EB61B7ED8884350600F98 /* FBSDKLoginButton.m */; }; B5F7715229A56E39CAC95B07A83E9B86 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - B66A8B13B1A4DB797713351204E9754F /* FBSDKError.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DB692E1286BBA4BB6A4AE1DF7C506B4 /* FBSDKError.m */; }; - B70C33F5EB2E85CA0E4425B1A253BAFF /* PicoBoolConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = EE1434D78C111D01D44261BE1E2E48C6 /* PicoBoolConverter.m */; }; - B713790B233CC21726C5E02E7DA44516 /* FBSDKAccessTokenCacheV3_21.h in Headers */ = {isa = PBXBuildFile; fileRef = 79DA098729055ECE9E2E5E7479B132C7 /* FBSDKAccessTokenCacheV3_21.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B66A8B13B1A4DB797713351204E9754F /* FBSDKError.m in Sources */ = {isa = PBXBuildFile; fileRef = BB69CDD045397A0C3BBD4BA9E14DC9EB /* FBSDKError.m */; }; + B70C33F5EB2E85CA0E4425B1A253BAFF /* PicoBoolConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = FCAA36A134D55C201B7C9F0B1FB78EE7 /* PicoBoolConverter.m */; }; + B713790B233CC21726C5E02E7DA44516 /* FBSDKAccessTokenCacheV3_21.h in Headers */ = {isa = PBXBuildFile; fileRef = 73F1953D06394C717AE56AEF0BDDB4FA /* FBSDKAccessTokenCacheV3_21.h */; settings = {ATTRIBUTES = (Project, ); }; }; B733DCA91152DD923CC8317FBE6177AA /* SwiftyJSON.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31513EB23B093A6F2C70644F9587813B /* SwiftyJSON.framework */; }; - B74D40AC59FF4E03D30024F6CFE94BD1 /* FBSDKLikeButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 8048F10ADCEA80D7E95672BDD6DB9111 /* FBSDKLikeButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B7AA8DD951A2A0FD0DC01B4EC91C8153 /* FBSDKGraphRequestConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = A29A64266DD3804B557C0A28C6311986 /* FBSDKGraphRequestConnection.m */; }; + B74D40AC59FF4E03D30024F6CFE94BD1 /* FBSDKLikeButton.h in Headers */ = {isa = PBXBuildFile; fileRef = C2E92C48C304CFB5DB7E4C56850F571D /* FBSDKLikeButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7AA8DD951A2A0FD0DC01B4EC91C8153 /* FBSDKGraphRequestConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 88800517C0B4F604753E9AFF3E380BAD /* FBSDKGraphRequestConnection.m */; }; B80E99999E2A245B701DC0731CB02ABC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - BAF4FD69C4FE6323B1FC7B7B24032673 /* JsonRequestSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E843922BE32E97B4772B83C8FA9B3F8 /* JsonRequestSerializer.swift */; }; - BB82DC2891A35AC22DD6D5CE4CAE4364 /* UIButton+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 106E31E33462FF380CBA68EDCD8B11C5 /* UIButton+AFNetworking.m */; }; - BB938660E9F573C5569C0B2F76443DCE /* PicoBindable.h in Headers */ = {isa = PBXBuildFile; fileRef = 45A3ED9270E0B3C519F2224552184DD3 /* PicoBindable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BC3B56D2ACA3877977DC9B7A85E9F214 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C4376C0612F8F3DE93FD2BB24F4E299 /* HMAC.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - BCAB58F8DE87B33E128B5C090EEB3E8E /* FBSDKShareAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 89D8CDEB03D5E245D5AD783FE508AD07 /* FBSDKShareAPI.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD2ECAD3E71F4EE83864E6F14B67FBC2 /* FBSDKAccessTokenCacheV3.m in Sources */ = {isa = PBXBuildFile; fileRef = F13F56E830BAE8AECC7292AA45BC7FFB /* FBSDKAccessTokenCacheV3.m */; }; + BAF4FD69C4FE6323B1FC7B7B24032673 /* JsonRequestSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF4FEBFDAA5E7131CB46C2415B06035 /* JsonRequestSerializer.swift */; }; + BB82DC2891A35AC22DD6D5CE4CAE4364 /* UIButton+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = C1656555CF10DA82E136D8067B87620E /* UIButton+AFNetworking.m */; }; + BB938660E9F573C5569C0B2F76443DCE /* PicoBindable.h in Headers */ = {isa = PBXBuildFile; fileRef = DB866DB9DE8C316714FABD3690C1FB6F /* PicoBindable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC3B56D2ACA3877977DC9B7A85E9F214 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10151E0C079192034F4E43D1C6EA2B70 /* HMAC.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + BC82780C5FED62B06DC51F6DCA0491B5 /* BFURL_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = CC8A83F328DA69E4AD4AACB2E781F811 /* BFURL_Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCAB58F8DE87B33E128B5C090EEB3E8E /* FBSDKShareAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B46725242B6A8D8B1BEF0CB4200A3D8 /* FBSDKShareAPI.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD2ECAD3E71F4EE83864E6F14B67FBC2 /* FBSDKAccessTokenCacheV3.m in Sources */ = {isa = PBXBuildFile; fileRef = C07887C7B74DD6446A7AE9876C719B95 /* FBSDKAccessTokenCacheV3.m */; }; BD3FB5E4DDA22FF3B8E50FC29E9BCA73 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - BDB6E5CDFB2E0B1A5D70C177B7F4857D /* BFTaskCompletionSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 10EFD8ACB67FDFBA1CFD6D0BE2AA7A9D /* BFTaskCompletionSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BE41196F6A3903E59C3306FE3F8B43FE /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05E1AAB099D861218A5B9B94AB20B687 /* Notifications.swift */; }; - BF4DC48AD7D41C37CA8108D7590BA3DE /* OAuth2WebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 821C4981C73543732F1CAC83FB1A1C11 /* OAuth2WebViewController.swift */; }; - BF4FE2CA55E25E91654D4090767397C0 /* StringResponseSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72060E882694890D381D40275EA952D8 /* StringResponseSerializer.swift */; }; - BF9787C62584C694E9263666FD94139F /* FBSDKMonotonicTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D3CCF39F9C0060F9A4C22CF76C474DD /* FBSDKMonotonicTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C03AF5706175CAF471B117C5C5F60775 /* AlbumsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E89281C846E82C963BFCA062045BC56D /* AlbumsViewController.swift */; }; - C087B9B3A493BC8232CBA4DB1CB47A67 /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 18FEB98AAE1F2A56EA927416ECD73A48 /* AFNetworkReachabilityManager.m */; }; - C0C062FB06B5A469FCABC55C619ABB2F /* FBSDKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 72046795290846FD4DA2EAC4587B21AD /* FBSDKInternalUtility.m */; }; - C0DB70AB368765DC64BFB5FEA75E0696 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88C1579AC1683BB9694B7E7EAC49AC7B /* ParameterEncoding.swift */; }; - C1EEA41ECBE43FAF3E230A70F481C0D9 /* FBSDKTestUsersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 97582A81DDB92603FADF978241E6102A /* FBSDKTestUsersManager.m */; }; - C2B409E16419D1783D04BA380DCBDDF5 /* PicoPropertySchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 05DB1FA068930E39A9CAB5FFFEDC3C1E /* PicoPropertySchema.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BE41196F6A3903E59C3306FE3F8B43FE /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDDEC727D8DAF0DA2BBFB591ED21B56F /* Notifications.swift */; }; + BF4DC48AD7D41C37CA8108D7590BA3DE /* OAuth2WebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA12066C10BAF4B75F5321914140A8CB /* OAuth2WebViewController.swift */; }; + BF4FE2CA55E25E91654D4090767397C0 /* StringResponseSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 991BCEC0B65FED6B7FD2C418B7F2462E /* StringResponseSerializer.swift */; }; + BF9787C62584C694E9263666FD94139F /* FBSDKMonotonicTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 6715DBC39B429F89E9D03F7BC03F2176 /* FBSDKMonotonicTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C03AF5706175CAF471B117C5C5F60775 /* AlbumsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE89C747E695A6E4A2EA0E44966C2F7A /* AlbumsViewController.swift */; }; + C05225EA8ACCF663097C4EC96E8E9887 /* BFAppLinkReturnToRefererView.m in Sources */ = {isa = PBXBuildFile; fileRef = CE21D887507B6EF0FD3663F5B97CE311 /* BFAppLinkReturnToRefererView.m */; }; + C087B9B3A493BC8232CBA4DB1CB47A67 /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F666F4AD6771C67E12F920EE14503EB1 /* AFNetworkReachabilityManager.m */; }; + C0C062FB06B5A469FCABC55C619ABB2F /* FBSDKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = FDEE1A982BF65E50670F7668F193DBC3 /* FBSDKInternalUtility.m */; }; + C0DB70AB368765DC64BFB5FEA75E0696 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 295C05B50FFE2CCBBD4D128933A88FDF /* ParameterEncoding.swift */; }; + C1EEA41ECBE43FAF3E230A70F481C0D9 /* FBSDKTestUsersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A43CAD01E6E600EA142DEA4770099EA9 /* FBSDKTestUsersManager.m */; }; + C2B409E16419D1783D04BA380DCBDDF5 /* PicoPropertySchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 522C992A032A2E406FD63462F865D592 /* PicoPropertySchema.h */; settings = {ATTRIBUTES = (Public, ); }; }; C2E1AFA724DFDA82D234F25BC9D623FB /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53345A9F5D7F786336FC7A9A67541B0E /* Security.framework */; }; - C382AD64490D77D61B1A4318A031DC7C /* FBSDKTimeSpentData.h in Headers */ = {isa = PBXBuildFile; fileRef = EC7723C9B354D22E1790A502D6A571CE /* FBSDKTimeSpentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C39613DBB90FF65789612725FC595542 /* FBSDKAppInviteDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = DFDA51F6E76C444A94D80ED760F0FF2D /* FBSDKAppInviteDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C3EE5FD470BF4FD80D834166E6C5E8EA /* HttpRequestSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32E417CFDD33F82A03DFF587B04CF109 /* HttpRequestSerializer.swift */; }; - C51B4865E5186E9BF6DB6BEFC9517EF1 /* FBSDKHashtag.h in Headers */ = {isa = PBXBuildFile; fileRef = 1344E61E45DEF7E6A12FFBAB02B3FAE5 /* FBSDKHashtag.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C51B96A7E543F72CD7925968E35DC041 /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AE1DFB2CFEC07B1EB491C13F0739FF24 /* AFNetworking-dummy.m */; }; - C52665EDC9F106BD8B2418D97AAEC357 /* FBSDKGraphRequestPiggybackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E6D82DBF45E37252401784BCBCD448C /* FBSDKGraphRequestPiggybackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C583FF6D5F3A73498E46D8D80B21E3DB /* FBSDKLoginKit+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E048992A8F788C07C18D685E75532FE /* FBSDKLoginKit+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C67694443EB6C1977F2510638E94F687 /* TrustedPersistantOAuth2Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A014A8B35F610BCCB4C60F834D2EFE1 /* TrustedPersistantOAuth2Session.swift */; }; - C682BB7427AE5EF8582DC373EBBBA2E8 /* FBSDKCoreKit.h in Headers */ = {isa = PBXBuildFile; fileRef = B89240BE1A23DB3EE14B930A2F1034F8 /* FBSDKCoreKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C6C6E82D44C8E6F311129D11D9BB3C78 /* PhotoCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 228A5B32A6995D433D48D1294E745A45 /* PhotoCell.xib */; }; - C6CDABE1AEBB5DC4A35A6B221BB98D13 /* AFURLConnectionOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 74E69D7E804FB7BE6297632CAB08D006 /* AFURLConnectionOperation.m */; }; - C6F65A56D2A83EF7D2445EB1BC64B8D4 /* FBSDKMath.m in Sources */ = {isa = PBXBuildFile; fileRef = C2D44EF7B3CBEC61ADF9698A4A4D6774 /* FBSDKMath.m */; }; - C70AC3CB2D21E9466D55F37D6167DBA5 /* UIKit+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 1182DC257CF0FF0795241D5F728AD5E3 /* UIKit+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7AFBE94195CDE9B5B71175851E7B4AB /* BFWebViewAppLinkResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = D16C7C0B468E4F9C94FCF1F7028912F0 /* BFWebViewAppLinkResolver.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7B655603FB1089A5E2D28FCE12DF12F /* AFHTTPRequestOperationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F762FF62A30F82C5B7A9CCB8391E0EF /* AFHTTPRequestOperationManager.m */; }; - C7B6DD7C0456C50289A2C381DFE9FA3F /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 862173D389101E09FFFE3C091E657EB8 /* MultipartFormData.swift */; }; - C8CFDFCD0A8A590398560534407636B4 /* SOAP12Envelope.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E81B6CB084CA817BE4074D44AA69E25 /* SOAP12Envelope.m */; }; - C9239042BAF0562154A942D3598BEFAA /* FBSDKShareDialogMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EA3F36BF78ED9BB089E4C443CD70325 /* FBSDKShareDialogMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C9A879CF614BAB80706EA977904B0BB9 /* FBSDKShareError.m in Sources */ = {isa = PBXBuildFile; fileRef = E69D57E6E2D980D6519839588A28902D /* FBSDKShareError.m */; }; - C9B57D939AB4480C7A93482A12D87C4B /* FBSDKLoginCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E02F5E7543C305D1D6294D2C4E0537 /* FBSDKLoginCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9BD44D9DC9D9E459BCB805875DC2306 /* FBSDKLikeActionController.m in Sources */ = {isa = PBXBuildFile; fileRef = A141A35D2E4D9652CE57B664BED1BE62 /* FBSDKLikeActionController.m */; }; - CA08081E0B27DF4B55A911DD597BAD73 /* FBSDKApplicationDelegate+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CCDB33C743EFBE7CAF4BC23372303FE /* FBSDKApplicationDelegate+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA7846F048F40D61DD3100BA17B5C26C /* Pods-Vendoo-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2447F5DBEE128CAF41B98AC7FA62B9AE /* Pods-Vendoo-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CAC55489C107050F90C74EC7E0618EDB /* OrderedDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = A6A330A321B6CAF075C6F432DF25DA9A /* OrderedDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB51AB19914745F2250D9DB0D5C3C806 /* UIApplication+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A20EF0AD41D352861D266B4D6C2EF06 /* UIApplication+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - CB67930A4314E6E46A903F3489EB7608 /* FBSDKShareOpenGraphContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3858AD6B4D689ACDD4CC69382FCB4AB3 /* FBSDKShareOpenGraphContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CC2443BEF39BB4254C340BAA445BCBD5 /* LocksmithInternetAuthenticationType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE94EB94F5AED9FDE0950FC49FEBE63C /* LocksmithInternetAuthenticationType.swift */; }; - CCEA26201F74E01FD9621E1CACAD85A8 /* GridCollectionViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = A099641A6EC8B3EB9BE75483FBA506E6 /* GridCollectionViewLayout.swift */; }; - CD0E79BBA8608E3E44545EF8B22F06FB /* BFURL.h in Headers */ = {isa = PBXBuildFile; fileRef = 4640242AE8EEA2D9CAF36728EAE8115E /* BFURL.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C382AD64490D77D61B1A4318A031DC7C /* FBSDKTimeSpentData.h in Headers */ = {isa = PBXBuildFile; fileRef = A15B02EF19E187B02A55F3C1ECAD08BF /* FBSDKTimeSpentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C39613DBB90FF65789612725FC595542 /* FBSDKAppInviteDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = AA19B9FCEAB5C854FF3C8FDF93BA2343 /* FBSDKAppInviteDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C3EE5FD470BF4FD80D834166E6C5E8EA /* HttpRequestSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 095E0A3472702B8830A756EDD556D632 /* HttpRequestSerializer.swift */; }; + C51B4865E5186E9BF6DB6BEFC9517EF1 /* FBSDKHashtag.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EAB3635919B2B67D51AF7B9E62C78C4 /* FBSDKHashtag.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C51B96A7E543F72CD7925968E35DC041 /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E27C526A9DC03AC25201A7B5842662EE /* AFNetworking-dummy.m */; }; + C52665EDC9F106BD8B2418D97AAEC357 /* FBSDKGraphRequestPiggybackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 66DBCB3C69D5BEC6307565074B290069 /* FBSDKGraphRequestPiggybackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C583FF6D5F3A73498E46D8D80B21E3DB /* FBSDKLoginKit+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FEAE5B025211278744F393C5B0C36EB /* FBSDKLoginKit+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C67694443EB6C1977F2510638E94F687 /* TrustedPersistantOAuth2Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D15177C9B13D89F5AAF4A67DC7B8931 /* TrustedPersistantOAuth2Session.swift */; }; + C682BB7427AE5EF8582DC373EBBBA2E8 /* FBSDKCoreKit.h in Headers */ = {isa = PBXBuildFile; fileRef = F53B4CC4415CE07123BF063BBB373F7C /* FBSDKCoreKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C6C6E82D44C8E6F311129D11D9BB3C78 /* PhotoCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E0E604595694E7875598C8C51087F04B /* PhotoCell.xib */; }; + C6CDABE1AEBB5DC4A35A6B221BB98D13 /* AFURLConnectionOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F3045CE36007174B5AE014116FB12A5 /* AFURLConnectionOperation.m */; }; + C6F65A56D2A83EF7D2445EB1BC64B8D4 /* FBSDKMath.m in Sources */ = {isa = PBXBuildFile; fileRef = BD9C731E16EF98A744EA0140D9B661A9 /* FBSDKMath.m */; }; + C70AC3CB2D21E9466D55F37D6167DBA5 /* UIKit+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = CCE3A0AEEA51C049E1C8A8C2335A32D2 /* UIKit+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C7B655603FB1089A5E2D28FCE12DF12F /* AFHTTPRequestOperationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DC4358A4E9F5CD0E977BA79631BAD3F3 /* AFHTTPRequestOperationManager.m */; }; + C7B6DD7C0456C50289A2C381DFE9FA3F /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8EAA1D518760505308ED46344A40B55 /* MultipartFormData.swift */; }; + C8A2479793F6D05DE6D8FA164EB7C00D /* Bolts-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DFB9B16A8846AA57E02117247CFAA15F /* Bolts-dummy.m */; }; + C8CFDFCD0A8A590398560534407636B4 /* SOAP12Envelope.m in Sources */ = {isa = PBXBuildFile; fileRef = B557F414AD4CD70507913B3D559F93EC /* SOAP12Envelope.m */; }; + C9239042BAF0562154A942D3598BEFAA /* FBSDKShareDialogMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D08394BB3C986C1BFA07FFBB2E4B874 /* FBSDKShareDialogMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C9A879CF614BAB80706EA977904B0BB9 /* FBSDKShareError.m in Sources */ = {isa = PBXBuildFile; fileRef = D524E45F72B7D5706A8E8FC890847D37 /* FBSDKShareError.m */; }; + C9B57D939AB4480C7A93482A12D87C4B /* FBSDKLoginCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 784FB02CAF784BEDDCEA4B30A3ABF477 /* FBSDKLoginCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9BD44D9DC9D9E459BCB805875DC2306 /* FBSDKLikeActionController.m in Sources */ = {isa = PBXBuildFile; fileRef = B3A88E6CEBA5538C50D867C2EA9552F5 /* FBSDKLikeActionController.m */; }; + CA08081E0B27DF4B55A911DD597BAD73 /* FBSDKApplicationDelegate+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 97397E57104D5D6DEC9FE2ECE449F708 /* FBSDKApplicationDelegate+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA7846F048F40D61DD3100BA17B5C26C /* Pods-Vendoo-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FD2E9185EE51467D606FBA66D243AA42 /* Pods-Vendoo-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CAC55489C107050F90C74EC7E0618EDB /* OrderedDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F0C1767521D7661349467F04D1AE8BB /* OrderedDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB51AB19914745F2250D9DB0D5C3C806 /* UIApplication+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0744F82A6C9E3539065BDBFB5D12A9E /* UIApplication+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + CB67930A4314E6E46A903F3489EB7608 /* FBSDKShareOpenGraphContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 598683C00218E1CF2B8D6DF6063D3969 /* FBSDKShareOpenGraphContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CC2443BEF39BB4254C340BAA445BCBD5 /* LocksmithInternetAuthenticationType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 287B2FC046CD7E5286E13024FA041690 /* LocksmithInternetAuthenticationType.swift */; }; + CCEA26201F74E01FD9621E1CACAD85A8 /* GridCollectionViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 512B061CCD4719F2DB8CF067B61BB903 /* GridCollectionViewLayout.swift */; }; CD38B0DFE4C5503D3A4A913BB30EAB74 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - CDECDF26D5914B5118DA15DC06FABFDF /* FBSDKShareLinkContent+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 84FC78EAFF5620F5BE3FA39F2F7795E1 /* FBSDKShareLinkContent+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE0233C459CA5BF1F081257EB3655004 /* FBSDKLikeObjectType.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F2893B1C1E73619A66DC84F36AB27DB /* FBSDKLikeObjectType.m */; }; - CE2528225E7F88C8FB7A0C48448B72E6 /* PicoXMLClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D7DDB430AD0FE890CFC7E0BCB898E65 /* PicoXMLClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE8DF067B27FBDA7F6FE393391DB4FFE /* BFAppLinkReturnToRefererController.m in Sources */ = {isa = PBXBuildFile; fileRef = 524F0FB077B179B680DB658A2B8D60E3 /* BFAppLinkReturnToRefererController.m */; }; - CE9BEE1CFB831D54829132A6B365EDAF /* UIImageViewModeScaleAspect.m in Sources */ = {isa = PBXBuildFile; fileRef = D0D73BDE6CB4F4BFF98F85600D81E25B /* UIImageViewModeScaleAspect.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - CEDFE191DF66B8884828359B3494F8E9 /* UIAlertView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = B5AD6FA9B9C3A64B2513E965C7F12298 /* UIAlertView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CF051D17275C20E0FBF5736E3C8A0573 /* UIProgressView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 94685D2A8DACD3A49538571588870388 /* UIProgressView+AFNetworking.m */; }; - CFBFD1949A464FA701704CB507D5074D /* MultiPartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = C50069993AB4C3581AD42210DD2212DF /* MultiPartData.swift */; }; - CFDAC1FC6D948576796D48F01601D00B /* FBSDKShareDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 404AF0A8744E5BD6A65B05DB210CB797 /* FBSDKShareDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D0379DD1F84E1FA4302325370FC583C9 /* FBSDKCoreKit+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F867BA74F508A7BF67AF6C77A8EBF7 /* FBSDKCoreKit+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D05E51C8CEED91610DDE599FA220A58F /* FBSDKGameRequestDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 961177980358A82ECCFE42C17F941E01 /* FBSDKGameRequestDialog.m */; }; - D14B90EC47C350BCEA5F953586978228 /* XMLWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = FDBD06296B902AFFEC2591D59A4597B0 /* XMLWriter.m */; }; - D1D0521423FC9587DACE99599F3871BF /* FBSDKErrorConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = BF09B6020591976F9DA2B123D2ECB262 /* FBSDKErrorConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D20BAF8A10A6F2B9E2A7B6DD82C056F6 /* FBSDKShareOpenGraphObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 858373E225AA3209850885E7865FFFAD /* FBSDKShareOpenGraphObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D234B23ACC5F69B9BE581EC70C15F8DE /* LocksmithInternetProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5C52AC50A02CAEA171B26992731FB4A /* LocksmithInternetProtocol.swift */; }; - D24E773D3868F2EFFD2C78431689CD1D /* UIViewController+BSImagePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4935A1E2CC1232A3913ACAF56AB4999F /* UIViewController+BSImagePicker.swift */; }; - D2C51CD71E1F27983032A23C1077A600 /* UIImageViewModeScaleAspect.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AA695A7EDB23394AB14C6D1A30E80E7 /* UIImageViewModeScaleAspect.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2E7CA26EBA86717C6F9EF5F4988903C /* FBSDKWebDialogView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9345046721D2CCE03BAD71765ABC6865 /* FBSDKWebDialogView.m */; }; - D347F65DE4E6C432B5182A7376869D0C /* FBSDKShareConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = BC628B56CD88D989451A82632EAA2C77 /* FBSDKShareConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D383F164776657D6F6BBDB7ADAC4F87F /* BFMeasurementEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0214187036660C5F9552D301FC09F7F4 /* BFMeasurementEvent.m */; }; - D3B8A9EFB1AFEFE16BE8C7F4FE410F20 /* FBSDKSendButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 3201F9E137ED591361D959B82CACDB03 /* FBSDKSendButton.m */; }; - D40315620E9D700DC73323A8CED6612F /* OAuthSwiftMultipartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72E2CE27211238D13B34CFD15E04EC74 /* OAuthSwiftMultipartData.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - D441FFFC4FE2E90573DBF2477DDF8B6E /* FBSDKOrganicDeeplinkHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C543CB078A93763A059CF68C8D30DE /* FBSDKOrganicDeeplinkHelper.m */; }; - D47A43CEEEBB4F2760D96D02FEEC879A /* PicoXMLWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = B10F6293492DA3D7D5CC7DF084AFBCFC /* PicoXMLWriter.m */; }; - D47F5FD0F654ACB03A3948DB29B7EE2E /* FBSDKErrorRecoveryConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 982F4702E4D5D12E9462A71F7328043B /* FBSDKErrorRecoveryConfiguration.m */; }; - D5A52B04EF08F7245C8D6B9E42BB906A /* FBSDKShareDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C01751BE8EEA5B595336D162E62C0B9 /* FBSDKShareDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5BAF5FC42E9BCD77EFC85D72EB2BA14 /* FBSDKContainerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 88CDD19BD95540F64C802D3AB58352B5 /* FBSDKContainerViewController.m */; }; - D6230D411F4CD1882D9E8AB2EE498ACD /* CameraCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 46C902DF2A7ED2F429EA1EFAC624D306 /* CameraCell.xib */; }; - D68373BD1C186BFF96F83919F47FBC09 /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38DADDFECF2B8C49B0C5E9E79F50270E /* AlbumTitleView.swift */; }; - D6961FE567A047B2EE394D527EF414E0 /* FBSDKGraphRequestPiggybackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C44ACAA6E47A48E7702BE3D4DE1241F5 /* FBSDKGraphRequestPiggybackManager.m */; }; - D6A93D87E6D9F0596FF0B0FADA862421 /* FBSDKCopying.h in Headers */ = {isa = PBXBuildFile; fileRef = 678940C8C408768195B6ADE0E222BA17 /* FBSDKCopying.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D7A3DDFC81E5F492259FDA6E57748A59 /* FBSDKDynamicFrameworkLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = E757C451E6D82E23E44B78364B3C899D /* FBSDKDynamicFrameworkLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7C1594DC6A0E38E33E8971C288A9F82 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B9E985A209160CBFC5EBF7705B1B36C /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D7E7CC8C8AB8DC9253A661C7374A9F93 /* FBSDKGraphRequestBody.h in Headers */ = {isa = PBXBuildFile; fileRef = 47204DB9D51E063F20921495F86246E2 /* FBSDKGraphRequestBody.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D80E3A1971AF7FDCE82F3241BA53B59B /* FBSDKLoginKit.h in Headers */ = {isa = PBXBuildFile; fileRef = C7053F8BCE8A33FF0368B0577C638855 /* FBSDKLoginKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D86913E8F8A1CA01D792A1DFD3AE671C /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3ED6863063CD680D48B58E5FDA2B60F8 /* AFHTTPSessionManager.m */; }; - D902EF709FC83BE17940BEF6CBB7F94C /* FBSDKViewImpressionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C3F70522C6812322F233BB464CBD772 /* FBSDKViewImpressionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D922BBA12D7988EC41FB403F748BBFB8 /* AlbumCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4144C7E5BC72B7411CB4F7AB5A0248C6 /* AlbumCell.swift */; }; - D965808A254FA29240788115D19F782C /* FBSDKKeychainStoreViaBundleID.h in Headers */ = {isa = PBXBuildFile; fileRef = 56979418716D4D5B0EDC88DB56AB58FF /* FBSDKKeychainStoreViaBundleID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D96FB769680B41AD1EAF2FDAF20F348A /* PicoXMLElement.m in Sources */ = {isa = PBXBuildFile; fileRef = CA21D568B609792B684689C55E743266 /* PicoXMLElement.m */; }; - D9D122FDBEB9A3DD165D36FB2E889EC6 /* Bolts-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 16F69363122B46E8AEC5F801B0A58B39 /* Bolts-dummy.m */; }; - DA2F3DBB93F7A770AC12AA9769105CE3 /* FBSDKBridgeAPIResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = CF2AAF26A4CB4DDA4DC2790E8928EDB7 /* FBSDKBridgeAPIResponse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA62B1DACA061A8DE4B7BE418CE33E5D /* FBSDKCloseIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = 4153F6A5940A10B3731147F9CD17C155 /* FBSDKCloseIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAA9D0E08221846F34174BA9C7933C01 /* FBSDKErrorConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 288E47D634C416086D1D9AF2C5287283 /* FBSDKErrorConfiguration.m */; }; - DB1AEDB35C8A2BCE2A7C466A5EBE874D /* PicoReadable.h in Headers */ = {isa = PBXBuildFile; fileRef = 951774BBA62DA1B0DBDB50366DACEE09 /* PicoReadable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DB83FFC19AAC1D048DD3B89367D5890D /* FBSDKMaleSilhouetteIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7156FF20EE9A4D524EF0581F55B2BF /* FBSDKMaleSilhouetteIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB840EF5FD9645993A399CDE849E784C /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = CAD6801EB76EFF85A6D3DC81204FF706 /* AFURLResponseSerialization.m */; }; - DBC228F2E7B341A858EA328E1BB9F783 /* SOAP11Header.m in Sources */ = {isa = PBXBuildFile; fileRef = BB50D0F99CC3E277069BF25011A43619 /* SOAP11Header.m */; }; - DBC229BB03500121A5EB2162F9DD1E30 /* PhotosViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8CB09EBF9DDE22796742FF2390B5C12 /* PhotosViewController.swift */; }; - DD203F22883C5445DDA618371EEFEC07 /* FBSDKSystemAccountStoreAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 650F304A27D16386EDBCDAEDAE4A1E43 /* FBSDKSystemAccountStoreAdapter.m */; }; - DE26D5B7913CBFECC1EF14616527C4F8 /* BFTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C379A603067BF58D1E267805014573 /* BFTask.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DF4112FFA156222BF7053EF22A8827B9 /* AFHTTPRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBCA101F0AA6841400458EADE4C350C /* AFHTTPRequestOperation.m */; }; - DF89CBE6455EE673C13371ABD62DBC51 /* FBSDKAppEventsDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F29718E4176F41AC28B935D9CD4D8996 /* FBSDKAppEventsDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFC29AA19504EF95C8902348017273A8 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 24308849EAE03062D563291651D30B79 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFCE253B5AB51985901EDF9BDA576736 /* BFCancellationToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 570D0918B319BB5E43CB8002F0736457 /* BFCancellationToken.m */; }; - E0095D397882896F3871DC2E380152D1 /* FBSDKSharePhotoContent.h in Headers */ = {isa = PBXBuildFile; fileRef = B07B6B8EC0D72693695CB7D9044BA0B2 /* FBSDKSharePhotoContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E11E491CE327A39F0FCB60EB963A4C59 /* BFTaskCompletionSource.m in Sources */ = {isa = PBXBuildFile; fileRef = C0FACD3DD74D1419DBF43FDF52782D4F /* BFTaskCompletionSource.m */; }; + CDE764570B1C9BED83BD2F23533A3097 /* BFAppLinkReturnToRefererView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CD0CBE8E2D4D32170E3B8904D57E899 /* BFAppLinkReturnToRefererView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CDECDF26D5914B5118DA15DC06FABFDF /* FBSDKShareLinkContent+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = A5631680EF3178C439DDE980A1EE3898 /* FBSDKShareLinkContent+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE0233C459CA5BF1F081257EB3655004 /* FBSDKLikeObjectType.m in Sources */ = {isa = PBXBuildFile; fileRef = B6CB8CE0FC24F09A6F44117F43DD0456 /* FBSDKLikeObjectType.m */; }; + CE2528225E7F88C8FB7A0C48448B72E6 /* PicoXMLClient.h in Headers */ = {isa = PBXBuildFile; fileRef = AEEA0794FACCC4E189ED617A88D17555 /* PicoXMLClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE9BEE1CFB831D54829132A6B365EDAF /* UIImageViewModeScaleAspect.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C7199A87E3366F1A836A8BEE11092CC /* UIImageViewModeScaleAspect.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + CEDFE191DF66B8884828359B3494F8E9 /* UIAlertView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B2F7EBA8867723F12C25840D1E88243 /* UIAlertView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF051D17275C20E0FBF5736E3C8A0573 /* UIProgressView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 32DA793C1694801D6DD0DD16FED99266 /* UIProgressView+AFNetworking.m */; }; + CFBFD1949A464FA701704CB507D5074D /* MultiPartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A70771279652CFA5CE255D71FEEF81F8 /* MultiPartData.swift */; }; + CFDAC1FC6D948576796D48F01601D00B /* FBSDKShareDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 47958682789C056D40BF7CF6F9573F85 /* FBSDKShareDialog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D0379DD1F84E1FA4302325370FC583C9 /* FBSDKCoreKit+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E71829FF290118344E90D187DAB55969 /* FBSDKCoreKit+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D05E51C8CEED91610DDE599FA220A58F /* FBSDKGameRequestDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 36E7B859CCB46F89F12DA7DC11793B6E /* FBSDKGameRequestDialog.m */; }; + D14B90EC47C350BCEA5F953586978228 /* XMLWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = DAB1B89813CDD043CC410F5DFE0A6452 /* XMLWriter.m */; }; + D1D0521423FC9587DACE99599F3871BF /* FBSDKErrorConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 00A4FA97903758A3B2737BD06B92134C /* FBSDKErrorConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D20BAF8A10A6F2B9E2A7B6DD82C056F6 /* FBSDKShareOpenGraphObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 430CAB53B85B55094DB5D6A89759833D /* FBSDKShareOpenGraphObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D234B23ACC5F69B9BE581EC70C15F8DE /* LocksmithInternetProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 778B859863182A0F8ED549FE794E9B22 /* LocksmithInternetProtocol.swift */; }; + D24E773D3868F2EFFD2C78431689CD1D /* UIViewController+BSImagePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 962CFAA54B4E9B6B2FAF786E86978FA7 /* UIViewController+BSImagePicker.swift */; }; + D2C51CD71E1F27983032A23C1077A600 /* UIImageViewModeScaleAspect.h in Headers */ = {isa = PBXBuildFile; fileRef = 57DC59837CE442B112C29429512ECB06 /* UIImageViewModeScaleAspect.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2E7CA26EBA86717C6F9EF5F4988903C /* FBSDKWebDialogView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EB5B13D0786F0EDE912B10169B689A5 /* FBSDKWebDialogView.m */; }; + D347F65DE4E6C432B5182A7376869D0C /* FBSDKShareConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A41012D8C5AB02333B4B83045FA2747 /* FBSDKShareConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D3B8A9EFB1AFEFE16BE8C7F4FE410F20 /* FBSDKSendButton.m in Sources */ = {isa = PBXBuildFile; fileRef = C96B1B2AA428FF9D71E28986AD0FB079 /* FBSDKSendButton.m */; }; + D40315620E9D700DC73323A8CED6612F /* OAuthSwiftMultipartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8863DA4F57229E96C23A8B1C60634F18 /* OAuthSwiftMultipartData.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + D441FFFC4FE2E90573DBF2477DDF8B6E /* FBSDKOrganicDeeplinkHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = CA9561940BD63CEA1F00E7E114F5705B /* FBSDKOrganicDeeplinkHelper.m */; }; + D47A43CEEEBB4F2760D96D02FEEC879A /* PicoXMLWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 77F245EC157687963EDF650BBC4784FC /* PicoXMLWriter.m */; }; + D47F5FD0F654ACB03A3948DB29B7EE2E /* FBSDKErrorRecoveryConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C0B1F7EB452212E19F6C9997008B3A /* FBSDKErrorRecoveryConfiguration.m */; }; + D5A52B04EF08F7245C8D6B9E42BB906A /* FBSDKShareDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 64C7A07AEB5BAB49571A15D937796AFA /* FBSDKShareDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5BAF5FC42E9BCD77EFC85D72EB2BA14 /* FBSDKContainerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CEEDEAA3B1D0E7F51C42A0FF4D04155F /* FBSDKContainerViewController.m */; }; + D6230D411F4CD1882D9E8AB2EE498ACD /* CameraCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9B3CA22AEC305112AA84ABC1273EE1DE /* CameraCell.xib */; }; + D68373BD1C186BFF96F83919F47FBC09 /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9142058C7DCDCDF7FDA0BE52E8088C1 /* AlbumTitleView.swift */; }; + D6961FE567A047B2EE394D527EF414E0 /* FBSDKGraphRequestPiggybackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CB0342EBAA4FFC79E61FB37A28AE1B0 /* FBSDKGraphRequestPiggybackManager.m */; }; + D6A93D87E6D9F0596FF0B0FADA862421 /* FBSDKCopying.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AAAF26C01B2BFD6C274E707708CFFE9 /* FBSDKCopying.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A3DDFC81E5F492259FDA6E57748A59 /* FBSDKDynamicFrameworkLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 5171047B32E16A56212576AF9C927ACD /* FBSDKDynamicFrameworkLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7C1594DC6A0E38E33E8971C288A9F82 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E9A787207342FCEA2EED4ABC8971410 /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7E7CC8C8AB8DC9253A661C7374A9F93 /* FBSDKGraphRequestBody.h in Headers */ = {isa = PBXBuildFile; fileRef = 9030292F16ADD1982577B2FDD78186B9 /* FBSDKGraphRequestBody.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D80E3A1971AF7FDCE82F3241BA53B59B /* FBSDKLoginKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 94492FDA360876E5CDA95B99988E2B94 /* FBSDKLoginKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D86913E8F8A1CA01D792A1DFD3AE671C /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 25FAC2A080395962E19435E0617178AD /* AFHTTPSessionManager.m */; }; + D8E3EF0B890201C0DD54E9CF5527F88C /* BFAppLinkTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC70453D59F96B06BD9FF0FEF95CE0A /* BFAppLinkTarget.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D902EF709FC83BE17940BEF6CBB7F94C /* FBSDKViewImpressionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C3240C489113EC7B1A848A55548D802 /* FBSDKViewImpressionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D922BBA12D7988EC41FB403F748BBFB8 /* AlbumCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B2C68E220839E29E6A84EBF102579FF /* AlbumCell.swift */; }; + D965808A254FA29240788115D19F782C /* FBSDKKeychainStoreViaBundleID.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A8EB10B18921992E9989829B0393AC9 /* FBSDKKeychainStoreViaBundleID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D96FB769680B41AD1EAF2FDAF20F348A /* PicoXMLElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 2022303C12E152EA7B44B53848940E1C /* PicoXMLElement.m */; }; + D9B2E2CE9E2DF615FE197377486BB214 /* BFCancellationTokenRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 78707D42C9424E9D1BC3A19DE5C23E39 /* BFCancellationTokenRegistration.m */; }; + DA2F3DBB93F7A770AC12AA9769105CE3 /* FBSDKBridgeAPIResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 66024A49B3EC28081C1692C2040D11D7 /* FBSDKBridgeAPIResponse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA62B1DACA061A8DE4B7BE418CE33E5D /* FBSDKCloseIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = 806C2D6BD79698DD3F5D505EC0EF3137 /* FBSDKCloseIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DAA9D0E08221846F34174BA9C7933C01 /* FBSDKErrorConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 5072C8B1E1D466A2BB7524C239A94612 /* FBSDKErrorConfiguration.m */; }; + DB1AEDB35C8A2BCE2A7C466A5EBE874D /* PicoReadable.h in Headers */ = {isa = PBXBuildFile; fileRef = B5983DBD6749A5D349163E0E21E89AF8 /* PicoReadable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DB83FFC19AAC1D048DD3B89367D5890D /* FBSDKMaleSilhouetteIcon.h in Headers */ = {isa = PBXBuildFile; fileRef = BD0949DB26EE5E98FA8179E03525183C /* FBSDKMaleSilhouetteIcon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB840EF5FD9645993A399CDE849E784C /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DA86555A9697F4831C5CAD6FC704BF5 /* AFURLResponseSerialization.m */; }; + DBC228F2E7B341A858EA328E1BB9F783 /* SOAP11Header.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC5535112943F64CCB311287110ADB /* SOAP11Header.m */; }; + DBC229BB03500121A5EB2162F9DD1E30 /* PhotosViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB0BA77DCD3D63BB0322E2C78E4B8CA8 /* PhotosViewController.swift */; }; + DD203F22883C5445DDA618371EEFEC07 /* FBSDKSystemAccountStoreAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D97429AD2D786FDD7A057B4B5BA31FB /* FBSDKSystemAccountStoreAdapter.m */; }; + DF4112FFA156222BF7053EF22A8827B9 /* AFHTTPRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 754B56B34B29990770364603E688F08B /* AFHTTPRequestOperation.m */; }; + DF89CBE6455EE673C13371ABD62DBC51 /* FBSDKAppEventsDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3801A6586C20BA514D687E5CB9811FE3 /* FBSDKAppEventsDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFC29AA19504EF95C8902348017273A8 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7229378569C294E7ADDAEA7B3F9F1A62 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFC3DF985B5065268315681B81A235DE /* BFURL.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F36C7E584CBFEE0C3DE0159BF1B826 /* BFURL.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0095D397882896F3871DC2E380152D1 /* FBSDKSharePhotoContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 08B653C67501AFD8AFDD3A405C0880A4 /* FBSDKSharePhotoContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; E13F5F9A8FD28C1DDCC3AAF3A778B436 /* GDataXML_HTML.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B68653733D3131EABDCBB864E04AD74 /* GDataXML_HTML.framework */; }; - E14B37AEE6265EC234F3676302B0DED6 /* PreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEDB75CC152C5310E35BFCB174196A44 /* PreviewViewController.swift */; }; - E2538D972FF83B2B65506DFEF1DBF704 /* FBSDKShareLinkContent.h in Headers */ = {isa = PBXBuildFile; fileRef = BC0585607981B0FF2109DC34689F200E /* FBSDKShareLinkContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E25FA70C34718EADF86156088FDB44B9 /* NSURL+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52289BFF5F03DCAE07AB22FF803E5378 /* NSURL+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - E2F415ECE30EBBDF2E791FA0A12ECC29 /* FBSDKBridgeAPIProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = ED817401B78ED62907AC17BC59E54834 /* FBSDKBridgeAPIProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2FF4576C5740EDF6E0E2A62495A9E5C /* FBSDKLikeControl+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8205A539EC579DF56FA582E0ECB43FD8 /* FBSDKLikeControl+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E33C52610245504BC91ADA56E67826B3 /* FBSDKSharingButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 81B245AFC08FF4307692F3E8A18552E1 /* FBSDKSharingButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E35B1DA23A573B53C34A49472A6B448D /* arrow_down@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5BEB7A837B8A6FC38B6AFBE2E3594C2E /* arrow_down@3x.png */; }; - E3998CCC046A80C9211440749CA6FA1F /* PicoSOAPRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = DB064DCA16BDD9976ED8B71B1CA54914 /* PicoSOAPRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3AE71AF80F5D8A842E69202847A0710 /* FBSDKAppInviteContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 3255C630C150E2C770FCEE05206BC73D /* FBSDKAppInviteContent.m */; }; - E42423F8227FE330F57E6CA7AA468D45 /* FBSDKServerConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 02EAA463FA60CABB9FE390168EBF59D3 /* FBSDKServerConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5FFE022FD6699990599EEA6529BC636 /* FBSDKBridgeAPIProtocolWebV1.m in Sources */ = {isa = PBXBuildFile; fileRef = 196D492D1BB2CE8CA876C3B0D7601D28 /* FBSDKBridgeAPIProtocolWebV1.m */; }; - E6D504A4DEDA3BB58E7C6493EE96AFD9 /* FBSDKAppEvents+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8730EDD62F9869416C86DCBD26A2DB86 /* FBSDKAppEvents+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7783DA43E66A3CD931B178E31771E1C /* ResponseSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2145A68898A0B17039880BA164C23D50 /* ResponseSerializer.swift */; }; - E7EDF8AFADD549527BAA0FF0B813C44C /* FBSDKProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A24BC9605C26FEE0FA5351C0D391D74 /* FBSDKProfile.m */; }; - E7FA21C38D6A1CB113BE2DA22E73B845 /* UIAlertView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EED1D9D398359450F84BC37C066DA61 /* UIAlertView+AFNetworking.m */; }; - E810F45FC31110170657F41062B605CD /* SOAP12FaultcodeEnum.m in Sources */ = {isa = PBXBuildFile; fileRef = A097DEEBC689A05390FED3F9981A4480 /* SOAP12FaultcodeEnum.m */; }; - E94393E2BBDAA8E8BBFDF20A0E9F8512 /* Http.swift in Sources */ = {isa = PBXBuildFile; fileRef = B71E812C4C023137137E870F42221381 /* Http.swift */; }; - E9EEC6C8F1D68B18137981BE5EE2CF36 /* FBSDKAccessTokenCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FE077B01517BBC6F006F79E58EEABB4 /* FBSDKAccessTokenCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9FF502F63179B3E7EEA42FB3A31017A /* FBSDKMaleSilhouetteIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = 93006DBBEEEC317C58F79E790757AF4E /* FBSDKMaleSilhouetteIcon.m */; }; - EA7ACAA2A7830DE376AFD0D534DE30E0 /* BFExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EA8E2821D077942E9D8F1C0A87432C7 /* BFExecutor.m */; }; - EA9B123CC873F3B5BE785FDFA96B057F /* FBSDKTypeUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 92C5E4E8D84A46BE8F315546D63B262B /* FBSDKTypeUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAE5D0F5B70E304DE8E8F3F5B14828B1 /* FBSDKGraphRequestMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = E8CAD2685D37DA220CD3305D0F5101B0 /* FBSDKGraphRequestMetadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAEAFB7B18D1E49758EFAC0A89DC02A7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - EAF46061255D5EEB3DE0B27A11E0C97F /* GDataXML-HTML-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F6833C65F80DC08D7CB7A4CFA8F6479C /* GDataXML-HTML-dummy.m */; }; - EB2670466E38D34F603B6BC0313A6742 /* FBSDKAppEventsStateManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EFB395B916E52D2814B1493458EC64C /* FBSDKAppEventsStateManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECC1A980B063554D6B4B8B75FCDEB777 /* FBSDKGraphRequest+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B620D7D723EACD241A7BC5A73085A96 /* FBSDKGraphRequest+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED4B859D28626B3B1E74BF97A7D3F4B3 /* AeroGearHttp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 95D2B6904A0896CEBC141C7F8FD475BE /* AeroGearHttp-dummy.m */; }; - ED837ED8AB0A49C40B7D562300D31203 /* BFTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C044869D5D5924F998CFFADC8324BA9 /* BFTask.m */; }; - EDD254449CD8FF482448772C604D758A /* FBSDKLoginKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB77E622D1553B204C52D7AB10A562DB /* FBSDKLoginKit-dummy.m */; }; - EF4FD235DD1FA69D7E3F07CE6BBE6A87 /* FBSDKSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 8547D4BA0BCD7FBDD9DF68B1C89AAD7E /* FBSDKSettings.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EFCC14FC93C089D3303B86350EC7E255 /* FBSDKAppLinkUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA5BBB2B26499EA4684364B89D6CE8B /* FBSDKAppLinkUtility.m */; }; - EFE92E8D3813DD26E78E93EEAF6D7E7E /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13573AEF02A6C192C713D86ED0F05D9B /* Request.swift */; }; + E14B37AEE6265EC234F3676302B0DED6 /* PreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD9887BB7AC33622204D53639F7A1E17 /* PreviewViewController.swift */; }; + E2538D972FF83B2B65506DFEF1DBF704 /* FBSDKShareLinkContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 32112D00215016946FAEEE2B94201268 /* FBSDKShareLinkContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E25FA70C34718EADF86156088FDB44B9 /* NSURL+OAuthSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EB313A7713C337756FD509E928ECD8F /* NSURL+OAuthSwift.swift */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + E2F415ECE30EBBDF2E791FA0A12ECC29 /* FBSDKBridgeAPIProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F5BD3504B96359BD27FEBA4D8AD4E18A /* FBSDKBridgeAPIProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2FF4576C5740EDF6E0E2A62495A9E5C /* FBSDKLikeControl+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 02C6157ACA718F0F7E9454BDAFB56BC3 /* FBSDKLikeControl+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E33C52610245504BC91ADA56E67826B3 /* FBSDKSharingButton.h in Headers */ = {isa = PBXBuildFile; fileRef = BC9F89F276D1597E6B7DBFFD42073256 /* FBSDKSharingButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E35B1DA23A573B53C34A49472A6B448D /* arrow_down@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = DA4F83C6113FDD8CDA96DA359763EB39 /* arrow_down@3x.png */; }; + E3998CCC046A80C9211440749CA6FA1F /* PicoSOAPRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C7B1E889F5927ED22DF36A2A7140EEE7 /* PicoSOAPRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E39ED3657FEE321A20AE105D8BE1A340 /* BFAppLinkNavigation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D94224C11E07BFE6398DA6B809C8ABA /* BFAppLinkNavigation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3AE71AF80F5D8A842E69202847A0710 /* FBSDKAppInviteContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EB3411A4897BE31E6C94EE384B01CB4 /* FBSDKAppInviteContent.m */; }; + E3F3CBC9723823D11DCF58CDFA25AA77 /* BFTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 561CE7829E757FDC6AC24B2794E98D95 /* BFTask.m */; }; + E42423F8227FE330F57E6CA7AA468D45 /* FBSDKServerConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 215716BB207EFED998E747C8916018F9 /* FBSDKServerConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5FFE022FD6699990599EEA6529BC636 /* FBSDKBridgeAPIProtocolWebV1.m in Sources */ = {isa = PBXBuildFile; fileRef = CDB067EADA78F19BE0B2C323DAC087BA /* FBSDKBridgeAPIProtocolWebV1.m */; }; + E6D504A4DEDA3BB58E7C6493EE96AFD9 /* FBSDKAppEvents+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E37232EA795BD54902F9DA507144E03 /* FBSDKAppEvents+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7783DA43E66A3CD931B178E31771E1C /* ResponseSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6A56C3289C34F84A3243B0C29EFF86 /* ResponseSerializer.swift */; }; + E7EDF8AFADD549527BAA0FF0B813C44C /* FBSDKProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B1DA2F438778DFCB7E920B0ADEE002A /* FBSDKProfile.m */; }; + E7FA21C38D6A1CB113BE2DA22E73B845 /* UIAlertView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = D9DD479673E8B396F89A7DAA2143A711 /* UIAlertView+AFNetworking.m */; }; + E810F45FC31110170657F41062B605CD /* SOAP12FaultcodeEnum.m in Sources */ = {isa = PBXBuildFile; fileRef = CAD1C7D4763119F0CC06ED45B5D6F786 /* SOAP12FaultcodeEnum.m */; }; + E94393E2BBDAA8E8BBFDF20A0E9F8512 /* Http.swift in Sources */ = {isa = PBXBuildFile; fileRef = C403253C46C7A568F5503C1533E1A6DD /* Http.swift */; }; + E9EEC6C8F1D68B18137981BE5EE2CF36 /* FBSDKAccessTokenCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E317B9D5CFF520B3690F6E5AD930138D /* FBSDKAccessTokenCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9FF502F63179B3E7EEA42FB3A31017A /* FBSDKMaleSilhouetteIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A6819D9457898F2A08A44231008DB20 /* FBSDKMaleSilhouetteIcon.m */; }; + EA9B123CC873F3B5BE785FDFA96B057F /* FBSDKTypeUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = B57041BF243720546E2B3BBEBAB9A548 /* FBSDKTypeUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EAE5D0F5B70E304DE8E8F3F5B14828B1 /* FBSDKGraphRequestMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 0210649A551E0AFEB3BE52532D0579EA /* FBSDKGraphRequestMetadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EAF46061255D5EEB3DE0B27A11E0C97F /* GDataXML-HTML-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C8A6D2E098F2375395A4B9BF4B9221D0 /* GDataXML-HTML-dummy.m */; }; + EB2670466E38D34F603B6BC0313A6742 /* FBSDKAppEventsStateManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D3219AEED0D229D413971C6A2DCEB389 /* FBSDKAppEventsStateManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECC1A980B063554D6B4B8B75FCDEB777 /* FBSDKGraphRequest+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 12C1E065A6B3D67E434B973AE1123ACA /* FBSDKGraphRequest+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED4B859D28626B3B1E74BF97A7D3F4B3 /* AeroGearHttp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BBBB1EB8362300197917511E324A727C /* AeroGearHttp-dummy.m */; }; + EDD254449CD8FF482448772C604D758A /* FBSDKLoginKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C2A024614035DD5EB6FBDE765EC32C7C /* FBSDKLoginKit-dummy.m */; }; + EF4FD235DD1FA69D7E3F07CE6BBE6A87 /* FBSDKSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 211FC4C7B1EDCEA8885F03EB57487C9D /* FBSDKSettings.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EFCC14FC93C089D3303B86350EC7E255 /* FBSDKAppLinkUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = CB03DF2760683BF429AE919F41884E80 /* FBSDKAppLinkUtility.m */; }; + EFE92E8D3813DD26E78E93EEAF6D7E7E /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 547F0F61578EE093020B8127CFD6661D /* Request.swift */; }; EFE98DF46B15DDE171B61A3F52D70D8A /* BSGridCollectionViewLayout.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3C1AA7FFD701C1A7D3F654C6E8FC6EF4 /* BSGridCollectionViewLayout.framework */; }; - EFFD6E269F82360F54906FD396256E9C /* FBSDKAppEventsState.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB6CAA12A0B9497B372DF580666D2C5 /* FBSDKAppEventsState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0255DAC729629E968EA52EC310AA8C9 /* BFAppLinkReturnToRefererView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B1BB0B7CFB4120F26CC0A67DAAFBC39 /* BFAppLinkReturnToRefererView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F11BC473EEC07CA5407557FEED884280 /* SOAP12Envelope.h in Headers */ = {isa = PBXBuildFile; fileRef = 6812B64650DB271A1278F98C9584C2EB /* SOAP12Envelope.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F12275031D131B6A70A0195761B1C7CA /* FBSDKVideoUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 58417ADB6C59D92EEB427D4F26C8F5B3 /* FBSDKVideoUploader.m */; }; - F133C9F1A15818518D0FB10A4ED0DD09 /* FBSDKButton+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = C3E76CBEFDFBCF27BFB416A2309F6FDD /* FBSDKButton+Subclass.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1375F74031F3731A3D9F42A66A6327D /* FBSDKLikeButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 159B201BA7158B7CA8FF2DE8EDD10CC1 /* FBSDKLikeButton.m */; }; - F1A619BA53B94B8F18245C7A7F17D52F /* FBSDKProfilePictureView.m in Sources */ = {isa = PBXBuildFile; fileRef = 365AA1910A22970095B89D1C42438877 /* FBSDKProfilePictureView.m */; }; - F26DEEAD3638F33F87903B3B59BF61A6 /* FBSDKCoreKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FD267FA440E525AC2F8CA9897C33C572 /* FBSDKCoreKit-dummy.m */; }; - F294B75539C74EDB0B55D2350874A225 /* FBSDKLoginButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F7983EFA8318FFC41A942AA5A4766BF /* FBSDKLoginButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2E9945B7494E20ED7DC4720A2B8CDC9 /* AFNetworkActivityIndicatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E01C630170F7ECF0E0BB37AC7643DD62 /* AFNetworkActivityIndicatorManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3009CD67ED84A44BC23B854E9329601 /* SOAP12Header.m in Sources */ = {isa = PBXBuildFile; fileRef = 6203E7D9D373FB54E41E896DF1168CB3 /* SOAP12Header.m */; }; - F3959192ABF7A0AE04D1FB636B8A4CE2 /* FBSDKServerConfiguration+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A16EE82D264520ADA59FD67C6951811 /* FBSDKServerConfiguration+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4F8771CF43018CF648DF325FD6546E5 /* FBSDKSharePhoto.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A5E732CACC00BDF7E802D25BD3729F8 /* FBSDKSharePhoto.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F4FBE138C1813F7970EA297413404BEA /* Alamofire-SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 16D7CA42EB6A6410C36076DE87ED6A6B /* Alamofire-SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F55BD406E6304124C7FFEAE2418CD046 /* PicoConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = E79A3B1DCA9FB9E220D2E7E7A2C5DE7D /* PicoConfig.m */; }; - F5605EA4F2ED84C2E0B1601D390129AB /* BFWebViewAppLinkResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = 49D47853A65EBE809753E8DC6D02EDF0 /* BFWebViewAppLinkResolver.m */; }; - F5F9597A3167E2AE7937E6CF4BD09AB8 /* FBSDKLoginCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B52858D7BCEDF0A11588AC98AAAA44A /* FBSDKLoginCompletion.m */; }; - F6163445CF35DF3EB671996F08D78344 /* TYMActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = A67E07C147634C1EBAD7CB4C40A50E50 /* TYMActivityIndicatorView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F61EBE50A04A7BDA0A9DD179F193012B /* OAuthSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BC4D84C11F8D2E8B256E21E778DD82F6 /* OAuthSwift-dummy.m */; }; - F6A635CE6CDD2D57711CCEC692128382 /* FBSDKShareButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D5DFAA2244B4352435E2241C793367E /* FBSDKShareButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F6B493A91D4972846A91292F2241F636 /* arrow_down@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = EF9C682F57DBBE9F74BF575242D669B0 /* arrow_down@2x.png */; }; - F7581524FBA63576F76650BAC9B15C04 /* FBSDKLoginKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 09A3FF7AC36E7EADD7E74239255573A0 /* FBSDKLoginKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7673DECA5A9B28885631BF36103936A /* PicoXMLRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C8031D0302C5A2016995DFC262D7CF4 /* PicoXMLRequestOperation.m */; }; + EFFD6E269F82360F54906FD396256E9C /* FBSDKAppEventsState.h in Headers */ = {isa = PBXBuildFile; fileRef = 9116DB6971CA6E1FF43A462B21D1B7A3 /* FBSDKAppEventsState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F11BC473EEC07CA5407557FEED884280 /* SOAP12Envelope.h in Headers */ = {isa = PBXBuildFile; fileRef = FC702CB7B4E400D11C8330D914F6641A /* SOAP12Envelope.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F12275031D131B6A70A0195761B1C7CA /* FBSDKVideoUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 240B369BAE1858571F81882692762672 /* FBSDKVideoUploader.m */; }; + F133C9F1A15818518D0FB10A4ED0DD09 /* FBSDKButton+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = EC9F13F9E8CAAACFF78326E45C40599F /* FBSDKButton+Subclass.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1375F74031F3731A3D9F42A66A6327D /* FBSDKLikeButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 120C755E2F74CF17A20BEC02328DE095 /* FBSDKLikeButton.m */; }; + F1A619BA53B94B8F18245C7A7F17D52F /* FBSDKProfilePictureView.m in Sources */ = {isa = PBXBuildFile; fileRef = 79ABEA5584C4377DCDDAFFAA0E036696 /* FBSDKProfilePictureView.m */; }; + F26DEEAD3638F33F87903B3B59BF61A6 /* FBSDKCoreKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 717768FA09DE50DE39982007A3BB92FC /* FBSDKCoreKit-dummy.m */; }; + F294B75539C74EDB0B55D2350874A225 /* FBSDKLoginButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D88B095A3E16088F69F7946ABFEEB71 /* FBSDKLoginButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F2E9945B7494E20ED7DC4720A2B8CDC9 /* AFNetworkActivityIndicatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B67245E41A4AF1938E37858C3C72D44 /* AFNetworkActivityIndicatorManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3009CD67ED84A44BC23B854E9329601 /* SOAP12Header.m in Sources */ = {isa = PBXBuildFile; fileRef = 943A6529529ECC1F684DA2A4FEB226B9 /* SOAP12Header.m */; }; + F3959192ABF7A0AE04D1FB636B8A4CE2 /* FBSDKServerConfiguration+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A6772F2DEDFB439091E0C61DA3CEC95 /* FBSDKServerConfiguration+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4F8771CF43018CF648DF325FD6546E5 /* FBSDKSharePhoto.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F0B831082C42B3020735802E52BC8FE /* FBSDKSharePhoto.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F4FBE138C1813F7970EA297413404BEA /* Alamofire-SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A971778971AA4D5CF1381782196B511 /* Alamofire-SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F55BD406E6304124C7FFEAE2418CD046 /* PicoConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 03E21F8FBBB65AE846CC06CAC959D4D8 /* PicoConfig.m */; }; + F5F9597A3167E2AE7937E6CF4BD09AB8 /* FBSDKLoginCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D89B9EE45612459A887A379DB0C6C2 /* FBSDKLoginCompletion.m */; }; + F6163445CF35DF3EB671996F08D78344 /* TYMActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 480EAF767C67AE676AFEBA2B2C72DD95 /* TYMActivityIndicatorView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F61EBE50A04A7BDA0A9DD179F193012B /* OAuthSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F9EC1EC3B939DC697CE92B67649E662F /* OAuthSwift-dummy.m */; }; + F6A635CE6CDD2D57711CCEC692128382 /* FBSDKShareButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C98B3727457492BB0D47AF3DADE79F9 /* FBSDKShareButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F6B493A91D4972846A91292F2241F636 /* arrow_down@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8A9747642FF9076856DC777306ADCBF2 /* arrow_down@2x.png */; }; + F7581524FBA63576F76650BAC9B15C04 /* FBSDKLoginKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FF02B199B8D42DE42D826C56B971B1C /* FBSDKLoginKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F759176BF99FB3C01BA3EEE8C6A40D2A /* BFAppLink.h in Headers */ = {isa = PBXBuildFile; fileRef = D619A54243FC9B2160AA5D4B6C5CD555 /* BFAppLink.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7673DECA5A9B28885631BF36103936A /* PicoXMLRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B7CF4F7D74D9A0BB6F4222611D6C64F /* PicoXMLRequestOperation.m */; }; F7BCC0CB8DFB22AB34ECE9BC5C72DD2B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A0FAAC595560D83A7B63EA9AF4B550B /* SystemConfiguration.framework */; }; - F86F451F6AA6FB408A6DB5A117CB96BE /* FBSDKTriStateBOOL.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BB2F560D17204C0848512E619D15173 /* FBSDKTriStateBOOL.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F8FB7A9780E2A40ACDA1F21C5969B527 /* FBSDKViewImpressionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F295BF1AFDDBADAD93A7EF8C605B50B /* FBSDKViewImpressionTracker.m */; }; - F96355379B033320F4514495D1B81128 /* PicoNumberConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D0E20DDBA735B45881B37B2636E1CDF /* PicoNumberConverter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F968CDDC661EA2C602666CE712CEB7A4 /* FBSDKShareVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 769FBC06AF7C193513F9F14B44536C61 /* FBSDKShareVideo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F983A211639EA43476CEB54995E32C35 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B6051EEE36E02C011AA23CFC9BBA7D /* Utils.swift */; }; - F98D25A874AA92FABCBF4A434A573933 /* FBSDKMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 69AEB06A2EE4906EED65C1834D2E6850 /* FBSDKMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9B9A77D836E30A07D84E3C3AB5FAE7A /* FBSDKVideoUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 7638C7D684A836E36F1804A6C34F5BF2 /* FBSDKVideoUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9BA81C41C3DDABA6BEC897850E45D8D /* _FBSDKLoginRecoveryAttempter.m in Sources */ = {isa = PBXBuildFile; fileRef = D7AE5A737FC032BEC7D39DF989A90697 /* _FBSDKLoginRecoveryAttempter.m */; }; + F83D82020F9347F75495D09AA4F295AE /* BFMeasurementEvent_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = B32366F1FB0F564EAF9203EA84A59435 /* BFMeasurementEvent_Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F86F451F6AA6FB408A6DB5A117CB96BE /* FBSDKTriStateBOOL.h in Headers */ = {isa = PBXBuildFile; fileRef = AAE788501ADB377A8157DE39AFD5A8B5 /* FBSDKTriStateBOOL.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8FB7A9780E2A40ACDA1F21C5969B527 /* FBSDKViewImpressionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = EC88F0E7D91840D2776494E7DCDFEA1C /* FBSDKViewImpressionTracker.m */; }; + F96355379B033320F4514495D1B81128 /* PicoNumberConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 293280C88802CCE9D78CD1E4253F3654 /* PicoNumberConverter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F968CDDC661EA2C602666CE712CEB7A4 /* FBSDKShareVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 19C9163A29E6B760F9AABFC94E3688AE /* FBSDKShareVideo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F983A211639EA43476CEB54995E32C35 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 476CC038C9ACA70BB8A6166B222BCAD4 /* Utils.swift */; }; + F98D25A874AA92FABCBF4A434A573933 /* FBSDKMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 1230D4DFFC0A1487CBEA467F6A300C4C /* FBSDKMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9B9A77D836E30A07D84E3C3AB5FAE7A /* FBSDKVideoUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61BB47AAE0B85BB22104E949B5F979C3 /* FBSDKVideoUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9BA81C41C3DDABA6BEC897850E45D8D /* _FBSDKLoginRecoveryAttempter.m in Sources */ = {isa = PBXBuildFile; fileRef = B14E14A70D93E17D007755A845A6F035 /* _FBSDKLoginRecoveryAttempter.m */; }; F9EC825DE6BCCD6AF4C67B4D855F6673 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - FA158C22016D2FC0737B76CFDDB52D0C /* FBSDKLikeDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D387CAD3185D3AC03805CA7DAFF9B11 /* FBSDKLikeDialog.m */; }; - FA16BCB39DED31DEB5EE3BBADB13E204 /* FBSDKBridgeAPICrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = D6F6BEE73349E6E138BBC3AB33304769 /* FBSDKBridgeAPICrypto.m */; }; - FA5911BDD42D4D5735385D2761FC41A7 /* FBSDKAccessTokenCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C9737114C9375A068D176AA85AC846B /* FBSDKAccessTokenCache.m */; }; - FA8D0725E732D1778567F836BF2424D7 /* KeycloakOAuth2Module.swift in Sources */ = {isa = PBXBuildFile; fileRef = D33AED5CEB7C27507B5A9BAB609EA013 /* KeycloakOAuth2Module.swift */; }; - FAFAF3B263C62E610796FC8125B073C8 /* FBSDKErrorRecoveryConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 408A1AE4CA45A03379F9484A94C29B5D /* FBSDKErrorRecoveryConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB7B76F9942AE0F7DEC11FAAEE4739B7 /* FBSDKLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FA7D1A450EDBB560D56D2CE8CE049A0 /* FBSDKLogger.m */; }; - FBE9ECC4946A8FAF7DB8B42B4D547C1D /* FBSDKAudioResourceLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = EE83963EAF9F6FD2972C8DF77874D1DF /* FBSDKAudioResourceLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC0C60F5ACDB5830427EE4D4D29415C6 /* AlbumTitleView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 147429D037E48DECB2CE28723D38EC76 /* AlbumTitleView.xib */; }; - FC4C7FA94B9B25828BC94A10E24CC21B /* FBSDKBoltsMeasurementEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D17A5685460AACBC5C07F093B05F73D /* FBSDKBoltsMeasurementEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC7F0A1FFB2641FAB705A0CF9EFC1303 /* FBSDKShareKit.h in Headers */ = {isa = PBXBuildFile; fileRef = E20D6D5C07070039BC027BEAB99D11F2 /* FBSDKShareKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA158C22016D2FC0737B76CFDDB52D0C /* FBSDKLikeDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E163856F56716D12F898C0A82D64649 /* FBSDKLikeDialog.m */; }; + FA16BCB39DED31DEB5EE3BBADB13E204 /* FBSDKBridgeAPICrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 57B4E1E26A52262A705E7EAA60D4F3C0 /* FBSDKBridgeAPICrypto.m */; }; + FA5911BDD42D4D5735385D2761FC41A7 /* FBSDKAccessTokenCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F7D1135C708CFABDCEF0A3508501EA2D /* FBSDKAccessTokenCache.m */; }; + FA8D0725E732D1778567F836BF2424D7 /* KeycloakOAuth2Module.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E5EE933149C0FF460A4687AE134384A /* KeycloakOAuth2Module.swift */; }; + FAFAF3B263C62E610796FC8125B073C8 /* FBSDKErrorRecoveryConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BA6133139D645A886D2696A5332348C /* FBSDKErrorRecoveryConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB7B76F9942AE0F7DEC11FAAEE4739B7 /* FBSDKLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = E86011139202C985DE4BDA1418B15737 /* FBSDKLogger.m */; }; + FBE9ECC4946A8FAF7DB8B42B4D547C1D /* FBSDKAudioResourceLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = CE3B4D504E1D4AEB468003967B2EBE94 /* FBSDKAudioResourceLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC0C60F5ACDB5830427EE4D4D29415C6 /* AlbumTitleView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 878672475429BDB481207467B7AAE1A6 /* AlbumTitleView.xib */; }; + FC4C7FA94B9B25828BC94A10E24CC21B /* FBSDKBoltsMeasurementEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = B63504FA5832B525F19DF6594AC6FB9D /* FBSDKBoltsMeasurementEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC7F0A1FFB2641FAB705A0CF9EFC1303 /* FBSDKShareKit.h in Headers */ = {isa = PBXBuildFile; fileRef = B4A0E7CCC37A109F70EFE4BD2BB09E92 /* FBSDKShareKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; FC92F9CE355F65C3815CDAFBC4003B2A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - FC9AF67A10351E971AAAC532343E764C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */; }; - FD7525FCB49FB135D59559C8A7D13D65 /* FBSDKLikeButtonPopWAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BEEBC2D15F2121A7BF898BD6F4C4473 /* FBSDKLikeButtonPopWAV.m */; }; - FE9045BA12AD90F3D0F121FFAE699AD5 /* FBSDKMutableCopying.h in Headers */ = {isa = PBXBuildFile; fileRef = 271291E98EC08E39ED4811C64DBEE062 /* FBSDKMutableCopying.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FF0354628483B192A13C84851E9D523F /* FBSDKLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 36D88F1285CDCEF02ED1AFDDCC80169F /* FBSDKLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF9662F15F1A4003E60BDF39D8E24B7E /* PicoSOAPWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = B5B792C85A2D3CEE8E77BF1071B7FD0F /* PicoSOAPWriter.m */; }; - FFAFCCCDBDD5C1802FA84670D0134481 /* SOAP12NotUnderstoodType.m in Sources */ = {isa = PBXBuildFile; fileRef = D66AAA1D41D5347D3887785096A21833 /* SOAP12NotUnderstoodType.m */; }; - FFC1D9EC2ECD8BE8F5658955D44621FD /* SOAP12Subcode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D622FA1E7DFECB3846DB2616AA090E7 /* SOAP12Subcode.m */; }; - FFE20D61C3C5166CE50B2FA4BE2BC271 /* FBSDKShareOpenGraphObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C500042E202AB6F010600F35C030BBA /* FBSDKShareOpenGraphObject.m */; }; + FD7525FCB49FB135D59559C8A7D13D65 /* FBSDKLikeButtonPopWAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 557568B70198CCB91B18F73222FBD415 /* FBSDKLikeButtonPopWAV.m */; }; + FE9045BA12AD90F3D0F121FFAE699AD5 /* FBSDKMutableCopying.h in Headers */ = {isa = PBXBuildFile; fileRef = 688D4D0BE6D044686882A32AACB60D78 /* FBSDKMutableCopying.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FF0354628483B192A13C84851E9D523F /* FBSDKLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F70D5CBD03BBE49AB8DC112573F8844 /* FBSDKLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF9662F15F1A4003E60BDF39D8E24B7E /* PicoSOAPWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = F59560067A0BF43C1DC254FA93DF5B7F /* PicoSOAPWriter.m */; }; + FFAFCCCDBDD5C1802FA84670D0134481 /* SOAP12NotUnderstoodType.m in Sources */ = {isa = PBXBuildFile; fileRef = 254A8C0C0E243EE779478F2BABD0F2F8 /* SOAP12NotUnderstoodType.m */; }; + FFC1D9EC2ECD8BE8F5658955D44621FD /* SOAP12Subcode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CC5A36875AFC0238B595A727AA19879 /* SOAP12Subcode.m */; }; + FFE20D61C3C5166CE50B2FA4BE2BC271 /* FBSDKShareOpenGraphObject.m in Sources */ = {isa = PBXBuildFile; fileRef = F7F9001E7D084976BD80994B7BE41383 /* FBSDKShareOpenGraphObject.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + 037A460543B9CC550E0C8E9D9F424F34 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3C34098A7DACA89F52BF902062730F50; + remoteInfo = "GDataXML-HTML"; + }; 0AACB3B780F4EB33F2D78D132239E3D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -649,6 +658,27 @@ remoteGlobalIDString = 4878C70B21CA37D7CB8A476BF986741B; remoteInfo = AFNetworking; }; + 0B37D807C7CB2448EA960B0C29CCC642 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3C34098A7DACA89F52BF902062730F50; + remoteInfo = "GDataXML-HTML"; + }; + 0BABE65DC2DD14C3F1794A67472312FF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6E31B4FD268BEE6936B4477E4EDCD609; + remoteInfo = "Alamofire-SwiftyJSON"; + }; + 0BE831E079CF2464C77EF106D961EED5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30D7FCF8072F5D59AE1C98D94F9A6EC9; + remoteInfo = FBSDKShareKit; + }; 0C577E371C6125B5CFB4E79388DA9C36 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -656,6 +686,48 @@ remoteGlobalIDString = 31CABCBBC4853F0A3523D99FE6D41F17; remoteInfo = TYMActivityIndicatorView; }; + 115A10D944829B797C5186C6866F06AA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4878C70B21CA37D7CB8A476BF986741B; + remoteInfo = AFNetworking; + }; + 14D3B23B6DE8317BBC68C3145E8FEFF8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AA2F4091B94E46EEE3AD6055CB49C7D; + remoteInfo = PicoKit; + }; + 16753675BB7E26317C6F84CC542DB29F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 79C040AFDDCE1BCBF6D8B5EB0B85887F; + remoteInfo = Alamofire; + }; + 19748DF8674222C851A4F5419660604F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6E31B4FD268BEE6936B4477E4EDCD609; + remoteInfo = "Alamofire-SwiftyJSON"; + }; + 1F7621FC7203C9BA0AB35BE1C40DF080 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9D0F2E5EA1B46A5D72FFD42B0B39DBBC; + remoteInfo = Bolts; + }; + 2092CA1C6780BE3C119CC0ABAE0477F9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0EB19C1377A747F81110D44E2D5FCF78; + remoteInfo = FBSDKCoreKit; + }; 32F1A6CE07342E424DE342C9D5C9B5CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -684,13 +756,41 @@ remoteGlobalIDString = 92943306EC8070DF9CD02ECD505D2CD5; remoteInfo = Locksmith; }; + 489365899EA53FE502565686A2366B14 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0D52FE07CEB8B5458F3C73BB37A484FB; + remoteInfo = SWRevealViewController; + }; + 4BD92D31F30B1217088F0A7A02B0BF8B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 31CABCBBC4853F0A3523D99FE6D41F17; + remoteInfo = TYMActivityIndicatorView; + }; 4C73BEFB46A6D4619DFC813CAFC63D53 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 52D82BFDD1E808D9CB257431922C1EE4; + remoteGlobalIDString = 9D0F2E5EA1B46A5D72FFD42B0B39DBBC; remoteInfo = Bolts; }; + 4DD0E5DEAABC7194769067C350F390D4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8E87CBA9EBF6671AAFD3A8CCD2C3875B; + remoteInfo = AeroGearOAuth2; + }; + 567C942B4E8F40CAB5AD0879E0683C5A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0D52FE07CEB8B5458F3C73BB37A484FB; + remoteInfo = SWRevealViewController; + }; 56A8A09B634FE343598FA884ABB1D552 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -719,6 +819,13 @@ remoteGlobalIDString = 0D52FE07CEB8B5458F3C73BB37A484FB; remoteInfo = SWRevealViewController; }; + 7346A7F1FBB3A528EBD76CD455B73501 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = BB23E0C4DDD7DE0A3E6056FA65D2D721; + remoteInfo = SwiftyJSON; + }; 7541FFC8C2E33628D7F74CC546A5B99A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -737,9 +844,23 @@ isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 52D82BFDD1E808D9CB257431922C1EE4; + remoteGlobalIDString = 9D0F2E5EA1B46A5D72FFD42B0B39DBBC; remoteInfo = Bolts; }; + 7C347AA735D81929ECF37A0B1848CC5F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0FF38C485BD8E73F614C919F834D6EAB; + remoteInfo = UIImageViewModeScaleAspect; + }; + 7D8F65FE601942792A9B5833587C1160 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8AA3DDB8797222294E1288CB197A8347; + remoteInfo = BSGridCollectionViewLayout; + }; 7F8224D73B0081B89F464CDAC9CF8580 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -747,6 +868,55 @@ remoteGlobalIDString = 30D7FCF8072F5D59AE1C98D94F9A6EC9; remoteInfo = FBSDKShareKit; }; + 8052C65AFD2EA2723F06DB7F898A1938 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 92943306EC8070DF9CD02ECD505D2CD5; + remoteInfo = Locksmith; + }; + 807A24453967E8E41906EBD374A32D3A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30D7FCF8072F5D59AE1C98D94F9A6EC9; + remoteInfo = FBSDKShareKit; + }; + 82CDB16FE61EEC2123EBABE1DE86F80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8E87CBA9EBF6671AAFD3A8CCD2C3875B; + remoteInfo = AeroGearOAuth2; + }; + 89EBD5097BCBAFECA0CB8482EF08FD99 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 92943306EC8070DF9CD02ECD505D2CD5; + remoteInfo = Locksmith; + }; + 8DC433D252328C4854A9B71C9B80171A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6EDC37F3FA92533C6AC3562458AA91F1; + remoteInfo = FBSDKLoginKit; + }; + 8EE8A7619E216FCA6EAE1851B9647DF3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 31CABCBBC4853F0A3523D99FE6D41F17; + remoteInfo = TYMActivityIndicatorView; + }; + 913117DE20193CBB968A79298F160D7C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = C59EE95662AD4757E7FCE220DB1AFA41; + remoteInfo = BSImagePicker; + }; 9A623F1209117F00152F49A7FB728C6E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -761,6 +931,13 @@ remoteGlobalIDString = 8E87CBA9EBF6671AAFD3A8CCD2C3875B; remoteInfo = AeroGearOAuth2; }; + 9F7F215826A50AFE1DD448B473E34E72 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9D0F2E5EA1B46A5D72FFD42B0B39DBBC; + remoteInfo = Bolts; + }; A25DE1CC509AA6C44D1C2F741C0E1718 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -779,7 +956,7 @@ isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 52D82BFDD1E808D9CB257431922C1EE4; + remoteGlobalIDString = 9D0F2E5EA1B46A5D72FFD42B0B39DBBC; remoteInfo = Bolts; }; A7B12E2686EF844D6CF50DEED46AC5F0 /* PBXContainerItemProxy */ = { @@ -803,6 +980,34 @@ remoteGlobalIDString = BB23E0C4DDD7DE0A3E6056FA65D2D721; remoteInfo = SwiftyJSON; }; + AD371313103EB06D17310364824C54B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6184234CE5B97D6DADDB68315E67B58; + remoteInfo = AeroGearHttp; + }; + BC9778A824EDAF3AAB0C9AC94E8E24FF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AA2F4091B94E46EEE3AD6055CB49C7D; + remoteInfo = PicoKit; + }; + BE5579070A24A6341305F7E29DDD0AB7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6EDC37F3FA92533C6AC3562458AA91F1; + remoteInfo = FBSDKLoginKit; + }; + BEF00CE4DE7A92CB3D4916EFAD5D4E16 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6184234CE5B97D6DADDB68315E67B58; + remoteInfo = AeroGearHttp; + }; BFF128E5D040CC7DA2E11C09E08FA208 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -824,6 +1029,27 @@ remoteGlobalIDString = 6EDC37F3FA92533C6AC3562458AA91F1; remoteInfo = FBSDKLoginKit; }; + CAAE30A3AFADAEED0971E3BD715DF7C3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = BB23E0C4DDD7DE0A3E6056FA65D2D721; + remoteInfo = SwiftyJSON; + }; + CBA4BF1C2836107D6A4A8DE25E274C5D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8AA3DDB8797222294E1288CB197A8347; + remoteInfo = BSGridCollectionViewLayout; + }; + CDEC1DDDDC87A123A6962ACDDD71BFCE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 45935B91DF0442390E2CA6DEEF68AE99; + remoteInfo = OAuthSwift; + }; CFD970D7ADCC55CB11A7402ECAE02E55 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -835,9 +1061,23 @@ isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 52D82BFDD1E808D9CB257431922C1EE4; + remoteGlobalIDString = 9D0F2E5EA1B46A5D72FFD42B0B39DBBC; remoteInfo = Bolts; }; + E250CF7CC130313AE0672DA2E999F5F7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0EB19C1377A747F81110D44E2D5FCF78; + remoteInfo = FBSDKCoreKit; + }; + E477007BAEE3D7F6DFFC145E026F964B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0FF38C485BD8E73F614C919F834D6EAB; + remoteInfo = UIImageViewModeScaleAspect; + }; E7450D99B2453F88BFE579F53382A53E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -859,6 +1099,27 @@ remoteGlobalIDString = C59EE95662AD4757E7FCE220DB1AFA41; remoteInfo = BSImagePicker; }; + EED08BD60636E6719FC447D614EAE98E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4878C70B21CA37D7CB8A476BF986741B; + remoteInfo = AFNetworking; + }; + FA1EA0EE81ED4248D35359E7508DC398 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = C59EE95662AD4757E7FCE220DB1AFA41; + remoteInfo = BSImagePicker; + }; + FD91081831EA0EF759CBC589E290C1CF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 45935B91DF0442390E2CA6DEEF68AE99; + remoteInfo = OAuthSwift; + }; FE5731C5F4D7F13FF971809E90835463 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -866,751 +1127,768 @@ remoteGlobalIDString = 2AA2F4091B94E46EEE3AD6055CB49C7D; remoteInfo = PicoKit; }; + FE7B2385B85F5C2C33B4F06ACE374820 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 79C040AFDDCE1BCBF6D8B5EB0B85887F; + remoteInfo = Alamofire; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 00B68C447F74BC31DEADD891C361335F /* FBSDKAppGroupJoinDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppGroupJoinDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupJoinDialog.h; sourceTree = ""; }; - 0214187036660C5F9552D301FC09F7F4 /* BFMeasurementEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFMeasurementEvent.m; path = Bolts/iOS/BFMeasurementEvent.m; sourceTree = ""; }; - 027418C010D982BB5168CBB639DA68AF /* FBSDKLoginError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginError.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginError.m; sourceTree = ""; }; - 02EAA463FA60CABB9FE390168EBF59D3 /* FBSDKServerConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKServerConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration.h; sourceTree = ""; }; - 034AAEF5D55B6409388629936D1D9F63 /* GDataXML-HTML-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GDataXML-HTML-prefix.pch"; sourceTree = ""; }; - 0351E0CDEF6D1C3BF6289311FA0411F6 /* FBSDKServerConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKServerConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration.m; sourceTree = ""; }; - 049807B74ECBB358FA78542C984FB58F /* BFAppLinkTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkTarget.h; path = Bolts/iOS/BFAppLinkTarget.h; sourceTree = ""; }; - 04B4D3D06A59E29F154EF5FB08EC707D /* SHA1.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SHA1.swift; path = OAuthSwift/SHA1.swift; sourceTree = ""; }; - 05A3374E4DEF81BD3240E87FFCDCD5B1 /* FBSDKLikeControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeControl.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeControl.m; sourceTree = ""; }; - 05C379A603067BF58D1E267805014573 /* BFTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFTask.h; path = Bolts/Common/BFTask.h; sourceTree = ""; }; - 05D8D8F75AC1A96E2FED0176761DFCC0 /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; - 05DB1FA068930E39A9CAB5FFFEDC3C1E /* PicoPropertySchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoPropertySchema.h; path = Pod/Core/Schema/PicoPropertySchema.h; sourceTree = ""; }; - 05E1AAB099D861218A5B9B94AB20B687 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - 05E586D73A78F4795E435AED452FC1E2 /* FBSDKApplicationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKApplicationDelegate.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKApplicationDelegate.h; sourceTree = ""; }; - 06483B6DF0ECDBC98BAF1FF310F30FD9 /* FBSDKLikeActionControllerCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeActionControllerCache.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionControllerCache.h; sourceTree = ""; }; - 0684BA62E2F2B3B8D3C5707A484F0854 /* FBSDKTriStateBOOL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTriStateBOOL.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTriStateBOOL.m; sourceTree = ""; }; - 06B682632E41A71EFDD4027F6DDC76FC /* PicoSOAPReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSOAPReader.h; path = Pod/SOAP/PicoSOAPReader.h; sourceTree = ""; }; - 06E8EF4A745BB87CF1746E6D5C2D61F2 /* PicoCacheEntry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoCacheEntry.h; path = Pod/Core/Cache/PicoCacheEntry.h; sourceTree = ""; }; - 076E0DC3F7AC81E65193CAD322C90B19 /* PicoXMLReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoXMLReader.h; path = Pod/Core/PicoXMLReader.h; sourceTree = ""; }; - 080CB57255E13F1ACC665809178CD0E2 /* FBSDKShareMediaContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareMediaContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareMediaContent.h; sourceTree = ""; }; - 081CB8600C49CB4DE6C2C2C73751CD24 /* BFCancellationTokenRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFCancellationTokenRegistration.h; path = Bolts/Common/BFCancellationTokenRegistration.h; sourceTree = ""; }; + 00A4FA97903758A3B2737BD06B92134C /* FBSDKErrorConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKErrorConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorConfiguration.h; sourceTree = ""; }; + 012FC612A0C3FCDAB9DA9A4656CA3831 /* NSIndexSet+NSIndexPath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSIndexSet+NSIndexPath.swift"; path = "Pod/Classes/Extension/NSIndexSet+NSIndexPath.swift"; sourceTree = ""; }; + 0131DEFA58ED7F61883CE8CCFC049AF1 /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = ""; }; + 0153AE17D43D9366820D16273D0C2232 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 0187BE1EE97858C5A1A6C7BD4099CA4B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 01E0ED5376FAD457FCE98776DE572BCD /* BFAppLinkReturnToRefererController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkReturnToRefererController.h; path = Bolts/iOS/BFAppLinkReturnToRefererController.h; sourceTree = ""; }; + 01F36C7E584CBFEE0C3DE0159BF1B826 /* BFURL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFURL.h; path = Bolts/iOS/BFURL.h; sourceTree = ""; }; + 0210649A551E0AFEB3BE52532D0579EA /* FBSDKGraphRequestMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestMetadata.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestMetadata.h; sourceTree = ""; }; + 023F4374BD9F7B4F8555090AA7A8267E /* BSImagePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BSImagePicker-prefix.pch"; sourceTree = ""; }; + 02C6157ACA718F0F7E9454BDAFB56BC3 /* FBSDKLikeControl+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLikeControl+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeControl+Internal.h"; sourceTree = ""; }; + 02F16D93F7CBC4DDFC72FC03A0E42E82 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = Source/Error.swift; sourceTree = ""; }; + 032369198D27ED73A6270FE2BA6EA7E0 /* FBSDKShareVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareVideo.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideo.m; sourceTree = ""; }; + 037BEC0658766E3CC7D1521E3D8314B5 /* FBSDKAccessTokenCacheV3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV3.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3.h; sourceTree = ""; }; + 03E21F8FBBB65AE846CC06CAC959D4D8 /* PicoConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoConfig.m; path = Pod/Core/PicoConfig.m; sourceTree = ""; }; + 0422CFF19F0CCFB878B807ABC01C7866 /* PicoWritable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoWritable.h; path = Pod/Core/PicoWritable.h; sourceTree = ""; }; + 04C630A21B0B22B553420BCFFF34A307 /* FBSDKBridgeAPIProtocolWebV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolWebV1.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV1.h; sourceTree = ""; }; + 05511F985C1A4179E3E9024B07BE3DCB /* PicoDataConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoDataConverter.h; path = Pod/Core/Converter/PicoDataConverter.h; sourceTree = ""; }; + 06811EDE471F7D6A74CCE693BC33AD9A /* AeroGearOAuth2.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AeroGearOAuth2.xcconfig; sourceTree = ""; }; + 06BB4A7B39E0E9479C628B1BA291C629 /* FBSDKGameRequestDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGameRequestDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestDialog.h; sourceTree = ""; }; + 07AF52AC3FBAF8F0E6DD211EC27DCCB7 /* BFAppLinkResolving.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkResolving.h; path = Bolts/iOS/BFAppLinkResolving.h; sourceTree = ""; }; + 082189F18A13ACF939C12C480EAE5E35 /* FBSDKTooltipView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTooltipView.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKTooltipView.m; sourceTree = ""; }; + 0840F65EC8E68957C520055A54DB2D44 /* FBSDKAppGroupAddDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppGroupAddDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupAddDialog.m; sourceTree = ""; }; + 08605C3156BFC50AC0F7824EF800A43A /* Pods-Vendoo-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Vendoo-resources.sh"; sourceTree = ""; }; 0869CA58F7F30AC160140737D5D081ED /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/MobileCoreServices.framework; sourceTree = DEVELOPER_DIR; }; - 09A3FF7AC36E7EADD7E74239255573A0 /* FBSDKLoginKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKLoginKit-umbrella.h"; sourceTree = ""; }; - 09C543CB078A93763A059CF68C8D30DE /* FBSDKOrganicDeeplinkHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKOrganicDeeplinkHelper.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppLink/FBSDKOrganicDeeplinkHelper.m; sourceTree = ""; }; + 08B653C67501AFD8AFDD3A405C0880A4 /* FBSDKSharePhotoContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharePhotoContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhotoContent.h; sourceTree = ""; }; + 08E86A9CEAE1073F8EB06D095899EC8E /* SOAP12Fault.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Fault.m; path = Pod/SOAP/SOAP12/SOAP12Fault.m; sourceTree = ""; }; + 093DAF379B09CB9CC8C2594730E6C861 /* GDataXML-HTML-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GDataXML-HTML-prefix.pch"; sourceTree = ""; }; + 09523AB3CD75B683590559B093F010C0 /* SOAP12Body.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Body.h; path = Pod/SOAP/SOAP12/SOAP12Body.h; sourceTree = ""; }; + 095E0A3472702B8830A756EDD556D632 /* HttpRequestSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HttpRequestSerializer.swift; path = AeroGearHttp/HttpRequestSerializer.swift; sourceTree = ""; }; + 09C5F06A3BDBC389FC4668700A485B26 /* SOAP12Faultreason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Faultreason.h; path = Pod/SOAP/SOAP12/SOAP12Faultreason.h; sourceTree = ""; }; 0A04452A724860D85F3FC806E0147F14 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0A24DC0C3F03520998D9EBE969898376 /* BFMeasurementEvent_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFMeasurementEvent_Internal.h; path = Bolts/iOS/BFMeasurementEvent_Internal.h; sourceTree = ""; }; - 0A49C3DEA2D07ACB92F54196C337397B /* UIButton+NoAnimation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+NoAnimation.swift"; path = "Pod/Classes/Extension/UIButton+NoAnimation.swift"; sourceTree = ""; }; - 0A5C272ABA84D3E561D9AC02651B2149 /* FBSDKShareOpenGraphContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphContent.m; sourceTree = ""; }; - 0A5E732CACC00BDF7E802D25BD3729F8 /* FBSDKSharePhoto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharePhoto.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhoto.h; sourceTree = ""; }; - 0A88F4DC32AF6037313DB33B72DC4982 /* FBSDKMessageDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMessageDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKMessageDialog.h; sourceTree = ""; }; - 0A9863A02FFE0830ADD2C323117E6CC0 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; - 0AA695A7EDB23394AB14C6D1A30E80E7 /* UIImageViewModeScaleAspect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIImageViewModeScaleAspect.h; path = UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.h; sourceTree = ""; }; - 0AB87DE7FC50F1FC9E4B75E9D83F81B8 /* TYMActivityIndicatorView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TYMActivityIndicatorView-dummy.m"; sourceTree = ""; }; - 0C7F8388743F9AA0F25C62524F5199FA /* FBSDKServerConfigurationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKServerConfigurationManager.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager.m; sourceTree = ""; }; - 0CAB7CC601D7E48C742EE5EEF6E75688 /* BFCancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFCancellationToken.h; path = Bolts/Common/BFCancellationToken.h; sourceTree = ""; }; - 0CC5C27BEC7A3EEB84565B7AEEF2BA3A /* FBSDKAppEventsState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsState.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsState.m; sourceTree = ""; }; - 0CC63C78FD9CDABC05BC040B579F3D95 /* TYMActivityIndicatorView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TYMActivityIndicatorView.bundle; path = TYMActivityIndicatorView/TYMActivityIndicatorView.bundle; sourceTree = ""; }; - 0CDC9791720E57C9988C5277E13CA9B3 /* FBSDKShareConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareConstants.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareConstants.m; sourceTree = ""; }; - 0D49CCDCE1A2B0D242AF662387E3113C /* OAuthSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OAuthSwift-prefix.pch"; sourceTree = ""; }; - 0D622FA1E7DFECB3846DB2616AA090E7 /* SOAP12Subcode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Subcode.m; path = Pod/SOAP/SOAP12/SOAP12Subcode.m; sourceTree = ""; }; - 0DAC78C26E82E0DEF6D8AE88AD0F07E0 /* Bolts.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Bolts.m; path = Bolts/Common/Bolts.m; sourceTree = ""; }; - 0DFC2C33469EEBC2A65523C9ED3EC5B1 /* FBSDKGraphRequestConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestConnection.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestConnection.h; sourceTree = ""; }; - 0E84A0699A55B0E3B557B28579E57E5A /* PicoSOAPReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoSOAPReader.m; path = Pod/SOAP/PicoSOAPReader.m; sourceTree = ""; }; - 0EA088EEF710A8CBD0CBE8A9B84C5636 /* PhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCell.swift; path = Pod/Classes/View/PhotoCell.swift; sourceTree = ""; }; - 0EA3F36BF78ED9BB089E4C443CD70325 /* FBSDKShareDialogMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareDialogMode.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialogMode.h; sourceTree = ""; }; - 0EB35CCF61C54AFE15E1BD96325F8CE7 /* PicoConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoConstants.m; path = Pod/Core/PicoConstants.m; sourceTree = ""; }; - 0F2893B1C1E73619A66DC84F36AB27DB /* FBSDKLikeObjectType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeObjectType.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeObjectType.m; sourceTree = ""; }; - 0FA7D1A450EDBB560D56D2CE8CE049A0 /* FBSDKLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLogger.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKLogger.m; sourceTree = ""; }; - 1054C39068E9C95A3553091A2A64E51A /* OAuthSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OAuthSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 106E31E33462FF380CBA68EDCD8B11C5 /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = ""; }; - 1094DA09BA1AF6EAB914FD14BA12DE9A /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - 10EFD8ACB67FDFBA1CFD6D0BE2AA7A9D /* BFTaskCompletionSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFTaskCompletionSource.h; path = Bolts/Common/BFTaskCompletionSource.h; sourceTree = ""; }; - 1182DC257CF0FF0795241D5F728AD5E3 /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = ""; }; - 12C131939AE0DDC98AB9E55019AE5BB8 /* FBSDKShareLinkContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareLinkContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareLinkContent.m; sourceTree = ""; }; - 12EC47E4FE2B3A1E644C1C1B3157A79F /* FBSDKColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKColor.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKColor.m; sourceTree = ""; }; - 1344E61E45DEF7E6A12FFBAB02B3FAE5 /* FBSDKHashtag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKHashtag.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKHashtag.h; sourceTree = ""; }; - 13573AEF02A6C192C713D86ED0F05D9B /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 13720A6B0279EADECB703A1E18659D75 /* FBSDKLikeButton+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLikeButton+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeButton+Internal.h"; sourceTree = ""; }; - 138E0814A0C9B5837EC0FFFA9BDB8672 /* FBSDKLikeControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeControl.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeControl.h; sourceTree = ""; }; - 139A1444395311ED10BE10EFCF2179D2 /* UIWebView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIWebView+AFNetworking.m"; path = "UIKit+AFNetworking/UIWebView+AFNetworking.m"; sourceTree = ""; }; - 13F4ED9307FA83BC8E8A44A4957C8EDA /* FBSDKLiking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLiking.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLiking.h; sourceTree = ""; }; - 140A20F814A0D850CCC4F9AC96ABB748 /* PicoXMLWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoXMLWriter.h; path = Pod/Core/PicoXMLWriter.h; sourceTree = ""; }; - 14568618CE7DEF43C7929732DD8D88D2 /* OAuthSwift.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OAuthSwift.xcconfig; sourceTree = ""; }; - 147429D037E48DECB2CE28723D38EC76 /* AlbumTitleView.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = AlbumTitleView.xib; path = Pod/Assets/AlbumTitleView.xib; sourceTree = ""; }; - 14D7AF262BCBB2ED59162BF80581FA11 /* Stream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Stream.swift; path = Source/Stream.swift; sourceTree = ""; }; - 14F342C422281EAF05F03796A89BB03A /* FBSDKButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKButton.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKButton.m; sourceTree = ""; }; - 15223C4CA48ACC3509450AD783A3DB52 /* GDataXML-HTML.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "GDataXML-HTML.modulemap"; sourceTree = ""; }; - 1529D674F9C3C9774EA3E57749F73D7B /* FBSDKShareAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareAPI.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareAPI.m; sourceTree = ""; }; - 1565DE54531109040614F4303B9EF59D /* BFAppLink_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLink_Internal.h; path = Bolts/iOS/BFAppLink_Internal.h; sourceTree = ""; }; + 0A478018630430D50CB7CF361E5AB164 /* SOAP12UpgradeType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12UpgradeType.m; path = Pod/SOAP/SOAP12/SOAP12UpgradeType.m; sourceTree = ""; }; + 0A8A9F7077071AC139E54B95C669CBE2 /* Pods-Vendoo-VendooUITests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Vendoo-VendooUITests-dummy.m"; sourceTree = ""; }; + 0B5E34F5C87CFA9E2E41449FFC06ACE1 /* Pods_Vendoo_VendooUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Vendoo_VendooUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0BA69F359686D0DF13E8908891278F2B /* FBSDKAccessToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessToken.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAccessToken.m; sourceTree = ""; }; + 0BDD86C6317DD2E1A2D61337F22A55DE /* FBSDKButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKButton.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKButton.h; sourceTree = ""; }; + 0C486B4727AFE0A4797C33C8E2765A92 /* OAuthSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OAuthSwift-prefix.pch"; sourceTree = ""; }; + 0CC5A36875AFC0238B595A727AA19879 /* SOAP12Subcode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Subcode.m; path = Pod/SOAP/SOAP12/SOAP12Subcode.m; sourceTree = ""; }; + 0CD0CBE8E2D4D32170E3B8904D57E899 /* BFAppLinkReturnToRefererView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkReturnToRefererView.h; path = Bolts/iOS/BFAppLinkReturnToRefererView.h; sourceTree = ""; }; + 0D1EC6AEDA20BD0303DE7A08B08C8E8D /* SWRevealViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SWRevealViewController.m; path = SWRevealViewController/SWRevealViewController.m; sourceTree = ""; }; + 0D9C8E01DB21AAF105C10CF909B18718 /* FBSDKGraphRequestConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestConnection.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestConnection.h; sourceTree = ""; }; + 0DA6D2F389AF14019E8BA74FF2690A20 /* GDataXMLNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDataXMLNode.h; path = Pod/Classes/GDataXMLNode.h; sourceTree = ""; }; + 0DB476976DBD8C5481E989BDDB475605 /* AFHTTPRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPRequestOperation.h; path = AFNetworking/AFHTTPRequestOperation.h; sourceTree = ""; }; + 0DCDACB474AC3ADD768D6B1C3DC646FE /* FBSDKCloseIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKCloseIcon.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKCloseIcon.m; sourceTree = ""; }; + 0DF0F9821ABBDAACF5F415C842360459 /* FBSDKCrypto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKCrypto.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Cryptography/FBSDKCrypto.m; sourceTree = ""; }; + 0E3CC35EBB907779C52E2BA419C652C7 /* FBSDKGraphRequestDataAttachment.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestDataAttachment.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestDataAttachment.m; sourceTree = ""; }; + 0E9E12C665A69B68F3CF98C3E7E2289C /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + 0EFE3877D6773C11887700B43A5A1BC2 /* ResourceBundle-BSImagePicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-BSImagePicker-Info.plist"; sourceTree = ""; }; + 0FA328E4B9D90899E6BC7FC9780CD385 /* FBSDKColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKColor.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKColor.h; sourceTree = ""; }; + 0FAD2E1B6781BFA7E28D456F1CAED86C /* FBSDKShareKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKShareKit-prefix.pch"; sourceTree = ""; }; + 0FBD5B2058DE2B16BC3F1B5A7B04E40F /* Stream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Stream.swift; path = Source/Stream.swift; sourceTree = ""; }; + 0FDCFC0010E47AC0BE5AE3E177D32528 /* FBSDKGraphErrorRecoveryProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphErrorRecoveryProcessor.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphErrorRecoveryProcessor.m; sourceTree = ""; }; + 0FDF3E2A68787915419418623FAE5E4A /* SOAP12FaultcodeEnum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12FaultcodeEnum.h; path = Pod/SOAP/SOAP12/SOAP12FaultcodeEnum.h; sourceTree = ""; }; + 0FF02B199B8D42DE42D826C56B971B1C /* FBSDKLoginKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKLoginKit-umbrella.h"; sourceTree = ""; }; + 10151E0C079192034F4E43D1C6EA2B70 /* HMAC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HMAC.swift; path = OAuthSwift/HMAC.swift; sourceTree = ""; }; + 10A4E1C9F61C475D495D58BF2DD5AEFF /* Upload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Upload.swift; path = Source/Upload.swift; sourceTree = ""; }; + 1195C4D4C4A323222EE46F4260672DC0 /* Pods-Vendoo-VendooTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Vendoo-VendooTests-acknowledgements.markdown"; sourceTree = ""; }; + 11A2711929C1B7BF4E7C006BB6829240 /* PicoXMLRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoXMLRequestOperation.h; path = Pod/WebService/PicoXMLRequestOperation.h; sourceTree = ""; }; + 11E9F653A2B9096D9B942AF36AF450D5 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; + 11F710E23B17AD395719BE3EAAC633F4 /* OpenIDClaim.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OpenIDClaim.swift; path = AeroGearOAuth2/OpenIDClaim.swift; sourceTree = ""; }; + 120C755E2F74CF17A20BEC02328DE095 /* FBSDKLikeButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeButton.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeButton.m; sourceTree = ""; }; + 1217C16EE78E51CB579D919EFC117D8C /* BFAppLink_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLink_Internal.h; path = Bolts/iOS/Internal/BFAppLink_Internal.h; sourceTree = ""; }; + 1230D4DFFC0A1487CBEA467F6A300C4C /* FBSDKMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMath.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMath.h; sourceTree = ""; }; + 126AE26BF4C4370952DC6B3B8EF9B26A /* FBSDKShareKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSDKShareKit.modulemap; sourceTree = ""; }; + 12C1E065A6B3D67E434B973AE1123ACA /* FBSDKGraphRequest+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKGraphRequest+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequest+Internal.h"; sourceTree = ""; }; + 13E485FD2622941556EC545D8E597CD9 /* FBSDKAppEventsState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsState.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsState.m; sourceTree = ""; }; + 144D5484885E6C90AB797898C08E7374 /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = ""; }; + 1485CD0D6CC46C66362314FFA0A959A6 /* FBSDKTriStateBOOL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTriStateBOOL.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTriStateBOOL.m; sourceTree = ""; }; + 14D5C9BBF76C567DFE57F34DBDE0602A /* FBSDKWebDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKWebDialog.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialog.m; sourceTree = ""; }; + 154E3CF52EB5D09A7733CBB9D06C1EF5 /* AeroGearHttp.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AeroGearHttp.modulemap; sourceTree = ""; }; + 1558E1357BE03000E98FFEE56D1E1DE3 /* AeroGearOAuth2-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AeroGearOAuth2-umbrella.h"; sourceTree = ""; }; 15711FB818776F1D8CB48B60128D6DA6 /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 159B201BA7158B7CA8FF2DE8EDD10CC1 /* FBSDKLikeButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeButton.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeButton.m; sourceTree = ""; }; - 15EF32CAAEAA0FFC2C5418D1A5636757 /* FBSDKCrypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCrypto.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Cryptography/FBSDKCrypto.h; sourceTree = ""; }; - 16D7CA42EB6A6410C36076DE87ED6A6B /* Alamofire-SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-SwiftyJSON-umbrella.h"; sourceTree = ""; }; - 16F69363122B46E8AEC5F801B0A58B39 /* Bolts-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Bolts-dummy.m"; sourceTree = ""; }; - 1714F1E391D59AE83B5BF549FC879787 /* FBSDKLikeBoxBorderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeBoxBorderView.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxBorderView.m; sourceTree = ""; }; - 1718F2DBFE3BA6B252BBF82FB05A85DD /* OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthSwift.swift; path = OAuthSwift/OAuthSwift.swift; sourceTree = ""; }; - 17663EE48E0F193F1520DDC8A9D6A859 /* FBSDKBridgeAPIProtocolNativeV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolNativeV1.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolNativeV1.h; sourceTree = ""; }; - 178E62F715CCD26EA58CC72AF67571CB /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 17CA1CB6B0D798AF841D67208D300CB1 /* FacebookOAuth2Module.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FacebookOAuth2Module.swift; path = AeroGearOAuth2/FacebookOAuth2Module.swift; sourceTree = ""; }; - 18D0375D8BD701D9AE04624392CE2F80 /* Pods_Vendoo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Vendoo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 18FEB98AAE1F2A56EA927416ECD73A48 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; - 19161281FF159035CE4CAECBC4DBBCF9 /* Pods-Vendoo.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-Vendoo.modulemap"; sourceTree = ""; }; - 196D492D1BB2CE8CA876C3B0D7601D28 /* FBSDKBridgeAPIProtocolWebV1.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIProtocolWebV1.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV1.m; sourceTree = ""; }; - 19B6051EEE36E02C011AA23CFC9BBA7D /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = AeroGearHttp/Utils.swift; sourceTree = ""; }; - 19BB96A4D083676977ABF2A6D7901334 /* FBSDKShareOpenGraphValueContainer+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKShareOpenGraphValueContainer+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareOpenGraphValueContainer+Internal.h"; sourceTree = ""; }; - 19EA0B9F57551355811BB62BAE6BEBC9 /* Locksmith.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Locksmith.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A12FCCB739C99995C14E3F4028F1822 /* AeroGearOAuth2.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AeroGearOAuth2.modulemap; sourceTree = ""; }; - 1A20EF0AD41D352861D266B4D6C2EF06 /* UIApplication+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+OAuthSwift.swift"; path = "OAuthSwift/UIApplication+OAuthSwift.swift"; sourceTree = ""; }; - 1AF6D8AA5B35DA685CC3C1F64A271153 /* FBSDKSharePhoto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSharePhoto.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhoto.m; sourceTree = ""; }; - 1AFB7B0315663477A527636B941CD022 /* FBSDKShareKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKShareKit-prefix.pch"; sourceTree = ""; }; - 1B620D7D723EACD241A7BC5A73085A96 /* FBSDKGraphRequest+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKGraphRequest+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequest+Internal.h"; sourceTree = ""; }; - 1B774F49E14506E75A5325BC22BB9707 /* FBSDKAccessToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessToken.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAccessToken.m; sourceTree = ""; }; - 1B87CBF2203E8A908BEA62D60F675B18 /* SwiftyJSON.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.xcconfig; sourceTree = ""; }; - 1BE992F21AEF788B8009B8E1EFB3DBE6 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 1BF133DF8E294BA7C933A10DC9DC6590 /* FBSDKLikeBoxBorderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeBoxBorderView.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxBorderView.h; sourceTree = ""; }; - 1C044869D5D5924F998CFFADC8324BA9 /* BFTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFTask.m; path = Bolts/Common/BFTask.m; sourceTree = ""; }; - 1C8031D0302C5A2016995DFC262D7CF4 /* PicoXMLRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoXMLRequestOperation.m; path = Pod/WebService/PicoXMLRequestOperation.m; sourceTree = ""; }; - 1D0B29D889674D3A809D44E91244767D /* SOAP12FaultcodeEnum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12FaultcodeEnum.h; path = Pod/SOAP/SOAP12/SOAP12FaultcodeEnum.h; sourceTree = ""; }; - 1D495BF03FB3685714850FA327181746 /* FBSDKIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKIcon.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKIcon.h; sourceTree = ""; }; - 1DB692E1286BBA4BB6A4AE1DF7C506B4 /* FBSDKError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKError.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKError.m; sourceTree = ""; }; - 1E3CBDE527F6904213F27F6705102C61 /* PicoNumberConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoNumberConverter.m; path = Pod/Core/Converter/PicoNumberConverter.m; sourceTree = ""; }; - 1E843922BE32E97B4772B83C8FA9B3F8 /* JsonRequestSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JsonRequestSerializer.swift; path = AeroGearHttp/JsonRequestSerializer.swift; sourceTree = ""; }; - 1F0E93D18729FFA5AAB2B3E422D3495B /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; - 1F1B04B85B22D68927B6E17E1CAE4AC5 /* SWRevealViewController.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SWRevealViewController.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1F295BF1AFDDBADAD93A7EF8C605B50B /* FBSDKViewImpressionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKViewImpressionTracker.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKViewImpressionTracker.m; sourceTree = ""; }; - 1F398734892BC06870E20A0A61C514DE /* FBSDKSharing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharing.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharing.h; sourceTree = ""; }; - 1F71FAA4114913D76615DF57E62DEB7D /* ComposedCollectionViewDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComposedCollectionViewDataSource.swift; path = Pod/Classes/Model/ComposedCollectionViewDataSource.swift; sourceTree = ""; }; - 1F9DB8ADC0838775F30EA5BDC32D0C8F /* DateUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateUtils.swift; path = AeroGearOAuth2/DateUtils.swift; sourceTree = ""; }; - 2000F3B8D42585DE955368F136E7F648 /* BSGridCollectionViewLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BSGridCollectionViewLayout.xcconfig; sourceTree = ""; }; - 20634CA6DFE6E47B676F652B31D20CF1 /* Albums.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Albums.storyboard; path = Pod/Assets/Albums.storyboard; sourceTree = ""; }; - 2145A68898A0B17039880BA164C23D50 /* ResponseSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerializer.swift; path = AeroGearHttp/ResponseSerializer.swift; sourceTree = ""; }; - 21471099789A3841DFA5A1219C91A0FD /* SWRevealViewController.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SWRevealViewController.xcconfig; sourceTree = ""; }; - 2159F9624A06769948DE19622AB054A5 /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; - 2219A204ABABC6BF07F3392FE82B9BD9 /* FBSDKError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKError.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKError.h; sourceTree = ""; }; - 228A5B32A6995D433D48D1294E745A45 /* PhotoCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = PhotoCell.xib; path = Pod/Assets/PhotoCell.xib; sourceTree = ""; }; - 22D26ED657D969A16E9CF56729196F7F /* FBSDKCoreKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSDKCoreKit.modulemap; sourceTree = ""; }; - 22D4E3C23BDD9C4A8D3759330D0D5E9A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 230739C7B167A649B3A62984302E64B3 /* PicoConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoConverter.h; path = Pod/Core/Converter/PicoConverter.h; sourceTree = ""; }; - 23C5C14AFFCB7C8D76883F65BD8A1EB8 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 24308849EAE03062D563291651D30B79 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; - 2447F5DBEE128CAF41B98AC7FA62B9AE /* Pods-Vendoo-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Vendoo-umbrella.h"; sourceTree = ""; }; - 2461D7441DE8D2AFFBEE09070B397DF0 /* FBSDKIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKIcon.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKIcon.m; sourceTree = ""; }; - 249D9D18249A81E7CF70CBEDA922B67A /* PicoSOAPClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoSOAPClient.m; path = Pod/WebService/PicoSOAPClient.m; sourceTree = ""; }; - 253C522B6766B4171972258EADB46DB8 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 255C7BEE8DD6DA9D10D565671BC0069C /* GoogleUtilities.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleUtilities.framework; path = Frameworks/GoogleUtilities.framework; sourceTree = ""; }; - 25A009AF8BBFEFA1A5E9A95B266C8F44 /* FBSDKShareUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareUtility.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareUtility.h; sourceTree = ""; }; - 25C95F8D3E1632F83B39B9C71EECCD30 /* PicoConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoConverter.m; path = Pod/Core/Converter/PicoConverter.m; sourceTree = ""; }; - 263FA6A0AB0EA3F677AB0DC364CEEBAB /* GDataXMLNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDataXMLNode.h; path = Pod/Classes/GDataXMLNode.h; sourceTree = ""; }; - 268132F84E34612917461895BDBE3933 /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = Headers/Firebase.h; sourceTree = ""; }; - 2687E42AE029B8C771EEF5A9EEFAD9DA /* FBSDKLoginManagerLoginResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginManagerLoginResult.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManagerLoginResult.h; sourceTree = ""; }; - 271291E98EC08E39ED4811C64DBEE062 /* FBSDKMutableCopying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMutableCopying.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKMutableCopying.h; sourceTree = ""; }; - 27A20C251F1644D3D20F7DDD77C859F0 /* FBSDKCoreKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKCoreKit-prefix.pch"; sourceTree = ""; }; - 27FA83A1D71CAFDB9BD37C07309A12C8 /* FBSDKErrorRecoveryAttempter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKErrorRecoveryAttempter.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/FBSDKErrorRecoveryAttempter.m; sourceTree = ""; }; - 288E47D634C416086D1D9AF2C5287283 /* FBSDKErrorConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKErrorConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorConfiguration.m; sourceTree = ""; }; - 28A74935F071EB0877D9327DFF14C572 /* PicoKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PicoKit.xcconfig; sourceTree = ""; }; - 292F8C63732540F82EFAC6F175FF3A11 /* FBSDKShareKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKShareKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 295D14C228A233A28DD9E4B14392D87C /* OAuthSwiftClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthSwiftClient.swift; path = OAuthSwift/OAuthSwiftClient.swift; sourceTree = ""; }; - 29C42BDF1948EB3D942CA773014DF171 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - 29E0B2969D67352DC16CB2E0F5BE33C9 /* SWRevealViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SWRevealViewController.h; path = SWRevealViewController/SWRevealViewController.h; sourceTree = ""; }; - 2A014A8B35F610BCCB4C60F834D2EFE1 /* TrustedPersistantOAuth2Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TrustedPersistantOAuth2Session.swift; path = AeroGearOAuth2/TrustedPersistantOAuth2Session.swift; sourceTree = ""; }; - 2A3D156A8947CFCF2AFB0FE4912642B6 /* BSImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BSImagePicker.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 2B1BB0B7CFB4120F26CC0A67DAAFBC39 /* BFAppLinkReturnToRefererView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkReturnToRefererView.h; path = Bolts/iOS/BFAppLinkReturnToRefererView.h; sourceTree = ""; }; - 2BA5BBB2B26499EA4684364B89D6CE8B /* FBSDKAppLinkUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppLinkUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkUtility.m; sourceTree = ""; }; - 2BB552931689D93CA5501F0B6EFB66FD /* SWRevealViewController-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SWRevealViewController-umbrella.h"; sourceTree = ""; }; - 2C01751BE8EEA5B595336D162E62C0B9 /* FBSDKShareDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareDefines.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareDefines.h; sourceTree = ""; }; - 2C4376C0612F8F3DE93FD2BB24F4E299 /* HMAC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HMAC.swift; path = OAuthSwift/HMAC.swift; sourceTree = ""; }; - 2CE9DC64BFE2228F13211F8C425FF09C /* FBSDKLogo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLogo.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKLogo.h; sourceTree = ""; }; - 2D780CD47C24FC4A44E3C7792E1CFDB9 /* SOAP12Detail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Detail.h; path = Pod/SOAP/SOAP12/SOAP12Detail.h; sourceTree = ""; }; - 2E62AB4D4E948FAB1C67474A8000CCD2 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; - 2E8EEEA7EDDBFCC9A7E48DD33F79C034 /* UIImageViewModeScaleAspect.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = UIImageViewModeScaleAspect.modulemap; sourceTree = ""; }; - 2F03A405CCAEA1AD264C870695941820 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 2F2366894A52FFEC7796AC84716CCBC4 /* Bolts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Bolts.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3088C22D3D0CD9636A161F61F396095D /* Pods_VendooUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_VendooUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 30E230FA488ADDBE6D6E0CAAC4CF0489 /* BFCancellationTokenSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFCancellationTokenSource.m; path = Bolts/Common/BFCancellationTokenSource.m; sourceTree = ""; }; - 30F02E828F3EACF182C4972D755DEAFE /* FBSDKProfilePictureView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKProfilePictureView.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfilePictureView.h; sourceTree = ""; }; + 15B0D519C13A85B81EBA251944FD9E65 /* FBSDKServerConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKServerConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration.m; sourceTree = ""; }; + 1659A098D97B7F23B12651594133C44F /* FBSDKPaymentObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKPaymentObserver.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKPaymentObserver.m; sourceTree = ""; }; + 1696EFC8EA369560ED9338FA360ECD1B /* FBSDKLikeBoxView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeBoxView.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxView.m; sourceTree = ""; }; + 16FF99E2896CF92A099F5543EE4C8D6F /* FBSDKLikeActionControllerCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeActionControllerCache.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionControllerCache.h; sourceTree = ""; }; + 179F7B8C1F165CEA1130EABEEC849EB9 /* FBSDKBase64.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBase64.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Base64/FBSDKBase64.m; sourceTree = ""; }; + 17AEA9A9B2375BC5CE57EA3B2727844A /* OAuthWebViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthWebViewController.swift; path = OAuthSwift/OAuthWebViewController.swift; sourceTree = ""; }; + 17D5F633C3BA9C080CCE39DFDEC7F5F2 /* SOAP12NotUnderstoodType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12NotUnderstoodType.h; path = Pod/SOAP/SOAP12/SOAP12NotUnderstoodType.h; sourceTree = ""; }; + 1864F630CE031BF44EDE61E5DF26ECCD /* UIRefreshControl+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+AFNetworking.m"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.m"; sourceTree = ""; }; + 188D44008D91F312115987B46D6CF552 /* Pods-Vendoo-VendooUITests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Vendoo-VendooUITests-acknowledgements.markdown"; sourceTree = ""; }; + 18A7615FFEDC1FB3348C7337D0FE0C71 /* FBSDKInternalUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKInternalUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKInternalUtility.h; sourceTree = ""; }; + 19557DF0E158ABDD908E6E12B73E7785 /* FBSDKShareUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareUtility.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareUtility.m; sourceTree = ""; }; + 19C9163A29E6B760F9AABFC94E3688AE /* FBSDKShareVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareVideo.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideo.h; sourceTree = ""; }; + 1AAF3229A34E9C0D5C8019CC2A75EEA5 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 1ADAAE793D80602C9B4C2663F838B071 /* FBSDKLoginTooltipView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginTooltipView.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginTooltipView.m; sourceTree = ""; }; + 1B07AA5EBDF3A432722AEA054F7AE702 /* SOAP11Envelope.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP11Envelope.m; path = Pod/SOAP/SOAP11/SOAP11Envelope.m; sourceTree = ""; }; + 1B2C68E220839E29E6A84EBF102579FF /* AlbumCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumCell.swift; path = Pod/Classes/View/AlbumCell.swift; sourceTree = ""; }; + 1BDC798AC5D47CD190B16D3757D416CD /* AeroGearHttp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AeroGearHttp-prefix.pch"; sourceTree = ""; }; + 1C8F47E5144DC8935E946E23C6D16070 /* BFURL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFURL.m; path = Bolts/iOS/BFURL.m; sourceTree = ""; }; + 1CA2FE1F01F13C7DA68E33BCA18B3E65 /* AFNetworking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.xcconfig; sourceTree = ""; }; + 1CE8840CF0E2F288EB9C4341DA8885F1 /* FBSDKLikeActionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeActionController.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionController.h; sourceTree = ""; }; + 1D5C2FDDF0F88752AF5E4684ED9E4F0E /* PicoStringConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoStringConverter.m; path = Pod/Core/Converter/PicoStringConverter.m; sourceTree = ""; }; + 1DAB82B06E436E004842E183C76B2507 /* BSImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BSImagePicker.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 1DEE2A1DC3205A63F646221427149EBC /* BSImagePickerSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSImagePickerSettings.swift; path = Pod/Classes/Protocol/BSImagePickerSettings.swift; sourceTree = ""; }; + 1E1E2CED915287AA3461F6300AB4951A /* BFAppLinkReturnToRefererView_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkReturnToRefererView_Internal.h; path = Bolts/iOS/Internal/BFAppLinkReturnToRefererView_Internal.h; sourceTree = ""; }; + 1EAE2D13588C432E6B57CBCD939C6B4B /* PicoConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoConstants.h; path = Pod/Core/PicoConstants.h; sourceTree = ""; }; + 1ED18EAECBF26A7A58C5BCC9ADFED3D0 /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; + 1EF195E634F9163762F5DC62B9188FBD /* FBSDKShareOpenGraphValueContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphValueContainer.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphValueContainer.m; sourceTree = ""; }; + 1F3045CE36007174B5AE014116FB12A5 /* AFURLConnectionOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLConnectionOperation.m; path = AFNetworking/AFURLConnectionOperation.m; sourceTree = ""; }; + 1F84E0250821081E5D6E4D529F79671F /* FBSDKAccessTokenCacheV3_17.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV3_17.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_17.h; sourceTree = ""; }; + 201F21FDB9DC9CB6D20957853F7ABF70 /* BSGridCollectionViewLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = BSGridCollectionViewLayout.modulemap; sourceTree = ""; }; + 2022303C12E152EA7B44B53848940E1C /* PicoXMLElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoXMLElement.m; path = Pod/Core/XMLSupport/PicoXMLElement.m; sourceTree = ""; }; + 207FA511B14970E71D1B9CB632BE129A /* FBSDKShareKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKShareKit-umbrella.h"; sourceTree = ""; }; + 211FC4C7B1EDCEA8885F03EB57487C9D /* FBSDKSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSettings.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKSettings.h; sourceTree = ""; }; + 215716BB207EFED998E747C8916018F9 /* FBSDKServerConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKServerConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration.h; sourceTree = ""; }; + 22D7031B071EF194F113DD5232C9B52A /* PicoXMLReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoXMLReader.h; path = Pod/Core/PicoXMLReader.h; sourceTree = ""; }; + 22DD31CF2A28813447CE2E93E7D2B6B9 /* FBSDKShareError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareError.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareError.h; sourceTree = ""; }; + 2364FFE484047028D0864C0A9C409AA8 /* PicoCacheEntry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoCacheEntry.h; path = Pod/Core/Cache/PicoCacheEntry.h; sourceTree = ""; }; + 23D9EA6CD3EA83023E3E99F37858D897 /* FBSDKServerConfigurationManager+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKServerConfigurationManager+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager+Internal.h"; sourceTree = ""; }; + 240B369BAE1858571F81882692762672 /* FBSDKVideoUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKVideoUploader.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKVideoUploader.m; sourceTree = ""; }; + 24D5D774BFB590DE4A8D8308CA4249E6 /* FBSDKGraphErrorRecoveryProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphErrorRecoveryProcessor.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphErrorRecoveryProcessor.h; sourceTree = ""; }; + 254A8C0C0E243EE779478F2BABD0F2F8 /* SOAP12NotUnderstoodType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12NotUnderstoodType.m; path = Pod/SOAP/SOAP12/SOAP12NotUnderstoodType.m; sourceTree = ""; }; + 259D5CF25D587FDE7125A75DCD68A3D6 /* Pods-Vendoo-VendooUITests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-Vendoo-VendooUITests.modulemap"; sourceTree = ""; }; + 25B20BB03E7D279E9F725AD6385BF70F /* Alamofire-SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-SwiftyJSON-dummy.m"; sourceTree = ""; }; + 25FAC2A080395962E19435E0617178AD /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; + 266CB4545C6FD7A9D2B0E629F2E7D860 /* Bolts.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Bolts.modulemap; sourceTree = ""; }; + 268C0B06B14A4BCDE90E3F5E70B93A61 /* SOAP12UpgradeType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12UpgradeType.h; path = Pod/SOAP/SOAP12/SOAP12UpgradeType.h; sourceTree = ""; }; + 26D049B6CDE17197E09B5FFAE7F64565 /* Bolts.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Bolts.m; path = Bolts/Common/Bolts.m; sourceTree = ""; }; + 273630BE380A291388E4950457CF8180 /* FBSDKLikeButtonPopWAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeButtonPopWAV.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeButtonPopWAV.h; sourceTree = ""; }; + 274402C750F02C7753DA0A1808189AF9 /* _FBSDKTemporaryErrorRecoveryAttempter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FBSDKTemporaryErrorRecoveryAttempter.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/_FBSDKTemporaryErrorRecoveryAttempter.h; sourceTree = ""; }; + 2811C81F012D28F9EE3BED52201D1727 /* PicoBindingSchema.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoBindingSchema.m; path = Pod/Core/Schema/PicoBindingSchema.m; sourceTree = ""; }; + 2847E87631E080F6DE4980B5438780DA /* BFTask+Exceptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "BFTask+Exceptions.m"; path = "Bolts/Common/BFTask+Exceptions.m"; sourceTree = ""; }; + 287B2FC046CD7E5286E13024FA041690 /* LocksmithInternetAuthenticationType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocksmithInternetAuthenticationType.swift; path = Source/LocksmithInternetAuthenticationType.swift; sourceTree = ""; }; + 293280C88802CCE9D78CD1E4253F3654 /* PicoNumberConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoNumberConverter.h; path = Pod/Core/Converter/PicoNumberConverter.h; sourceTree = ""; }; + 295C05B50FFE2CCBBD4D128933A88FDF /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 2988D6367AC970D13B7AE0B9C4B3A5CF /* Bolts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Bolts.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2A4B59D684FDB8F3B584C240E622C58A /* SOAP12Detail.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Detail.m; path = Pod/SOAP/SOAP12/SOAP12Detail.m; sourceTree = ""; }; + 2A6819D9457898F2A08A44231008DB20 /* FBSDKMaleSilhouetteIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMaleSilhouetteIcon.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKMaleSilhouetteIcon.m; sourceTree = ""; }; + 2A8EB10B18921992E9989829B0393AC9 /* FBSDKKeychainStoreViaBundleID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKKeychainStoreViaBundleID.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStoreViaBundleID.h; sourceTree = ""; }; + 2A92694D4C8888731C04E9642E31FE5A /* FBSDKShareDialogMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareDialogMode.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialogMode.m; sourceTree = ""; }; + 2A97717F4F7ECC0DEC471C7C302AF960 /* FBSDKBridgeAPIProtocolWebV2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIProtocolWebV2.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV2.m; sourceTree = ""; }; + 2B1D5F61D6134D5C3D70C6236F171A7B /* UIImageViewModeScaleAspect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UIImageViewModeScaleAspect.xcconfig; sourceTree = ""; }; + 2B2F7EBA8867723F12C25840D1E88243 /* UIAlertView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIAlertView+AFNetworking.h"; path = "UIKit+AFNetworking/UIAlertView+AFNetworking.h"; sourceTree = ""; }; + 2B7CF4F7D74D9A0BB6F4222611D6C64F /* PicoXMLRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoXMLRequestOperation.m; path = Pod/WebService/PicoXMLRequestOperation.m; sourceTree = ""; }; + 2BA6133139D645A886D2696A5332348C /* FBSDKErrorRecoveryConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKErrorRecoveryConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorRecoveryConfiguration.h; sourceTree = ""; }; + 2C3240C489113EC7B1A848A55548D802 /* FBSDKViewImpressionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKViewImpressionTracker.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKViewImpressionTracker.h; sourceTree = ""; }; + 2C7D30E84A7446738D0FC06667D18A86 /* UIWebView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIWebView+AFNetworking.h"; path = "UIKit+AFNetworking/UIWebView+AFNetworking.h"; sourceTree = ""; }; + 2CA877959747A4B4F9B66EEBDD2A82C0 /* FBSDKShareOpenGraphAction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphAction.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphAction.m; sourceTree = ""; }; + 2D38A4B06DBCE6241BF23EE59DA2EC00 /* FBSDKAccessToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessToken.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAccessToken.h; sourceTree = ""; }; + 2D88B095A3E16088F69F7946ABFEEB71 /* FBSDKLoginButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginButton.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.h; sourceTree = ""; }; + 2D9F9416BF5E8231542F184A97B97CE3 /* BSGridCollectionViewLayout-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BSGridCollectionViewLayout-umbrella.h"; sourceTree = ""; }; + 2E0A612D1C153F05BE41C16F4462C893 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 2E1E0BF60942125C2F4FA0F0D9C3A482 /* Bolts-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Bolts-prefix.pch"; sourceTree = ""; }; + 2E3A94397718321039FC66C72D3207FC /* Locksmith.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Locksmith.xcconfig; sourceTree = ""; }; + 2E9442C823B6DA7C3A7653A638F855F9 /* BSImagePicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BSImagePicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2EF43C2EA6C705C1E7948DBEF8197450 /* SOAP12Reasontext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Reasontext.h; path = Pod/SOAP/SOAP12/SOAP12Reasontext.h; sourceTree = ""; }; + 2F70D5CBD03BBE49AB8DC112573F8844 /* FBSDKLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLogger.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKLogger.h; sourceTree = ""; }; + 2FCC794790A65115BA5F8CA188FC8686 /* TYMActivityIndicatorView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TYMActivityIndicatorView.bundle; path = TYMActivityIndicatorView/TYMActivityIndicatorView.bundle; sourceTree = ""; }; + 31197CF960F9C2232A1DDCAB3F8DB68A /* FBSDKKeychainStoreViaBundleID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKKeychainStoreViaBundleID.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStoreViaBundleID.m; sourceTree = ""; }; 31513EB23B093A6F2C70644F9587813B /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 31813545634047A7300CC635B8702212 /* Pods-VendooTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-VendooTests-acknowledgements.plist"; sourceTree = ""; }; - 319C4358034D3503BCAA7F004D881EC3 /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = OAuthSwift/Utils.swift; sourceTree = ""; }; - 3201F9E137ED591361D959B82CACDB03 /* FBSDKSendButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSendButton.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKSendButton.m; sourceTree = ""; }; - 3255C630C150E2C770FCEE05206BC73D /* FBSDKAppInviteContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppInviteContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.m; sourceTree = ""; }; - 329CD30BD9AA2CCE9A8C9D3506C8DF82 /* FBSDKLoginError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginError.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginError.h; sourceTree = ""; }; + 32112D00215016946FAEEE2B94201268 /* FBSDKShareLinkContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareLinkContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareLinkContent.h; sourceTree = ""; }; 32A4E81652A1B2DE99DB0F20A826B3C8 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 32E417CFDD33F82A03DFF587B04CF109 /* HttpRequestSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HttpRequestSerializer.swift; path = AeroGearHttp/HttpRequestSerializer.swift; sourceTree = ""; }; - 32E9C7AD21D41631B32E27B393372335 /* SOAP12SupportedEnvType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12SupportedEnvType.m; path = Pod/SOAP/SOAP12/SOAP12SupportedEnvType.m; sourceTree = ""; }; - 342D2D14F18FE74BB6A6CE738A0B2CB7 /* Pods-VendooUITests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-VendooUITests.modulemap"; sourceTree = ""; }; - 3441413382DCEE5C0A67E352BAD92EFA /* PicoWritable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoWritable.h; path = Pod/Core/PicoWritable.h; sourceTree = ""; }; - 34C62CB96E29378165F15DB1ED09D979 /* Pods-VendooTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-VendooTests-frameworks.sh"; sourceTree = ""; }; - 34E263B76E1F3FBD74F39025E7D1845B /* FBSDKLoginConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginConstants.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginConstants.m; sourceTree = ""; }; - 34F30CDBB0FB833D7E42F69FB6461FC9 /* FBSDKURLOpening.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKURLOpening.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKURLOpening.h; sourceTree = ""; }; - 35212BFE186D2B34B566DDB895805330 /* FBSDKTypeUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTypeUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTypeUtility.m; sourceTree = ""; }; - 35E165016BF8327D8152D57A7F146245 /* FBSDKShareVideoContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareVideoContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideoContent.h; sourceTree = ""; }; + 32DA793C1694801D6DD0DD16FED99266 /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIProgressView+AFNetworking.m"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.m"; sourceTree = ""; }; + 330B9B5C67D0B9BB12D7824AD0EF8750 /* FBSDKShareButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareButton.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareButton.m; sourceTree = ""; }; + 332E9ADCDB1A37E41540865A4A73B07B /* AeroGearOAuth2-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AeroGearOAuth2-prefix.pch"; sourceTree = ""; }; + 335B2839720289446894B5AA6E9E71ED /* PicoSOAPClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSOAPClient.h; path = Pod/WebService/PicoSOAPClient.h; sourceTree = ""; }; + 3392A1562EEECDDCE5ABD3904BFAF496 /* FBSDKAccessTokenCacheV4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV4.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV4.h; sourceTree = ""; }; + 339D24377EF92D935F881CD2DDBCE13B /* GoogleUtilities.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleUtilities.framework; path = Frameworks/GoogleUtilities.framework; sourceTree = ""; }; + 34179205B39B7F983FC2D11EE089F0CB /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = OAuthSwift/Utils.swift; sourceTree = ""; }; + 34C0B1F7EB452212E19F6C9997008B3A /* FBSDKErrorRecoveryConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKErrorRecoveryConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorRecoveryConfiguration.m; sourceTree = ""; }; + 34DBB921CD25DBE5E18FEF70FED44E53 /* SOAP12Body.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Body.m; path = Pod/SOAP/SOAP12/SOAP12Body.m; sourceTree = ""; }; + 34FF6B5D4B9E52421A24E3412E1278E9 /* Config.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Config.swift; path = AeroGearOAuth2/Config.swift; sourceTree = ""; }; + 354093A3F49294E88E6A9D1C720D76CE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 35773BF3F8D35D8635CE8E04D3381269 /* Pods-Vendoo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Vendoo-dummy.m"; sourceTree = ""; }; + 359E31341B1154FBF255EEACA441C5CC /* FBSDKShareDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialog.m; sourceTree = ""; }; 35E922A51EACCBA7AE6AC58D002E4A0B /* UIImageViewModeScaleAspect.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIImageViewModeScaleAspect.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 365AA1910A22970095B89D1C42438877 /* FBSDKProfilePictureView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKProfilePictureView.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfilePictureView.m; sourceTree = ""; }; - 36D88F1285CDCEF02ED1AFDDCC80169F /* FBSDKLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLogger.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKLogger.h; sourceTree = ""; }; - 380873080858442CB85C80FF3E3577F8 /* FBSDKLoginManagerLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginManagerLogger.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLogger.m; sourceTree = ""; }; - 3809BC024AE304F3225406F68779368B /* FBSDKAccessToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessToken.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAccessToken.h; sourceTree = ""; }; - 3858AD6B4D689ACDD4CC69382FCB4AB3 /* FBSDKShareOpenGraphContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphContent.h; sourceTree = ""; }; - 38DADDFECF2B8C49B0C5E9E79F50270E /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Pod/Classes/View/AlbumTitleView.swift; sourceTree = ""; }; - 39A0D68845BF505772D8A61A970273C8 /* BFExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFExecutor.h; path = Bolts/Common/BFExecutor.h; sourceTree = ""; }; - 3A3EA65BAF2EBB64C6730434D794E191 /* FBSDKLoginKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKLoginKit-prefix.pch"; sourceTree = ""; }; - 3A96392E6C52816C71EE8263E97F579B /* AeroGearOAuth2.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AeroGearOAuth2.xcconfig; sourceTree = ""; }; - 3B3A777C3B661F7B780589D8A6D80C61 /* AeroGearOAuth2-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AeroGearOAuth2-umbrella.h"; sourceTree = ""; }; - 3B903E68E843B458D3A674A7FDFC828D /* FBSDKAppEventsStateManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsStateManager.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsStateManager.m; sourceTree = ""; }; - 3BE0A0FB81C6AA3AC6B3501C8B03C4AC /* BSImagePickerSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSImagePickerSettings.swift; path = Pod/Classes/Protocol/BSImagePickerSettings.swift; sourceTree = ""; }; - 3BEEBC2D15F2121A7BF898BD6F4C4473 /* FBSDKLikeButtonPopWAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeButtonPopWAV.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeButtonPopWAV.m; sourceTree = ""; }; - 3BF4244E1B9EF5E8B4A39AF964E6AA80 /* FBSDKGraphRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequest.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequest.h; sourceTree = ""; }; + 361326F6C653527F508CB94E067782E3 /* Locksmith-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Locksmith-umbrella.h"; sourceTree = ""; }; + 36135C08380EB61B7ED8884350600F98 /* FBSDKLoginButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginButton.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.m; sourceTree = ""; }; + 368891931E4FDAD657575C866C45466D /* Alamofire_SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire_SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 36E7B859CCB46F89F12DA7DC11793B6E /* FBSDKGameRequestDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGameRequestDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestDialog.m; sourceTree = ""; }; + 3738A2FF8F7328CA11038CA2E0550FDB /* FBSDKShareKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKShareKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 3801A6586C20BA514D687E5CB9811FE3 /* FBSDKAppEventsDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsDeviceInfo.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsDeviceInfo.h; sourceTree = ""; }; + 383EB2C549433904BE20DE9CF33B6800 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 3873EE2B52B1DF5A7434C81CD98CE17B /* FBSDKBoltsMeasurementEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBoltsMeasurementEventListener.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppLink/FBSDKBoltsMeasurementEventListener.m; sourceTree = ""; }; + 393E89BD495B7E129993255B3ECEFCBD /* OAuthSwift.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OAuthSwift.xcconfig; sourceTree = ""; }; + 3A40D0DDD7DC17526BD52BCF79500DB7 /* BFWebViewAppLinkResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFWebViewAppLinkResolver.h; path = Bolts/iOS/BFWebViewAppLinkResolver.h; sourceTree = ""; }; + 3A41012D8C5AB02333B4B83045FA2747 /* FBSDKShareConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareConstants.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareConstants.h; sourceTree = ""; }; + 3A626DB8AFDA446283E4671635902BC8 /* BFAppLinkTarget.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkTarget.m; path = Bolts/iOS/BFAppLinkTarget.m; sourceTree = ""; }; + 3A78489641F4A18BFD6D66C4D6E6C758 /* FBSDKShareLinkContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareLinkContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareLinkContent.m; sourceTree = ""; }; + 3B6284E8F6E616899222D07D6E94CFA6 /* SOAP11Detail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP11Detail.h; path = Pod/SOAP/SOAP11/SOAP11Detail.h; sourceTree = ""; }; + 3B67245E41A4AF1938E37858C3C72D44 /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkActivityIndicatorManager.h; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h"; sourceTree = ""; }; + 3B81CC9EF67BDCEF23158C3FFEAA9F5A /* FBSDKConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKConstants.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKConstants.m; sourceTree = ""; }; 3C1AA7FFD701C1A7D3F654C6E8FC6EF4 /* BSGridCollectionViewLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BSGridCollectionViewLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3C3F70522C6812322F233BB464CBD772 /* FBSDKViewImpressionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKViewImpressionTracker.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKViewImpressionTracker.h; sourceTree = ""; }; - 3C500042E202AB6F010600F35C030BBA /* FBSDKShareOpenGraphObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphObject.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphObject.m; sourceTree = ""; }; - 3C8BE375E1765DAF55901B9869FA373A /* Pods-VendooUITests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-VendooUITests-resources.sh"; sourceTree = ""; }; - 3D0E20DDBA735B45881B37B2636E1CDF /* PicoNumberConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoNumberConverter.h; path = Pod/Core/Converter/PicoNumberConverter.h; sourceTree = ""; }; - 3D3EE056A570A92236B26CDEFA570BA6 /* FBSDKBridgeAPICrypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPICrypto.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPICrypto.h; sourceTree = ""; }; - 3D5DFAA2244B4352435E2241C793367E /* FBSDKShareButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareButton.h; sourceTree = ""; }; - 3DB2F8F0A0C7DE909BD491E458DFC559 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3DBCA101F0AA6841400458EADE4C350C /* AFHTTPRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPRequestOperation.m; path = AFNetworking/AFHTTPRequestOperation.m; sourceTree = ""; }; - 3DF4BC9FD65E2F4CA866401E672ED1BA /* _FBSDKTemporaryErrorRecoveryAttempter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FBSDKTemporaryErrorRecoveryAttempter.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/_FBSDKTemporaryErrorRecoveryAttempter.h; sourceTree = ""; }; - 3EB16B4826EB33A2097059460D63696C /* Alamofire-SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-SwiftyJSON-dummy.m"; sourceTree = ""; }; - 3ED6863063CD680D48B58E5FDA2B60F8 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; - 3FCA0B46ACD95E77B874B5D80F96479D /* Pods-VendooUITests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-VendooUITests-acknowledgements.markdown"; sourceTree = ""; }; - 3FCB9CB315143391930E67510B50A698 /* Locksmith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Locksmith.h; path = Source/Locksmith.h; sourceTree = ""; }; - 3FDFD0DB54FFE82E6C4DDD707BD59ED8 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; - 40447416F7D3E662032EE92597EF00C8 /* FBSDKAppGroupContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppGroupContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupContent.h; sourceTree = ""; }; - 404AF0A8744E5BD6A65B05DB210CB797 /* FBSDKShareDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialog.h; sourceTree = ""; }; - 406005231F44AC07439A9E1E39621033 /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; - 408A1AE4CA45A03379F9484A94C29B5D /* FBSDKErrorRecoveryConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKErrorRecoveryConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorRecoveryConfiguration.h; sourceTree = ""; }; - 40C91EA47E7129A4D59E35E6465F34E0 /* FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID.h; path = Headers/Public/FIRInstanceID.h; sourceTree = ""; }; - 40E622CE308C96FECAA4FF1280BE7DBF /* TYMActivityIndicatorView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TYMActivityIndicatorView-prefix.pch"; sourceTree = ""; }; - 4144C7E5BC72B7411CB4F7AB5A0248C6 /* AlbumCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumCell.swift; path = Pod/Classes/View/AlbumCell.swift; sourceTree = ""; }; - 4153F6A5940A10B3731147F9CD17C155 /* FBSDKCloseIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCloseIcon.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKCloseIcon.h; sourceTree = ""; }; - 419826C7AFC824CFE19FFBCDEBEDF09C /* AeroGearHttp-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AeroGearHttp-umbrella.h"; sourceTree = ""; }; - 4373AC181F2331FC1B93EAA656C9FB39 /* FBSDKConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKConstants.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKConstants.m; sourceTree = ""; }; - 43DF565AA819D1BAD8B23CCD86F7A715 /* FBSDKTooltipView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTooltipView.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKTooltipView.m; sourceTree = ""; }; - 44C430CBBAA9FEA63C5209DDE6FFA690 /* PicoSOAPRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoSOAPRequestOperation.m; path = Pod/WebService/PicoSOAPRequestOperation.m; sourceTree = ""; }; - 4527EC3F505585A6082527EDE0C21599 /* FBSDKLoginTooltipView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginTooltipView.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginTooltipView.m; sourceTree = ""; }; - 4535F742119D357AD5A39169D8F7853D /* SWRevealViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SWRevealViewController.m; path = SWRevealViewController/SWRevealViewController.m; sourceTree = ""; }; - 4572A5F66756BE8B77A6523C7193B949 /* AeroGearOAuth2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AeroGearOAuth2.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 45A3ED9270E0B3C519F2224552184DD3 /* PicoBindable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoBindable.h; path = Pod/Core/PicoBindable.h; sourceTree = ""; }; - 463141137C5BD49840F83FF27CA05880 /* PicoDataConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoDataConverter.h; path = Pod/Core/Converter/PicoDataConverter.h; sourceTree = ""; }; - 4640242AE8EEA2D9CAF36728EAE8115E /* BFURL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFURL.h; path = Bolts/iOS/BFURL.h; sourceTree = ""; }; - 46C902DF2A7ED2F429EA1EFAC624D306 /* CameraCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = CameraCell.xib; path = Pod/Assets/CameraCell.xib; sourceTree = ""; }; - 4714E675C01269183BAE84B982C3A630 /* FBSDKLikeButtonPopWAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeButtonPopWAV.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeButtonPopWAV.h; sourceTree = ""; }; - 47204DB9D51E063F20921495F86246E2 /* FBSDKGraphRequestBody.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestBody.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestBody.h; sourceTree = ""; }; - 4749280EE7A625C843288DC9B4AD6ADB /* Bolts-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Bolts-prefix.pch"; sourceTree = ""; }; - 4819EDC7A4AD8454344C17BD7B0A1FE8 /* FBSDKSharingContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharingContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharingContent.h; sourceTree = ""; }; - 4826D1A115F334CB353219FCB328DD8B /* UIImageViewModeScaleAspect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UIImageViewModeScaleAspect.xcconfig; sourceTree = ""; }; - 486FE24916BA86DDBC86B04552192F47 /* FBSDKBridgeAPIRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIRequest.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIRequest.m; sourceTree = ""; }; - 48A543CE70E5133398E8F1067F58D68C /* Pods-VendooTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-VendooTests-umbrella.h"; sourceTree = ""; }; - 48B818D39E1E7A1BE654EF2DC8BB55AC /* FirebaseInstanceID.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseInstanceID.framework; path = Frameworks/FirebaseInstanceID.framework; sourceTree = ""; }; - 4935A1E2CC1232A3913ACAF56AB4999F /* UIViewController+BSImagePicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+BSImagePicker.swift"; path = "Pod/Classes/Extension/UIViewController+BSImagePicker.swift"; sourceTree = ""; }; - 49520228B90F521B1F1A6943FAFE4687 /* FBSDKLoginConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginConstants.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginConstants.h; sourceTree = ""; }; - 49D47853A65EBE809753E8DC6D02EDF0 /* BFWebViewAppLinkResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFWebViewAppLinkResolver.m; path = Bolts/iOS/BFWebViewAppLinkResolver.m; sourceTree = ""; }; - 4A8C9EF9FCE50A9818F40521F225132D /* BSImagePicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = BSImagePicker.modulemap; sourceTree = ""; }; - 4A98749D37F650DE4D34452EFC9F16F4 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4AF1DFE7B6ADCB7537F6639CE176E4DA /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4B30799BB5856B2742B3F057C22A521A /* Alamofire_SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire_SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4B371890DC6857A7F6F1A4AEEA814455 /* FBSDKShareOpenGraphValueContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphValueContainer.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphValueContainer.h; sourceTree = ""; }; - 4B623BB5F32CA6C45B990FFF7637DD3D /* FBSDKShareDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialog.m; sourceTree = ""; }; + 3C65B098C671D17C341DD62FC173ECFB /* Int+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+OAuthSwift.swift"; path = "OAuthSwift/Int+OAuthSwift.swift"; sourceTree = ""; }; + 3D2898F978B2ED9E604E36EA4FF85288 /* TYMActivityIndicatorView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = TYMActivityIndicatorView.modulemap; sourceTree = ""; }; + 3D39DD62BD3344215867E4F6A59AFE01 /* Pods-Vendoo-VendooTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Vendoo-VendooTests.debug.xcconfig"; sourceTree = ""; }; + 3D6C6609F47675D67542BFBA691F142A /* SOAP12Subcode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Subcode.h; path = Pod/SOAP/SOAP12/SOAP12Subcode.h; sourceTree = ""; }; + 3D7AFF33D7BD46B127501BFA1A1F3FCF /* RequestSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestSerializer.swift; path = AeroGearHttp/RequestSerializer.swift; sourceTree = ""; }; + 3D806C1208A915E669BD4FBC2B95D419 /* GDataXMLNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDataXMLNode.m; path = Pod/Classes/GDataXMLNode.m; sourceTree = ""; }; + 3D94224C11E07BFE6398DA6B809C8ABA /* BFAppLinkNavigation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkNavigation.h; path = Bolts/iOS/BFAppLinkNavigation.h; sourceTree = ""; }; + 3E18B060939A2A20AC35F497BB8D9F7C /* PicoDataConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoDataConverter.m; path = Pod/Core/Converter/PicoDataConverter.m; sourceTree = ""; }; + 3E5458EC8B29B93BCD0F4DB01B9B129A /* Bolts-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Bolts-umbrella.h"; sourceTree = ""; }; + 3E761E000A87CDA00D2C3CB849EF5842 /* FBSDKCoreKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKCoreKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 40860CE4791C20738F3B29A2D545328F /* FBSDKAudioResourceLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAudioResourceLoader.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKAudioResourceLoader.m; sourceTree = ""; }; + 410ACCE4C6EEFC8B50268F3ADB5D4A10 /* FBSDKErrorRecoveryAttempter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKErrorRecoveryAttempter.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/FBSDKErrorRecoveryAttempter.m; sourceTree = ""; }; + 41480A800CA8D057E4E67FE080FADDE1 /* FBSDKLikeControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeControl.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeControl.m; sourceTree = ""; }; + 41E305ED98B2F8952D7CDA42A7ADFBE9 /* PicoSOAPReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoSOAPReader.m; path = Pod/SOAP/PicoSOAPReader.m; sourceTree = ""; }; + 420AA687265F34C1B92A6D2B694EED54 /* SOAP11Body.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP11Body.h; path = Pod/SOAP/SOAP11/SOAP11Body.h; sourceTree = ""; }; + 42377CA15BC4A1804E1B51F383CC187C /* Pods-Vendoo-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Vendoo-acknowledgements.markdown"; sourceTree = ""; }; + 42BDF66743CD3E171F3466C6982B33AF /* FBSDKAppEventsUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsUtility.m; sourceTree = ""; }; + 42EED0D66730A14C542FFAB588757458 /* FBSDKDialogConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKDialogConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKDialogConfiguration.m; sourceTree = ""; }; + 430CAB53B85B55094DB5D6A89759833D /* FBSDKShareOpenGraphObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphObject.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphObject.h; sourceTree = ""; }; + 43840A1884785D097D5B32FD47F9D5ED /* OAuthSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = OAuthSwift.modulemap; sourceTree = ""; }; + 44BA5CB60B2E0632713031C09DA8FF35 /* FBSDKProfile+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKProfile+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKProfile+Internal.h"; sourceTree = ""; }; + 45183A70E1DF80AA4424A99EBDD072BD /* SOAP12SupportedEnvType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12SupportedEnvType.m; path = Pod/SOAP/SOAP12/SOAP12SupportedEnvType.m; sourceTree = ""; }; + 4578E1AEB9C23435264A4E8697646F3B /* BSGridCollectionViewLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BSGridCollectionViewLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 45A9A8FCBE779F8A7ACE59BD1AE2066F /* FBSDKGraphRequestConnection+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKGraphRequestConnection+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestConnection+Internal.h"; sourceTree = ""; }; + 45C2113345F291B93A3A47FEC42E9D6B /* Pods-Vendoo-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Vendoo-acknowledgements.plist"; sourceTree = ""; }; + 45D5C4E7D18866F0718F53294F8092B7 /* FBSDKKeychainStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKKeychainStore.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStore.h; sourceTree = ""; }; + 4632B5EF96567E5690D2872ED18DB524 /* FBSDKLoginUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginUtility.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginUtility.m; sourceTree = ""; }; + 476CC038C9ACA70BB8A6166B222BCAD4 /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = AeroGearHttp/Utils.swift; sourceTree = ""; }; + 47958682789C056D40BF7CF6F9573F85 /* FBSDKShareDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialog.h; sourceTree = ""; }; + 480EAF767C67AE676AFEBA2B2C72DD95 /* TYMActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TYMActivityIndicatorView.h; path = TYMActivityIndicatorView/TYMActivityIndicatorView.h; sourceTree = ""; }; + 4852ABFCF4F0FA929A4EC5BC39C0B44F /* AFHTTPRequestOperationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPRequestOperationManager.h; path = AFNetworking/AFHTTPRequestOperationManager.h; sourceTree = ""; }; + 4879AE8293911291B535A5FF6E44592C /* FBSDKBridgeAPIResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIResponse.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIResponse.m; sourceTree = ""; }; + 487DE7F49F11B7D2AC55EA1944166AAF /* PhotoCollectionViewDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCollectionViewDataSource.swift; path = Pod/Classes/Model/PhotoCollectionViewDataSource.swift; sourceTree = ""; }; + 498334878FCE730B4BBCF95DD6716167 /* Alamofire-SwiftyJSON.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Alamofire-SwiftyJSON.xcconfig"; sourceTree = ""; }; + 49B6B3AA873F4F4971FAAFC663B2E729 /* SWRevealViewController.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SWRevealViewController.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 4B3924AE90C6D5F8F96E7BD456532B5C /* FBSDKShareOpenGraphAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphAction.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphAction.h; sourceTree = ""; }; 4B68653733D3131EABDCBB864E04AD74 /* GDataXML_HTML.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GDataXML_HTML.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4B7BCD669356685AB4505B80F3066643 /* FBSDKConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKConstants.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKConstants.h; sourceTree = ""; }; - 4BE8A8E3DBF2948535F4B0206568DB4F /* FBSDKCoreKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKCoreKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4BF06B794AC0B3F7EB0FC828F78E4BAD /* UIActivityIndicatorView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActivityIndicatorView+AFNetworking.h"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h"; sourceTree = ""; }; - 4C406BA00A918454B3A5BB956D9B381F /* ResourceBundle-BSImagePicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-BSImagePicker-Info.plist"; sourceTree = ""; }; - 4CCDB33C743EFBE7CAF4BC23372303FE /* FBSDKApplicationDelegate+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKApplicationDelegate+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKApplicationDelegate+Internal.h"; sourceTree = ""; }; - 4D17A5685460AACBC5C07F093B05F73D /* FBSDKBoltsMeasurementEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBoltsMeasurementEventListener.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppLink/FBSDKBoltsMeasurementEventListener.h; sourceTree = ""; }; - 4D58E7F41DDEFC4928A1F0F58E051454 /* Pods-VendooTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-VendooTests-dummy.m"; sourceTree = ""; }; - 4D5E452138D2A508FB9B2CF32B60DCBF /* AFHTTPRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPRequestOperation.h; path = AFNetworking/AFHTTPRequestOperation.h; sourceTree = ""; }; - 4D7DDB430AD0FE890CFC7E0BCB898E65 /* PicoXMLClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoXMLClient.h; path = Pod/WebService/PicoXMLClient.h; sourceTree = ""; }; - 4DCCB6E50697270AF8DF7FD544300767 /* PicoBindingSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoBindingSchema.h; path = Pod/Core/Schema/PicoBindingSchema.h; sourceTree = ""; }; - 4E0567C4B812B3A013ED227B8F15B931 /* FBSDKShareUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareUtility.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareUtility.m; sourceTree = ""; }; - 4E5F7D68EAAFE737B7C59679ECFE3988 /* BFMeasurementEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFMeasurementEvent.h; path = Bolts/iOS/BFMeasurementEvent.h; sourceTree = ""; }; - 4E814067459261B3A3DC09F679B35522 /* BSImagePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BSImagePicker-dummy.m"; sourceTree = ""; }; - 4E81B6CB084CA817BE4074D44AA69E25 /* SOAP12Envelope.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Envelope.m; path = Pod/SOAP/SOAP12/SOAP12Envelope.m; sourceTree = ""; }; - 4F08EDEDD9756C29E51E115A90EB7588 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4F9E7DD6C25F2643B3BA5639C3BA1CF2 /* Pods-Vendoo-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Vendoo-resources.sh"; sourceTree = ""; }; - 500D3631F3183162FCBC352D1DCEDE07 /* FBSDKShareKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSDKShareKit.modulemap; sourceTree = ""; }; - 5087E6D9C57E52D3CCDFB6005F557D08 /* PicoPropertySchema.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoPropertySchema.m; path = Pod/Core/Schema/PicoPropertySchema.m; sourceTree = ""; }; - 52289BFF5F03DCAE07AB22FF803E5378 /* NSURL+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSURL+OAuthSwift.swift"; path = "OAuthSwift/NSURL+OAuthSwift.swift"; sourceTree = ""; }; - 524F0FB077B179B680DB658A2B8D60E3 /* BFAppLinkReturnToRefererController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkReturnToRefererController.m; path = Bolts/iOS/BFAppLinkReturnToRefererController.m; sourceTree = ""; }; - 528B89A5C89FC133EF3EF3103E889247 /* FBSDKAppLinkUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppLinkUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkUtility.h; sourceTree = ""; }; - 529D08DD4EE9E4A45E5E87BA3FA9C08C /* PicoClassSchema.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoClassSchema.m; path = Pod/Core/Schema/PicoClassSchema.m; sourceTree = ""; }; - 52B4E625DB85F8ACF029EC0CF478E26E /* AFNetworking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.xcconfig; sourceTree = ""; }; - 532B9C86AA5BA78E38049247E54A77B4 /* add_photo@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "add_photo@3x.png"; path = "Pod/Assets/add_photo@3x.png"; sourceTree = ""; }; + 4B6A56C3289C34F84A3243B0C29EFF86 /* ResponseSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerializer.swift; path = AeroGearHttp/ResponseSerializer.swift; sourceTree = ""; }; + 4BEA5EC0AB6FAB0B19DCAF3A724F4124 /* FBSDKShareAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareAPI.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareAPI.m; sourceTree = ""; }; + 4C24E9863E58DC41ED1E5B1C4A56C71E /* BSImagePicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = BSImagePicker.modulemap; sourceTree = ""; }; + 4C931FD6874CA306EC6486FD08D6E0AF /* FBSDKGameRequestFrictionlessRecipientCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGameRequestFrictionlessRecipientCache.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKGameRequestFrictionlessRecipientCache.h; sourceTree = ""; }; + 4C98B3727457492BB0D47AF3DADE79F9 /* FBSDKShareButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareButton.h; sourceTree = ""; }; + 4CA72A1074E7109FC13F485003BC05BB /* FBSDKSendButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSendButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSendButton.h; sourceTree = ""; }; + 4E5193101046966C83A1A42EAA37AE6E /* FBSDKShareKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSDKShareKit-dummy.m"; sourceTree = ""; }; + 4F48974850CDE3FAA87DE439C405E05D /* CameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraCell.swift; path = Pod/Classes/View/CameraCell.swift; sourceTree = ""; }; + 4FA352C897875F16D04154699FD41CCF /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 4FC5191945366DAC35747F2456E28998 /* BFCancellationTokenSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFCancellationTokenSource.m; path = Bolts/Common/BFCancellationTokenSource.m; sourceTree = ""; }; + 4FCEA524CE985F9574ABDED0790C8315 /* FBSDKPaymentObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKPaymentObserver.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKPaymentObserver.h; sourceTree = ""; }; + 5005A8699C453626503502CFA2E8301E /* GDataXML_HTML.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GDataXML_HTML.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5072C8B1E1D466A2BB7524C239A94612 /* FBSDKErrorConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKErrorConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorConfiguration.m; sourceTree = ""; }; + 5076B7CD77208083D1E3BE8579D7AE81 /* Locksmith.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Locksmith.modulemap; sourceTree = ""; }; + 512B061CCD4719F2DB8CF067B61BB903 /* GridCollectionViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GridCollectionViewLayout.swift; path = Pod/Classes/GridCollectionViewLayout.swift; sourceTree = ""; }; + 5150E3628702E4006BBC221030EDED31 /* FirebaseAuth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAuth.framework; path = Frameworks/frameworks/FirebaseAuth.framework; sourceTree = ""; }; + 5171047B32E16A56212576AF9C927ACD /* FBSDKDynamicFrameworkLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKDynamicFrameworkLoader.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDynamicFrameworkLoader.h; sourceTree = ""; }; + 5207A19057DF081CF4F2BF90DFC02240 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 521428FAB97E69066F88237BE8C4AE9B /* BFCancellationTokenSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFCancellationTokenSource.h; path = Bolts/Common/BFCancellationTokenSource.h; sourceTree = ""; }; + 522C992A032A2E406FD63462F865D592 /* PicoPropertySchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoPropertySchema.h; path = Pod/Core/Schema/PicoPropertySchema.h; sourceTree = ""; }; + 5255B7F22C5FA05618744F0C036E41B9 /* Pods-Vendoo-VendooUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Vendoo-VendooUITests.debug.xcconfig"; sourceTree = ""; }; + 52EB8E3A82853C0FBFC87CD6A335C47C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 53345A9F5D7F786336FC7A9A67541B0E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; - 534ADD3999E52690930BC8E8C5ED473A /* PicoDateConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoDateConverter.h; path = Pod/Core/Converter/PicoDateConverter.h; sourceTree = ""; }; - 5378597AF4B4C98E6807F898436024DE /* FBSDKLoginTooltipView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginTooltipView.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginTooltipView.h; sourceTree = ""; }; - 53C3E6796CF607449ECEE2A2E30BDE88 /* FBSDKLoginButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginButton.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.m; sourceTree = ""; }; - 53F9D57A4EBBFEBBE8B0A5FA67EC970B /* Alamofire-SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-SwiftyJSON-prefix.pch"; sourceTree = ""; }; - 542B8458178C2E91AF7AC6303DD6547D /* FBSDKGraphRequestBody.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestBody.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestBody.m; sourceTree = ""; }; - 5454E07F3D173F1452C883BCF40CF053 /* String+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+OAuthSwift.swift"; path = "OAuthSwift/String+OAuthSwift.swift"; sourceTree = ""; }; - 547CBECF40B9F321561BF2B46E68E322 /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - 54EE29E814BAE9C87EED3553DCFDF327 /* OAuthWebViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthWebViewController.swift; path = OAuthSwift/OAuthWebViewController.swift; sourceTree = ""; }; - 55EF2F6A481D0BD8F847D86B41D95693 /* FBSDKSharePhotoContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSharePhotoContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhotoContent.m; sourceTree = ""; }; - 56799AB2C8E7D325F54CABCEB3ECB35D /* FBSDKApplicationDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKApplicationDelegate.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKApplicationDelegate.m; sourceTree = ""; }; - 56979418716D4D5B0EDC88DB56AB58FF /* FBSDKKeychainStoreViaBundleID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKKeychainStoreViaBundleID.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStoreViaBundleID.h; sourceTree = ""; }; - 56986D50EAAD97A560DEF38DB2AA69BC /* AeroGearOAuth2-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AeroGearOAuth2-prefix.pch"; sourceTree = ""; }; - 570D0918B319BB5E43CB8002F0736457 /* BFCancellationToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFCancellationToken.m; path = Bolts/Common/BFCancellationToken.m; sourceTree = ""; }; - 578EC31341EEFD0F41DE5288A50F03E4 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 57A5E781E0DA0CF2341FEE600C1B4E39 /* Pods-Vendoo-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Vendoo-acknowledgements.markdown"; sourceTree = ""; }; - 58417ADB6C59D92EEB427D4F26C8F5B3 /* FBSDKVideoUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKVideoUploader.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKVideoUploader.m; sourceTree = ""; }; - 590959014795517EC513D6D9CCCDD833 /* Dictionary+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Dictionary+OAuthSwift.swift"; path = "OAuthSwift/Dictionary+OAuthSwift.swift"; sourceTree = ""; }; - 593CC83E074F1AC02B50425B5A3FA8D8 /* OpenIDClaim.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OpenIDClaim.swift; path = AeroGearOAuth2/OpenIDClaim.swift; sourceTree = ""; }; - 59F08ECEBAF4DE8D2AD5A8B967CBE5A7 /* Pods-Vendoo-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Vendoo-acknowledgements.plist"; sourceTree = ""; }; + 5377850009ED2C9DCC8B62C24AAC728A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 53EA5490BD2D8F3B93640F57466D86F1 /* FBSDKLogo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLogo.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKLogo.h; sourceTree = ""; }; + 5424DE5409E08C2F52D10017A2211C1B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 547F0F61578EE093020B8127CFD6661D /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + 54A978CB632AD6DA73D28D7061829190 /* Pods-Vendoo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Vendoo.debug.xcconfig"; sourceTree = ""; }; + 552F8C6AFBDAC976539CCE95279EFB00 /* PicoCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoCache.h; path = Pod/Core/Cache/PicoCache.h; sourceTree = ""; }; + 557568B70198CCB91B18F73222FBD415 /* FBSDKLikeButtonPopWAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeButtonPopWAV.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeButtonPopWAV.m; sourceTree = ""; }; + 5595F78F1E2E6FCCD38460CBE7987096 /* FBSDKGameRequestContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGameRequestContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestContent.h; sourceTree = ""; }; + 55E0553BC1CEA1822AA7826599C94FD4 /* AeroGearOAuth2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AeroGearOAuth2.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 561CE7829E757FDC6AC24B2794E98D95 /* BFTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFTask.m; path = Bolts/Common/BFTask.m; sourceTree = ""; }; + 56C62ACDBAC74EBED7CA84A6A12227C6 /* FBSDKAppLinkResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppLinkResolver.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkResolver.m; sourceTree = ""; }; + 5723F2733FF874F7D39410C656B6D874 /* OAuthSwiftCredential.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthSwiftCredential.swift; path = OAuthSwift/OAuthSwiftCredential.swift; sourceTree = ""; }; + 5763164C84BA1444CC801F972E189C0A /* FBSDKKeychainStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKKeychainStore.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStore.m; sourceTree = ""; }; + 5767233EA7637354C8E61061C9409DBB /* OAuthSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OAuthSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 57B4E1E26A52262A705E7EAA60D4F3C0 /* FBSDKBridgeAPICrypto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPICrypto.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPICrypto.m; sourceTree = ""; }; + 57C261DD8D16CB4A5AA9E9C697887864 /* FBSDKTestUsersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTestUsersManager.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKTestUsersManager.h; sourceTree = ""; }; + 57DC59837CE442B112C29429512ECB06 /* UIImageViewModeScaleAspect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIImageViewModeScaleAspect.h; path = UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.h; sourceTree = ""; }; + 58D9D0DA1ACDA3CDC1B76D9B740A1879 /* SelectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectionView.swift; path = Pod/Classes/View/SelectionView.swift; sourceTree = ""; }; + 58FE854B7DE94EBF654DC928C4316293 /* FBSDKSystemAccountStoreAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSystemAccountStoreAdapter.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKSystemAccountStoreAdapter.h; sourceTree = ""; }; + 59294C30161CC7DA8F58614411D98259 /* FBSDKBridgeAPIProtocolWebV2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolWebV2.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV2.h; sourceTree = ""; }; + 59732171D966B182230711C2A962C3A2 /* Dictionary_Initializers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dictionary_Initializers.swift; path = Source/Dictionary_Initializers.swift; sourceTree = ""; }; + 5979CC154FB100FDC06A627A0912EF1C /* LocksmithSecurityClass.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocksmithSecurityClass.swift; path = Source/LocksmithSecurityClass.swift; sourceTree = ""; }; + 598683C00218E1CF2B8D6DF6063D3969 /* FBSDKShareOpenGraphContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphContent.h; sourceTree = ""; }; 5A0FAAC595560D83A7B63EA9AF4B550B /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; - 5A16EE82D264520ADA59FD67C6951811 /* FBSDKServerConfiguration+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKServerConfiguration+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration+Internal.h"; sourceTree = ""; }; - 5B03B9DBFF123DBFB0B227CAC1685F34 /* SOAP12Body.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Body.h; path = Pod/SOAP/SOAP12/SOAP12Body.h; sourceTree = ""; }; - 5B75EF4922B59E4FF64F55B2A2126190 /* Pods-Vendoo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Vendoo.release.xcconfig"; sourceTree = ""; }; - 5B80F449BC1201078B3025F63E77E4A6 /* AlamofireSwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireSwiftyJSON.swift; path = Source/AlamofireSwiftyJSON.swift; sourceTree = ""; }; - 5BEB7A837B8A6FC38B6AFBE2E3594C2E /* arrow_down@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "arrow_down@3x.png"; path = "Pod/Assets/arrow_down@3x.png"; sourceTree = ""; }; - 5BF5F3354EDA7C0005A7399103D320CC /* PicoCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoCache.m; path = Pod/Core/Cache/PicoCache.m; sourceTree = ""; }; - 5C9834B34EA99F2E2246EF7036C6E913 /* FBSDKServerConfigurationManager+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKServerConfigurationManager+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager+Internal.h"; sourceTree = ""; }; - 5CFD42CDEC39894958DAA0CF0458597B /* NSIndexSet+NSIndexPath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSIndexSet+NSIndexPath.swift"; path = "Pod/Classes/Extension/NSIndexSet+NSIndexPath.swift"; sourceTree = ""; }; - 5D243382424AA68FAD4363AAF9D62B8D /* OAuthSwiftHTTPRequest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthSwiftHTTPRequest.swift; path = OAuthSwift/OAuthSwiftHTTPRequest.swift; sourceTree = ""; }; - 5D71DB85D6C13322EAFAA24B26EDADEB /* PicoSOAPClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSOAPClient.h; path = Pod/WebService/PicoSOAPClient.h; sourceTree = ""; }; - 5D82F2EA426946006D752521D1780B60 /* FBSDKErrorRecoveryAttempter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKErrorRecoveryAttempter.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/FBSDKErrorRecoveryAttempter.h; sourceTree = ""; }; - 5DAB7DF6DCED7827CC2AF64370964F36 /* BSImagePicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BSImagePicker-umbrella.h"; sourceTree = ""; }; - 5E4B1A55873670240E70C05CF67427EE /* FBSDKTooltipView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTooltipView.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKTooltipView.h; sourceTree = ""; }; - 5E6D82DBF45E37252401784BCBCD448C /* FBSDKGraphRequestPiggybackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestPiggybackManager.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestPiggybackManager.h; sourceTree = ""; }; - 5E959B970DDE2517A5BAEC2B35660D58 /* TYMActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TYMActivityIndicatorView.m; path = TYMActivityIndicatorView/TYMActivityIndicatorView.m; sourceTree = ""; }; - 5E96AEABE29993EDA280BA42413957D6 /* FBSDKShareOpenGraphValueContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphValueContainer.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphValueContainer.m; sourceTree = ""; }; - 5EED1D9D398359450F84BC37C066DA61 /* UIAlertView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIAlertView+AFNetworking.m"; path = "UIKit+AFNetworking/UIAlertView+AFNetworking.m"; sourceTree = ""; }; - 5FE077B01517BBC6F006F79E58EEABB4 /* FBSDKAccessTokenCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCache.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCache.h; sourceTree = ""; }; - 5FE65A113C201E3D65413F6243B20FCE /* FBSDKBase64.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBase64.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Base64/FBSDKBase64.m; sourceTree = ""; }; - 606FB7D0E3D7E0C2A1286201D28779B3 /* FBSDKBoltsMeasurementEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBoltsMeasurementEventListener.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppLink/FBSDKBoltsMeasurementEventListener.m; sourceTree = ""; }; - 6198F2E13A0186267E61E3EFDE55F2CD /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 61C0D0683B4455AE9E124EC7747079B7 /* Bolts-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Bolts-umbrella.h"; sourceTree = ""; }; - 61F5EC382A9C16242D9A9AAD3CD5B02B /* FBSDKContainerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKContainerViewController.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKContainerViewController.h; sourceTree = ""; }; - 61FD2A991667DE83E71F4EDBA75E2721 /* Locksmith.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Locksmith.modulemap; sourceTree = ""; }; - 6203E7D9D373FB54E41E896DF1168CB3 /* SOAP12Header.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Header.m; path = Pod/SOAP/SOAP12/SOAP12Header.m; sourceTree = ""; }; - 631B8635234842FF30A501FC2E0A05AD /* LocksmithAccessibleOption.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocksmithAccessibleOption.swift; path = Source/LocksmithAccessibleOption.swift; sourceTree = ""; }; - 636FCE97A12592B8BA1B81FFEABF126D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 64BA55A22C314C1BD5CC9F82142B5206 /* Pods-VendooTests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-VendooTests-resources.sh"; sourceTree = ""; }; - 6504F8B1BB513D8323BFB46FE59EE6A0 /* SOAP11Detail.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP11Detail.m; path = Pod/SOAP/SOAP11/SOAP11Detail.m; sourceTree = ""; }; - 650F304A27D16386EDBCDAEDAE4A1E43 /* FBSDKSystemAccountStoreAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSystemAccountStoreAdapter.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKSystemAccountStoreAdapter.m; sourceTree = ""; }; - 65149AC9150975F39DB842AFD72580A4 /* Locksmith-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Locksmith-dummy.m"; sourceTree = ""; }; - 6587CC7B718C68F3C1B4ECE75EA21B3D /* FBSDKCoreKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKCoreKit-umbrella.h"; sourceTree = ""; }; - 65F41EC79F0E24AA6642BD6744B249AE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 660B1DBA2407AC43D1D5D4E875BDE543 /* PicoKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PicoKit-dummy.m"; sourceTree = ""; }; - 660F0601F22448C96CCC052E86CE5149 /* FBSDKDialogConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKDialogConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKDialogConfiguration.h; sourceTree = ""; }; - 663E86127A3D805E37CE082AD6A30B86 /* TYMActivityIndicatorView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TYMActivityIndicatorView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 66637A451D0922EB17CC7C4EFBDAE474 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkActivityIndicatorManager.m; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m"; sourceTree = ""; }; - 66904856A39FA0B16BE10400C0E894E8 /* SOAP12Header.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Header.h; path = Pod/SOAP/SOAP12/SOAP12Header.h; sourceTree = ""; }; - 6724D122CC4732D50B8CCAB55A77AA70 /* FBSDKUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKUtility.m; sourceTree = ""; }; - 678940C8C408768195B6ADE0E222BA17 /* FBSDKCopying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCopying.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKCopying.h; sourceTree = ""; }; - 67AC173299C2515858CE511C0BFECC50 /* FBSDKHashtag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKHashtag.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKHashtag.m; sourceTree = ""; }; - 67D7627A35794E122B80EAF0A5F80938 /* Locksmith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Locksmith.swift; path = Source/Locksmith.swift; sourceTree = ""; }; - 6812B64650DB271A1278F98C9584C2EB /* SOAP12Envelope.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Envelope.h; path = Pod/SOAP/SOAP12/SOAP12Envelope.h; sourceTree = ""; }; - 695C38C55EF5137FBCA4055A053F1E71 /* FBSDKBridgeAPIProtocolType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolType.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIProtocolType.h; sourceTree = ""; }; - 69AEB06A2EE4906EED65C1834D2E6850 /* FBSDKMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMath.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMath.h; sourceTree = ""; }; - 69BE9D74C9760497445CDE7FA92213C6 /* FBSDKLoginManagerLoginResult+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginManagerLoginResult+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLoginResult+Internal.h"; sourceTree = ""; }; - 6A3848E60624D95EBEF5BEA19237081C /* UntrustedMemoryOAuth2Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UntrustedMemoryOAuth2Session.swift; path = AeroGearOAuth2/UntrustedMemoryOAuth2Session.swift; sourceTree = ""; }; - 6A4D5F2D2F3E1164B5BAEE50EF1194B6 /* FBSDKURLConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKURLConnection.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKURLConnection.m; sourceTree = ""; }; - 6A57654440ECBD6CD1038E8AFFA0900E /* Pods-Vendoo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Vendoo.debug.xcconfig"; sourceTree = ""; }; - 6AEC286D6149E3B872E82387C061171D /* FBSDKAccessTokenCacheV3_17.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV3_17.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_17.h; sourceTree = ""; }; - 6B0A20E413000FFAD97D625FBE297106 /* FBSDKBridgeAPIRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIRequest.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIRequest.h; sourceTree = ""; }; - 6B52858D7BCEDF0A11588AC98AAAA44A /* FBSDKLoginCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginCompletion.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion.m; sourceTree = ""; }; - 6C42770B6B205FB91FE7E21AAE5A37AC /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Alamofire.modulemap; sourceTree = ""; }; - 6C9737114C9375A068D176AA85AC846B /* FBSDKAccessTokenCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCache.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCache.m; sourceTree = ""; }; - 6D534C0234806A1275C77E93574CA4E4 /* GoogleInterchangeUtilities.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleInterchangeUtilities.framework; path = Frameworks/GoogleInterchangeUtilities.framework; sourceTree = ""; }; - 6DBB4DE597EE34576019E924D98203D8 /* FBSDKAccessTokenCacheV4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV4.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV4.h; sourceTree = ""; }; - 6DD3C896EB8464A861A71CA1CEDFA05D /* BFURL_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFURL_Internal.h; path = Bolts/iOS/BFURL_Internal.h; sourceTree = ""; }; - 6E30EBD84857CC37B3C4B51AF9DFD0C2 /* FBSDKLikeActionController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeActionController.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionController.h; sourceTree = ""; }; - 6EC83A9B183300AA0CA94D8F6D7066FC /* OAuthSwiftURLHandlerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthSwiftURLHandlerType.swift; path = OAuthSwift/OAuthSwiftURLHandlerType.swift; sourceTree = ""; }; - 6EE0164F51509A32EC736893EE19337A /* FBSDKUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKUtility.h; sourceTree = ""; }; - 6EFB395B916E52D2814B1493458EC64C /* FBSDKAppEventsStateManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsStateManager.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsStateManager.h; sourceTree = ""; }; + 5AA8F245D01102A52F45777264C584FA /* _FBSDKTemporaryErrorRecoveryAttempter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FBSDKTemporaryErrorRecoveryAttempter.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/_FBSDKTemporaryErrorRecoveryAttempter.m; sourceTree = ""; }; + 5AAA9FA721AC86560C982C18A31F3D91 /* UIImageViewModeScaleAspect-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIImageViewModeScaleAspect-dummy.m"; sourceTree = ""; }; + 5B5DA369D0C58EE56D3E8C3EFA5C3C08 /* BFAppLinkNavigation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkNavigation.m; path = Bolts/iOS/BFAppLinkNavigation.m; sourceTree = ""; }; + 5B6C01EF3CFD2A471E161F4785915A2C /* PicoPropertySchema.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoPropertySchema.m; path = Pod/Core/Schema/PicoPropertySchema.m; sourceTree = ""; }; + 5B7F2F67EFB8A8B31FE8ED6A9104C3B0 /* Pods-Vendoo-VendooTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Vendoo-VendooTests-dummy.m"; sourceTree = ""; }; + 5BD323F793AB7CDD39EB4D804B4D375B /* FBSDKLiking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLiking.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLiking.h; sourceTree = ""; }; + 5BEBBBF889045CD3EC3B7CDA99BC6C5C /* BSImagePickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSImagePickerViewController.swift; path = Pod/Classes/Controller/BSImagePickerViewController.swift; sourceTree = ""; }; + 5BF6084BAFE5ED9FC99C7A0DAE908761 /* FBSDKShareKit+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKShareKit+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareKit+Internal.h"; sourceTree = ""; }; + 5D15177C9B13D89F5AAF4A67DC7B8931 /* TrustedPersistantOAuth2Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TrustedPersistantOAuth2Session.swift; path = AeroGearOAuth2/TrustedPersistantOAuth2Session.swift; sourceTree = ""; }; + 5D4ED8D0A31D91EFC609099F382FA31B /* FBSDKLoginCompletion+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginCompletion+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion+Internal.h"; sourceTree = ""; }; + 5E5EE933149C0FF460A4687AE134384A /* KeycloakOAuth2Module.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KeycloakOAuth2Module.swift; path = AeroGearOAuth2/KeycloakOAuth2Module.swift; sourceTree = ""; }; + 5E7CC12D5F3E06BF8E801CE52A7A74D4 /* SOAP11Envelope.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP11Envelope.h; path = Pod/SOAP/SOAP11/SOAP11Envelope.h; sourceTree = ""; }; + 5E83C4119367B3BB115800ABB3DFA47F /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + 5E9A787207342FCEA2EED4ABC8971410 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; + 5EB5B13D0786F0EDE912B10169B689A5 /* FBSDKWebDialogView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKWebDialogView.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialogView.m; sourceTree = ""; }; + 5EB68B5A119AFA8929C94D2CB9AD2A37 /* FBSDKGraphRequestBody.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestBody.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestBody.m; sourceTree = ""; }; + 5ED6116A97A900E30653A427BC042E62 /* TYMActivityIndicatorView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TYMActivityIndicatorView-dummy.m"; sourceTree = ""; }; + 5F0B831082C42B3020735802E52BC8FE /* FBSDKSharePhoto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharePhoto.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhoto.h; sourceTree = ""; }; + 5FEAE5B025211278744F393C5B0C36EB /* FBSDKLoginKit+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginKit+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginKit+Internal.h"; sourceTree = ""; }; + 601D3CA4BD4F7F6D295C4947E66295EB /* FBSDKWebDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKWebDialog.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialog.h; sourceTree = ""; }; + 6064ECECE29155F4247517D0C00AF3A5 /* add_photo@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "add_photo@3x.png"; path = "Pod/Assets/add_photo@3x.png"; sourceTree = ""; }; + 614DE4EB432D19E0071EC7F596F51B39 /* FBSDKAppGroupJoinDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppGroupJoinDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupJoinDialog.h; sourceTree = ""; }; + 61B7F40A3681BE0DE011323E347C40F0 /* FBSDKLoginTooltipView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginTooltipView.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginTooltipView.h; sourceTree = ""; }; + 61BB47AAE0B85BB22104E949B5F979C3 /* FBSDKVideoUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKVideoUploader.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKVideoUploader.h; sourceTree = ""; }; + 62BED900052A470AA2FD9D41F5A2C3D4 /* FBSDKLikeDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeDialog.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeDialog.h; sourceTree = ""; }; + 6338A6287B607CCD2B89962C6901CC22 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 63537DDFAEFE1F2749F7CB8138DE2F98 /* AuthzModule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthzModule.swift; path = AeroGearHttp/AuthzModule.swift; sourceTree = ""; }; + 6365223D2EE04FC4D1CBF866F038B308 /* PicoClassSchema.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoClassSchema.m; path = Pod/Core/Schema/PicoClassSchema.m; sourceTree = ""; }; + 63D541600AB0BC0B46F7A0D8896AC894 /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + 64C7A07AEB5BAB49571A15D937796AFA /* FBSDKShareDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareDefines.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareDefines.h; sourceTree = ""; }; + 64E3B4BBF0885812ABC85A381066A943 /* AFURLConnectionOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLConnectionOperation.h; path = AFNetworking/AFURLConnectionOperation.h; sourceTree = ""; }; + 64F849AB0C6D915F04D9363C0EB073CB /* Pods_Vendoo_VendooTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Vendoo_VendooTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6564D6E0C0B299EF82715CA242A8DB02 /* FBSDKIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKIcon.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKIcon.m; sourceTree = ""; }; + 657944D0882FE5E3659E6739B34E4AC3 /* TYMActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TYMActivityIndicatorView.m; path = TYMActivityIndicatorView/TYMActivityIndicatorView.m; sourceTree = ""; }; + 658C82613C9FB905AB99A1A9CF2F6372 /* FBSDKErrorRecoveryAttempter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKErrorRecoveryAttempter.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/FBSDKErrorRecoveryAttempter.h; sourceTree = ""; }; + 65943526BB25489F3C16E16622D1E779 /* SOAP12Header.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Header.h; path = Pod/SOAP/SOAP12/SOAP12Header.h; sourceTree = ""; }; + 65E09A4D2744DCD15D59FFBEC09F06FE /* FBSDKConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKConstants.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKConstants.h; sourceTree = ""; }; + 66024A49B3EC28081C1692C2040D11D7 /* FBSDKBridgeAPIResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIResponse.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIResponse.h; sourceTree = ""; }; + 6642E596F792AF16DC5C1AB3B08BEC72 /* PicoXMLClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoXMLClient.m; path = Pod/WebService/PicoXMLClient.m; sourceTree = ""; }; + 669778F135362ED70DD925DB53B18444 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 66D71F6E609FAFF75BA34F31AC4A6F98 /* SWRevealViewController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SWRevealViewController-prefix.pch"; sourceTree = ""; }; + 66DBCB3C69D5BEC6307565074B290069 /* FBSDKGraphRequestPiggybackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestPiggybackManager.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestPiggybackManager.h; sourceTree = ""; }; + 6715DBC39B429F89E9D03F7BC03F2176 /* FBSDKMonotonicTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMonotonicTime.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMonotonicTime.h; sourceTree = ""; }; + 67F91B1466145C07925698D1F7162CB9 /* TYMActivityIndicatorView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TYMActivityIndicatorView-umbrella.h"; sourceTree = ""; }; + 688D4D0BE6D044686882A32AACB60D78 /* FBSDKMutableCopying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMutableCopying.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKMutableCopying.h; sourceTree = ""; }; + 6985E24A3958AF81630E6675F2B49884 /* PicoConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoConstants.m; path = Pod/Core/PicoConstants.m; sourceTree = ""; }; + 6A0FF05765511513470CC978B10207D2 /* SOAP12Reasontext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Reasontext.m; path = Pod/SOAP/SOAP12/SOAP12Reasontext.m; sourceTree = ""; }; + 6A2FF495ACA841678ABF1B82FF9DF99B /* PicoCacheEntry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoCacheEntry.m; path = Pod/Core/Cache/PicoCacheEntry.m; sourceTree = ""; }; + 6A460517F9FC1CD644C63D90CA376D69 /* BFTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFTask.h; path = Bolts/Common/BFTask.h; sourceTree = ""; }; + 6AE1DAC81DA71B7B0830E680E6E181BC /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; + 6B48B80C3840A0479FB5649B41F0D90A /* FBSDKLoginKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSDKLoginKit.xcconfig; sourceTree = ""; }; + 6B9B5F2B450B68490F72E20AC3FDDF8A /* NSData+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSData+OAuthSwift.swift"; path = "OAuthSwift/NSData+OAuthSwift.swift"; sourceTree = ""; }; + 6BFC736EF30D49729E53EC5AC8310491 /* FBSDKCoreKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKCoreKit-prefix.pch"; sourceTree = ""; }; + 6C0497209BB7308E6684025BD2BE8076 /* GoogleInterchangeUtilities.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleInterchangeUtilities.framework; path = Frameworks/GoogleInterchangeUtilities.framework; sourceTree = ""; }; + 6C7199A87E3366F1A836A8BEE11092CC /* UIImageViewModeScaleAspect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UIImageViewModeScaleAspect.m; path = UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.m; sourceTree = ""; }; + 6CB5F994A6A4BCEA588CB83296658340 /* OAuth2Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuth2Swift.swift; path = OAuthSwift/OAuth2Swift.swift; sourceTree = ""; }; + 6D4331801A35FEB709F666C93CD2F86E /* FBSDKLoginManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginManager.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManager.h; sourceTree = ""; }; + 6D4F3DD6A7BF4185DFE772EA964B09F7 /* BFTaskCompletionSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFTaskCompletionSource.h; path = Bolts/Common/BFTaskCompletionSource.h; sourceTree = ""; }; + 6D711B5958F2624711CB342A5BBA5D17 /* Pods-Vendoo-VendooTests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Vendoo-VendooTests-resources.sh"; sourceTree = ""; }; + 6DA86555A9697F4831C5CAD6FC704BF5 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; + 6E163856F56716D12F898C0A82D64649 /* FBSDKLikeDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeDialog.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeDialog.m; sourceTree = ""; }; + 6E1B51E195D0E8064960DF10B15B6ED4 /* FBSDKLoginError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginError.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginError.h; sourceTree = ""; }; + 6EDB9D463C502DF5FFF6440CAC522213 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 6F43B1645F9281E3893D341A6889B613 /* XMLWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = XMLWriter.h; path = Pod/XMLWriter/XMLWriter.h; sourceTree = ""; }; 6F6348EDC411B3A390715BBDE4A0A553 /* Bolts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Bolts.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6F762FF62A30F82C5B7A9CCB8391E0EF /* AFHTTPRequestOperationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPRequestOperationManager.m; path = AFNetworking/AFHTTPRequestOperationManager.m; sourceTree = ""; }; - 6F7983EFA8318FFC41A942AA5A4766BF /* FBSDKLoginButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginButton.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.h; sourceTree = ""; }; - 6F96A61B9C4B219DACCF448D52B4168C /* BFAppLinkNavigation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkNavigation.h; path = Bolts/iOS/BFAppLinkNavigation.h; sourceTree = ""; }; - 6FF0549F8BC9F4D9A560CC55B0588FFF /* FBSDKBridgeAPIProtocolNativeV1.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIProtocolNativeV1.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolNativeV1.m; sourceTree = ""; }; - 7096680B738DB0484C254620D2E387D7 /* FBSDKGraphRequestDataAttachment.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestDataAttachment.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestDataAttachment.m; sourceTree = ""; }; - 71CC035857D2C877DCD92D2968EA1C2A /* FBSDKAppInviteDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppInviteDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteDialog.m; sourceTree = ""; }; - 71E09840E58C72E9C501193F71700CA7 /* BSImagePicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BSImagePicker.xcconfig; sourceTree = ""; }; - 72046795290846FD4DA2EAC4587B21AD /* FBSDKInternalUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKInternalUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKInternalUtility.m; sourceTree = ""; }; - 72060E882694890D381D40275EA952D8 /* StringResponseSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StringResponseSerializer.swift; path = AeroGearHttp/StringResponseSerializer.swift; sourceTree = ""; }; - 7237A113FE13711571104252284633E9 /* AlbumTableViewDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTableViewDataSource.swift; path = Pod/Classes/Model/AlbumTableViewDataSource.swift; sourceTree = ""; }; - 724CF972C4236A4AE5369E10C5893F69 /* PhotoCollectionViewDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCollectionViewDataSource.swift; path = Pod/Classes/Model/PhotoCollectionViewDataSource.swift; sourceTree = ""; }; - 7260E19CEE571EC44576087E969D2A0E /* Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Download.swift; path = Source/Download.swift; sourceTree = ""; }; - 72B46760723EC25F998F7D4EBEA129FC /* FBSDKGraphRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequest.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequest.m; sourceTree = ""; }; - 72E2CE27211238D13B34CFD15E04EC74 /* OAuthSwiftMultipartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthSwiftMultipartData.swift; path = OAuthSwift/OAuthSwiftMultipartData.swift; sourceTree = ""; }; - 7382175CDD01E1FDB8AC64B15E29D5E0 /* FBSDKShareDialogMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareDialogMode.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialogMode.m; sourceTree = ""; }; - 73EFAC05E3B552AFB6E23C57F9414C40 /* FBSDKProfile+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKProfile+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKProfile+Internal.h"; sourceTree = ""; }; - 742D5552DD5DF5C5FCEBE5B58C0F5DB9 /* PicoStringConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoStringConverter.m; path = Pod/Core/Converter/PicoStringConverter.m; sourceTree = ""; }; - 7443B72F4E91E3E5DB05F065A6FFD14F /* FBSDKSendButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSendButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSendButton.h; sourceTree = ""; }; - 74E69D7E804FB7BE6297632CAB08D006 /* AFURLConnectionOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLConnectionOperation.m; path = AFNetworking/AFURLConnectionOperation.m; sourceTree = ""; }; - 7638C7D684A836E36F1804A6C34F5BF2 /* FBSDKVideoUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKVideoUploader.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKVideoUploader.h; sourceTree = ""; }; - 769FBC06AF7C193513F9F14B44536C61 /* FBSDKShareVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareVideo.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideo.h; sourceTree = ""; }; - 7706ADAE65B5872E53AD5EC758FCAC66 /* BFAppLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLink.m; path = Bolts/iOS/BFAppLink.m; sourceTree = ""; }; - 77E0934A37E1F2FA98FB5D3739E001A5 /* FBSDKTestUsersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTestUsersManager.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKTestUsersManager.h; sourceTree = ""; }; - 7916F3234C1701D5252BD13B000B3DA8 /* AeroGearHttp.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AeroGearHttp.xcconfig; sourceTree = ""; }; - 7969D043CE25546759A10A5B757271BC /* Locksmith-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Locksmith-prefix.pch"; sourceTree = ""; }; - 7980FBC469B5951D0BD157BFC9F7DBB5 /* Bolts.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bolts.xcconfig; sourceTree = ""; }; - 79DA098729055ECE9E2E5E7479B132C7 /* FBSDKAccessTokenCacheV3_21.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV3_21.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_21.h; sourceTree = ""; }; - 7A24BC9605C26FEE0FA5351C0D391D74 /* FBSDKProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKProfile.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfile.m; sourceTree = ""; }; - 7A3A4AC92CE1F1F06FCEB42610D14CB8 /* FBSDKLogo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLogo.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKLogo.m; sourceTree = ""; }; - 7A7156FF20EE9A4D524EF0581F55B2BF /* FBSDKMaleSilhouetteIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMaleSilhouetteIcon.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKMaleSilhouetteIcon.h; sourceTree = ""; }; - 7A81F2EB2AD03D3C8B692F141D3C17A9 /* FBSDKCoreKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSDKCoreKit.xcconfig; sourceTree = ""; }; - 7AC971BD980BD7A06FDFE57F36E7FC13 /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = ""; }; - 7AE1CB8C21670057DC822F06DF714398 /* FBSDKSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSettings.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKSettings.m; sourceTree = ""; }; - 7AE2F92C205D01A27201577CA0743EB4 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 7BAA56E9DEAB9E4E47D74D59DC24BA99 /* Settings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Settings.swift; path = Pod/Classes/Model/Settings.swift; sourceTree = ""; }; - 7BC41C009CCDEE40533F31E278D8C13E /* PicoConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoConfig.h; path = Pod/Core/PicoConfig.h; sourceTree = ""; }; - 7C1F8B46783CF28348CB970589E15B39 /* FBSDKWebDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKWebDialog.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialog.h; sourceTree = ""; }; - 7D387CAD3185D3AC03805CA7DAFF9B11 /* FBSDKLikeDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeDialog.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeDialog.m; sourceTree = ""; }; - 7D66FA406B5E6AE26B9A08EA49A04C9D /* UIImageViewModeScaleAspect-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIImageViewModeScaleAspect-dummy.m"; sourceTree = ""; }; - 7D78F9D92731BD2D31CB2F9DCB251D21 /* UIImage+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+AFNetworking.h"; path = "UIKit+AFNetworking/UIImage+AFNetworking.h"; sourceTree = ""; }; - 7DCCDFA1452F66D49B71C642EDD50406 /* Pods-VendooTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-VendooTests.debug.xcconfig"; sourceTree = ""; }; - 7E2783BFC3EE592D41AAEFE93C7A48B7 /* Pods-VendooUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-VendooUITests.debug.xcconfig"; sourceTree = ""; }; - 7E55663F5B8BBA368ADF5B5C632093E9 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+AFNetworking.m"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.m"; sourceTree = ""; }; - 7E5A7A99325899974BF7FF1D82F6DE81 /* PicoKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PicoKit-prefix.pch"; sourceTree = ""; }; - 7EA8E2821D077942E9D8F1C0A87432C7 /* BFExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFExecutor.m; path = Bolts/Common/BFExecutor.m; sourceTree = ""; }; - 7EBEA79B4C2F3D8E52CF265ABC735AB5 /* Pods-Vendoo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Vendoo-dummy.m"; sourceTree = ""; }; - 8048F10ADCEA80D7E95672BDD6DB9111 /* FBSDKLikeButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeButton.h; sourceTree = ""; }; - 8053EC1A51A456B2ED44E094C6FBEB2F /* Bolts.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Bolts.modulemap; sourceTree = ""; }; - 8167429553D296F3B26E087C300B4041 /* FBSDKLoginManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginManager.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManager.m; sourceTree = ""; }; - 81B245AFC08FF4307692F3E8A18552E1 /* FBSDKSharingButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharingButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharingButton.h; sourceTree = ""; }; - 8205A539EC579DF56FA582E0ECB43FD8 /* FBSDKLikeControl+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLikeControl+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeControl+Internal.h"; sourceTree = ""; }; - 821C4981C73543732F1CAC83FB1A1C11 /* OAuth2WebViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuth2WebViewController.swift; path = AeroGearOAuth2/OAuth2WebViewController.swift; sourceTree = ""; }; - 8333A661194B79421457EE36B04D6676 /* FBSDKLoginUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginUtility.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginUtility.m; sourceTree = ""; }; - 84B7BB354A14030762B4EBCBB9253EDC /* FBSDKAppLinkResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppLinkResolver.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkResolver.h; sourceTree = ""; }; - 84CCD588AB249B2DBEAFCA6663390696 /* FBSDKBridgeAPIResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIResponse.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIResponse.m; sourceTree = ""; }; - 84DF7BA416F88086E02352F3F29B908C /* BSGridCollectionViewLayout-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BSGridCollectionViewLayout-umbrella.h"; sourceTree = ""; }; - 84F867BA74F508A7BF67AF6C77A8EBF7 /* FBSDKCoreKit+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKCoreKit+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKCoreKit+Internal.h"; sourceTree = ""; }; - 84FC78EAFF5620F5BE3FA39F2F7795E1 /* FBSDKShareLinkContent+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKShareLinkContent+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareLinkContent+Internal.h"; sourceTree = ""; }; - 85049BECFF72DA55EB61524E40516CCA /* FBSDKColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKColor.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKColor.h; sourceTree = ""; }; - 8547D4BA0BCD7FBDD9DF68B1C89AAD7E /* FBSDKSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSettings.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKSettings.h; sourceTree = ""; }; - 856A58762DE68EF8777D36B5073D5EFD /* SOAP11Fault.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP11Fault.h; path = Pod/SOAP/SOAP11/SOAP11Fault.h; sourceTree = ""; }; - 858373E225AA3209850885E7865FFFAD /* FBSDKShareOpenGraphObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphObject.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphObject.h; sourceTree = ""; }; - 858657C0D026206B4F45E3DECE62EBB3 /* FBSDKMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMacros.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKMacros.h; sourceTree = ""; }; - 85892429707D7217252EB2625EB7899B /* UIActivityIndicatorView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActivityIndicatorView+AFNetworking.m"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m"; sourceTree = ""; }; - 85B471C912102E1A2CBF20BDD09CEA5E /* SOAPEngine64.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SOAPEngine64.framework; sourceTree = ""; }; - 862173D389101E09FFFE3C091E657EB8 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; - 86636A60099FA5FBDAC924F1B1677AA1 /* FBSDKBase64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBase64.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Base64/FBSDKBase64.h; sourceTree = ""; }; - 86773ADAE0AD1010158E580339EA8C42 /* FBSDKLikeBoxView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeBoxView.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxView.m; sourceTree = ""; }; - 8678D71BB6EB0D466046EFD065D9FEF5 /* SOAP12Faultcode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Faultcode.m; path = Pod/SOAP/SOAP12/SOAP12Faultcode.m; sourceTree = ""; }; - 8730EDD62F9869416C86DCBD26A2DB86 /* FBSDKAppEvents+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKAppEvents+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEvents+Internal.h"; sourceTree = ""; }; - 87C5B13D3856B99DA1740107BACE9012 /* FBSDKTimeSpentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTimeSpentData.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKTimeSpentData.m; sourceTree = ""; }; - 88924BAF94EAB94B2BDCB80EBAD432BC /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; - 88C1579AC1683BB9694B7E7EAC49AC7B /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 88CDD19BD95540F64C802D3AB58352B5 /* FBSDKContainerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKContainerViewController.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKContainerViewController.m; sourceTree = ""; }; - 89BB0EAD16B49A625B94355706D68362 /* FBSDKShareVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareVideo.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideo.m; sourceTree = ""; }; - 89D8CDEB03D5E245D5AD783FE508AD07 /* FBSDKShareAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareAPI.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareAPI.h; sourceTree = ""; }; - 8A6ACD7D0ADF9C63FC72B5B17F352AC4 /* OAuthSwiftCredential.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthSwiftCredential.swift; path = OAuthSwift/OAuthSwiftCredential.swift; sourceTree = ""; }; - 8C124E91CDCD8CFEB1DA40FB9A2F01A6 /* UIImageViewModeScaleAspect-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIImageViewModeScaleAspect-prefix.pch"; sourceTree = ""; }; - 8CAC4FFC8088E1C5DC07C1866BF532DB /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = ""; }; - 8CF5270E030B6625874636EF11402ED1 /* FBSDKAppEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEvents.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppEvents.h; sourceTree = ""; }; - 8D0C5FBF2C08DF7DAB08606B60C36BD0 /* FBSDKMessengerIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMessengerIcon.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKMessengerIcon.h; sourceTree = ""; }; - 8D2DDBFBCC4D2E2F6C7BEDC8839C3DE3 /* BFAppLinkReturnToRefererView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkReturnToRefererView.m; path = Bolts/iOS/BFAppLinkReturnToRefererView.m; sourceTree = ""; }; - 8D367959DBD074A51AB1F1B846D5F2A4 /* PicoClassSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoClassSchema.h; path = Pod/Core/Schema/PicoClassSchema.h; sourceTree = ""; }; - 8D87310A39E9851614909D9B40B9FB9F /* JsonResponseSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JsonResponseSerializer.swift; path = AeroGearHttp/JsonResponseSerializer.swift; sourceTree = ""; }; - 8DD757D2A5513AFB264143349E89C388 /* FBSDKOrganicDeeplinkHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKOrganicDeeplinkHelper.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppLink/FBSDKOrganicDeeplinkHelper.h; sourceTree = ""; }; - 8F26883A4F0C9DF8919A811F27B739FA /* SOAP12Faultreason.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Faultreason.m; path = Pod/SOAP/SOAP12/SOAP12Faultreason.m; sourceTree = ""; }; - 8FB368078B7D6F8E0C4300704A37CDA0 /* UIRefreshControl+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+AFNetworking.m"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.m"; sourceTree = ""; }; - 8FF237F2454DB22B1CC265BD387D06EA /* FBSDKLoginUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginUtility.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginUtility.h; sourceTree = ""; }; - 9012011729F21FB375EDC1F1591A77E2 /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; - 922F44CAB18495157DAB5125F713A47C /* FBSDKAppInviteContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppInviteContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.h; sourceTree = ""; }; - 925517ECE8963F8F7FE66E315871B1C7 /* SOAP12Fault.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Fault.m; path = Pod/SOAP/SOAP12/SOAP12Fault.m; sourceTree = ""; }; - 92A929A36B1C8D95E9D4A490AF38161E /* FBSDKBridgeAPIProtocolWebV2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIProtocolWebV2.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV2.m; sourceTree = ""; }; - 92AD10E370437A3B99BD3B82AF4F13ED /* Pods-VendooUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-VendooUITests.release.xcconfig"; sourceTree = ""; }; - 92C5E4E8D84A46BE8F315546D63B262B /* FBSDKTypeUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTypeUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTypeUtility.h; sourceTree = ""; }; - 93006DBBEEEC317C58F79E790757AF4E /* FBSDKMaleSilhouetteIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMaleSilhouetteIcon.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKMaleSilhouetteIcon.m; sourceTree = ""; }; - 9345046721D2CCE03BAD71765ABC6865 /* FBSDKWebDialogView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKWebDialogView.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialogView.m; sourceTree = ""; }; - 935AEB0108FD11052553A5B5FD6197FD /* FBSDKGameRequestFrictionlessRecipientCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGameRequestFrictionlessRecipientCache.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKGameRequestFrictionlessRecipientCache.m; sourceTree = ""; }; - 938E64E8D9FA8B9999584A451F255F3E /* FBSDKCheckmarkIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKCheckmarkIcon.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKCheckmarkIcon.m; sourceTree = ""; }; + 6F867D48DD2E43C581E8112360E73F64 /* FBSDKGameRequestFrictionlessRecipientCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGameRequestFrictionlessRecipientCache.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKGameRequestFrictionlessRecipientCache.m; sourceTree = ""; }; + 70576938AE450669B1DB018253E1AC6D /* OAuth2Module.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuth2Module.swift; path = AeroGearOAuth2/OAuth2Module.swift; sourceTree = ""; }; + 717768FA09DE50DE39982007A3BB92FC /* FBSDKCoreKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSDKCoreKit-dummy.m"; sourceTree = ""; }; + 717C21EDAE454445C37AA0B5F44D2757 /* FBSDKHashtag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKHashtag.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKHashtag.m; sourceTree = ""; }; + 71C78B47AAD708C337C652098585D02D /* FBSDKAccessTokenCacheV4.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV4.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV4.m; sourceTree = ""; }; + 72245D286497643AEC39CFD51C055F36 /* FBSDKApplicationDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKApplicationDelegate.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKApplicationDelegate.m; sourceTree = ""; }; + 7229378569C294E7ADDAEA7B3F9F1A62 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; + 727549E62BD7A32551D9A4A495E77A99 /* Manager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Manager.swift; path = Source/Manager.swift; sourceTree = ""; }; + 728250A42897ED5C6F6E4620AAC65540 /* PicoSOAPClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoSOAPClient.m; path = Pod/WebService/PicoSOAPClient.m; sourceTree = ""; }; + 735F19B7A2C3BFEB5A21280A6D04E96D /* FBSDKShareVideoContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareVideoContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideoContent.h; sourceTree = ""; }; + 73F1953D06394C717AE56AEF0BDDB4FA /* FBSDKAccessTokenCacheV3_21.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV3_21.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_21.h; sourceTree = ""; }; + 7432AAACA1A0F6AF9BE4E9B44472450A /* UntrustedMemoryOAuth2Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UntrustedMemoryOAuth2Session.swift; path = AeroGearOAuth2/UntrustedMemoryOAuth2Session.swift; sourceTree = ""; }; + 7451DC440007CAE64F8E4F46AF67ADA2 /* FBSDKGraphRequestMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestMetadata.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestMetadata.m; sourceTree = ""; }; + 754B56B34B29990770364603E688F08B /* AFHTTPRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPRequestOperation.m; path = AFNetworking/AFHTTPRequestOperation.m; sourceTree = ""; }; + 756045EA57C784EEB157B18756DCCE1E /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; + 75717B0EE6927EDD4C83D0DA97D0FAD0 /* FBSDKLoginManagerLoginResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginManagerLoginResult.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManagerLoginResult.h; sourceTree = ""; }; + 75B013B5CC469E61C3A5FCE922726DCD /* FBSDKLoginConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginConstants.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginConstants.m; sourceTree = ""; }; + 75DA66CAE047B220F692A33AB8BBA621 /* SOAP12Faultcode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Faultcode.m; path = Pod/SOAP/SOAP12/SOAP12Faultcode.m; sourceTree = ""; }; + 769BE9934A6B18F097264F40ED80D5DB /* FBSDKServerConfigurationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKServerConfigurationManager.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager.m; sourceTree = ""; }; + 76C86C7E48E9DA6F8DFE5A2E31E43A7A /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; + 778B859863182A0F8ED549FE794E9B22 /* LocksmithInternetProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocksmithInternetProtocol.swift; path = Source/LocksmithInternetProtocol.swift; sourceTree = ""; }; + 77F245EC157687963EDF650BBC4784FC /* PicoXMLWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoXMLWriter.m; path = Pod/Core/PicoXMLWriter.m; sourceTree = ""; }; + 784FB02CAF784BEDDCEA4B30A3ABF477 /* FBSDKLoginCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginCompletion.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion.h; sourceTree = ""; }; + 78707D42C9424E9D1BC3A19DE5C23E39 /* BFCancellationTokenRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFCancellationTokenRegistration.m; path = Bolts/Common/BFCancellationTokenRegistration.m; sourceTree = ""; }; + 79ABEA5584C4377DCDDAFFAA0E036696 /* FBSDKProfilePictureView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKProfilePictureView.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfilePictureView.m; sourceTree = ""; }; + 79CA30FE6F1DBFBF380140B5FB47263C /* UIActivityIndicatorView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActivityIndicatorView+AFNetworking.m"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m"; sourceTree = ""; }; + 7A25AEEBB73C1A6F99CE31001CC8E7D5 /* FBSDKApplicationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKApplicationDelegate.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKApplicationDelegate.h; sourceTree = ""; }; + 7A7C7CEED29FD3533FA87314D4AAD92E /* BFCancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFCancellationToken.h; path = Bolts/Common/BFCancellationToken.h; sourceTree = ""; }; + 7AAAF26C01B2BFD6C274E707708CFFE9 /* FBSDKCopying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCopying.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKCopying.h; sourceTree = ""; }; + 7AE0BBD7A0874B2672F5EC0AF4575B96 /* PhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCell.swift; path = Pod/Classes/View/PhotoCell.swift; sourceTree = ""; }; + 7B1DA2F438778DFCB7E920B0ADEE002A /* FBSDKProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKProfile.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfile.m; sourceTree = ""; }; + 7B23EEC9EF98E18BA78C2574CB347939 /* FBSDKOrganicDeeplinkHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKOrganicDeeplinkHelper.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppLink/FBSDKOrganicDeeplinkHelper.h; sourceTree = ""; }; + 7B3D6B712BF9A7AE7667FCF079270313 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 7B46725242B6A8D8B1BEF0CB4200A3D8 /* FBSDKShareAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareAPI.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareAPI.h; sourceTree = ""; }; + 7C1B1BEC31288186EE8561AA7F71966C /* CameraCollectionViewDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraCollectionViewDataSource.swift; path = Pod/Classes/Model/CameraCollectionViewDataSource.swift; sourceTree = ""; }; + 7CC12098B0F5B8F0228D39F0FCEA1DF3 /* Pods-Vendoo-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Vendoo-frameworks.sh"; sourceTree = ""; }; + 7D03884E6D124364437EC429FFB2DF62 /* FBSDKTypeUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTypeUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTypeUtility.m; sourceTree = ""; }; + 7D08394BB3C986C1BFA07FFBB2E4B874 /* FBSDKShareDialogMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareDialogMode.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareDialogMode.h; sourceTree = ""; }; + 7D120FCA90A26497DB58AD40797D5E66 /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; + 7D5C411FA498BF0C8663F9BA74B398FC /* UIWebView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIWebView+AFNetworking.m"; path = "UIKit+AFNetworking/UIWebView+AFNetworking.m"; sourceTree = ""; }; + 7D923143858CA62956A9EF95B09F354D /* SWRevealViewController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SWRevealViewController-dummy.m"; sourceTree = ""; }; + 7D97429AD2D786FDD7A057B4B5BA31FB /* FBSDKSystemAccountStoreAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSystemAccountStoreAdapter.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKSystemAccountStoreAdapter.m; sourceTree = ""; }; + 7DEA5BCBA51E22D7D5ADBCA12734090C /* PicoSOAPWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSOAPWriter.h; path = Pod/SOAP/PicoSOAPWriter.h; sourceTree = ""; }; + 7EAB3635919B2B67D51AF7B9E62C78C4 /* FBSDKHashtag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKHashtag.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKHashtag.h; sourceTree = ""; }; + 7ED3CE884BE63449A8C1FCAD839407AB /* FBSDKLikeButton+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLikeButton+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeButton+Internal.h"; sourceTree = ""; }; + 7F2F303A3598169884F80D7E47D14E6F /* SWRevealViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SWRevealViewController.h; path = SWRevealViewController/SWRevealViewController.h; sourceTree = ""; }; + 7FAB9C3D2FA90E049A97D51602AFB651 /* SWRevealViewController.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SWRevealViewController.xcconfig; sourceTree = ""; }; + 7FDDEF84189F43CFB074278587F13019 /* AeroGearOAuth2-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AeroGearOAuth2-dummy.m"; sourceTree = ""; }; + 80625927A0A8240A11820485C1B89E1D /* FBSDKAccessTokenCacheV3_17.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV3_17.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_17.m; sourceTree = ""; }; + 806C2D6BD79698DD3F5D505EC0EF3137 /* FBSDKCloseIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCloseIcon.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKCloseIcon.h; sourceTree = ""; }; + 80EFAB771868CE6DEFEEC2E09785125B /* FBSDKBridgeAPIProtocolType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolType.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIProtocolType.h; sourceTree = ""; }; + 81098AB9B6F098FF1D8D11E982676637 /* PicoConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoConverter.m; path = Pod/Core/Converter/PicoConverter.m; sourceTree = ""; }; + 812DD1515DD556A3A49D9EC899A4ED72 /* PicoKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PicoKit-dummy.m"; sourceTree = ""; }; + 815884EE68A2843EE9E92A62361D5865 /* FBSDKAppLinkUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppLinkUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkUtility.h; sourceTree = ""; }; + 81D2A412E76804FC3F7D718F35862618 /* Pods-Vendoo-VendooUITests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Vendoo-VendooUITests-acknowledgements.plist"; sourceTree = ""; }; + 81DFE4210F32934A2DFD9AA6F34234CC /* OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthSwift.swift; path = OAuthSwift/OAuthSwift.swift; sourceTree = ""; }; + 81F08B43E92B486C2C86F709681C9AFD /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 822D72BA8B1F86602793321A425FE83A /* FBSDKProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKProfile.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfile.h; sourceTree = ""; }; + 827DF8A7D55FF991FBAE6D38BA69E49A /* UIImageViewModeScaleAspect-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIImageViewModeScaleAspect-prefix.pch"; sourceTree = ""; }; + 82CAB572E7F231888D8E94DCD2A61FF5 /* FBSDKCheckmarkIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCheckmarkIcon.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKCheckmarkIcon.h; sourceTree = ""; }; + 83046507F9437DD39784307FE629DB93 /* BFExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFExecutor.h; path = Bolts/Common/BFExecutor.h; sourceTree = ""; }; + 830D7C28C7F7C7E68853BAAF9C67506C /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; + 831F01F23D3F1DC8A1E13167976B0163 /* FBSDKBridgeAPIRequest+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKBridgeAPIRequest+Private.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIRequest+Private.h"; sourceTree = ""; }; + 83C1067C4816251D8E8FCA40A8F35409 /* FBSDKShareKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSDKShareKit.xcconfig; sourceTree = ""; }; + 851DEBFE4286CC4586850D01A4791BC4 /* Pods-Vendoo-VendooTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Vendoo-VendooTests-frameworks.sh"; sourceTree = ""; }; + 864DABD30F3F33A39046A68A238FF93B /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; + 868DCF6FDE1015433F1DDF2E38D64C1E /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON.swift; sourceTree = ""; }; + 86A2836FC6242D140DE7679038EA30E7 /* LocksmithAccessibleOption.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocksmithAccessibleOption.swift; path = Source/LocksmithAccessibleOption.swift; sourceTree = ""; }; + 86C571A7C6CCB47DE0E45FFB6EBAFDAE /* Settings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Settings.swift; path = Pod/Classes/Model/Settings.swift; sourceTree = ""; }; + 878672475429BDB481207467B7AAE1A6 /* AlbumTitleView.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = AlbumTitleView.xib; path = Pod/Assets/AlbumTitleView.xib; sourceTree = ""; }; + 87DAE8DD5362B98E2BC36A88BA93AEEA /* FBSDKGraphRequestDataAttachment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestDataAttachment.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestDataAttachment.h; sourceTree = ""; }; + 8863DA4F57229E96C23A8B1C60634F18 /* OAuthSwiftMultipartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthSwiftMultipartData.swift; path = OAuthSwift/OAuthSwiftMultipartData.swift; sourceTree = ""; }; + 886D7D03EBAC732A6A21ABD7EBCF211A /* AccountManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AccountManager.swift; path = AeroGearOAuth2/AccountManager.swift; sourceTree = ""; }; + 88800517C0B4F604753E9AFF3E380BAD /* FBSDKGraphRequestConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestConnection.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestConnection.m; sourceTree = ""; }; + 88F86ECA1EA6EDABB24AF66849570899 /* PicoXMLElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoXMLElement.h; path = Pod/Core/XMLSupport/PicoXMLElement.h; sourceTree = ""; }; + 899A95C142F12D481CD55CE31B877707 /* TYMActivityIndicatorView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TYMActivityIndicatorView-prefix.pch"; sourceTree = ""; }; + 8A38272687E05C4229D23CB5DE59A4FD /* FBSDKBridgeAPIProtocolNativeV1.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIProtocolNativeV1.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolNativeV1.m; sourceTree = ""; }; + 8A6772F2DEDFB439091E0C61DA3CEC95 /* FBSDKServerConfiguration+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKServerConfiguration+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration+Internal.h"; sourceTree = ""; }; + 8A72F2A0364E85BCEF535172B07A0757 /* SWRevealViewController.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SWRevealViewController.modulemap; sourceTree = ""; }; + 8A9747642FF9076856DC777306ADCBF2 /* arrow_down@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "arrow_down@2x.png"; path = "Pod/Assets/arrow_down@2x.png"; sourceTree = ""; }; + 8AEE765274745516CF2663BAD619AAA2 /* Locksmith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Locksmith.swift; path = Source/Locksmith.swift; sourceTree = ""; }; + 8BB8FDCE60E4FDDFB68FCF6AFB09D36A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 8C2D0E6279241B28F02C33D1A4C39DF3 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 8C7124C17B0E1F3CD45549F473D588E0 /* Pods-Vendoo-VendooUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Vendoo-VendooUITests.release.xcconfig"; sourceTree = ""; }; + 8CB0342EBAA4FFC79E61FB37A28AE1B0 /* FBSDKGraphRequestPiggybackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestPiggybackManager.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestPiggybackManager.m; sourceTree = ""; }; + 8CEAF64433FE0B8BF0E4044AB798F808 /* FirebaseDatabase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseDatabase.framework; path = Frameworks/FirebaseDatabase.framework; sourceTree = ""; }; + 8D55AAF03A70BC4FAA313B2B6542B17C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 8DAB4E6850F562A49891BD2F721134D0 /* FBSDKGameRequestContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGameRequestContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestContent.m; sourceTree = ""; }; + 8E1044C75CB962E20676E677131B7087 /* FBSDKSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSettings.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKSettings.m; sourceTree = ""; }; + 8E41D020269E4E75B44C7D9C75652F71 /* BFMeasurementEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFMeasurementEvent.h; path = Bolts/iOS/BFMeasurementEvent.h; sourceTree = ""; }; + 8ECC5535112943F64CCB311287110ADB /* SOAP11Header.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP11Header.m; path = Pod/SOAP/SOAP11/SOAP11Header.m; sourceTree = ""; }; + 8F259A10A758FB0A23ADF86E84EC2856 /* OAuthSwiftHTTPRequest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthSwiftHTTPRequest.swift; path = OAuthSwift/OAuthSwiftHTTPRequest.swift; sourceTree = ""; }; + 8F4B77E1672A1DC2211428EFE20BA4A1 /* Pods-Vendoo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Vendoo.release.xcconfig"; sourceTree = ""; }; + 8FA186481586667CF25E85D337A85871 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+AFNetworking.m"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.m"; sourceTree = ""; }; + 9030292F16ADD1982577B2FDD78186B9 /* FBSDKGraphRequestBody.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestBody.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestBody.h; sourceTree = ""; }; + 90589F272B98647EC0E23AFCCA91E6B8 /* FBSDKAccessTokenCacheV3_21.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV3_21.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_21.m; sourceTree = ""; }; + 9116DB6971CA6E1FF43A462B21D1B7A3 /* FBSDKAppEventsState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsState.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsState.h; sourceTree = ""; }; + 911E65118A7D0BF59B6B87A72C15A8D5 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 91BAD915B94B6D087A68C7166E45C7FD /* FBSDKWebDialogView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKWebDialogView.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialogView.h; sourceTree = ""; }; + 91C12F6034F46AAC8A4681C7FF33414B /* PicoConvertable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoConvertable.h; path = Pod/Core/Converter/PicoConvertable.h; sourceTree = ""; }; + 921ABC778785955368CEA89269359BE6 /* OAuthSwiftURLHandlerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthSwiftURLHandlerType.swift; path = OAuthSwift/OAuthSwiftURLHandlerType.swift; sourceTree = ""; }; + 92259F25DCE2BF1611B75E4F4840AB5D /* BSImagePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BSImagePicker-dummy.m"; sourceTree = ""; }; + 92C59EBDF18FC2BF05CB5407C4A0E77D /* FBSDKMonotonicTime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMonotonicTime.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMonotonicTime.m; sourceTree = ""; }; 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 941DD4C16D02FE28591E0E90633F19A7 /* SOAP12Faultcode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Faultcode.h; path = Pod/SOAP/SOAP12/SOAP12Faultcode.h; sourceTree = ""; }; - 9442A1E638A26F280ACD2B797D536DA9 /* PicoBindingSchema.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoBindingSchema.m; path = Pod/Core/Schema/PicoBindingSchema.m; sourceTree = ""; }; - 94685D2A8DACD3A49538571588870388 /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIProgressView+AFNetworking.m"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.m"; sourceTree = ""; }; - 951774BBA62DA1B0DBDB50366DACEE09 /* PicoReadable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoReadable.h; path = Pod/Core/PicoReadable.h; sourceTree = ""; }; - 951B376DE55930342B50D1D47B3BC831 /* BSImagePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BSImagePicker-prefix.pch"; sourceTree = ""; }; - 951C62F51881C09A4B55FF637652B3C7 /* FBSDKAppGroupJoinDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppGroupJoinDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupJoinDialog.m; sourceTree = ""; }; - 9538C943645DBA04572DDB0EF1955A6E /* FBSDKLoginManager+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginManager+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManager+Internal.h"; sourceTree = ""; }; - 957D27640A364B3AD7C2B3C6ED49FDD7 /* FBSDKBridgeAPIRequest+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKBridgeAPIRequest+Private.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIRequest+Private.h"; sourceTree = ""; }; - 95BF011B6E5717B622321409FD6EFB31 /* TYMActivityIndicatorView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TYMActivityIndicatorView.xcconfig; sourceTree = ""; }; - 95D2B6904A0896CEBC141C7F8FD475BE /* AeroGearHttp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AeroGearHttp-dummy.m"; sourceTree = ""; }; - 961177980358A82ECCFE42C17F941E01 /* FBSDKGameRequestDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGameRequestDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestDialog.m; sourceTree = ""; }; - 96F916BD0D52C7093F697667FCA2C581 /* FBSDKShareButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareButton.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareButton.m; sourceTree = ""; }; - 9715E38124E3CBD1F0E534676FB1506B /* Alamofire-SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Alamofire-SwiftyJSON.modulemap"; sourceTree = ""; }; - 97582A81DDB92603FADF978241E6102A /* FBSDKTestUsersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTestUsersManager.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKTestUsersManager.m; sourceTree = ""; }; - 97C7600FBE856CA7420A40EEB1B66465 /* FBSDKURLConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKURLConnection.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKURLConnection.h; sourceTree = ""; }; - 97DBF74FDA755F814BFBFDC8ECB955C9 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; - 980D4928AB45BF48581AB03D3C9E16CF /* FBSDKLoginManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginManager.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManager.h; sourceTree = ""; }; - 982F4702E4D5D12E9462A71F7328043B /* FBSDKErrorRecoveryConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKErrorRecoveryConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorRecoveryConfiguration.m; sourceTree = ""; }; - 98DC2CB33852E445807DD474E44428E2 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON.swift; sourceTree = ""; }; - 99589C918E6BA2E615A6F0DFBDEEBCC2 /* FBSDKShareKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSDKShareKit-dummy.m"; sourceTree = ""; }; - 9A3ED7637B9F9DC217E9F80CA936A1A4 /* FBSDKGraphErrorRecoveryProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphErrorRecoveryProcessor.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphErrorRecoveryProcessor.h; sourceTree = ""; }; - 9A99239656850D2FCFF8579EDB7186A9 /* FBSDKGraphRequestMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestMetadata.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestMetadata.m; sourceTree = ""; }; - 9AA42066333AFD9DACF050D7A4E9476A /* Alamofire-SwiftyJSON.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Alamofire-SwiftyJSON.xcconfig"; sourceTree = ""; }; - 9B2EA4AE9C72F200C52704B448B949D6 /* FBSDKMessageDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMessageDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKMessageDialog.m; sourceTree = ""; }; - 9B6D1E9BF84D8CE5943AD95EC737D57B /* SOAP11Body.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP11Body.m; path = Pod/SOAP/SOAP11/SOAP11Body.m; sourceTree = ""; }; - 9B82EA7189CAEEE65AA63E47160DECCF /* SOAP11Fault.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP11Fault.m; path = Pod/SOAP/SOAP11/SOAP11Fault.m; sourceTree = ""; }; - 9B9CC8648BA980079E45B0587D552CF2 /* FBSDKLikeObjectType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeObjectType.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeObjectType.h; sourceTree = ""; }; - 9B9E985A209160CBFC5EBF7705B1B36C /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; - 9BB2F560D17204C0848512E619D15173 /* FBSDKTriStateBOOL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTriStateBOOL.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTriStateBOOL.h; sourceTree = ""; }; - 9C0DA2871D813658C6C592FF7FA5510C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 9D3CCF39F9C0060F9A4C22CF76C474DD /* FBSDKMonotonicTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMonotonicTime.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMonotonicTime.h; sourceTree = ""; }; - 9D6D8E5A1BD299D3F8C33F07AE955FC4 /* SOAP11Detail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP11Detail.h; path = Pod/SOAP/SOAP11/SOAP11Detail.h; sourceTree = ""; }; - 9E048992A8F788C07C18D685E75532FE /* FBSDKLoginKit+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginKit+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginKit+Internal.h"; sourceTree = ""; }; - 9F99FC1795FA16298C847227880553D3 /* _FBSDKTemporaryErrorRecoveryAttempter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FBSDKTemporaryErrorRecoveryAttempter.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ErrorRecovery/_FBSDKTemporaryErrorRecoveryAttempter.m; sourceTree = ""; }; - 9FB6CAA12A0B9497B372DF580666D2C5 /* FBSDKAppEventsState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsState.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsState.h; sourceTree = ""; }; - A097DEEBC689A05390FED3F9981A4480 /* SOAP12FaultcodeEnum.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12FaultcodeEnum.m; path = Pod/SOAP/SOAP12/SOAP12FaultcodeEnum.m; sourceTree = ""; }; - A099641A6EC8B3EB9BE75483FBA506E6 /* GridCollectionViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GridCollectionViewLayout.swift; path = Pod/Classes/GridCollectionViewLayout.swift; sourceTree = ""; }; - A134EDA4C3B4C3FF0BB1D6DDC95654E8 /* CameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraCell.swift; path = Pod/Classes/View/CameraCell.swift; sourceTree = ""; }; - A141A35D2E4D9652CE57B664BED1BE62 /* FBSDKLikeActionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeActionController.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionController.m; sourceTree = ""; }; - A15093DE91AE174A75013B3D62A1C8EA /* FBSDKGraphRequestConnection+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKGraphRequestConnection+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestConnection+Internal.h"; sourceTree = ""; }; - A29A64266DD3804B557C0A28C6311986 /* FBSDKGraphRequestConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestConnection.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestConnection.m; sourceTree = ""; }; - A3E3B966707ED82BCF33139164EABD9C /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - A3F0BE1F4B3AEEA53A6E992A3C7AFBD7 /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; - A4751F0213EF5963575881BE33F69C17 /* Pods-Vendoo-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Vendoo-frameworks.sh"; sourceTree = ""; }; - A4DC65017DEE769E0C71CD9FD4385A40 /* PicoDataConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoDataConverter.m; path = Pod/Core/Converter/PicoDataConverter.m; sourceTree = ""; }; - A56E1A33D3D9ED85AE740818A3D4CD49 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - A5F56A7382235B15871F0279C422B81B /* PicoConvertable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoConvertable.h; path = Pod/Core/Converter/PicoConvertable.h; sourceTree = ""; }; - A67E07C147634C1EBAD7CB4C40A50E50 /* TYMActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TYMActivityIndicatorView.h; path = TYMActivityIndicatorView/TYMActivityIndicatorView.h; sourceTree = ""; }; - A6A330A321B6CAF075C6F432DF25DA9A /* OrderedDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OrderedDictionary.h; path = Pod/OrderedDictionary/OrderedDictionary.h; sourceTree = ""; }; - A6C8771549CDBD372B12C4ADFB188DBA /* BFURL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFURL.m; path = Bolts/iOS/BFURL.m; sourceTree = ""; }; - A6E02F5E7543C305D1D6294D2C4E0537 /* FBSDKLoginCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginCompletion.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion.h; sourceTree = ""; }; - A80E9BE81AB625B7C096F8548BE95071 /* FBSDKShareKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKShareKit-umbrella.h"; sourceTree = ""; }; - A83453C9E9E2131FA9FC4CF9D57DBA30 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - A85D7FD9CD63FE50B6138992FB95AA06 /* FBSDKButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKButton.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKButton.h; sourceTree = ""; }; - A86333EE3A47402934327790D83CEEDE /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - A92CD9D829FD937FBBFC3D7919AB51B5 /* FirebaseStorage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseStorage.framework; path = Frameworks/FirebaseStorage.framework; sourceTree = ""; }; - A9750501DF71FEA26408E02B6AAEFAAB /* PicoBoolConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoBoolConverter.h; path = Pod/Core/Converter/PicoBoolConverter.h; sourceTree = ""; }; - A9C1548BC9329CD483A72FA0D26FFCB1 /* arrow_down@1x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "arrow_down@1x.png"; path = "Pod/Assets/arrow_down@1x.png"; sourceTree = ""; }; + 93CB1CDBD0B28BB95D1442933494F779 /* FBSDKLoginUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginUtility.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginUtility.h; sourceTree = ""; }; + 93DE6005FDBC23FF2787B3E3FF80C8EA /* FBSDKShareUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareUtility.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareUtility.h; sourceTree = ""; }; + 943A6529529ECC1F684DA2A4FEB226B9 /* SOAP12Header.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Header.m; path = Pod/SOAP/SOAP12/SOAP12Header.m; sourceTree = ""; }; + 94492FDA360876E5CDA95B99988E2B94 /* FBSDKLoginKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginKit.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit.h; sourceTree = ""; }; + 962CFAA54B4E9B6B2FAF786E86978FA7 /* UIViewController+BSImagePicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+BSImagePicker.swift"; path = "Pod/Classes/Extension/UIViewController+BSImagePicker.swift"; sourceTree = ""; }; + 97397E57104D5D6DEC9FE2ECE449F708 /* FBSDKApplicationDelegate+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKApplicationDelegate+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKApplicationDelegate+Internal.h"; sourceTree = ""; }; + 975515A6E522EEF8B1D5CEC7BCC5679B /* FBSDKButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKButton.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKButton.m; sourceTree = ""; }; + 976B4D03A9321B412230E9EF4529F3F8 /* FBSDKLoginConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginConstants.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginConstants.h; sourceTree = ""; }; + 978A4B1D5DD8E6E69DF6BD58923D66BB /* FBSDKURLConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKURLConnection.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKURLConnection.m; sourceTree = ""; }; + 97B4A4D306EEEA7C0295BDE0FCAE7142 /* FBSDKLoginKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKLoginKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 97ECE805E43DC2A61EB23ABF06EB1EA6 /* FBSDKSharingContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharingContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharingContent.h; sourceTree = ""; }; + 986183AA529E912B1C2EC48417B8A8B1 /* PicoBindingSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoBindingSchema.h; path = Pod/Core/Schema/PicoBindingSchema.h; sourceTree = ""; }; + 98DBA61E57524B271DACDBF349DC5DB6 /* FBSDKURLConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKURLConnection.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKURLConnection.h; sourceTree = ""; }; + 98E829CCA52F80AB06FB40F9BB42D357 /* OrderedDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OrderedDictionary.m; path = Pod/OrderedDictionary/OrderedDictionary.m; sourceTree = ""; }; + 991BCEC0B65FED6B7FD2C418B7F2462E /* StringResponseSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StringResponseSerializer.swift; path = AeroGearHttp/StringResponseSerializer.swift; sourceTree = ""; }; + 998D15982DC46B745B0595086744C788 /* FBSDKUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKUtility.h; sourceTree = ""; }; + 9A971778971AA4D5CF1381782196B511 /* Alamofire-SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 9B23270B90154C8717C59ED97E384A6D /* Dictionary+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Dictionary+OAuthSwift.swift"; path = "OAuthSwift/Dictionary+OAuthSwift.swift"; sourceTree = ""; }; + 9B2D1E1EF672E5EE33B5D29EE3A0B867 /* Pods-Vendoo-VendooTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Vendoo-VendooTests-acknowledgements.plist"; sourceTree = ""; }; + 9B3CA22AEC305112AA84ABC1273EE1DE /* CameraCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = CameraCell.xib; path = Pod/Assets/CameraCell.xib; sourceTree = ""; }; + 9BAE61FD5950C3821410D0B7B20BC95F /* Pods-Vendoo-VendooUITests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Vendoo-VendooUITests-frameworks.sh"; sourceTree = ""; }; + 9CEC32AA1EFCCD3D9FE925C92ADA221E /* FBSDKShareOpenGraphValueContainer+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKShareOpenGraphValueContainer+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareOpenGraphValueContainer+Internal.h"; sourceTree = ""; }; + 9CEFAD237F62111CE519B3B3D8CEB628 /* FBSDKContainerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKContainerViewController.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKContainerViewController.h; sourceTree = ""; }; + 9DF40AE913CA0B12932E513EA49D973D /* FBSDKError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKError.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKError.h; sourceTree = ""; }; + 9E37232EA795BD54902F9DA507144E03 /* FBSDKAppEvents+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKAppEvents+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEvents+Internal.h"; sourceTree = ""; }; + 9EB313A7713C337756FD509E928ECD8F /* NSURL+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSURL+OAuthSwift.swift"; path = "OAuthSwift/NSURL+OAuthSwift.swift"; sourceTree = ""; }; + 9EB3411A4897BE31E6C94EE384B01CB4 /* FBSDKAppInviteContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppInviteContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.m; sourceTree = ""; }; + 9F027A34F37FC5B1E04DA0CDAEEA3F90 /* FBSDKLoginManagerLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginManagerLogger.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLogger.h; sourceTree = ""; }; + 9F0C1767521D7661349467F04D1AE8BB /* OrderedDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OrderedDictionary.h; path = Pod/OrderedDictionary/OrderedDictionary.h; sourceTree = ""; }; + 9F47766C8E83F00B0791A0EDA791260D /* FirebaseStorage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseStorage.framework; path = Frameworks/FirebaseStorage.framework; sourceTree = ""; }; + A10466265173AB31436F0B7210B31F86 /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + A1422D5F425FF8918E84920784D3551D /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + A15B02EF19E187B02A55F3C1ECAD08BF /* FBSDKTimeSpentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTimeSpentData.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKTimeSpentData.h; sourceTree = ""; }; + A185AC5E050F21355385EA759FE5EEF1 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; + A1B9210099E8B96F329A0B4B62A8832F /* BFAppLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLink.m; path = Bolts/iOS/BFAppLink.m; sourceTree = ""; }; + A22771953D292A59A20DAD8FF70F8F64 /* DateUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateUtils.swift; path = AeroGearOAuth2/DateUtils.swift; sourceTree = ""; }; + A280A2681340B1F86B5264F7B4E8889B /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SwiftyJSON.modulemap; sourceTree = ""; }; + A3523A664363BAA156F31B974381BCEE /* FBSDKLoginKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKLoginKit-prefix.pch"; sourceTree = ""; }; + A43CAD01E6E600EA142DEA4770099EA9 /* FBSDKTestUsersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTestUsersManager.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKTestUsersManager.m; sourceTree = ""; }; + A43EB3A8DCD0A4C27452C8900575B96D /* FBSDKSharePhoto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSharePhoto.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhoto.m; sourceTree = ""; }; + A4AE7EFCD4DFD967F80F5E666FCB9282 /* BSGridCollectionViewLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BSGridCollectionViewLayout-dummy.m"; sourceTree = ""; }; + A5631680EF3178C439DDE980A1EE3898 /* FBSDKShareLinkContent+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKShareLinkContent+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareLinkContent+Internal.h"; sourceTree = ""; }; + A5650BEC57516F5DCA7170EC7EF29DDA /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Alamofire.modulemap; sourceTree = ""; }; + A5AB341A1D842688B77C42208057C7D0 /* Alamofire.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.xcconfig; sourceTree = ""; }; + A5C54E6B310A8A6D5F17E487F4FD4E90 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + A65175DAA7EE302823F34D9CE4AE69A8 /* FirebaseInstanceID.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseInstanceID.framework; path = Frameworks/frameworks/FirebaseInstanceID.framework; sourceTree = ""; }; + A70771279652CFA5CE255D71FEEF81F8 /* MultiPartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultiPartData.swift; path = AeroGearHttp/MultiPartData.swift; sourceTree = ""; }; + A7535F846CF37530222EBC3F982229D3 /* Albums.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Albums.storyboard; path = Pod/Assets/Albums.storyboard; sourceTree = ""; }; + A7D89B9EE45612459A887A379DB0C6C2 /* FBSDKLoginCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginCompletion.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion.m; sourceTree = ""; }; + A9142058C7DCDCDF7FDA0BE52E8088C1 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Pod/Classes/View/AlbumTitleView.swift; sourceTree = ""; }; + A95B66EEBACD15151751D10533D6728B /* FBSDKShareVideoContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareVideoContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideoContent.m; sourceTree = ""; }; + A9E02F55BA8A59296583E6985EDA7384 /* FBSDKProfilePictureView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKProfilePictureView.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfilePictureView.h; sourceTree = ""; }; A9EB92AC1D944731F800A2630030A9DA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - A9F0CA024BDA224815C153F250908E57 /* FBSDKAccessTokenCacheV3_17.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV3_17.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_17.m; sourceTree = ""; }; - AA9A049F831714EAC04FFA6DC5A39DAE /* FBSDKMessengerIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMessengerIcon.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKMessengerIcon.m; sourceTree = ""; }; - AACC08A28E4F4B9DABFC964A190BA271 /* FBSDKLoginKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSDKLoginKit.modulemap; sourceTree = ""; }; - AB55123D326DE923C50FBB7D7314D5AE /* FBSDKGameRequestFrictionlessRecipientCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGameRequestFrictionlessRecipientCache.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKGameRequestFrictionlessRecipientCache.h; sourceTree = ""; }; - AB70A58683BEF774AA54FF1DA0EAC93C /* SOAP12Fault.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Fault.h; path = Pod/SOAP/SOAP12/SOAP12Fault.h; sourceTree = ""; }; - AB7F1D75B109817452F3AB64D636ECBB /* GDataXMLNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDataXMLNode.m; path = Pod/Classes/GDataXMLNode.m; sourceTree = ""; }; - AB91BA9DDE7DE48BAA79EE4C38E0AD2D /* BFAppLinkReturnToRefererView_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkReturnToRefererView_Internal.h; path = Bolts/iOS/BFAppLinkReturnToRefererView_Internal.h; sourceTree = ""; }; - ACEA51AFC0E74CC809A52110043E01E0 /* AFHTTPRequestOperationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPRequestOperationManager.h; path = AFNetworking/AFHTTPRequestOperationManager.h; sourceTree = ""; }; - ADB499A07145D059372C4F0CB716097A /* FBSDKAccessTokenCacheV3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCacheV3.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3.h; sourceTree = ""; }; - AE1B60552BA024A3F339010BA51D40BA /* Upload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Upload.swift; path = Source/Upload.swift; sourceTree = ""; }; - AE1DFB2CFEC07B1EB491C13F0739FF24 /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; - AE88D6184150D1D4065CEE29B90CECCD /* OAuth1Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuth1Swift.swift; path = OAuthSwift/OAuth1Swift.swift; sourceTree = ""; }; - AF79BC0792545A7FE5B98E8EE5A6BAE4 /* Pods-VendooUITests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-VendooUITests-umbrella.h"; sourceTree = ""; }; - B07B6B8EC0D72693695CB7D9044BA0B2 /* FBSDKSharePhotoContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharePhotoContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhotoContent.h; sourceTree = ""; }; - B10F6293492DA3D7D5CC7DF084AFBCFC /* PicoXMLWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoXMLWriter.m; path = Pod/Core/PicoXMLWriter.m; sourceTree = ""; }; - B1303027E4B639FF41D38DA23AFF62CD /* Alamofire.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.xcconfig; sourceTree = ""; }; - B1668B559D95DDB3618943D480601C27 /* FBSDKDynamicFrameworkLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKDynamicFrameworkLoader.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal_NoARC/FBSDKDynamicFrameworkLoader.m; sourceTree = ""; }; - B360FEAEB5D2E9D8478B4B35765BAF5C /* UIButton+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+AFNetworking.h"; path = "UIKit+AFNetworking/UIButton+AFNetworking.h"; sourceTree = ""; }; - B37617FFE1993F6A2482B55449B4D1CC /* BFAppLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLink.h; path = Bolts/iOS/BFAppLink.h; sourceTree = ""; }; - B37ACA687704315E19432BD42F6F3111 /* FBSDKLoginKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSDKLoginKit.xcconfig; sourceTree = ""; }; - B3E95FDEA2133740A3C50F47047C01F7 /* add_photo@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "add_photo@2x.png"; path = "Pod/Assets/add_photo@2x.png"; sourceTree = ""; }; - B4515786DE182EA48EA9A5B2F7C99B06 /* FBSDKLoginManagerLoginResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginManagerLoginResult.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManagerLoginResult.m; sourceTree = ""; }; - B482BA0D5F33369C58F066F930C8E5F3 /* GDataXML-HTML.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "GDataXML-HTML.xcconfig"; sourceTree = ""; }; - B4F4B11359BD168FFA6E2DA5AAEDF5DC /* BSGridCollectionViewLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BSGridCollectionViewLayout-prefix.pch"; sourceTree = ""; }; - B5205297C1710BD42B211F8CF58513AF /* FBSDKShareVideoContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareVideoContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareVideoContent.m; sourceTree = ""; }; - B5AD6FA9B9C3A64B2513E965C7F12298 /* UIAlertView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIAlertView+AFNetworking.h"; path = "UIKit+AFNetworking/UIAlertView+AFNetworking.h"; sourceTree = ""; }; - B5B792C85A2D3CEE8E77BF1071B7FD0F /* PicoSOAPWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoSOAPWriter.m; path = Pod/SOAP/PicoSOAPWriter.m; sourceTree = ""; }; - B7138AA64770B5879C936970E6C3D148 /* SWRevealViewController.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SWRevealViewController.modulemap; sourceTree = ""; }; - B71E812C4C023137137E870F42221381 /* Http.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Http.swift; path = AeroGearHttp/Http.swift; sourceTree = ""; }; - B7A5F25C4BC5191E6A1175266BBBBD46 /* FBSDKAccessTokenCaching.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCaching.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCaching.h; sourceTree = ""; }; - B7B09C66FD943E767176EB23ED3D6B3C /* BFAppLinkTarget.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkTarget.m; path = Bolts/iOS/BFAppLinkTarget.m; sourceTree = ""; }; - B86D51F51FBA591C5B810A2F43C81C20 /* Pods-VendooUITests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-VendooUITests-frameworks.sh"; sourceTree = ""; }; - B89240BE1A23DB3EE14B930A2F1034F8 /* FBSDKCoreKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCoreKit.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h; sourceTree = ""; }; - B9F787291D959F0B4EA8030D8AAFAE07 /* FBSDKGameRequestContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGameRequestContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestContent.h; sourceTree = ""; }; - BA51608821566B5B31A7005D3A42D69F /* FBSDKLikeDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeDialog.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeDialog.h; sourceTree = ""; }; - BA6A39F0E87BE10C171CA4622856C47E /* FBSDKKeychainStoreViaBundleID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKKeychainStoreViaBundleID.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStoreViaBundleID.m; sourceTree = ""; }; - BA7EDFA62923B1D1411CED5B4FE9313E /* PicoKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = PicoKit.modulemap; sourceTree = ""; }; - BA8171EBA15DE4A9BED8CA06C468FD53 /* OAuthSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = OAuthSwift.modulemap; sourceTree = ""; }; - BAB8A8C3613A90B6B7415792080EAB99 /* GoogleNetworkingUtilities.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleNetworkingUtilities.framework; path = Frameworks/GoogleNetworkingUtilities.framework; sourceTree = ""; }; - BB50D0F99CC3E277069BF25011A43619 /* SOAP11Header.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP11Header.m; path = Pod/SOAP/SOAP11/SOAP11Header.m; sourceTree = ""; }; - BB7663A80FDA49BDE2B2BA8EE2F16581 /* Bolts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bolts.h; path = Bolts/Common/Bolts.h; sourceTree = ""; }; - BB77E622D1553B204C52D7AB10A562DB /* FBSDKLoginKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSDKLoginKit-dummy.m"; sourceTree = ""; }; - BC0585607981B0FF2109DC34689F200E /* FBSDKShareLinkContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareLinkContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareLinkContent.h; sourceTree = ""; }; - BC4D84C11F8D2E8B256E21E778DD82F6 /* OAuthSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "OAuthSwift-dummy.m"; sourceTree = ""; }; - BC628B56CD88D989451A82632EAA2C77 /* FBSDKShareConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareConstants.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareConstants.h; sourceTree = ""; }; - BCFF79397C56D68E7E0A9DAE50C692A5 /* FBSDKGameRequestContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGameRequestContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestContent.m; sourceTree = ""; }; - BD08F133D8EC15B232B755CA87C1AB19 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + AA19B9FCEAB5C854FF3C8FDF93BA2343 /* FBSDKAppInviteDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppInviteDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteDialog.h; sourceTree = ""; }; + AABACEDD73398DA40B1435947C6ABC59 /* JsonResponseSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JsonResponseSerializer.swift; path = AeroGearHttp/JsonResponseSerializer.swift; sourceTree = ""; }; + AAE788501ADB377A8157DE39AFD5A8B5 /* FBSDKTriStateBOOL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTriStateBOOL.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTriStateBOOL.h; sourceTree = ""; }; + AB0620F3D4C46CD8189B8495F8F05288 /* TYMActivityIndicatorView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TYMActivityIndicatorView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + ABE9EB19902AD4B0590EC1442B76D124 /* GoogleSymbolUtilities.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleSymbolUtilities.framework; path = Frameworks/GoogleSymbolUtilities.framework; sourceTree = ""; }; + AC85F823B6A43EA175D2E6FAF7318FF4 /* FBSDKMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMacros.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKMacros.h; sourceTree = ""; }; + ACF40FC7D507D88B3E42184744763A9D /* String+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+OAuthSwift.swift"; path = "OAuthSwift/String+OAuthSwift.swift"; sourceTree = ""; }; + AD04757917751B51F4AA1E6DD7A78CF4 /* GDataXML-HTML.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "GDataXML-HTML.xcconfig"; sourceTree = ""; }; + AD7F5C2E34CDB1EC74E0074099A8FF35 /* UIButton+NoAnimation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+NoAnimation.swift"; path = "Pod/Classes/Extension/UIButton+NoAnimation.swift"; sourceTree = ""; }; + AE174E4E8CAD8215E3889AD1FDF89D60 /* FBSDKGraphRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequest.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequest.h; sourceTree = ""; }; + AE1DA495E928D690201F9215A2A38DDB /* Alamofire-SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Alamofire-SwiftyJSON.modulemap"; sourceTree = ""; }; + AE1EEE58FCE4838280DE4790FDDCC978 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; + AEEA0794FACCC4E189ED617A88D17555 /* PicoXMLClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoXMLClient.h; path = Pod/WebService/PicoXMLClient.h; sourceTree = ""; }; + AEECAD598F614CB0F93432ADB80E8005 /* UIImageViewModeScaleAspect-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIImageViewModeScaleAspect-umbrella.h"; sourceTree = ""; }; + AF82297E8079D5C3248A0A2E6836E27C /* PicoKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PicoKit-umbrella.h"; sourceTree = ""; }; + AF824C365242B0C20945253374774C1F /* FBSDKUIUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKUIUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKUIUtility.h; sourceTree = ""; }; + B10D7016FB6C94ABFB9F51BC7762EFC9 /* PicoClassSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoClassSchema.h; path = Pod/Core/Schema/PicoClassSchema.h; sourceTree = ""; }; + B1101ABA749E243E9DAAC2C7D8FECBBA /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B11102A8441AC1AA0813A59FC1535D98 /* BFExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFExecutor.m; path = Bolts/Common/BFExecutor.m; sourceTree = ""; }; + B14E14A70D93E17D007755A845A6F035 /* _FBSDKLoginRecoveryAttempter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FBSDKLoginRecoveryAttempter.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/_FBSDKLoginRecoveryAttempter.m; sourceTree = ""; }; + B15A73D687F9E0EB14350C64DA7534F3 /* SOAP12Faultreason.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Faultreason.m; path = Pod/SOAP/SOAP12/SOAP12Faultreason.m; sourceTree = ""; }; + B1D4D60E118BCEA00D0A4FEB5BAEC77F /* FBSDKLikeBoxBorderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeBoxBorderView.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxBorderView.m; sourceTree = ""; }; + B1FC4DD456599D262758B5E9C8B2DC0B /* FBSDKShareMediaContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareMediaContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareMediaContent.h; sourceTree = ""; }; + B2360067ED951454DC182114DED0A114 /* PicoStringConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoStringConverter.h; path = Pod/Core/Converter/PicoStringConverter.h; sourceTree = ""; }; + B27C96616209DB1E8C988C7A289AFC29 /* FBSDKLoginManagerLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginManagerLogger.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLogger.m; sourceTree = ""; }; + B2E2FF3863A99E97ACD3D94F345939F3 /* PicoXMLReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoXMLReader.m; path = Pod/Core/PicoXMLReader.m; sourceTree = ""; }; + B317DD89809B9FB54FE54A0A42095D10 /* Pods-Vendoo-VendooUITests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Vendoo-VendooUITests-resources.sh"; sourceTree = ""; }; + B32366F1FB0F564EAF9203EA84A59435 /* BFMeasurementEvent_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFMeasurementEvent_Internal.h; path = Bolts/iOS/Internal/BFMeasurementEvent_Internal.h; sourceTree = ""; }; + B34B8DDB4A0AB0AE10712A6E9AD3AD98 /* FBSDKColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKColor.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKColor.m; sourceTree = ""; }; + B3A88E6CEBA5538C50D867C2EA9552F5 /* FBSDKLikeActionController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeActionController.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionController.m; sourceTree = ""; }; + B3C7FB15CC8A499B4E316FCF04D2E2FF /* FBSDKBridgeAPIRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIRequest.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIRequest.m; sourceTree = ""; }; + B4A0E7CCC37A109F70EFE4BD2BB09E92 /* FBSDKShareKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareKit.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareKit.h; sourceTree = ""; }; + B5027A66F337B67B57F24D6A037785E8 /* AeroGearHttp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AeroGearHttp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B51DB1ADE6D8BE96F14089F82828C510 /* GDataXML-HTML.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "GDataXML-HTML.modulemap"; sourceTree = ""; }; + B557F414AD4CD70507913B3D559F93EC /* SOAP12Envelope.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Envelope.m; path = Pod/SOAP/SOAP12/SOAP12Envelope.m; sourceTree = ""; }; + B57041BF243720546E2B3BBEBAB9A548 /* FBSDKTypeUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTypeUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKTypeUtility.h; sourceTree = ""; }; + B5983DBD6749A5D349163E0E21E89AF8 /* PicoReadable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoReadable.h; path = Pod/Core/PicoReadable.h; sourceTree = ""; }; + B5A1B9E4A75F5B62A073311D80F9253E /* AeroGearOAuth2.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AeroGearOAuth2.modulemap; sourceTree = ""; }; + B5CC773751C97D5CF077570D03A9765F /* FBSDKCrypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCrypto.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Cryptography/FBSDKCrypto.h; sourceTree = ""; }; + B62A5569FC7D6F49DDF2E9EE5A048EB3 /* FBSDKDynamicFrameworkLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKDynamicFrameworkLoader.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal_NoARC/FBSDKDynamicFrameworkLoader.m; sourceTree = ""; }; + B63504FA5832B525F19DF6594AC6FB9D /* FBSDKBoltsMeasurementEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBoltsMeasurementEventListener.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppLink/FBSDKBoltsMeasurementEventListener.h; sourceTree = ""; }; + B6CB8CE0FC24F09A6F44117F43DD0456 /* FBSDKLikeObjectType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeObjectType.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeObjectType.m; sourceTree = ""; }; + B7B9928637FB4C7E9C4BE6F767CB5100 /* Pods-Vendoo-VendooTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-Vendoo-VendooTests.modulemap"; sourceTree = ""; }; + B80A07D9D7AFB969E72F14412BEB388B /* FBSDKBridgeAPIRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIRequest.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIRequest.h; sourceTree = ""; }; + B827D1699F32E2F4CAC5D644CFF639D1 /* NSDate+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSDate+OAuthSwift.swift"; path = "OAuthSwift/NSDate+OAuthSwift.swift"; sourceTree = ""; }; + B90E27BE66B999EC2CDAC5B19354AE2B /* FBSDKAppInviteContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppInviteContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteContent.h; sourceTree = ""; }; + B94FCF221AE2FCDF46BACAC60EEAA6B7 /* SHA1.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SHA1.swift; path = OAuthSwift/SHA1.swift; sourceTree = ""; }; + B9791ABFFE20ED94BF192C7531A3A38F /* Locksmith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Locksmith.h; path = Source/Locksmith.h; sourceTree = ""; }; + B9A9E24E48892C412B3EBB0DD83970EE /* FBSDKLoginManagerLoginResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginManagerLoginResult.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManagerLoginResult.m; sourceTree = ""; }; + BA12066C10BAF4B75F5321914140A8CB /* OAuth2WebViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuth2WebViewController.swift; path = AeroGearOAuth2/OAuth2WebViewController.swift; sourceTree = ""; }; + BA3F89C1AD1AD2D15A12A3B25F5C0C9F /* PicoDateConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoDateConverter.h; path = Pod/Core/Converter/PicoDateConverter.h; sourceTree = ""; }; + BA7B9A6B84F8456FE9697EFA139611D6 /* FBSDKSharePhotoContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSharePhotoContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharePhotoContent.m; sourceTree = ""; }; + BB0BA77DCD3D63BB0322E2C78E4B8CA8 /* PhotosViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotosViewController.swift; path = Pod/Classes/Controller/PhotosViewController.swift; sourceTree = ""; }; + BB69CDD045397A0C3BBD4BA9E14DC9EB /* FBSDKError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKError.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKError.m; sourceTree = ""; }; + BB8054E3A2BF18C9FE46CAB71B66CE10 /* FBSDKAppGroupAddDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppGroupAddDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupAddDialog.h; sourceTree = ""; }; + BBBB1EB8362300197917511E324A727C /* AeroGearHttp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AeroGearHttp-dummy.m"; sourceTree = ""; }; + BBD5681377B692D09F16AB0C9AC0EC4F /* PicoNumberConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoNumberConverter.m; path = Pod/Core/Converter/PicoNumberConverter.m; sourceTree = ""; }; + BBEBC850596B4F6F86F529C0BCA43EDE /* FBSDKAppEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEvents.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppEvents.h; sourceTree = ""; }; + BC180D6D81DC4BBFDA2050D4480C41FC /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AFNetworking.modulemap; sourceTree = ""; }; + BC243D2E1C4F2FC292C0E39E689B5F0D /* PicoBoolConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoBoolConverter.h; path = Pod/Core/Converter/PicoBoolConverter.h; sourceTree = ""; }; + BC651BA0CE2DD998966FD25782EDCD2A /* FBSDKAppGroupJoinDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppGroupJoinDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupJoinDialog.m; sourceTree = ""; }; + BC96B2330EF98C37540EB7E74CDE2055 /* BFMeasurementEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFMeasurementEvent.m; path = Bolts/iOS/BFMeasurementEvent.m; sourceTree = ""; }; + BC9F89F276D1597E6B7DBFFD42073256 /* FBSDKSharingButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharingButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharingButton.h; sourceTree = ""; }; + BCCD8721053D265351F7FC028EAD051F /* SwiftyJSON.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.xcconfig; sourceTree = ""; }; + BD02AC2B9FF3AEA022D757C1E6A92F8C /* OAuthSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OAuthSwift-umbrella.h"; sourceTree = ""; }; + BD0949DB26EE5E98FA8179E03525183C /* FBSDKMaleSilhouetteIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMaleSilhouetteIcon.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKMaleSilhouetteIcon.h; sourceTree = ""; }; BD1F56F908F066FF2D4BFD2FF8769FE3 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - BD4092841A2D1EC9A6FF671A4F262686 /* Pods-VendooTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-VendooTests.modulemap"; sourceTree = ""; }; - BD86F54519105E6B23D8D6D08A2EE35F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BDE5F6BD3774D2B95CE4CF6797FA8659 /* OAuthSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OAuthSwift-umbrella.h"; sourceTree = ""; }; - BE340713A4F20B361EC03B8D40DAAD42 /* ZoomAnimator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZoomAnimator.swift; path = Pod/Classes/Controller/ZoomAnimator.swift; sourceTree = ""; }; - BE38489CADA34BFFA5F0622A4AB3CB6B /* add_photo.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = add_photo.png; path = Pod/Assets/add_photo.png; sourceTree = ""; }; - BE54492EF9561D35EBAAB3D84BF67B03 /* FBSDKAppGroupAddDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppGroupAddDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupAddDialog.m; sourceTree = ""; }; - BF09B6020591976F9DA2B123D2ECB262 /* FBSDKErrorConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKErrorConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKErrorConfiguration.h; sourceTree = ""; }; - BF14671E76959816A0ABD54A5EC13E4E /* FBSDKShareKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSDKShareKit.xcconfig; sourceTree = ""; }; - BF2A2A9DD467BC670C433663FA156D44 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BF336A659C634979871F32521DAD108D /* PicoCacheEntry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoCacheEntry.m; path = Pod/Core/Cache/PicoCacheEntry.m; sourceTree = ""; }; - C0FACD3DD74D1419DBF43FDF52782D4F /* BFTaskCompletionSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFTaskCompletionSource.m; path = Bolts/Common/BFTaskCompletionSource.m; sourceTree = ""; }; - C14A6F0F78AD9839128DADC053094160 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - C16D6C8ECBDFA1F6A4C8F7E7750FE79C /* PicoDateConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoDateConverter.m; path = Pod/Core/Converter/PicoDateConverter.m; sourceTree = ""; }; - C1910829622B11D1BCAE8B7282A88433 /* FBSDKShareError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareError.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareError.h; sourceTree = ""; }; - C1A814BCF8E6A944A4A5CAFE35F508E5 /* NSDate+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSDate+OAuthSwift.swift"; path = "OAuthSwift/NSDate+OAuthSwift.swift"; sourceTree = ""; }; - C2345335B2BE353195AFB68E22014FC6 /* PicoXMLRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoXMLRequestOperation.h; path = Pod/WebService/PicoXMLRequestOperation.h; sourceTree = ""; }; - C2759F7F158DDD9A31A4757E4A5D1FE8 /* SOAP12Faultreason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Faultreason.h; path = Pod/SOAP/SOAP12/SOAP12Faultreason.h; sourceTree = ""; }; - C2D44EF7B3CBEC61ADF9698A4A4D6774 /* FBSDKMath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMath.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMath.m; sourceTree = ""; }; - C2F609B9F593EEE17212EB1A2354621D /* AeroGearHttp.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AeroGearHttp.modulemap; sourceTree = ""; }; - C362D96490363EEB91406D1BD3AC56D8 /* FBSDKProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKProfile.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKProfile.h; sourceTree = ""; }; - C3E76CBEFDFBCF27BFB416A2309F6FDD /* FBSDKButton+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKButton+Subclass.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKButton+Subclass.h"; sourceTree = ""; }; - C41A49FE939DC8321F22C77F7F243856 /* FBSDKGameRequestDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGameRequestDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKGameRequestDialog.h; sourceTree = ""; }; - C44ACAA6E47A48E7702BE3D4DE1241F5 /* FBSDKGraphRequestPiggybackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequestPiggybackManager.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestPiggybackManager.m; sourceTree = ""; }; + BD896B3E9F6212E57F7DFA89C796A56A /* FBSDKShareConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareConstants.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareConstants.m; sourceTree = ""; }; + BD9C731E16EF98A744EA0140D9B661A9 /* FBSDKMath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMath.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMath.m; sourceTree = ""; }; + BDC826F2E70996C9AE87B96D3211DA29 /* FBSDKURLOpening.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKURLOpening.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKURLOpening.h; sourceTree = ""; }; + BDCDB4AC58638D44FA6AFD685AD3513F /* FBSDKServerConfigurationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKServerConfigurationManager.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager.h; sourceTree = ""; }; + BE89C747E695A6E4A2EA0E44966C2F7A /* AlbumsViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumsViewController.swift; path = Pod/Classes/Controller/AlbumsViewController.swift; sourceTree = ""; }; + BF4ABFB3666982C4726ADDAC9255BAAE /* FBSDKGraphRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphRequest.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequest.m; sourceTree = ""; }; + BFBF5E700A405FF727B768A4BA98846D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + BFF8C76E844CB9E2F51EE0CA89497C4F /* FBSDKAppLinkResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppLinkResolver.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkResolver.h; sourceTree = ""; }; + C07887C7B74DD6446A7AE9876C719B95 /* FBSDKAccessTokenCacheV3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV3.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3.m; sourceTree = ""; }; + C1118BB5F6DDA46AAAB877C937B1F35A /* PicoSOAPReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSOAPReader.h; path = Pod/SOAP/PicoSOAPReader.h; sourceTree = ""; }; + C1656555CF10DA82E136D8067B87620E /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = ""; }; + C1A5C330776B11C1F30A3F5D7CE61FFE /* FBSDKLoginKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSDKLoginKit.modulemap; sourceTree = ""; }; + C1ACB5EDF85279E3FD1D9AEBB80F4CEF /* FBSDKShareMediaContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareMediaContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareMediaContent.m; sourceTree = ""; }; + C23D125D092073492AC609DE12362557 /* PicoKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PicoKit-prefix.pch"; sourceTree = ""; }; + C2A024614035DD5EB6FBDE765EC32C7C /* FBSDKLoginKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSDKLoginKit-dummy.m"; sourceTree = ""; }; + C2D0820C1A666D1E9B32168829B4DBA8 /* AlamofireSwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireSwiftyJSON.swift; path = Source/AlamofireSwiftyJSON.swift; sourceTree = ""; }; + C2E92C48C304CFB5DB7E4C56850F571D /* FBSDKLikeButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeButton.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeButton.h; sourceTree = ""; }; + C30A2644F497757FCC7E6FEEC1B99F65 /* FBSDKMessengerIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMessengerIcon.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKMessengerIcon.m; sourceTree = ""; }; + C3C273A675675AFA07126712D2EA3173 /* FBSDKLikeControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeControl.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeControl.h; sourceTree = ""; }; + C403253C46C7A568F5503C1533E1A6DD /* Http.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Http.swift; path = AeroGearHttp/Http.swift; sourceTree = ""; }; + C40DAE14029892B289A8FE01392AA863 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkActivityIndicatorManager.m; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m"; sourceTree = ""; }; + C489FB9E0E070EC28E945BF04E301177 /* FBSDKSharing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSharing.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKSharing.h; sourceTree = ""; }; C49D5E408220FD79661F21912A9E0B1B /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - C4B73A7EFAC3FFB54A3AE4D2B6481C5C /* SOAP12NotUnderstoodType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12NotUnderstoodType.h; path = Pod/SOAP/SOAP12/SOAP12NotUnderstoodType.h; sourceTree = ""; }; - C50069993AB4C3581AD42210DD2212DF /* MultiPartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultiPartData.swift; path = AeroGearHttp/MultiPartData.swift; sourceTree = ""; }; - C58BB331136BE93B86B30F5DB171A165 /* FBSDKGraphRequestDataAttachment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestDataAttachment.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphRequestDataAttachment.h; sourceTree = ""; }; - C5C170610839076B244BE0913F362B64 /* FBSDKCloseIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKCloseIcon.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKCloseIcon.m; sourceTree = ""; }; - C5EA06B9074ED47EF25593984B67542A /* UIWebView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIWebView+AFNetworking.h"; path = "UIKit+AFNetworking/UIWebView+AFNetworking.h"; sourceTree = ""; }; - C6D5ECEAC7B2F96C8E7DCB47B330197C /* FBSDKBridgeAPIProtocolWebV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolWebV1.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV1.h; sourceTree = ""; }; - C7053F8BCE8A33FF0368B0577C638855 /* FBSDKLoginKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginKit.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit.h; sourceTree = ""; }; - C8204379071B5D22321EC60838BAE214 /* AeroGearOAuth2-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AeroGearOAuth2-dummy.m"; sourceTree = ""; }; - C85C058E718EAD562AE457A6935DABBB /* Dictionary_Initializers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dictionary_Initializers.swift; path = Source/Dictionary_Initializers.swift; sourceTree = ""; }; - C8EAB085C1650BE8F49014F6B46F2E28 /* Int+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+OAuthSwift.swift"; path = "OAuthSwift/Int+OAuthSwift.swift"; sourceTree = ""; }; - C979F959F1F3418267AC73ACAC8433D0 /* FBSDKShareMediaContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareMediaContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareMediaContent.m; sourceTree = ""; }; - C9BA287C590E0E897CB094E20038E73A /* AFURLConnectionOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLConnectionOperation.h; path = AFNetworking/AFURLConnectionOperation.h; sourceTree = ""; }; - CA21D568B609792B684689C55E743266 /* PicoXMLElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoXMLElement.m; path = Pod/Core/XMLSupport/PicoXMLElement.m; sourceTree = ""; }; - CA2A000B945829F74482DE7F0CF096AE /* SelectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectionView.swift; path = Pod/Classes/View/SelectionView.swift; sourceTree = ""; }; - CA36520E981C0A4BE125FECD44A29B9F /* CameraCollectionViewDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraCollectionViewDataSource.swift; path = Pod/Classes/Model/CameraCollectionViewDataSource.swift; sourceTree = ""; }; - CA4968EB785595DB39D8383FE7A483F4 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = Source/Error.swift; sourceTree = ""; }; - CA960B93AD896FD4EE9D1F45DDA71D17 /* FBSDKShareOpenGraphAction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphAction.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphAction.m; sourceTree = ""; }; - CAD6801EB76EFF85A6D3DC81204FF706 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; - CAE0DE8F2AFA356051024CC0D5EB4A9B /* PicoConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoConstants.h; path = Pod/Core/PicoConstants.h; sourceTree = ""; }; - CB702A196EA9A3B8656F7A6F25877EC5 /* FBSDKCheckmarkIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCheckmarkIcon.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKCheckmarkIcon.h; sourceTree = ""; }; - CC1AE37A6DC3240FDBD68F61B1BCB02B /* FirebaseDatabase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseDatabase.framework; path = Frameworks/FirebaseDatabase.framework; sourceTree = ""; }; - CC77D8F0FF7989D8A20AF358B7DCC72A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - CCD4CF4B05DBF3B69B9A0937D8D8E9F9 /* FBSDKShareKit+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKShareKit+Internal.h"; path = "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareKit+Internal.h"; sourceTree = ""; }; - CD15897CF2A245A3E5ED58D205A3D57B /* Config.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Config.swift; path = AeroGearOAuth2/Config.swift; sourceTree = ""; }; - CDBD2620453D2BD5A56A3F5945918AB0 /* BSGridCollectionViewLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = BSGridCollectionViewLayout.modulemap; sourceTree = ""; }; - CE538EA253E77896C836143141B70BFC /* BSImagePickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSImagePickerViewController.swift; path = Pod/Classes/Controller/BSImagePickerViewController.swift; sourceTree = ""; }; - CF2210853A6EB283E0E616A58DA5340F /* FBSDKWebDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKWebDialog.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialog.m; sourceTree = ""; }; - CF2AAF26A4CB4DDA4DC2790E8928EDB7 /* FBSDKBridgeAPIResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIResponse.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIResponse.h; sourceTree = ""; }; - D03BA534B4771AD4CA299F34A33E34BA /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D08364C8869838FC8FC4E97521BFEB31 /* SWRevealViewController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SWRevealViewController-prefix.pch"; sourceTree = ""; }; - D0B01C067D85BFDC5F541AD0BC7FA1A4 /* FBSDKMonotonicTime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMonotonicTime.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKMonotonicTime.m; sourceTree = ""; }; - D0D73BDE6CB4F4BFF98F85600D81E25B /* UIImageViewModeScaleAspect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UIImageViewModeScaleAspect.m; path = UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.m; sourceTree = ""; }; - D141CA70008359B076D089A6D828224B /* FBSDKServerConfigurationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKServerConfigurationManager.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager.h; sourceTree = ""; }; - D16C7C0B468E4F9C94FCF1F7028912F0 /* BFWebViewAppLinkResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFWebViewAppLinkResolver.h; path = Bolts/iOS/BFWebViewAppLinkResolver.h; sourceTree = ""; }; - D1DDED3741ED773FBE7DF12C63EAD5F8 /* TYMActivityIndicatorView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = TYMActivityIndicatorView.modulemap; sourceTree = ""; }; - D2801184E39FEF3D07CC77BCBAC440F9 /* AeroGearHttp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AeroGearHttp-prefix.pch"; sourceTree = ""; }; - D320E97A1208B5079C01657EE27A0D9C /* FBSDKAppEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEvents.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppEvents.m; sourceTree = ""; }; - D33AED5CEB7C27507B5A9BAB609EA013 /* KeycloakOAuth2Module.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KeycloakOAuth2Module.swift; path = AeroGearOAuth2/KeycloakOAuth2Module.swift; sourceTree = ""; }; - D41325F68096F0D94F655291FCBC89C9 /* TYMActivityIndicatorView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TYMActivityIndicatorView-umbrella.h"; sourceTree = ""; }; - D44967C7168C816EC795B6161C264DE6 /* LocksmithSecurityClass.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocksmithSecurityClass.swift; path = Source/LocksmithSecurityClass.swift; sourceTree = ""; }; - D46E75F27C6C668FE145ECAB55D751D0 /* FBSDKAppEventsUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsUtility.m; sourceTree = ""; }; - D47DC14E1448C7985275EBD51E4D2A7B /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - D484D1E6F661E47C0D20B36E89DB3D97 /* SOAP11Body.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP11Body.h; path = Pod/SOAP/SOAP11/SOAP11Body.h; sourceTree = ""; }; - D499998A8CB75C01F21AF4A4959DE3F4 /* BSGridCollectionViewLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BSGridCollectionViewLayout-dummy.m"; sourceTree = ""; }; + C4ECE6267F2839D6ACCA3EBEF29942E9 /* PicoDateConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoDateConverter.m; path = Pod/Core/Converter/PicoDateConverter.m; sourceTree = ""; }; + C51B5750BB15F67ED3A8ED2357279441 /* FacebookOAuth2Module.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FacebookOAuth2Module.swift; path = AeroGearOAuth2/FacebookOAuth2Module.swift; sourceTree = ""; }; + C58103D81E9C42491AA9266AE753D199 /* FBSDKBridgeAPIProtocolNativeV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolNativeV1.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolNativeV1.h; sourceTree = ""; }; + C738D0637CB939CB88A8E9B07D9B0F6E /* SOAP12Faultcode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Faultcode.h; path = Pod/SOAP/SOAP12/SOAP12Faultcode.h; sourceTree = ""; }; + C76755FC326B96C91E3B9227D2F4AF6F /* PicoCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoCache.m; path = Pod/Core/Cache/PicoCache.m; sourceTree = ""; }; + C7B1E889F5927ED22DF36A2A7140EEE7 /* PicoSOAPRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSOAPRequestOperation.h; path = Pod/WebService/PicoSOAPRequestOperation.h; sourceTree = ""; }; + C852408AFC2802B823BA4A17ADF80B1B /* FBSDKTimeSpentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKTimeSpentData.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKTimeSpentData.m; sourceTree = ""; }; + C8A6D2E098F2375395A4B9BF4B9221D0 /* GDataXML-HTML-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GDataXML-HTML-dummy.m"; sourceTree = ""; }; + C8A734338301554C8CE020D17C928865 /* GoogleParsingUtilities.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleParsingUtilities.framework; path = Frameworks/GoogleParsingUtilities.framework; sourceTree = ""; }; + C96B1B2AA428FF9D71E28986AD0FB079 /* FBSDKSendButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKSendButton.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKSendButton.m; sourceTree = ""; }; + C9757E4813998613DBCABC4AF9ADC77A /* BSGridCollectionViewLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BSGridCollectionViewLayout.xcconfig; sourceTree = ""; }; + C9965D39BCC0F34498A187EE769956D9 /* BFWebViewAppLinkResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFWebViewAppLinkResolver.m; path = Bolts/iOS/BFWebViewAppLinkResolver.m; sourceTree = ""; }; + C9D8FBD89835630122F2346C2E06C937 /* arrow_down@1x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "arrow_down@1x.png"; path = "Pod/Assets/arrow_down@1x.png"; sourceTree = ""; }; + CA18F7E3B63386B99BC27FE3891447FB /* FBSDKBase64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBase64.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Base64/FBSDKBase64.h; sourceTree = ""; }; + CA9561940BD63CEA1F00E7E114F5705B /* FBSDKOrganicDeeplinkHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKOrganicDeeplinkHelper.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppLink/FBSDKOrganicDeeplinkHelper.m; sourceTree = ""; }; + CAD1C7D4763119F0CC06ED45B5D6F786 /* SOAP12FaultcodeEnum.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12FaultcodeEnum.m; path = Pod/SOAP/SOAP12/SOAP12FaultcodeEnum.m; sourceTree = ""; }; + CAF4FEBFDAA5E7131CB46C2415B06035 /* JsonRequestSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JsonRequestSerializer.swift; path = AeroGearHttp/JsonRequestSerializer.swift; sourceTree = ""; }; + CB03DF2760683BF429AE919F41884E80 /* FBSDKAppLinkUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppLinkUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkUtility.m; sourceTree = ""; }; + CB283AABF3CEE07C086FE8E23F363434 /* Pods_Vendoo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Vendoo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + CB2AB1C902FDE1FE0843304C021048E7 /* PicoKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = PicoKit.modulemap; sourceTree = ""; }; + CB3AE43A409680DFB7DA272E5663295F /* SOAP11Fault.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP11Fault.h; path = Pod/SOAP/SOAP11/SOAP11Fault.h; sourceTree = ""; }; + CBE72FEA2F43AED48946AFC19793F24B /* PicoConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoConverter.h; path = Pod/Core/Converter/PicoConverter.h; sourceTree = ""; }; + CBED686AC5937A6ED7CF2977FDFCC0DF /* FBSDKShareOpenGraphContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphContent.m; sourceTree = ""; }; + CC26E8E3D7351E9DE44685C51F98DFD0 /* FBSDKLikeBoxBorderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeBoxBorderView.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxBorderView.h; sourceTree = ""; }; + CC7827DFEA640657B36BF25F407DE23F /* FBSDKAccessTokenCaching.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCaching.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCaching.h; sourceTree = ""; }; + CC8A83F328DA69E4AD4AACB2E781F811 /* BFURL_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFURL_Internal.h; path = Bolts/iOS/Internal/BFURL_Internal.h; sourceTree = ""; }; + CCE3A0AEEA51C049E1C8A8C2335A32D2 /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = ""; }; + CD33485C1C502613F59CF52A0AF56C00 /* BSImagePicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BSImagePicker-umbrella.h"; sourceTree = ""; }; + CDB067EADA78F19BE0B2C323DAC087BA /* FBSDKBridgeAPIProtocolWebV1.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPIProtocolWebV1.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV1.m; sourceTree = ""; }; + CE21D887507B6EF0FD3663F5B97CE311 /* BFAppLinkReturnToRefererView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkReturnToRefererView.m; path = Bolts/iOS/BFAppLinkReturnToRefererView.m; sourceTree = ""; }; + CE3B4D504E1D4AEB468003967B2EBE94 /* FBSDKAudioResourceLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAudioResourceLoader.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKAudioResourceLoader.h; sourceTree = ""; }; + CED57E4B4A724E39170C9056EC8F29E6 /* Pods-Vendoo.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-Vendoo.modulemap"; sourceTree = ""; }; + CEE29DA5F3F709007178DB0D8ACD98ED /* add_photo.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = add_photo.png; path = Pod/Assets/add_photo.png; sourceTree = ""; }; + CEEDEAA3B1D0E7F51C42A0FF4D04155F /* FBSDKContainerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKContainerViewController.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKContainerViewController.m; sourceTree = ""; }; + D0010F5E558D2E0DD1C452C881BBAA6F /* UIImage+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+AFNetworking.h"; path = "UIKit+AFNetworking/UIImage+AFNetworking.h"; sourceTree = ""; }; + D0386A7DC808534C0548BC11C07B7B9A /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + D0744F82A6C9E3539065BDBFB5D12A9E /* UIApplication+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+OAuthSwift.swift"; path = "OAuthSwift/UIApplication+OAuthSwift.swift"; sourceTree = ""; }; + D12D2F6E0AE57FDC45E04A168061412D /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = Analytics/Sources/Firebase.h; sourceTree = ""; }; + D2BB4811335CB496B9C2A6AF4620DDBC /* Locksmith.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Locksmith.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D3219AEED0D229D413971C6A2DCEB389 /* FBSDKAppEventsStateManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsStateManager.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsStateManager.h; sourceTree = ""; }; + D3C023CAB4F2364653FE94AE7D7989C9 /* FBSDKAppEventsStateManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsStateManager.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsStateManager.m; sourceTree = ""; }; + D3D407F1FAF969C893C8548A561838CA /* FBSDKCoreKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSDKCoreKit-umbrella.h"; sourceTree = ""; }; D4BD9D1803DACCD677E16D897C4986A4 /* AeroGearHttp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AeroGearHttp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D5214695C34AB4F9E674F948B7727DD9 /* SOAP11Header.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP11Header.h; path = Pod/SOAP/SOAP11/SOAP11Header.h; sourceTree = ""; }; - D5C4D0B727AA07AD1DEEB2EDE4ADD54B /* FBSDKAppGroupContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppGroupContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupContent.m; sourceTree = ""; }; - D62956C402D7ED4807F45EDB68356CF7 /* FBSDKAccessTokenCacheV3_21.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV3_21.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3_21.m; sourceTree = ""; }; - D62BD0B46D4DD3E23F0486B39F34AC3C /* OAuth2Module.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuth2Module.swift; path = AeroGearOAuth2/OAuth2Module.swift; sourceTree = ""; }; - D63D02E91D6B38B135432322DB3524D1 /* UIImageViewModeScaleAspect-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIImageViewModeScaleAspect-umbrella.h"; sourceTree = ""; }; - D6584D06226BBE65D2C1B72854FAA452 /* Pods-VendooTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-VendooTests.release.xcconfig"; sourceTree = ""; }; - D66AAA1D41D5347D3887785096A21833 /* SOAP12NotUnderstoodType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12NotUnderstoodType.m; path = Pod/SOAP/SOAP12/SOAP12NotUnderstoodType.m; sourceTree = ""; }; - D6F6BEE73349E6E138BBC3AB33304769 /* FBSDKBridgeAPICrypto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKBridgeAPICrypto.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPICrypto.m; sourceTree = ""; }; - D6FA687691490D74DB7D95810FFDE732 /* SOAP11Envelope.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP11Envelope.m; path = Pod/SOAP/SOAP11/SOAP11Envelope.m; sourceTree = ""; }; - D75E3971EE1419C2DF62506015C1F31D /* UIImageViewModeScaleAspect.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIImageViewModeScaleAspect.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D793CA9BA46614AEC9F3D4E981D06C0F /* SOAP12Subcode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Subcode.h; path = Pod/SOAP/SOAP12/SOAP12Subcode.h; sourceTree = ""; }; - D7A057740CF5683BB7F50F42214E7EF2 /* FBSDKDialogConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKDialogConfiguration.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKDialogConfiguration.m; sourceTree = ""; }; - D7AE5A737FC032BEC7D39DF989A90697 /* _FBSDKLoginRecoveryAttempter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FBSDKLoginRecoveryAttempter.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/_FBSDKLoginRecoveryAttempter.m; sourceTree = ""; }; - D80203C4BFA42419D59BE4FF5BCD0299 /* SOAP12Body.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Body.m; path = Pod/SOAP/SOAP12/SOAP12Body.m; sourceTree = ""; }; - D9FA050F37CAD063AB2EF83F69ED2EDE /* FBSDKShareOpenGraphAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphAction.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphAction.h; sourceTree = ""; }; - DA6C3EDC373498F2B6543BA3A1782CF6 /* BFAppLinkNavigation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkNavigation.m; path = Bolts/iOS/BFAppLinkNavigation.m; sourceTree = ""; }; - DAA6AD93AB539589E7B57D25B7D14AE6 /* BFAppLinkReturnToRefererController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkReturnToRefererController.h; path = Bolts/iOS/BFAppLinkReturnToRefererController.h; sourceTree = ""; }; - DB064DCA16BDD9976ED8B71B1CA54914 /* PicoSOAPRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSOAPRequestOperation.h; path = Pod/WebService/PicoSOAPRequestOperation.h; sourceTree = ""; }; - DB9E6D01E78DC0C850BDD6F5803600C6 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; - DC3131342D1498C50520CB3D4B5312E0 /* FBSDKLoginManagerLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLoginManagerLogger.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLogger.h; sourceTree = ""; }; - DCEA9E080A9DB2C74CD926570A953802 /* GoogleSymbolUtilities.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleSymbolUtilities.framework; path = Frameworks/GoogleSymbolUtilities.framework; sourceTree = ""; }; - DE2C6FCD2887EF07C04FD5B9CCA8F820 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - DE684A63FBA43103C6C95EB92021A630 /* FBSDKCrypto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKCrypto.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Cryptography/FBSDKCrypto.m; sourceTree = ""; }; - DED5FD7695F31049E4B8E3B5B24B2040 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - DF376A0589D6D5E1ECBC5D54F204BA73 /* AuthzModule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthzModule.swift; path = AeroGearHttp/AuthzModule.swift; sourceTree = ""; }; - DFC97C50B28D9ED8DBA990AC4CE436FF /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - DFDA51F6E76C444A94D80ED760F0FF2D /* FBSDKAppInviteDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppInviteDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteDialog.h; sourceTree = ""; }; - E01AD722032FAA3A9FF4FE6EC6C0F1E6 /* BSGridCollectionViewLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BSGridCollectionViewLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E01C630170F7ECF0E0BB37AC7643DD62 /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkActivityIndicatorManager.h; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h"; sourceTree = ""; }; - E09B0142E382AE769B4A68EAB68A6301 /* FBSDKLoginKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKLoginKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E18D85750800FAA35E2A22D014382E0F /* BFCancellationTokenRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFCancellationTokenRegistration.m; path = Bolts/Common/BFCancellationTokenRegistration.m; sourceTree = ""; }; - E1DF86F3F432B2615B079C69222B28DD /* FBSDKAppEventsDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsDeviceInfo.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsDeviceInfo.m; sourceTree = ""; }; - E1F6D8AD3A6C79967CD7352C0B10BF3F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E20D6D5C07070039BC027BEAB99D11F2 /* FBSDKShareKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareKit.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareKit.h; sourceTree = ""; }; - E21AA9D832D2E33E1B9BE4CBD80D9F68 /* FBSDKAccessTokenCacheV4.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV4.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV4.m; sourceTree = ""; }; - E4065D1FA2A7D2F78877CC45F26AFAE4 /* FirebaseAuth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAuth.framework; path = Frameworks/FirebaseAuth.framework; sourceTree = ""; }; - E46A3605C6A0524B347CF43D6902217B /* FBSDKPaymentObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKPaymentObserver.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKPaymentObserver.m; sourceTree = ""; }; - E4879A76EF4143E0A3D961683258E259 /* SOAP12SupportedEnvType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12SupportedEnvType.h; path = Pod/SOAP/SOAP12/SOAP12SupportedEnvType.h; sourceTree = ""; }; + D4CB6A8D6FA511ED7B3405B95052C075 /* TYMActivityIndicatorView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TYMActivityIndicatorView.xcconfig; sourceTree = ""; }; + D5230F3C993EF53931931F6A58EBBECD /* Bolts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bolts.h; path = Bolts/Common/Bolts.h; sourceTree = ""; }; + D524E45F72B7D5706A8E8FC890847D37 /* FBSDKShareError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareError.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareError.m; sourceTree = ""; }; + D5DE4D754EE820BB60C454F9F10447F9 /* OAuth2Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuth2Session.swift; path = AeroGearOAuth2/OAuth2Session.swift; sourceTree = ""; }; + D619A54243FC9B2160AA5D4B6C5CD555 /* BFAppLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLink.h; path = Bolts/iOS/BFAppLink.h; sourceTree = ""; }; + D620CA6670E89627877735C51B3F6CF3 /* FBSDKLoginManagerLoginResult+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginManagerLoginResult+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLoginResult+Internal.h"; sourceTree = ""; }; + D65C597C7BFEA9ACB22F9D23F518616A /* SOAP12Fault.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Fault.h; path = Pod/SOAP/SOAP12/SOAP12Fault.h; sourceTree = ""; }; + D672054D42DA9801632183EF1C590B71 /* SOAP11Detail.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP11Detail.m; path = Pod/SOAP/SOAP11/SOAP11Detail.m; sourceTree = ""; }; + D70416A9A53143F089245C8D1297E324 /* BFAppLinkReturnToRefererController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFAppLinkReturnToRefererController.m; path = Bolts/iOS/BFAppLinkReturnToRefererController.m; sourceTree = ""; }; + D7CDD094D4209E5C102D154AB6D938C4 /* SWRevealViewController-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SWRevealViewController-umbrella.h"; sourceTree = ""; }; + D80E1C76A1D754C95364D1348D4C126D /* AlbumTableViewDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTableViewDataSource.swift; path = Pod/Classes/Model/AlbumTableViewDataSource.swift; sourceTree = ""; }; + D8179B84003C81BB0751EE43A1DCABA9 /* FBSDKLikeBoxView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeBoxView.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxView.h; sourceTree = ""; }; + D81C43CEB0259EA9FC423C2560D19C80 /* Bolts.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bolts.xcconfig; sourceTree = ""; }; + D97527C094DC8D0AE452F5F42CB83BC4 /* PicoKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PicoKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D9DD479673E8B396F89A7DAA2143A711 /* UIAlertView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIAlertView+AFNetworking.m"; path = "UIKit+AFNetworking/UIAlertView+AFNetworking.m"; sourceTree = ""; }; + DA43B264B353C84DB380D6CF195B67D6 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + DA4F83C6113FDD8CDA96DA359763EB39 /* arrow_down@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "arrow_down@3x.png"; path = "Pod/Assets/arrow_down@3x.png"; sourceTree = ""; }; + DA75AB0F3BE8C976FD171BC3ACF4FD4D /* FBSDKLikeActionControllerCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeActionControllerCache.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionControllerCache.m; sourceTree = ""; }; + DA8D2F518A8BABD6E589DCC7ABAAD2D2 /* FBSDKLoginManager+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginManager+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManager+Internal.h"; sourceTree = ""; }; + DA94C6591FD96A4B7462E306BF834C57 /* FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID.h; path = Sources/FIRInstanceID.h; sourceTree = ""; }; + DAB1B89813CDD043CC410F5DFE0A6452 /* XMLWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = XMLWriter.m; path = Pod/XMLWriter/XMLWriter.m; sourceTree = ""; }; + DB0A045B230B8CCD0523F87D3DEF8C9F /* OAuthSwiftClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuthSwiftClient.swift; path = OAuthSwift/OAuthSwiftClient.swift; sourceTree = ""; }; + DB866DB9DE8C316714FABD3690C1FB6F /* PicoBindable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoBindable.h; path = Pod/Core/PicoBindable.h; sourceTree = ""; }; + DC4358A4E9F5CD0E977BA79631BAD3F3 /* AFHTTPRequestOperationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPRequestOperationManager.m; path = AFNetworking/AFHTTPRequestOperationManager.m; sourceTree = ""; }; + DC9BED0D6C773E3725A004F799012C45 /* FBSDKAppEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEvents.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppEvents.m; sourceTree = ""; }; + DCC445491493492EC123D21A28983519 /* BSGridCollectionViewLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BSGridCollectionViewLayout-prefix.pch"; sourceTree = ""; }; + DCCA5879C89062A06F6669EEC7EE9423 /* FBSDKBridgeAPICrypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPICrypto.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPICrypto.h; sourceTree = ""; }; + DD69DD0A9EBE6880B7E924359823A64E /* BSImagePicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BSImagePicker.xcconfig; sourceTree = ""; }; + DD70A3643DC0CEFD5CBE01C0B6705477 /* UIActivityIndicatorView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActivityIndicatorView+AFNetworking.h"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h"; sourceTree = ""; }; + DE82249BC48423C663A690EFFF728AA0 /* ComposedCollectionViewDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComposedCollectionViewDataSource.swift; path = Pod/Classes/Model/ComposedCollectionViewDataSource.swift; sourceTree = ""; }; + DEA9834FAC9B8FF918BDD38196090F4B /* FBSDKLoginError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginError.m; path = FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginError.m; sourceTree = ""; }; + DF2271DD0897F59E56F8E7966E5AC243 /* FBSDKUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKUtility.m; sourceTree = ""; }; + DFB9B16A8846AA57E02117247CFAA15F /* Bolts-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Bolts-dummy.m"; sourceTree = ""; }; + DFC58BAC59B7138DCA9C331EB7AF3D72 /* FBSDKCoreKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSDKCoreKit.modulemap; sourceTree = ""; }; + E0BC2808CF5B9E44587BBD8297655C3A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + E0E604595694E7875598C8C51087F04B /* PhotoCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = PhotoCell.xib; path = Pod/Assets/PhotoCell.xib; sourceTree = ""; }; + E1498D3AB8502D993842832DE34046C3 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + E178194C369B2D90EE7A9C838F1F3975 /* Pods-Vendoo-VendooTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Vendoo-VendooTests.release.xcconfig"; sourceTree = ""; }; + E185BFAA94FAB3FD3156D77FF1CDC014 /* FBSDKAppGroupContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppGroupContent.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupContent.h; sourceTree = ""; }; + E229D8176F4CEC52ACE0B7DD090CD054 /* SOAP11Header.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP11Header.h; path = Pod/SOAP/SOAP11/SOAP11Header.h; sourceTree = ""; }; + E26FE18769839444179321C67936EF19 /* AeroGearHttp.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AeroGearHttp.xcconfig; sourceTree = ""; }; + E27C526A9DC03AC25201A7B5842662EE /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; + E2D7A400CB4341C8290E8D4301ED9DBB /* UIImageViewModeScaleAspect.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIImageViewModeScaleAspect.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E317B9D5CFF520B3690F6E5AD930138D /* FBSDKAccessTokenCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAccessTokenCache.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCache.h; sourceTree = ""; }; + E32563002394581385A3D32A16C7719A /* PicoXMLWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoXMLWriter.h; path = Pod/Core/PicoXMLWriter.h; sourceTree = ""; }; + E3A2D38C759F5C76D318AD4D8E4D3907 /* FBSDKMessageDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMessageDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKMessageDialog.h; sourceTree = ""; }; + E3CE70F7EC79F8127B634681942B5E63 /* ZoomAnimator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZoomAnimator.swift; path = Pod/Classes/Controller/ZoomAnimator.swift; sourceTree = ""; }; + E48063F76B420F3E35DAD13047D42C79 /* Pods-Vendoo-VendooTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Vendoo-VendooTests-umbrella.h"; sourceTree = ""; }; + E49EE569473201E432EEFB06FE40EF81 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + E4C5AC4A40579BDC28AF236C903221A5 /* FBSDKShareOpenGraphValueContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKShareOpenGraphValueContainer.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphValueContainer.h; sourceTree = ""; }; E52CFB5C20763A830341CDF43564E66C /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - E533F4B3AF4AE856D2B830C801A135CA /* SOAP12UpgradeType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12UpgradeType.h; path = Pod/SOAP/SOAP12/SOAP12UpgradeType.h; sourceTree = ""; }; - E5C52AC50A02CAEA171B26992731FB4A /* LocksmithInternetProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocksmithInternetProtocol.swift; path = Source/LocksmithInternetProtocol.swift; sourceTree = ""; }; - E69D57E6E2D980D6519839588A28902D /* FBSDKShareError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareError.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareError.m; sourceTree = ""; }; - E6B0894146F0BC72886E40080669AE2E /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E6F0A0E9035211FF35F918848098E903 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - E7445206939D554844C4596CB5EE31F2 /* BFAppLinkResolving.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkResolving.h; path = Bolts/iOS/BFAppLinkResolving.h; sourceTree = ""; }; - E757C451E6D82E23E44B78364B3C899D /* FBSDKDynamicFrameworkLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKDynamicFrameworkLoader.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDynamicFrameworkLoader.h; sourceTree = ""; }; - E79A3B1DCA9FB9E220D2E7E7A2C5DE7D /* PicoConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoConfig.m; path = Pod/Core/PicoConfig.m; sourceTree = ""; }; - E7D2944F83815E783A74721A88E11FEF /* SOAP12Reasontext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Reasontext.h; path = Pod/SOAP/SOAP12/SOAP12Reasontext.h; sourceTree = ""; }; - E7E8631956BD080D5B4026F2FDD349CD /* BSImagePicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BSImagePicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E870D826781CE652F4FF0FA34C714313 /* Pods-VendooUITests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-VendooUITests-acknowledgements.plist"; sourceTree = ""; }; - E875F8CB26BC5DA84E804C5279482215 /* FBSDKKeychainStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKKeychainStore.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStore.h; sourceTree = ""; }; - E87ED8910D786526F4DCAB58774FECDD /* FBSDKAppGroupAddDialog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppGroupAddDialog.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupAddDialog.h; sourceTree = ""; }; - E88F6B2237797BAA00AAB8755F5BC3F6 /* FBSDKAppLinkResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppLinkResolver.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkResolver.m; sourceTree = ""; }; - E89281C846E82C963BFCA062045BC56D /* AlbumsViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumsViewController.swift; path = Pod/Classes/Controller/AlbumsViewController.swift; sourceTree = ""; }; - E8CAD2685D37DA220CD3305D0F5101B0 /* FBSDKGraphRequestMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKGraphRequestMetadata.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/Network/FBSDKGraphRequestMetadata.h; sourceTree = ""; }; - EA420D6C0CE1DB57D6F07B1C38B393D2 /* _FBSDKLoginRecoveryAttempter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FBSDKLoginRecoveryAttempter.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/_FBSDKLoginRecoveryAttempter.h; sourceTree = ""; }; - EB5398BA0A881BACA20A32A1445729E1 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - EBD21A7F2455E4AB8F441155D5F22BC3 /* PicoStringConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoStringConverter.h; path = Pod/Core/Converter/PicoStringConverter.h; sourceTree = ""; }; - EBFBBB70C90B3FFC502B930D9680A6C2 /* PicoXMLClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoXMLClient.m; path = Pod/WebService/PicoXMLClient.m; sourceTree = ""; }; - EC005966522AB3BA5C1319F9FD58CCF7 /* LocksmithError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocksmithError.swift; path = Source/LocksmithError.swift; sourceTree = ""; }; - EC4F5C09358BA76ADBAC550847C73F6D /* OrderedDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OrderedDictionary.m; path = Pod/OrderedDictionary/OrderedDictionary.m; sourceTree = ""; }; - EC5AD17AD6A58ADDF59C6B2C615B29D7 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - EC7723C9B354D22E1790A502D6A571CE /* FBSDKTimeSpentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTimeSpentData.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKTimeSpentData.h; sourceTree = ""; }; - ED1D2220615A13294FD6AEC63793DA67 /* Pods-VendooUITests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-VendooUITests-dummy.m"; sourceTree = ""; }; - ED817401B78ED62907AC17BC59E54834 /* FBSDKBridgeAPIProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocol.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIProtocol.h; sourceTree = ""; }; - EDBE356EA26283AB85685C001D3F1283 /* Locksmith-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Locksmith-umbrella.h"; sourceTree = ""; }; - EDE073ABA9BE8B48245E316709104CA3 /* SWRevealViewController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SWRevealViewController-dummy.m"; sourceTree = ""; }; - EE1434D78C111D01D44261BE1E2E48C6 /* PicoBoolConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoBoolConverter.m; path = Pod/Core/Converter/PicoBoolConverter.m; sourceTree = ""; }; - EE83963EAF9F6FD2972C8DF77874D1DF /* FBSDKAudioResourceLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAudioResourceLoader.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKAudioResourceLoader.h; sourceTree = ""; }; - EEE2FC3ED64DCF700CBDD6789097F898 /* FBSDKBridgeAPIProtocolWebV2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocolWebV2.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolWebV2.h; sourceTree = ""; }; - EF14C76A3F189A456CC993C5AEDB7D89 /* PicoSOAPWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSOAPWriter.h; path = Pod/SOAP/PicoSOAPWriter.h; sourceTree = ""; }; - EF2DC209BF1435485F678AC3EC9392BC /* RequestSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestSerializer.swift; path = AeroGearHttp/RequestSerializer.swift; sourceTree = ""; }; - EF9C682F57DBBE9F74BF575242D669B0 /* arrow_down@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "arrow_down@2x.png"; path = "Pod/Assets/arrow_down@2x.png"; sourceTree = ""; }; - EFCC83EA000E5E453E0828272CFC5F81 /* FBSDKLoginCompletion+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKLoginCompletion+Internal.h"; path = "FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginCompletion+Internal.h"; sourceTree = ""; }; - F06EAF6977D8904436D92B11BA5223DF /* FBSDKSystemAccountStoreAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKSystemAccountStoreAdapter.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKSystemAccountStoreAdapter.h; sourceTree = ""; }; - F13F56E830BAE8AECC7292AA45BC7FFB /* FBSDKAccessTokenCacheV3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCacheV3.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCacheV3.m; sourceTree = ""; }; - F14F4DA20E20EAB397C503C961E89BEF /* FBSDKPaymentObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKPaymentObserver.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKPaymentObserver.h; sourceTree = ""; }; - F15C97CBB3540F1BDFB470A25225FFC9 /* OAuth2Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuth2Session.swift; path = AeroGearOAuth2/OAuth2Session.swift; sourceTree = ""; }; - F1F5D2A20903DA1E3C86DA0F3954DDC5 /* FBSDKAudioResourceLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAudioResourceLoader.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKAudioResourceLoader.m; sourceTree = ""; }; - F288D85D7FF5F7428ED7BD1FE4EB9B8C /* FBSDKSettings+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKSettings+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKSettings+Internal.h"; sourceTree = ""; }; - F29718E4176F41AC28B935D9CD4D8996 /* FBSDKAppEventsDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsDeviceInfo.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsDeviceInfo.h; sourceTree = ""; }; - F3CFF39DA2DA5F7216487219BD41433E /* Locksmith.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Locksmith.xcconfig; sourceTree = ""; }; - F43E92D52146AB7DC8335A8052543C26 /* PicoXMLReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoXMLReader.m; path = Pod/Core/PicoXMLReader.m; sourceTree = ""; }; - F4C5543199E1F35ED20827B3ABDF0CB3 /* BFCancellationTokenSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFCancellationTokenSource.h; path = Bolts/Common/BFCancellationTokenSource.h; sourceTree = ""; }; - F5569B5D3FF25F373FDB9A1137E0522C /* FBSDKWebDialogView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKWebDialogView.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialogView.h; sourceTree = ""; }; - F5AA06949166D6CCA8A52EDC65F86B61 /* SOAP12UpgradeType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12UpgradeType.m; path = Pod/SOAP/SOAP12/SOAP12UpgradeType.m; sourceTree = ""; }; - F6833C65F80DC08D7CB7A4CFA8F6479C /* GDataXML-HTML-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GDataXML-HTML-dummy.m"; sourceTree = ""; }; - F6D44C12D5CC24B3511A7FD66A9F708C /* AeroGearHttp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AeroGearHttp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F6E537E7FA3A28F0279CF2D163705766 /* FBSDKUIUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKUIUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKUIUtility.h; sourceTree = ""; }; - F777AB607C974E7DABA931283A5B0A7A /* SOAP12Reasontext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Reasontext.m; path = Pod/SOAP/SOAP12/SOAP12Reasontext.m; sourceTree = ""; }; - F7B0157055DCD6F6A577E0224F0D29FC /* FBSDKLikeBoxView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeBoxView.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeBoxView.h; sourceTree = ""; }; - F7E294921A58F30FD8A056BDDB358920 /* XMLWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = XMLWriter.h; path = Pod/XMLWriter/XMLWriter.h; sourceTree = ""; }; - F7E46089152333FF2E9816DC87F46171 /* GDataXML_HTML.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GDataXML_HTML.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F7FC7E483852F29AAB7772C3704130A6 /* SOAP11Envelope.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP11Envelope.h; path = Pod/SOAP/SOAP11/SOAP11Envelope.h; sourceTree = ""; }; - F827E61862062CE42C901C80BCA95BD6 /* FBSDKKeychainStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKKeychainStore.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStore.m; sourceTree = ""; }; - F8CB09EBF9DDE22796742FF2390B5C12 /* PhotosViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotosViewController.swift; path = Pod/Classes/Controller/PhotosViewController.swift; sourceTree = ""; }; - F94909C1EA23C34C6D850CE8EB1929FE /* FBSDKLikeActionControllerCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLikeActionControllerCache.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKLikeActionControllerCache.m; sourceTree = ""; }; - F9734BA6C596FDDDD65934D5C1B0FBA9 /* Manager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Manager.swift; path = Source/Manager.swift; sourceTree = ""; }; - F9A6F274AD98B028D21C2C73C91A3E45 /* AccountManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AccountManager.swift; path = AeroGearOAuth2/AccountManager.swift; sourceTree = ""; }; - F9F9C2B5D9BE1BFCF9E4CAFDC422B53A /* Pods_VendooTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_VendooTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FA0ECA4C294A56C937FC45C463AC2DC3 /* FBSDKInternalUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKInternalUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKInternalUtility.h; sourceTree = ""; }; - FA1DE33E39EEFE744A0564A8962CE927 /* Pods-VendooTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-VendooTests-acknowledgements.markdown"; sourceTree = ""; }; - FADCC6B8DB6A5516586DD1AEB807EA52 /* NSData+OAuthSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSData+OAuthSwift.swift"; path = "OAuthSwift/NSData+OAuthSwift.swift"; sourceTree = ""; }; - FB617D178301D620164BB07802891736 /* FBSDKAppEventsUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsUtility.h; sourceTree = ""; }; - FB81C23CFCE3144CC262880A877256A4 /* OAuth2Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuth2Swift.swift; path = OAuthSwift/OAuth2Swift.swift; sourceTree = ""; }; + E6087AF82C717C34954BFF6BE6FD54B8 /* Locksmith-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Locksmith-prefix.pch"; sourceTree = ""; }; + E64651DB95E0B15BB312F6312ACBE569 /* AeroGearHttp-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AeroGearHttp-umbrella.h"; sourceTree = ""; }; + E67B7295241B586BE9B4D6D6FAF28583 /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E70C8545EE8453FD876CB6F43D46A338 /* PicoKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PicoKit.xcconfig; sourceTree = ""; }; + E71829FF290118344E90D187DAB55969 /* FBSDKCoreKit+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKCoreKit+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKCoreKit+Internal.h"; sourceTree = ""; }; + E7A090313974760BAFE6E711F781CABA /* SOAP11Fault.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP11Fault.m; path = Pod/SOAP/SOAP11/SOAP11Fault.m; sourceTree = ""; }; + E7A35B11971B1FA23EA748323A8E8C0B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + E858FA74CC061E2522FBC38DCB79D3A9 /* OAuth1Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OAuth1Swift.swift; path = OAuthSwift/OAuth1Swift.swift; sourceTree = ""; }; + E86011139202C985DE4BDA1418B15737 /* FBSDKLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLogger.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKLogger.m; sourceTree = ""; }; + E8BF1D58D62BBC46739AE701C23DF542 /* FBSDKCoreKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSDKCoreKit.xcconfig; sourceTree = ""; }; + E8EAA1D518760505308ED46344A40B55 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + E8FDBBD68A80D214BC46B5AE53D4F76F /* UIImageViewModeScaleAspect.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = UIImageViewModeScaleAspect.modulemap; sourceTree = ""; }; + E9300385F72720F6C95944F2CBADC1F7 /* UIButton+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+AFNetworking.h"; path = "UIKit+AFNetworking/UIButton+AFNetworking.h"; sourceTree = ""; }; + EA9672FE60ACFA6FD39010D2AA9CF225 /* FBSDKLoginManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLoginManager.m; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManager.m; sourceTree = ""; }; + EADAF8354E076C200F01AD3E52A05201 /* BFTask+Exceptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "BFTask+Exceptions.h"; path = "Bolts/Common/BFTask+Exceptions.h"; sourceTree = ""; }; + EAE080E43FE64694DEB0DE294C12D829 /* PicoConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoConfig.h; path = Pod/Core/PicoConfig.h; sourceTree = ""; }; + EB342C66340F0F9CC8BC06EA44FB9716 /* FBSDKDialogConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKDialogConfiguration.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKDialogConfiguration.h; sourceTree = ""; }; + EB76ABEEC84D94281BBA33F8A707F52B /* BFCancellationTokenRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFCancellationTokenRegistration.h; path = Bolts/Common/BFCancellationTokenRegistration.h; sourceTree = ""; }; + EBFC4268527D9F8038C26EE670CDE796 /* Alamofire-SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-SwiftyJSON-prefix.pch"; sourceTree = ""; }; + EC88F0E7D91840D2776494E7DCDFEA1C /* FBSDKViewImpressionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKViewImpressionTracker.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKViewImpressionTracker.m; sourceTree = ""; }; + EC9F13F9E8CAAACFF78326E45C40599F /* FBSDKButton+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKButton+Subclass.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKButton+Subclass.h"; sourceTree = ""; }; + ED48F8029AD4431700989A7222F7E972 /* FBSDKIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKIcon.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKIcon.h; sourceTree = ""; }; + ED6E22F1D0CC20210179A91B27BC34EC /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; + EDB6A7A2286F25B59DDAD3B2E68D208A /* Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Download.swift; path = Source/Download.swift; sourceTree = ""; }; + EDDEC727D8DAF0DA2BBFB591ED21B56F /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + EDF1E12CC3EB15DB99FCE3C4F8364295 /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; + EFDB9B82E6870E8F4E1F563CB761F2B4 /* FBSDKSettings+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBSDKSettings+Internal.h"; path = "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKSettings+Internal.h"; sourceTree = ""; }; + EFEA264F83FCD09489CBB48FEC925925 /* FBSDKAppGroupContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppGroupContent.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppGroupContent.m; sourceTree = ""; }; + F0E46430AB0156C611FF7A4E3D4882A8 /* SOAP12SupportedEnvType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12SupportedEnvType.h; path = Pod/SOAP/SOAP12/SOAP12SupportedEnvType.h; sourceTree = ""; }; + F10E09F24A3B6BA2E4BD36FCBAB32383 /* SOAP12Detail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Detail.h; path = Pod/SOAP/SOAP12/SOAP12Detail.h; sourceTree = ""; }; + F144E0ADE3648A5D32EFCA69C0B7234E /* PicoSOAPRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoSOAPRequestOperation.m; path = Pod/WebService/PicoSOAPRequestOperation.m; sourceTree = ""; }; + F1765ACC268C5E65419329269F216130 /* _FBSDKLoginRecoveryAttempter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FBSDKLoginRecoveryAttempter.h; path = FBSDKLoginKit/FBSDKLoginKit/Internal/_FBSDKLoginRecoveryAttempter.h; sourceTree = ""; }; + F220BFDFE04C5E44BF4CD17A497DA847 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + F2CDAC06F3EBFD5E85269D393C273544 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + F360CE6486A747945443BA0C06AC2C99 /* Pods-Vendoo-VendooUITests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Vendoo-VendooUITests-umbrella.h"; sourceTree = ""; }; + F3656113C4722F5334A57E106D278299 /* BFCancellationToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFCancellationToken.m; path = Bolts/Common/BFCancellationToken.m; sourceTree = ""; }; + F388A6999ED21F6E0CDA986059254761 /* LocksmithError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocksmithError.swift; path = Source/LocksmithError.swift; sourceTree = ""; }; + F403D913349292156367832BB68EDEBA /* FBSDKAppEventsDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppEventsDeviceInfo.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsDeviceInfo.m; sourceTree = ""; }; + F53B4CC4415CE07123BF063BBB373F7C /* FBSDKCoreKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKCoreKit.h; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h; sourceTree = ""; }; + F59560067A0BF43C1DC254FA93DF5B7F /* PicoSOAPWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoSOAPWriter.m; path = Pod/SOAP/PicoSOAPWriter.m; sourceTree = ""; }; + F5BD3504B96359BD27FEBA4D8AD4E18A /* FBSDKBridgeAPIProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKBridgeAPIProtocol.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPIProtocol.h; sourceTree = ""; }; + F666F4AD6771C67E12F920EE14503EB1 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; + F6FE5C7BF10EBAD6F29B4122869155BC /* FBSDKTooltipView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKTooltipView.h; path = FBSDKLoginKit/FBSDKLoginKit/FBSDKTooltipView.h; sourceTree = ""; }; + F7337BAD9C60377C227015A11AA1188B /* GoogleNetworkingUtilities.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleNetworkingUtilities.framework; path = Frameworks/GoogleNetworkingUtilities.framework; sourceTree = ""; }; + F74C14BEF6DB17CD8EF940C4A4EEAC0F /* add_photo@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "add_photo@2x.png"; path = "Pod/Assets/add_photo@2x.png"; sourceTree = ""; }; + F76E54B8245E01726AF6EF16AD3827E4 /* FBSDKCheckmarkIcon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKCheckmarkIcon.m; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKCheckmarkIcon.m; sourceTree = ""; }; + F7C5F771D232A4C7C5491ADB514E62CB /* SOAP11Body.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP11Body.m; path = Pod/SOAP/SOAP11/SOAP11Body.m; sourceTree = ""; }; + F7D1135C708CFABDCEF0A3508501EA2D /* FBSDKAccessTokenCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAccessTokenCache.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCache.m; sourceTree = ""; }; + F7F9001E7D084976BD80994B7BE41383 /* FBSDKShareOpenGraphObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKShareOpenGraphObject.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphObject.m; sourceTree = ""; }; + F8AFE5EB7076EFE8F34B0E147AA970B4 /* Locksmith-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Locksmith-dummy.m"; sourceTree = ""; }; + F8DFF9AD2140B7424CF0E7B0C26DC7E9 /* BFTaskCompletionSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BFTaskCompletionSource.m; path = Bolts/Common/BFTaskCompletionSource.m; sourceTree = ""; }; + F9C7C0D3ADE9E5FDD958B1F54E512561 /* FBSDKAppEventsUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKAppEventsUtility.h; path = FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsUtility.h; sourceTree = ""; }; + F9DBFCA514FB992D29C80A5EC76D68E0 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + F9EC1EC3B939DC697CE92B67649E662F /* OAuthSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "OAuthSwift-dummy.m"; sourceTree = ""; }; + FA2374B3C414371278389E8BD50D6C01 /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+AFNetworking.h"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.h"; sourceTree = ""; }; + FA7505206E90180002A81B093D8205B7 /* FBSDKMessengerIcon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKMessengerIcon.h; path = FBSDKShareKit/FBSDKShareKit/Internal/FBSDKMessengerIcon.h; sourceTree = ""; }; + FAC70453D59F96B06BD9FF0FEF95CE0A /* BFAppLinkTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BFAppLinkTarget.h; path = Bolts/iOS/BFAppLinkTarget.h; sourceTree = ""; }; FB8231AB6B7EFC465CB6EB21C2BF39E1 /* FBSDKCoreKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSDKCoreKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FB86919B212B5F4ECEDF47A5929C376A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - FD1962155BD5DAFF4BC04134E50787C9 /* PicoXMLElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoXMLElement.h; path = Pod/Core/XMLSupport/PicoXMLElement.h; sourceTree = ""; }; - FD1B02521233BEA3241D22E2C40A5FBE /* PicoCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoCache.h; path = Pod/Core/Cache/PicoCache.h; sourceTree = ""; }; - FD267FA440E525AC2F8CA9897C33C572 /* FBSDKCoreKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSDKCoreKit-dummy.m"; sourceTree = ""; }; - FDBD06296B902AFFEC2591D59A4597B0 /* XMLWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = XMLWriter.m; path = Pod/XMLWriter/XMLWriter.m; sourceTree = ""; }; - FE94EB94F5AED9FDE0950FC49FEBE63C /* LocksmithInternetAuthenticationType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocksmithInternetAuthenticationType.swift; path = Source/LocksmithInternetAuthenticationType.swift; sourceTree = ""; }; - FE96214E3715C752BFB0FBB4D11568C7 /* FBSDKGraphErrorRecoveryProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKGraphErrorRecoveryProcessor.m; path = FBSDKCoreKit/FBSDKCoreKit/FBSDKGraphErrorRecoveryProcessor.m; sourceTree = ""; }; - FE9E1F151120B495554F16BD545D32AF /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+AFNetworking.h"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.h"; sourceTree = ""; }; - FEB0E8339EA563D8B88174B610A3B70A /* PicoKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PicoKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FEDB75CC152C5310E35BFCB174196A44 /* PreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewController.swift; path = Pod/Classes/Controller/PreviewViewController.swift; sourceTree = ""; }; - FEEF573D806CB25ED08D367C1D03C14C /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = AFNetworking.modulemap; sourceTree = ""; }; - FF9222246ECA54215BB409FE784A683B /* PicoKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PicoKit-umbrella.h"; sourceTree = ""; }; - FFAE6EDA0524B39F131C81AD631FA356 /* SOAP12Detail.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SOAP12Detail.m; path = Pod/SOAP/SOAP12/SOAP12Detail.m; sourceTree = ""; }; + FBBFE6AF49749C0490901A34948C12EB /* FBSDKLikeObjectType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSDKLikeObjectType.h; path = FBSDKShareKit/FBSDKShareKit/FBSDKLikeObjectType.h; sourceTree = ""; }; + FC702CB7B4E400D11C8330D914F6641A /* SOAP12Envelope.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SOAP12Envelope.h; path = Pod/SOAP/SOAP12/SOAP12Envelope.h; sourceTree = ""; }; + FCAA36A134D55C201B7C9F0B1FB78EE7 /* PicoBoolConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PicoBoolConverter.m; path = Pod/Core/Converter/PicoBoolConverter.m; sourceTree = ""; }; + FD2E9185EE51467D606FBA66D243AA42 /* Pods-Vendoo-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Vendoo-umbrella.h"; sourceTree = ""; }; + FD8F5E8625B631F1FAE445F5514F36A4 /* FBSDKAppInviteDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKAppInviteDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKAppInviteDialog.m; sourceTree = ""; }; + FD9887BB7AC33622204D53639F7A1E17 /* PreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewController.swift; path = Pod/Classes/Controller/PreviewViewController.swift; sourceTree = ""; }; + FDEE1A982BF65E50670F7668F193DBC3 /* FBSDKInternalUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKInternalUtility.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKInternalUtility.m; sourceTree = ""; }; + FE27E73AB9D1AB7B10C63C2322C0AA58 /* FBSDKMessageDialog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKMessageDialog.m; path = FBSDKShareKit/FBSDKShareKit/FBSDKMessageDialog.m; sourceTree = ""; }; + FE7056B94E9F7C98902BD400A22CD9DB /* FBSDKLogo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSDKLogo.m; path = FBSDKCoreKit/FBSDKCoreKit/Internal/UI/FBSDKLogo.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 03E8CCDA32AA42D3F8C9E0956F925223 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 42F44AD72DA11C66072D46BEC5DF08B2 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 0FE3804D0FBC0C2B53BC397CDF14BC28 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1629,14 +1907,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1DCC5C20D7BB942D89A1E6B830915B67 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - EAEAFB7B18D1E49758EFAC0A89DC02A7 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 26E2C710DCBB6BEB3C8CCF8EA1ED724F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1689,14 +1959,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 46DA9D7B9BC092A5E3D7C96DC1FCC04C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - FC9AF67A10351E971AAAC532343E764C /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 46EE8E1617E1454BFB2F6FBA85243645 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1709,6 +1971,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5F18E4A411E091B87ADDE4BE398609A6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 9AA1F38B13D6C8E732014B430FD80EC3 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 60C3D26E2C8843CA90222B621C57A0DA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1787,14 +2057,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E709984F33EBB676FADBDCF970806D02 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - A5C0CCB7592B4AB0554D304C79E2FF99 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; E76F4132D285A646A31227F89B6D60B5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1808,6 +2070,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F583AF500829E8383DB5FDD6E6AAD956 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 0A9A3F9CCE438996942DA3B5A067BD01 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; FE01B5BC92977FB1F14A8C73D8F6D05C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1821,6 +2091,36 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 06BC65EC8555178401515199505D0E55 /* Products */ = { + isa = PBXGroup; + children = ( + B5027A66F337B67B57F24D6A037785E8 /* AeroGearHttp.framework */, + 55E0553BC1CEA1822AA7826599C94FD4 /* AeroGearOAuth2.framework */, + E67B7295241B586BE9B4D6D6FAF28583 /* AFNetworking.framework */, + F9DBFCA514FB992D29C80A5EC76D68E0 /* Alamofire.framework */, + 368891931E4FDAD657575C866C45466D /* Alamofire_SwiftyJSON.framework */, + 2988D6367AC970D13B7AE0B9C4B3A5CF /* Bolts.framework */, + 4578E1AEB9C23435264A4E8697646F3B /* BSGridCollectionViewLayout.framework */, + 1DAB82B06E436E004842E183C76B2507 /* BSImagePicker.bundle */, + 2E9442C823B6DA7C3A7653A638F855F9 /* BSImagePicker.framework */, + 3E761E000A87CDA00D2C3CB849EF5842 /* FBSDKCoreKit.framework */, + 97B4A4D306EEEA7C0295BDE0FCAE7142 /* FBSDKLoginKit.framework */, + 3738A2FF8F7328CA11038CA2E0550FDB /* FBSDKShareKit.framework */, + 5005A8699C453626503502CFA2E8301E /* GDataXML_HTML.framework */, + D2BB4811335CB496B9C2A6AF4620DDBC /* Locksmith.framework */, + 5767233EA7637354C8E61061C9409DBB /* OAuthSwift.framework */, + D97527C094DC8D0AE452F5F42CB83BC4 /* PicoKit.framework */, + CB283AABF3CEE07C086FE8E23F363434 /* Pods_Vendoo.framework */, + 64F849AB0C6D915F04D9363C0EB073CB /* Pods_Vendoo_VendooTests.framework */, + 0B5E34F5C87CFA9E2E41449FFC06ACE1 /* Pods_Vendoo_VendooUITests.framework */, + F2CDAC06F3EBFD5E85269D393C273544 /* SwiftyJSON.framework */, + 49B6B3AA873F4F4971FAAFC663B2E729 /* SWRevealViewController.framework */, + AB0620F3D4C46CD8189B8495F8F05288 /* TYMActivityIndicatorView.framework */, + E2D7A400CB4341C8290E8D4301ED9DBB /* UIImageViewModeScaleAspect.framework */, + ); + name = Products; + sourceTree = ""; + }; 06C640D12AD3535F41CEAC55EBD4C0FA /* iOS */ = { isa = PBXGroup; children = ( @@ -1836,229 +2136,244 @@ name = iOS; sourceTree = ""; }; - 0E9D271AE7E7F9C640371CB424FFFAED /* OrderedDictionary */ = { + 08E27163AC2565A04F3DAF72DD1949E7 /* GDataXML-HTML */ = { isa = PBXGroup; children = ( - A6A330A321B6CAF075C6F432DF25DA9A /* OrderedDictionary.h */, - EC4F5C09358BA76ADBAC550847C73F6D /* OrderedDictionary.m */, + 0DA6D2F389AF14019E8BA74FF2690A20 /* GDataXMLNode.h */, + 3D806C1208A915E669BD4FBC2B95D419 /* GDataXMLNode.m */, + BA68F370EF4DEB8DCE046469A531757E /* Support Files */, ); - name = OrderedDictionary; + path = "GDataXML-HTML"; sourceTree = ""; }; - 0F3C4569D9F804B4D1D88E51FB403342 /* Support Files */ = { + 0A0612EF72AC2AB92D1FDE05D748714B /* Alamofire-SwiftyJSON */ = { isa = PBXGroup; children = ( - 3DB2F8F0A0C7DE909BD491E458DFC559 /* Info.plist */, - D1DDED3741ED773FBE7DF12C63EAD5F8 /* TYMActivityIndicatorView.modulemap */, - 95BF011B6E5717B622321409FD6EFB31 /* TYMActivityIndicatorView.xcconfig */, - 0AB87DE7FC50F1FC9E4B75E9D83F81B8 /* TYMActivityIndicatorView-dummy.m */, - 40E622CE308C96FECAA4FF1280BE7DBF /* TYMActivityIndicatorView-prefix.pch */, - D41325F68096F0D94F655291FCBC89C9 /* TYMActivityIndicatorView-umbrella.h */, + C2D0820C1A666D1E9B32168829B4DBA8 /* AlamofireSwiftyJSON.swift */, + 2EA3166D589F15D977635F2B96899D6C /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/TYMActivityIndicatorView"; + path = "Alamofire-SwiftyJSON"; sourceTree = ""; }; - 113C25B1BEB7253BD38168BD643F39EC /* NSURLSession */ = { + 0AB7E25EE0656493E818C770C9310143 /* Support Files */ = { isa = PBXGroup; children = ( - 2159F9624A06769948DE19622AB054A5 /* AFHTTPSessionManager.h */, - 3ED6863063CD680D48B58E5FDA2B60F8 /* AFHTTPSessionManager.m */, - 24308849EAE03062D563291651D30B79 /* AFURLSessionManager.h */, - 88924BAF94EAB94B2BDCB80EBAD432BC /* AFURLSessionManager.m */, - ); - name = NSURLSession; - sourceTree = ""; - }; - 118B4F8A49D3E10388484F990F74EEA4 /* FirebaseAuth */ = { - isa = PBXGroup; - children = ( - 44B0C0139747C82B15DE42144C52510C /* Frameworks */, - ); - path = FirebaseAuth; - sourceTree = ""; - }; - 124E9D4C62910FE2BC6523A5564DADC0 /* Frameworks */ = { - isa = PBXGroup; - children = ( - BAB8A8C3613A90B6B7415792080EAB99 /* GoogleNetworkingUtilities.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 1290FAB8658AE4088A64C9B5FB738BCE /* Support Files */ = { - isa = PBXGroup; - children = ( - EB5398BA0A881BACA20A32A1445729E1 /* Info.plist */, - 7AE2F92C205D01A27201577CA0743EB4 /* SwiftyJSON.modulemap */, - 1B87CBF2203E8A908BEA62D60F675B18 /* SwiftyJSON.xcconfig */, - A3E3B966707ED82BCF33139164EABD9C /* SwiftyJSON-dummy.m */, - 29C42BDF1948EB3D942CA773014DF171 /* SwiftyJSON-prefix.pch */, - 547CBECF40B9F321561BF2B46E68E322 /* SwiftyJSON-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyJSON"; - sourceTree = ""; - }; - 1407924246259370CDDA13248CE52A80 /* Support Files */ = { - isa = PBXGroup; - children = ( - AACC08A28E4F4B9DABFC964A190BA271 /* FBSDKLoginKit.modulemap */, - B37ACA687704315E19432BD42F6F3111 /* FBSDKLoginKit.xcconfig */, - BB77E622D1553B204C52D7AB10A562DB /* FBSDKLoginKit-dummy.m */, - 3A3EA65BAF2EBB64C6730434D794E191 /* FBSDKLoginKit-prefix.pch */, - 09A3FF7AC36E7EADD7E74239255573A0 /* FBSDKLoginKit-umbrella.h */, - 178E62F715CCD26EA58CC72AF67571CB /* Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/FBSDKLoginKit"; - sourceTree = ""; - }; - 15DD186B221BEE42A460D85CEACC119C /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D534C0234806A1275C77E93574CA4E4 /* GoogleInterchangeUtilities.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 1969DB7011D9EA98995A08C202E8C6CD /* Pods-Vendoo */ = { - isa = PBXGroup; - children = ( - CC77D8F0FF7989D8A20AF358B7DCC72A /* Info.plist */, - 19161281FF159035CE4CAECBC4DBBCF9 /* Pods-Vendoo.modulemap */, - 57A5E781E0DA0CF2341FEE600C1B4E39 /* Pods-Vendoo-acknowledgements.markdown */, - 59F08ECEBAF4DE8D2AD5A8B967CBE5A7 /* Pods-Vendoo-acknowledgements.plist */, - 7EBEA79B4C2F3D8E52CF265ABC735AB5 /* Pods-Vendoo-dummy.m */, - A4751F0213EF5963575881BE33F69C17 /* Pods-Vendoo-frameworks.sh */, - 4F9E7DD6C25F2643B3BA5639C3BA1CF2 /* Pods-Vendoo-resources.sh */, - 2447F5DBEE128CAF41B98AC7FA62B9AE /* Pods-Vendoo-umbrella.h */, - 6A57654440ECBD6CD1038E8AFFA0900E /* Pods-Vendoo.debug.xcconfig */, - 5B75EF4922B59E4FF64F55B2A2126190 /* Pods-Vendoo.release.xcconfig */, - ); - name = "Pods-Vendoo"; - path = "Target Support Files/Pods-Vendoo"; - sourceTree = ""; - }; - 1D2DEAEB61BBDF3D4141B1071BD5E769 /* Support Files */ = { - isa = PBXGroup; - children = ( - C2F609B9F593EEE17212EB1A2354621D /* AeroGearHttp.modulemap */, - 7916F3234C1701D5252BD13B000B3DA8 /* AeroGearHttp.xcconfig */, - 95D2B6904A0896CEBC141C7F8FD475BE /* AeroGearHttp-dummy.m */, - D2801184E39FEF3D07CC77BCBAC440F9 /* AeroGearHttp-prefix.pch */, - 419826C7AFC824CFE19FFBCDEBEDF09C /* AeroGearHttp-umbrella.h */, - 6198F2E13A0186267E61E3EFDE55F2CD /* Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/AeroGearHttp"; - sourceTree = ""; - }; - 1E847E959E9F3690BD3787F929B6208A /* Support Files */ = { - isa = PBXGroup; - children = ( - 65F41EC79F0E24AA6642BD6744B249AE /* Info.plist */, - BA7EDFA62923B1D1411CED5B4FE9313E /* PicoKit.modulemap */, - 28A74935F071EB0877D9327DFF14C572 /* PicoKit.xcconfig */, - 660B1DBA2407AC43D1D5D4E875BDE543 /* PicoKit-dummy.m */, - 7E5A7A99325899974BF7FF1D82F6DE81 /* PicoKit-prefix.pch */, - FF9222246ECA54215BB409FE784A683B /* PicoKit-umbrella.h */, + 911E65118A7D0BF59B6B87A72C15A8D5 /* Info.plist */, + CB2AB1C902FDE1FE0843304C021048E7 /* PicoKit.modulemap */, + E70C8545EE8453FD876CB6F43D46A338 /* PicoKit.xcconfig */, + 812DD1515DD556A3A49D9EC899A4ED72 /* PicoKit-dummy.m */, + C23D125D092073492AC609DE12362557 /* PicoKit-prefix.pch */, + AF82297E8079D5C3248A0A2E6836E27C /* PicoKit-umbrella.h */, ); name = "Support Files"; path = "../Target Support Files/PicoKit"; sourceTree = ""; }; - 1EA493EFE12A794359BCA7BBC4069CA5 /* PicoKit */ = { + 0B63332F2C06215723740D87352A1B37 /* OAuthSwift */ = { isa = PBXGroup; children = ( - F7DA04386E26884AF6FB3F278306C462 /* Core */, - 0E9D271AE7E7F9C640371CB424FFFAED /* OrderedDictionary */, - 736C7AA5B351B6596CB922CD35DEFC72 /* Soap */, - 1E847E959E9F3690BD3787F929B6208A /* Support Files */, - EBC5EC77780F8E72F04E81D9E3F5F9B4 /* WebService */, - 79BBDA5166307577370AC08EF0E1BAF7 /* XMLWriter */, + 9B23270B90154C8717C59ED97E384A6D /* Dictionary+OAuthSwift.swift */, + 10151E0C079192034F4E43D1C6EA2B70 /* HMAC.swift */, + 3C65B098C671D17C341DD62FC173ECFB /* Int+OAuthSwift.swift */, + 6B9B5F2B450B68490F72E20AC3FDDF8A /* NSData+OAuthSwift.swift */, + B827D1699F32E2F4CAC5D644CFF639D1 /* NSDate+OAuthSwift.swift */, + 9EB313A7713C337756FD509E928ECD8F /* NSURL+OAuthSwift.swift */, + E858FA74CC061E2522FBC38DCB79D3A9 /* OAuth1Swift.swift */, + 6CB5F994A6A4BCEA588CB83296658340 /* OAuth2Swift.swift */, + 81DFE4210F32934A2DFD9AA6F34234CC /* OAuthSwift.swift */, + DB0A045B230B8CCD0523F87D3DEF8C9F /* OAuthSwiftClient.swift */, + 5723F2733FF874F7D39410C656B6D874 /* OAuthSwiftCredential.swift */, + 8F259A10A758FB0A23ADF86E84EC2856 /* OAuthSwiftHTTPRequest.swift */, + 8863DA4F57229E96C23A8B1C60634F18 /* OAuthSwiftMultipartData.swift */, + 921ABC778785955368CEA89269359BE6 /* OAuthSwiftURLHandlerType.swift */, + 17AEA9A9B2375BC5CE57EA3B2727844A /* OAuthWebViewController.swift */, + B94FCF221AE2FCDF46BACAC60EEAA6B7 /* SHA1.swift */, + ACF40FC7D507D88B3E42184744763A9D /* String+OAuthSwift.swift */, + D0744F82A6C9E3539065BDBFB5D12A9E /* UIApplication+OAuthSwift.swift */, + 34179205B39B7F983FC2D11EE089F0CB /* Utils.swift */, + 587CF6CF8FBEAA0F359A675ADD9326FA /* Support Files */, ); - path = PicoKit; + path = OAuthSwift; sourceTree = ""; }; - 21013FF0BDDB12E2F926F1292543F3DC /* Pods */ = { + 0F86076203C80A8776F3B111E5826203 /* Pods-Vendoo */ = { isa = PBXGroup; children = ( - EB15A17EDFB9B349FC5DB5483B95AC2A /* AeroGearHttp */, - 42E02B8EFD1872E74C43B7DB0C08F3E2 /* AeroGearOAuth2 */, - A1E73FDAE26D6CEC76352EAC7128323B /* AFNetworking */, - 57C412E412127C88EE786D1FB6DF0A81 /* Alamofire */, - A9C31B874FC8C9B074587A79B337C5E7 /* Alamofire-SwiftyJSON */, - 65E54DB09928A371215B5928F4E5B06C /* Bolts */, - 77F7E87483B4B5FABA5591CC0CDA96B3 /* BSGridCollectionViewLayout */, - BF9BD2ABBCF191423476E349B237FF01 /* BSImagePicker */, - 9313E87717880AE32A28A48CA00CDA62 /* FBSDKCoreKit */, - 74906A58CE88D49245E5990D47CD2B30 /* FBSDKLoginKit */, - B11D9C844CE8B1E6EEA4B4856B36345F /* FBSDKShareKit */, - DAAEDABAE3FE6C7CC3B62D7E6273A9C6 /* Firebase */, - 750E5CE033525E60F93B2AEE4143B932 /* FirebaseAnalytics */, - 118B4F8A49D3E10388484F990F74EEA4 /* FirebaseAuth */, - 4C7791330E24119BCB9C621755E77BFB /* FirebaseDatabase */, - EB723B31282933F91270CEECBB0836EB /* FirebaseInstanceID */, - DE9FDB79DFB4E2A0DEC032FE23421204 /* FirebaseStorage */, - 292867F77BBB23F413BF9ABFA74E2237 /* GDataXML-HTML */, - C4ADA236C5864D495A3AF4D9CD362FA6 /* GoogleInterchangeUtilities */, - CCAFDB511DC841F9CD491B848C574FBD /* GoogleNetworkingUtilities */, - FA910020E5AD388D9FD5B4E242ACB19D /* GoogleSymbolUtilities */, - B1567EC1CF79F8CAAA160F37D26DABBF /* GoogleUtilities */, - AFFFD73D818FC785DA060CD6B609DE53 /* Locksmith */, - 726CF227E0953819C351997667075321 /* OAuthSwift */, - 1EA493EFE12A794359BCA7BBC4069CA5 /* PicoKit */, - C91E61F808D17B742DA4DCAA20A692C4 /* SOAPEngine */, - 5018B104EBD96FBE4979E3A7D0B3BA9A /* SwiftyJSON */, - 9233BA89BB32E6E72A0D396EFC686E3C /* SWRevealViewController */, - 800C2CA63563778F0E23F0A0AA305925 /* TYMActivityIndicatorView */, - A99F9B6FAC93B88C1A853445FBA25C55 /* UIImageViewModeScaleAspect */, + E0BC2808CF5B9E44587BBD8297655C3A /* Info.plist */, + CED57E4B4A724E39170C9056EC8F29E6 /* Pods-Vendoo.modulemap */, + 42377CA15BC4A1804E1B51F383CC187C /* Pods-Vendoo-acknowledgements.markdown */, + 45C2113345F291B93A3A47FEC42E9D6B /* Pods-Vendoo-acknowledgements.plist */, + 35773BF3F8D35D8635CE8E04D3381269 /* Pods-Vendoo-dummy.m */, + 7CC12098B0F5B8F0228D39F0FCEA1DF3 /* Pods-Vendoo-frameworks.sh */, + 08605C3156BFC50AC0F7824EF800A43A /* Pods-Vendoo-resources.sh */, + FD2E9185EE51467D606FBA66D243AA42 /* Pods-Vendoo-umbrella.h */, + 54A978CB632AD6DA73D28D7061829190 /* Pods-Vendoo.debug.xcconfig */, + 8F4B77E1672A1DC2211428EFE20BA4A1 /* Pods-Vendoo.release.xcconfig */, ); - name = Pods; + name = "Pods-Vendoo"; + path = "Target Support Files/Pods-Vendoo"; sourceTree = ""; }; - 24058E76A7C677CCB8DF5469D0E1B7D1 /* Frameworks */ = { + 1323CC8DD6F7F5E82EF49DD27FB294DA /* AppLinks */ = { isa = PBXGroup; children = ( - A92CD9D829FD937FBBFC3D7919AB51B5 /* FirebaseStorage.framework */, + D619A54243FC9B2160AA5D4B6C5CD555 /* BFAppLink.h */, + A1B9210099E8B96F329A0B4B62A8832F /* BFAppLink.m */, + 1217C16EE78E51CB579D919EFC117D8C /* BFAppLink_Internal.h */, + 3D94224C11E07BFE6398DA6B809C8ABA /* BFAppLinkNavigation.h */, + 5B5DA369D0C58EE56D3E8C3EFA5C3C08 /* BFAppLinkNavigation.m */, + 07AF52AC3FBAF8F0E6DD211EC27DCCB7 /* BFAppLinkResolving.h */, + 01E0ED5376FAD457FCE98776DE572BCD /* BFAppLinkReturnToRefererController.h */, + D70416A9A53143F089245C8D1297E324 /* BFAppLinkReturnToRefererController.m */, + 0CD0CBE8E2D4D32170E3B8904D57E899 /* BFAppLinkReturnToRefererView.h */, + CE21D887507B6EF0FD3663F5B97CE311 /* BFAppLinkReturnToRefererView.m */, + 1E1E2CED915287AA3461F6300AB4951A /* BFAppLinkReturnToRefererView_Internal.h */, + FAC70453D59F96B06BD9FF0FEF95CE0A /* BFAppLinkTarget.h */, + 3A626DB8AFDA446283E4671635902BC8 /* BFAppLinkTarget.m */, + 8E41D020269E4E75B44C7D9C75652F71 /* BFMeasurementEvent.h */, + BC96B2330EF98C37540EB7E74CDE2055 /* BFMeasurementEvent.m */, + B32366F1FB0F564EAF9203EA84A59435 /* BFMeasurementEvent_Internal.h */, + 01F36C7E584CBFEE0C3DE0159BF1B826 /* BFURL.h */, + 1C8F47E5144DC8935E946E23C6D16070 /* BFURL.m */, + CC8A83F328DA69E4AD4AACB2E781F811 /* BFURL_Internal.h */, + 3A40D0DDD7DC17526BD52BCF79500DB7 /* BFWebViewAppLinkResolver.h */, + C9965D39BCC0F34498A187EE769956D9 /* BFWebViewAppLinkResolver.m */, + ); + name = AppLinks; + sourceTree = ""; + }; + 1578585ADB3F51FFF0AB85FCE27336EE /* Reachability */ = { + isa = PBXGroup; + children = ( + ED6E22F1D0CC20210179A91B27BC34EC /* AFNetworkReachabilityManager.h */, + F666F4AD6771C67E12F920EE14503EB1 /* AFNetworkReachabilityManager.m */, + ); + name = Reachability; + sourceTree = ""; + }; + 16327DEBBB47D0A98F35685FC3BEEB28 /* Support Files */ = { + isa = PBXGroup; + children = ( + A5650BEC57516F5DCA7170EC7EF29DDA /* Alamofire.modulemap */, + A5AB341A1D842688B77C42208057C7D0 /* Alamofire.xcconfig */, + F220BFDFE04C5E44BF4CD17A497DA847 /* Alamofire-dummy.m */, + 4FA352C897875F16D04154699FD41CCF /* Alamofire-prefix.pch */, + 383EB2C549433904BE20DE9CF33B6800 /* Alamofire-umbrella.h */, + 0153AE17D43D9366820D16273D0C2232 /* Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 1BABDC773269F05D4A039AC3372296E8 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0187BE1EE97858C5A1A6C7BD4099CA4B /* Info.plist */, + A280A2681340B1F86B5264F7B4E8889B /* SwiftyJSON.modulemap */, + BCCD8721053D265351F7FC028EAD051F /* SwiftyJSON.xcconfig */, + A1422D5F425FF8918E84920784D3551D /* SwiftyJSON-dummy.m */, + 669778F135362ED70DD925DB53B18444 /* SwiftyJSON-prefix.pch */, + A10466265173AB31436F0B7210B31F86 /* SwiftyJSON-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/SwiftyJSON"; + sourceTree = ""; + }; + 1D998FC360E497FC0623DDBCA3B3D58D /* Locksmith */ = { + isa = PBXGroup; + children = ( + 59732171D966B182230711C2A962C3A2 /* Dictionary_Initializers.swift */, + B9791ABFFE20ED94BF192C7531A3A38F /* Locksmith.h */, + 8AEE765274745516CF2663BAD619AAA2 /* Locksmith.swift */, + 86A2836FC6242D140DE7679038EA30E7 /* LocksmithAccessibleOption.swift */, + F388A6999ED21F6E0CDA986059254761 /* LocksmithError.swift */, + 287B2FC046CD7E5286E13024FA041690 /* LocksmithInternetAuthenticationType.swift */, + 778B859863182A0F8ED549FE794E9B22 /* LocksmithInternetProtocol.swift */, + 5979CC154FB100FDC06A627A0912EF1C /* LocksmithSecurityClass.swift */, + 1E76AA161136CD9436FDD16B9DF93AA4 /* Support Files */, + ); + path = Locksmith; + sourceTree = ""; + }; + 1E76AA161136CD9436FDD16B9DF93AA4 /* Support Files */ = { + isa = PBXGroup; + children = ( + DA43B264B353C84DB380D6CF195B67D6 /* Info.plist */, + 5076B7CD77208083D1E3BE8579D7AE81 /* Locksmith.modulemap */, + 2E3A94397718321039FC66C72D3207FC /* Locksmith.xcconfig */, + F8AFE5EB7076EFE8F34B0E147AA970B4 /* Locksmith-dummy.m */, + E6087AF82C717C34954BFF6BE6FD54B8 /* Locksmith-prefix.pch */, + 361326F6C653527F508CB94E067782E3 /* Locksmith-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/Locksmith"; + sourceTree = ""; + }; + 1FB1AD1BFDC12437FEF3A335105F99C7 /* OrderedDictionary */ = { + isa = PBXGroup; + children = ( + 9F0C1767521D7661349467F04D1AE8BB /* OrderedDictionary.h */, + 98E829CCA52F80AB06FB40F9BB42D357 /* OrderedDictionary.m */, + ); + name = OrderedDictionary; + sourceTree = ""; + }; + 2400E3AE035A7F576262EA8FA91CA9E8 /* Frameworks */ = { + isa = PBXGroup; + children = ( + ABE9EB19902AD4B0590EC1442B76D124 /* GoogleSymbolUtilities.framework */, ); name = Frameworks; sourceTree = ""; }; - 292867F77BBB23F413BF9ABFA74E2237 /* GDataXML-HTML */ = { + 25025A34C3A70208BF165330E1A770BF /* Frameworks */ = { isa = PBXGroup; children = ( - 263FA6A0AB0EA3F677AB0DC364CEEBAB /* GDataXMLNode.h */, - AB7F1D75B109817452F3AB64D636ECBB /* GDataXMLNode.m */, - F6D02D58D7C0609CFB663F834A3B75DD /* Support Files */, + 9F47766C8E83F00B0791A0EDA791260D /* FirebaseStorage.framework */, ); - path = "GDataXML-HTML"; + name = Frameworks; sourceTree = ""; }; - 3102B6796A475ABD2AA913DAFE4E7818 /* Support Files */ = { + 29CA0E1A269C06D45763886D05B7CCA3 /* Analytics */ = { isa = PBXGroup; children = ( - 22D26ED657D969A16E9CF56729196F7F /* FBSDKCoreKit.modulemap */, - 7A81F2EB2AD03D3C8B692F141D3C17A9 /* FBSDKCoreKit.xcconfig */, - FD267FA440E525AC2F8CA9897C33C572 /* FBSDKCoreKit-dummy.m */, - 27A20C251F1644D3D20F7DDD77C859F0 /* FBSDKCoreKit-prefix.pch */, - 6587CC7B718C68F3C1B4ECE75EA21B3D /* FBSDKCoreKit-umbrella.h */, - BD86F54519105E6B23D8D6D08A2EE35F /* Info.plist */, + D12D2F6E0AE57FDC45E04A168061412D /* Firebase.h */, ); - name = "Support Files"; - path = "../Target Support Files/FBSDKCoreKit"; + name = Analytics; sourceTree = ""; }; - 31397D559E76ED85089C6AD6738F5363 /* Support Files */ = { + 2AEA15F60540B1D423D74B3A237E794C /* AFNetworking */ = { isa = PBXGroup; children = ( - 9715E38124E3CBD1F0E534676FB1506B /* Alamofire-SwiftyJSON.modulemap */, - 9AA42066333AFD9DACF050D7A4E9476A /* Alamofire-SwiftyJSON.xcconfig */, - 3EB16B4826EB33A2097059460D63696C /* Alamofire-SwiftyJSON-dummy.m */, - 53F9D57A4EBBFEBBE8B0A5FA67EC970B /* Alamofire-SwiftyJSON-prefix.pch */, - 16D7CA42EB6A6410C36076DE87ED6A6B /* Alamofire-SwiftyJSON-umbrella.h */, - FB86919B212B5F4ECEDF47A5929C376A /* Info.plist */, + 1ED18EAECBF26A7A58C5BCC9ADFED3D0 /* AFNetworking.h */, + 8D4DC7CE92AB96C1F72322AFB2E7DD0C /* NSURLConnection */, + 48B5D8FF5D6DB1163E2DCCD589EDADAB /* NSURLSession */, + 1578585ADB3F51FFF0AB85FCE27336EE /* Reachability */, + A54BFD8BDD7E78D01F5762FAE290A89B /* Security */, + 57567BE5C611F4F808A93FF0D1CAA25C /* Serialization */, + 48CE3F7AE6C948493D4FB11D74DE2DAC /* Support Files */, + D2084E0C4E10BC98AE2ED31B1C232A39 /* UIKit */, + ); + path = AFNetworking; + sourceTree = ""; + }; + 2D8CC0BEBC02303458C5F95CF79941BC /* GoogleInterchangeUtilities */ = { + isa = PBXGroup; + children = ( + 77F2785B56B417E3DA451815BDED0A53 /* Frameworks */, + ); + path = GoogleInterchangeUtilities; + sourceTree = ""; + }; + 2EA3166D589F15D977635F2B96899D6C /* Support Files */ = { + isa = PBXGroup; + children = ( + AE1DA495E928D690201F9215A2A38DDB /* Alamofire-SwiftyJSON.modulemap */, + 498334878FCE730B4BBCF95DD6716167 /* Alamofire-SwiftyJSON.xcconfig */, + 25B20BB03E7D279E9F725AD6385BF70F /* Alamofire-SwiftyJSON-dummy.m */, + EBFC4268527D9F8038C26EE670CDE796 /* Alamofire-SwiftyJSON-prefix.pch */, + 9A971778971AA4D5CF1381782196B511 /* Alamofire-SwiftyJSON-umbrella.h */, + B1101ABA749E243E9DAAC2C7D8FECBBA /* Info.plist */, ); name = "Support Files"; path = "../Target Support Files/Alamofire-SwiftyJSON"; @@ -2081,1175 +2396,1132 @@ name = Frameworks; sourceTree = ""; }; - 3D04EBE6A7A464CDB5050FEB4AB99DD4 /* Support Files */ = { + 370FC070B73A3B3B7A07F3ECBD83AB9F /* Support Files */ = { isa = PBXGroup; children = ( - CDBD2620453D2BD5A56A3F5945918AB0 /* BSGridCollectionViewLayout.modulemap */, - 2000F3B8D42585DE955368F136E7F648 /* BSGridCollectionViewLayout.xcconfig */, - D499998A8CB75C01F21AF4A4959DE3F4 /* BSGridCollectionViewLayout-dummy.m */, - B4F4B11359BD168FFA6E2DA5AAEDF5DC /* BSGridCollectionViewLayout-prefix.pch */, - 84DF7BA416F88086E02352F3F29B908C /* BSGridCollectionViewLayout-umbrella.h */, - 23C5C14AFFCB7C8D76883F65BD8A1EB8 /* Info.plist */, + 266CB4545C6FD7A9D2B0E629F2E7D860 /* Bolts.modulemap */, + D81C43CEB0259EA9FC423C2560D19C80 /* Bolts.xcconfig */, + DFB9B16A8846AA57E02117247CFAA15F /* Bolts-dummy.m */, + 2E1E0BF60942125C2F4FA0F0D9C3A482 /* Bolts-prefix.pch */, + 3E5458EC8B29B93BCD0F4DB01B9B129A /* Bolts-umbrella.h */, + 5207A19057DF081CF4F2BF90DFC02240 /* Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/BSGridCollectionViewLayout"; + path = "../Target Support Files/Bolts"; sourceTree = ""; }; - 41C82B002C7CC947EE3942AF32EE1079 /* Resources */ = { + 3A2200257E7CC63B84F4B53C17C52328 /* Firebase */ = { isa = PBXGroup; children = ( - BE38489CADA34BFFA5F0622A4AB3CB6B /* add_photo.png */, - B3E95FDEA2133740A3C50F47047C01F7 /* add_photo@2x.png */, - 532B9C86AA5BA78E38049247E54A77B4 /* add_photo@3x.png */, - 20634CA6DFE6E47B676F652B31D20CF1 /* Albums.storyboard */, - 147429D037E48DECB2CE28723D38EC76 /* AlbumTitleView.xib */, - A9C1548BC9329CD483A72FA0D26FFCB1 /* arrow_down@1x.png */, - EF9C682F57DBBE9F74BF575242D669B0 /* arrow_down@2x.png */, - 5BEB7A837B8A6FC38B6AFBE2E3594C2E /* arrow_down@3x.png */, - 46C902DF2A7ED2F429EA1EFAC624D306 /* CameraCell.xib */, - 228A5B32A6995D433D48D1294E745A45 /* PhotoCell.xib */, + 29CA0E1A269C06D45763886D05B7CCA3 /* Analytics */, ); - name = Resources; + path = Firebase; sourceTree = ""; }; - 42E02B8EFD1872E74C43B7DB0C08F3E2 /* AeroGearOAuth2 */ = { + 3B021F36E2C1B8BB26AB2D4103F820B5 /* Support Files */ = { isa = PBXGroup; children = ( - F9A6F274AD98B028D21C2C73C91A3E45 /* AccountManager.swift */, - CD15897CF2A245A3E5ED58D205A3D57B /* Config.swift */, - 1F9DB8ADC0838775F30EA5BDC32D0C8F /* DateUtils.swift */, - 17CA1CB6B0D798AF841D67208D300CB1 /* FacebookOAuth2Module.swift */, - D33AED5CEB7C27507B5A9BAB609EA013 /* KeycloakOAuth2Module.swift */, - D62BD0B46D4DD3E23F0486B39F34AC3C /* OAuth2Module.swift */, - F15C97CBB3540F1BDFB470A25225FFC9 /* OAuth2Session.swift */, - 821C4981C73543732F1CAC83FB1A1C11 /* OAuth2WebViewController.swift */, - 593CC83E074F1AC02B50425B5A3FA8D8 /* OpenIDClaim.swift */, - 2A014A8B35F610BCCB4C60F834D2EFE1 /* TrustedPersistantOAuth2Session.swift */, - 6A3848E60624D95EBEF5BEA19237081C /* UntrustedMemoryOAuth2Session.swift */, - 9239DE469D4F2F8307799678835B4CD3 /* Support Files */, + DFC58BAC59B7138DCA9C331EB7AF3D72 /* FBSDKCoreKit.modulemap */, + E8BF1D58D62BBC46739AE701C23DF542 /* FBSDKCoreKit.xcconfig */, + 717768FA09DE50DE39982007A3BB92FC /* FBSDKCoreKit-dummy.m */, + 6BFC736EF30D49729E53EC5AC8310491 /* FBSDKCoreKit-prefix.pch */, + D3D407F1FAF969C893C8548A561838CA /* FBSDKCoreKit-umbrella.h */, + 6338A6287B607CCD2B89962C6901CC22 /* Info.plist */, ); - path = AeroGearOAuth2; + name = "Support Files"; + path = "../Target Support Files/FBSDKCoreKit"; sourceTree = ""; }; - 44B0C0139747C82B15DE42144C52510C /* Frameworks */ = { + 3DEAABAA4328FF2D8B0511477AA80EC0 /* GoogleSymbolUtilities */ = { isa = PBXGroup; children = ( - E4065D1FA2A7D2F78877CC45F26AFAE4 /* FirebaseAuth.framework */, + 2400E3AE035A7F576262EA8FA91CA9E8 /* Frameworks */, + ); + path = GoogleSymbolUtilities; + sourceTree = ""; + }; + 48B5D8FF5D6DB1163E2DCCD589EDADAB /* NSURLSession */ = { + isa = PBXGroup; + children = ( + 7D120FCA90A26497DB58AD40797D5E66 /* AFHTTPSessionManager.h */, + 25FAC2A080395962E19435E0617178AD /* AFHTTPSessionManager.m */, + 7229378569C294E7ADDAEA7B3F9F1A62 /* AFURLSessionManager.h */, + EDF1E12CC3EB15DB99FCE3C4F8364295 /* AFURLSessionManager.m */, + ); + name = NSURLSession; + sourceTree = ""; + }; + 48CE3F7AE6C948493D4FB11D74DE2DAC /* Support Files */ = { + isa = PBXGroup; + children = ( + BC180D6D81DC4BBFDA2050D4480C41FC /* AFNetworking.modulemap */, + 1CA2FE1F01F13C7DA68E33BCA18B3E65 /* AFNetworking.xcconfig */, + E27C526A9DC03AC25201A7B5842662EE /* AFNetworking-dummy.m */, + 756045EA57C784EEB157B18756DCCE1E /* AFNetworking-prefix.pch */, + 864DABD30F3F33A39046A68A238FF93B /* AFNetworking-umbrella.h */, + 81F08B43E92B486C2C86F709681C9AFD /* Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/AFNetworking"; + sourceTree = ""; + }; + 4F2CF4E37105DEF3B788F41555C65451 /* Support Files */ = { + isa = PBXGroup; + children = ( + 126AE26BF4C4370952DC6B3B8EF9B26A /* FBSDKShareKit.modulemap */, + 83C1067C4816251D8E8FCA40A8F35409 /* FBSDKShareKit.xcconfig */, + 4E5193101046966C83A1A42EAA37AE6E /* FBSDKShareKit-dummy.m */, + 0FAD2E1B6781BFA7E28D456F1CAED86C /* FBSDKShareKit-prefix.pch */, + 207FA511B14970E71D1B9CB632BE129A /* FBSDKShareKit-umbrella.h */, + E49EE569473201E432EEFB06FE40EF81 /* Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/FBSDKShareKit"; + sourceTree = ""; + }; + 510A9C803CFB7C0B43B0AFDFEEE5E690 /* Frameworks */ = { + isa = PBXGroup; + children = ( + C8A734338301554C8CE020D17C928865 /* GoogleParsingUtilities.framework */, ); name = Frameworks; sourceTree = ""; }; - 45F5562DF8E180ACE3FE05F7843514CF /* Products */ = { + 57567BE5C611F4F808A93FF0D1CAA25C /* Serialization */ = { isa = PBXGroup; children = ( - F6D44C12D5CC24B3511A7FD66A9F708C /* AeroGearHttp.framework */, - 4572A5F66756BE8B77A6523C7193B949 /* AeroGearOAuth2.framework */, - DFC97C50B28D9ED8DBA990AC4CE436FF /* AFNetworking.framework */, - E6B0894146F0BC72886E40080669AE2E /* Alamofire.framework */, - 4B30799BB5856B2742B3F057C22A521A /* Alamofire_SwiftyJSON.framework */, - 2F2366894A52FFEC7796AC84716CCBC4 /* Bolts.framework */, - E01AD722032FAA3A9FF4FE6EC6C0F1E6 /* BSGridCollectionViewLayout.framework */, - 2A3D156A8947CFCF2AFB0FE4912642B6 /* BSImagePicker.bundle */, - E7E8631956BD080D5B4026F2FDD349CD /* BSImagePicker.framework */, - 4BE8A8E3DBF2948535F4B0206568DB4F /* FBSDKCoreKit.framework */, - E09B0142E382AE769B4A68EAB68A6301 /* FBSDKLoginKit.framework */, - 292F8C63732540F82EFAC6F175FF3A11 /* FBSDKShareKit.framework */, - F7E46089152333FF2E9816DC87F46171 /* GDataXML_HTML.framework */, - 19EA0B9F57551355811BB62BAE6BEBC9 /* Locksmith.framework */, - 1054C39068E9C95A3553091A2A64E51A /* OAuthSwift.framework */, - FEB0E8339EA563D8B88174B610A3B70A /* PicoKit.framework */, - 18D0375D8BD701D9AE04624392CE2F80 /* Pods_Vendoo.framework */, - F9F9C2B5D9BE1BFCF9E4CAFDC422B53A /* Pods_VendooTests.framework */, - 3088C22D3D0CD9636A161F61F396095D /* Pods_VendooUITests.framework */, - D03BA534B4771AD4CA299F34A33E34BA /* SwiftyJSON.framework */, - 1F1B04B85B22D68927B6E17E1CAE4AC5 /* SWRevealViewController.framework */, - 663E86127A3D805E37CE082AD6A30B86 /* TYMActivityIndicatorView.framework */, - D75E3971EE1419C2DF62506015C1F31D /* UIImageViewModeScaleAspect.framework */, + 5E9A787207342FCEA2EED4ABC8971410 /* AFURLRequestSerialization.h */, + 6AE1DAC81DA71B7B0830E680E6E181BC /* AFURLRequestSerialization.m */, + AE1EEE58FCE4838280DE4790FDDCC978 /* AFURLResponseSerialization.h */, + 6DA86555A9697F4831C5CAD6FC704BF5 /* AFURLResponseSerialization.m */, ); - name = Products; + name = Serialization; sourceTree = ""; }; - 4C7791330E24119BCB9C621755E77BFB /* FirebaseDatabase */ = { + 5771D549B9C8265CF01C9C7474D3D389 /* UIImageViewModeScaleAspect */ = { isa = PBXGroup; children = ( - D7BCB5FD84D75018E3ADB791C92424B8 /* Frameworks */, + 57DC59837CE442B112C29429512ECB06 /* UIImageViewModeScaleAspect.h */, + 6C7199A87E3366F1A836A8BEE11092CC /* UIImageViewModeScaleAspect.m */, + C2DA0322F2A0EE09E30294A1A431C4F5 /* Support Files */, ); - path = FirebaseDatabase; + path = UIImageViewModeScaleAspect; sourceTree = ""; }; - 5018B104EBD96FBE4979E3A7D0B3BA9A /* SwiftyJSON */ = { + 587CF6CF8FBEAA0F359A675ADD9326FA /* Support Files */ = { isa = PBXGroup; children = ( - 98DC2CB33852E445807DD474E44428E2 /* SwiftyJSON.swift */, - 1290FAB8658AE4088A64C9B5FB738BCE /* Support Files */, + 5424DE5409E08C2F52D10017A2211C1B /* Info.plist */, + 43840A1884785D097D5B32FD47F9D5ED /* OAuthSwift.modulemap */, + 393E89BD495B7E129993255B3ECEFCBD /* OAuthSwift.xcconfig */, + F9EC1EC3B939DC697CE92B67649E662F /* OAuthSwift-dummy.m */, + 0C486B4727AFE0A4797C33C8E2765A92 /* OAuthSwift-prefix.pch */, + BD02AC2B9FF3AEA022D757C1E6A92F8C /* OAuthSwift-umbrella.h */, ); - path = SwiftyJSON; + name = "Support Files"; + path = "../Target Support Files/OAuthSwift"; sourceTree = ""; }; - 53272FD224BCA1CA99D58BABA9BA6ED0 /* Frameworks */ = { + 59A80EE8128BEB42174AF56238C330BE /* Frameworks */ = { isa = PBXGroup; children = ( - 85B471C912102E1A2CBF20BDD09CEA5E /* SOAPEngine64.framework */, + 5150E3628702E4006BBC221030EDED31 /* FirebaseAuth.framework */, ); name = Frameworks; sourceTree = ""; }; - 57C412E412127C88EE786D1FB6DF0A81 /* Alamofire */ = { + 5E2FB1B83273C67B81346A81A9F8C3B5 /* Frameworks */ = { isa = PBXGroup; children = ( - A83453C9E9E2131FA9FC4CF9D57DBA30 /* Alamofire.swift */, - 7260E19CEE571EC44576087E969D2A0E /* Download.swift */, - CA4968EB785595DB39D8383FE7A483F4 /* Error.swift */, - F9734BA6C596FDDDD65934D5C1B0FBA9 /* Manager.swift */, - 862173D389101E09FFFE3C091E657EB8 /* MultipartFormData.swift */, - 2F03A405CCAEA1AD264C870695941820 /* NetworkReachabilityManager.swift */, - 05E1AAB099D861218A5B9B94AB20B687 /* Notifications.swift */, - 88C1579AC1683BB9694B7E7EAC49AC7B /* ParameterEncoding.swift */, - 13573AEF02A6C192C713D86ED0F05D9B /* Request.swift */, - 578EC31341EEFD0F41DE5288A50F03E4 /* Response.swift */, - 253C522B6766B4171972258EADB46DB8 /* ResponseSerialization.swift */, - E6F0A0E9035211FF35F918848098E903 /* Result.swift */, - A86333EE3A47402934327790D83CEEDE /* ServerTrustPolicy.swift */, - 14D7AF262BCBB2ED59162BF80581FA11 /* Stream.swift */, - 1094DA09BA1AF6EAB914FD14BA12DE9A /* Timeline.swift */, - AE1B60552BA024A3F339010BA51D40BA /* Upload.swift */, - D47DC14E1448C7985275EBD51E4D2A7B /* Validation.swift */, - 8F296734FB7C9B64CAB736987F1BB388 /* Support Files */, + F7337BAD9C60377C227015A11AA1188B /* GoogleNetworkingUtilities.framework */, ); - path = Alamofire; + name = Frameworks; sourceTree = ""; }; - 6178780F5CC56400133FF6323D480F67 /* Tasks */ = { + 5F5DA892D45C3E3F7E73A067C130BF75 /* GoogleNetworkingUtilities */ = { isa = PBXGroup; children = ( - 0CAB7CC601D7E48C742EE5EEF6E75688 /* BFCancellationToken.h */, - 570D0918B319BB5E43CB8002F0736457 /* BFCancellationToken.m */, - 081CB8600C49CB4DE6C2C2C73751CD24 /* BFCancellationTokenRegistration.h */, - E18D85750800FAA35E2A22D014382E0F /* BFCancellationTokenRegistration.m */, - F4C5543199E1F35ED20827B3ABDF0CB3 /* BFCancellationTokenSource.h */, - 30E230FA488ADDBE6D6E0CAAC4CF0489 /* BFCancellationTokenSource.m */, - 39A0D68845BF505772D8A61A970273C8 /* BFExecutor.h */, - 7EA8E2821D077942E9D8F1C0A87432C7 /* BFExecutor.m */, - 05C379A603067BF58D1E267805014573 /* BFTask.h */, - 1C044869D5D5924F998CFFADC8324BA9 /* BFTask.m */, - 10EFD8ACB67FDFBA1CFD6D0BE2AA7A9D /* BFTaskCompletionSource.h */, - C0FACD3DD74D1419DBF43FDF52782D4F /* BFTaskCompletionSource.m */, - BB7663A80FDA49BDE2B2BA8EE2F16581 /* Bolts.h */, - 0DAC78C26E82E0DEF6D8AE88AD0F07E0 /* Bolts.m */, + 5E2FB1B83273C67B81346A81A9F8C3B5 /* Frameworks */, ); - name = Tasks; + path = GoogleNetworkingUtilities; sourceTree = ""; }; - 65E54DB09928A371215B5928F4E5B06C /* Bolts */ = { + 5F84A318A39080B22B349B2EB6F346AC /* Support Files */ = { isa = PBXGroup; children = ( - 8AA3CFD756DAC8499B353694ED4FCD7E /* AppLinks */, - B53118E401562250A1F998FCAA911067 /* Support Files */, - 6178780F5CC56400133FF6323D480F67 /* Tasks */, - ); - path = Bolts; - sourceTree = ""; - }; - 65F7BAA09DC735BD245F41F213C01E36 /* Support Files */ = { - isa = PBXGroup; - children = ( - 636FCE97A12592B8BA1B81FFEABF126D /* Info.plist */, - B7138AA64770B5879C936970E6C3D148 /* SWRevealViewController.modulemap */, - 21471099789A3841DFA5A1219C91A0FD /* SWRevealViewController.xcconfig */, - EDE073ABA9BE8B48245E316709104CA3 /* SWRevealViewController-dummy.m */, - D08364C8869838FC8FC4E97521BFEB31 /* SWRevealViewController-prefix.pch */, - 2BB552931689D93CA5501F0B6EFB66FD /* SWRevealViewController-umbrella.h */, + E7A35B11971B1FA23EA748323A8E8C0B /* Info.plist */, + 8A72F2A0364E85BCEF535172B07A0757 /* SWRevealViewController.modulemap */, + 7FAB9C3D2FA90E049A97D51602AFB651 /* SWRevealViewController.xcconfig */, + 7D923143858CA62956A9EF95B09F354D /* SWRevealViewController-dummy.m */, + 66D71F6E609FAFF75BA34F31AC4A6F98 /* SWRevealViewController-prefix.pch */, + D7CDD094D4209E5C102D154AB6D938C4 /* SWRevealViewController-umbrella.h */, ); name = "Support Files"; path = "../Target Support Files/SWRevealViewController"; sourceTree = ""; }; - 726CF227E0953819C351997667075321 /* OAuthSwift */ = { + 65AEDAEFE046A6942729E3E8193B5AB7 /* FBSDKShareKit */ = { isa = PBXGroup; children = ( - 590959014795517EC513D6D9CCCDD833 /* Dictionary+OAuthSwift.swift */, - 2C4376C0612F8F3DE93FD2BB24F4E299 /* HMAC.swift */, - C8EAB085C1650BE8F49014F6B46F2E28 /* Int+OAuthSwift.swift */, - FADCC6B8DB6A5516586DD1AEB807EA52 /* NSData+OAuthSwift.swift */, - C1A814BCF8E6A944A4A5CAFE35F508E5 /* NSDate+OAuthSwift.swift */, - 52289BFF5F03DCAE07AB22FF803E5378 /* NSURL+OAuthSwift.swift */, - AE88D6184150D1D4065CEE29B90CECCD /* OAuth1Swift.swift */, - FB81C23CFCE3144CC262880A877256A4 /* OAuth2Swift.swift */, - 1718F2DBFE3BA6B252BBF82FB05A85DD /* OAuthSwift.swift */, - 295D14C228A233A28DD9E4B14392D87C /* OAuthSwiftClient.swift */, - 8A6ACD7D0ADF9C63FC72B5B17F352AC4 /* OAuthSwiftCredential.swift */, - 5D243382424AA68FAD4363AAF9D62B8D /* OAuthSwiftHTTPRequest.swift */, - 72E2CE27211238D13B34CFD15E04EC74 /* OAuthSwiftMultipartData.swift */, - 6EC83A9B183300AA0CA94D8F6D7066FC /* OAuthSwiftURLHandlerType.swift */, - 54EE29E814BAE9C87EED3553DCFDF327 /* OAuthWebViewController.swift */, - 04B4D3D06A59E29F154EF5FB08EC707D /* SHA1.swift */, - 5454E07F3D173F1452C883BCF40CF053 /* String+OAuthSwift.swift */, - 1A20EF0AD41D352861D266B4D6C2EF06 /* UIApplication+OAuthSwift.swift */, - 319C4358034D3503BCAA7F004D881EC3 /* Utils.swift */, - 89273E11C4CFE51C55606244E0532BD7 /* Support Files */, + BB8054E3A2BF18C9FE46CAB71B66CE10 /* FBSDKAppGroupAddDialog.h */, + 0840F65EC8E68957C520055A54DB2D44 /* FBSDKAppGroupAddDialog.m */, + E185BFAA94FAB3FD3156D77FF1CDC014 /* FBSDKAppGroupContent.h */, + EFEA264F83FCD09489CBB48FEC925925 /* FBSDKAppGroupContent.m */, + 614DE4EB432D19E0071EC7F596F51B39 /* FBSDKAppGroupJoinDialog.h */, + BC651BA0CE2DD998966FD25782EDCD2A /* FBSDKAppGroupJoinDialog.m */, + B90E27BE66B999EC2CDAC5B19354AE2B /* FBSDKAppInviteContent.h */, + 9EB3411A4897BE31E6C94EE384B01CB4 /* FBSDKAppInviteContent.m */, + AA19B9FCEAB5C854FF3C8FDF93BA2343 /* FBSDKAppInviteDialog.h */, + FD8F5E8625B631F1FAE445F5514F36A4 /* FBSDKAppInviteDialog.m */, + 82CAB572E7F231888D8E94DCD2A61FF5 /* FBSDKCheckmarkIcon.h */, + F76E54B8245E01726AF6EF16AD3827E4 /* FBSDKCheckmarkIcon.m */, + 5595F78F1E2E6FCCD38460CBE7987096 /* FBSDKGameRequestContent.h */, + 8DAB4E6850F562A49891BD2F721134D0 /* FBSDKGameRequestContent.m */, + 06BB4A7B39E0E9479C628B1BA291C629 /* FBSDKGameRequestDialog.h */, + 36E7B859CCB46F89F12DA7DC11793B6E /* FBSDKGameRequestDialog.m */, + 4C931FD6874CA306EC6486FD08D6E0AF /* FBSDKGameRequestFrictionlessRecipientCache.h */, + 6F867D48DD2E43C581E8112360E73F64 /* FBSDKGameRequestFrictionlessRecipientCache.m */, + 7EAB3635919B2B67D51AF7B9E62C78C4 /* FBSDKHashtag.h */, + 717C21EDAE454445C37AA0B5F44D2757 /* FBSDKHashtag.m */, + 1CE8840CF0E2F288EB9C4341DA8885F1 /* FBSDKLikeActionController.h */, + B3A88E6CEBA5538C50D867C2EA9552F5 /* FBSDKLikeActionController.m */, + 16FF99E2896CF92A099F5543EE4C8D6F /* FBSDKLikeActionControllerCache.h */, + DA75AB0F3BE8C976FD171BC3ACF4FD4D /* FBSDKLikeActionControllerCache.m */, + CC26E8E3D7351E9DE44685C51F98DFD0 /* FBSDKLikeBoxBorderView.h */, + B1D4D60E118BCEA00D0A4FEB5BAEC77F /* FBSDKLikeBoxBorderView.m */, + D8179B84003C81BB0751EE43A1DCABA9 /* FBSDKLikeBoxView.h */, + 1696EFC8EA369560ED9338FA360ECD1B /* FBSDKLikeBoxView.m */, + C2E92C48C304CFB5DB7E4C56850F571D /* FBSDKLikeButton.h */, + 120C755E2F74CF17A20BEC02328DE095 /* FBSDKLikeButton.m */, + 7ED3CE884BE63449A8C1FCAD839407AB /* FBSDKLikeButton+Internal.h */, + 273630BE380A291388E4950457CF8180 /* FBSDKLikeButtonPopWAV.h */, + 557568B70198CCB91B18F73222FBD415 /* FBSDKLikeButtonPopWAV.m */, + C3C273A675675AFA07126712D2EA3173 /* FBSDKLikeControl.h */, + 41480A800CA8D057E4E67FE080FADDE1 /* FBSDKLikeControl.m */, + 02C6157ACA718F0F7E9454BDAFB56BC3 /* FBSDKLikeControl+Internal.h */, + 62BED900052A470AA2FD9D41F5A2C3D4 /* FBSDKLikeDialog.h */, + 6E163856F56716D12F898C0A82D64649 /* FBSDKLikeDialog.m */, + FBBFE6AF49749C0490901A34948C12EB /* FBSDKLikeObjectType.h */, + B6CB8CE0FC24F09A6F44117F43DD0456 /* FBSDKLikeObjectType.m */, + 5BD323F793AB7CDD39EB4D804B4D375B /* FBSDKLiking.h */, + E3A2D38C759F5C76D318AD4D8E4D3907 /* FBSDKMessageDialog.h */, + FE27E73AB9D1AB7B10C63C2322C0AA58 /* FBSDKMessageDialog.m */, + FA7505206E90180002A81B093D8205B7 /* FBSDKMessengerIcon.h */, + C30A2644F497757FCC7E6FEEC1B99F65 /* FBSDKMessengerIcon.m */, + 4CA72A1074E7109FC13F485003BC05BB /* FBSDKSendButton.h */, + C96B1B2AA428FF9D71E28986AD0FB079 /* FBSDKSendButton.m */, + 7B46725242B6A8D8B1BEF0CB4200A3D8 /* FBSDKShareAPI.h */, + 4BEA5EC0AB6FAB0B19DCAF3A724F4124 /* FBSDKShareAPI.m */, + 4C98B3727457492BB0D47AF3DADE79F9 /* FBSDKShareButton.h */, + 330B9B5C67D0B9BB12D7824AD0EF8750 /* FBSDKShareButton.m */, + 3A41012D8C5AB02333B4B83045FA2747 /* FBSDKShareConstants.h */, + BD896B3E9F6212E57F7DFA89C796A56A /* FBSDKShareConstants.m */, + 64C7A07AEB5BAB49571A15D937796AFA /* FBSDKShareDefines.h */, + 47958682789C056D40BF7CF6F9573F85 /* FBSDKShareDialog.h */, + 359E31341B1154FBF255EEACA441C5CC /* FBSDKShareDialog.m */, + 7D08394BB3C986C1BFA07FFBB2E4B874 /* FBSDKShareDialogMode.h */, + 2A92694D4C8888731C04E9642E31FE5A /* FBSDKShareDialogMode.m */, + 22DD31CF2A28813447CE2E93E7D2B6B9 /* FBSDKShareError.h */, + D524E45F72B7D5706A8E8FC890847D37 /* FBSDKShareError.m */, + B4A0E7CCC37A109F70EFE4BD2BB09E92 /* FBSDKShareKit.h */, + 5BF6084BAFE5ED9FC99C7A0DAE908761 /* FBSDKShareKit+Internal.h */, + 32112D00215016946FAEEE2B94201268 /* FBSDKShareLinkContent.h */, + 3A78489641F4A18BFD6D66C4D6E6C758 /* FBSDKShareLinkContent.m */, + A5631680EF3178C439DDE980A1EE3898 /* FBSDKShareLinkContent+Internal.h */, + B1FC4DD456599D262758B5E9C8B2DC0B /* FBSDKShareMediaContent.h */, + C1ACB5EDF85279E3FD1D9AEBB80F4CEF /* FBSDKShareMediaContent.m */, + 4B3924AE90C6D5F8F96E7BD456532B5C /* FBSDKShareOpenGraphAction.h */, + 2CA877959747A4B4F9B66EEBDD2A82C0 /* FBSDKShareOpenGraphAction.m */, + 598683C00218E1CF2B8D6DF6063D3969 /* FBSDKShareOpenGraphContent.h */, + CBED686AC5937A6ED7CF2977FDFCC0DF /* FBSDKShareOpenGraphContent.m */, + 430CAB53B85B55094DB5D6A89759833D /* FBSDKShareOpenGraphObject.h */, + F7F9001E7D084976BD80994B7BE41383 /* FBSDKShareOpenGraphObject.m */, + E4C5AC4A40579BDC28AF236C903221A5 /* FBSDKShareOpenGraphValueContainer.h */, + 1EF195E634F9163762F5DC62B9188FBD /* FBSDKShareOpenGraphValueContainer.m */, + 9CEC32AA1EFCCD3D9FE925C92ADA221E /* FBSDKShareOpenGraphValueContainer+Internal.h */, + 5F0B831082C42B3020735802E52BC8FE /* FBSDKSharePhoto.h */, + A43EB3A8DCD0A4C27452C8900575B96D /* FBSDKSharePhoto.m */, + 08B653C67501AFD8AFDD3A405C0880A4 /* FBSDKSharePhotoContent.h */, + BA7B9A6B84F8456FE9697EFA139611D6 /* FBSDKSharePhotoContent.m */, + 93DE6005FDBC23FF2787B3E3FF80C8EA /* FBSDKShareUtility.h */, + 19557DF0E158ABDD908E6E12B73E7785 /* FBSDKShareUtility.m */, + 19C9163A29E6B760F9AABFC94E3688AE /* FBSDKShareVideo.h */, + 032369198D27ED73A6270FE2BA6EA7E0 /* FBSDKShareVideo.m */, + 735F19B7A2C3BFEB5A21280A6D04E96D /* FBSDKShareVideoContent.h */, + A95B66EEBACD15151751D10533D6728B /* FBSDKShareVideoContent.m */, + C489FB9E0E070EC28E945BF04E301177 /* FBSDKSharing.h */, + BC9F89F276D1597E6B7DBFFD42073256 /* FBSDKSharingButton.h */, + 97ECE805E43DC2A61EB23ABF06EB1EA6 /* FBSDKSharingContent.h */, + 61BB47AAE0B85BB22104E949B5F979C3 /* FBSDKVideoUploader.h */, + 240B369BAE1858571F81882692762672 /* FBSDKVideoUploader.m */, + 4F2CF4E37105DEF3B788F41555C65451 /* Support Files */, ); - path = OAuthSwift; + path = FBSDKShareKit; sourceTree = ""; }; - 72FA00C1FB48EFDDD4460737C2380C79 /* Support Files */ = { + 6CB8A372BE9AD1BBEC68B7DCD6EE3D18 /* SWRevealViewController */ = { isa = PBXGroup; children = ( - 4A8C9EF9FCE50A9818F40521F225132D /* BSImagePicker.modulemap */, - 71E09840E58C72E9C501193F71700CA7 /* BSImagePicker.xcconfig */, - 4E814067459261B3A3DC09F679B35522 /* BSImagePicker-dummy.m */, - 951B376DE55930342B50D1D47B3BC831 /* BSImagePicker-prefix.pch */, - 5DAB7DF6DCED7827CC2AF64370964F36 /* BSImagePicker-umbrella.h */, - 1BE992F21AEF788B8009B8E1EFB3DBE6 /* Info.plist */, - 4C406BA00A918454B3A5BB956D9B381F /* ResourceBundle-BSImagePicker-Info.plist */, + 7F2F303A3598169884F80D7E47D14E6F /* SWRevealViewController.h */, + 0D1EC6AEDA20BD0303DE7A08B08C8E8D /* SWRevealViewController.m */, + 5F84A318A39080B22B349B2EB6F346AC /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/BSImagePicker"; + path = SWRevealViewController; sourceTree = ""; }; - 733902C6BFBD64BBCB2B5E050F7999F3 /* Reachability */ = { + 73100B1D781A7937E0B59F78422A2B69 /* Frameworks */ = { isa = PBXGroup; children = ( - 97DBF74FDA755F814BFBFDC8ECB955C9 /* AFNetworkReachabilityManager.h */, - 18FEB98AAE1F2A56EA927416ECD73A48 /* AFNetworkReachabilityManager.m */, + A65175DAA7EE302823F34D9CE4AE69A8 /* FirebaseInstanceID.framework */, ); - name = Reachability; + name = Frameworks; sourceTree = ""; }; - 736C7AA5B351B6596CB922CD35DEFC72 /* Soap */ = { + 73F1FE7E86CE5EB92AE209D54671BCAF /* AeroGearOAuth2 */ = { isa = PBXGroup; children = ( - 06B682632E41A71EFDD4027F6DDC76FC /* PicoSOAPReader.h */, - 0E84A0699A55B0E3B557B28579E57E5A /* PicoSOAPReader.m */, - EF14C76A3F189A456CC993C5AEDB7D89 /* PicoSOAPWriter.h */, - B5B792C85A2D3CEE8E77BF1071B7FD0F /* PicoSOAPWriter.m */, - D484D1E6F661E47C0D20B36E89DB3D97 /* SOAP11Body.h */, - 9B6D1E9BF84D8CE5943AD95EC737D57B /* SOAP11Body.m */, - 9D6D8E5A1BD299D3F8C33F07AE955FC4 /* SOAP11Detail.h */, - 6504F8B1BB513D8323BFB46FE59EE6A0 /* SOAP11Detail.m */, - F7FC7E483852F29AAB7772C3704130A6 /* SOAP11Envelope.h */, - D6FA687691490D74DB7D95810FFDE732 /* SOAP11Envelope.m */, - 856A58762DE68EF8777D36B5073D5EFD /* SOAP11Fault.h */, - 9B82EA7189CAEEE65AA63E47160DECCF /* SOAP11Fault.m */, - D5214695C34AB4F9E674F948B7727DD9 /* SOAP11Header.h */, - BB50D0F99CC3E277069BF25011A43619 /* SOAP11Header.m */, - 5B03B9DBFF123DBFB0B227CAC1685F34 /* SOAP12Body.h */, - D80203C4BFA42419D59BE4FF5BCD0299 /* SOAP12Body.m */, - 2D780CD47C24FC4A44E3C7792E1CFDB9 /* SOAP12Detail.h */, - FFAE6EDA0524B39F131C81AD631FA356 /* SOAP12Detail.m */, - 6812B64650DB271A1278F98C9584C2EB /* SOAP12Envelope.h */, - 4E81B6CB084CA817BE4074D44AA69E25 /* SOAP12Envelope.m */, - AB70A58683BEF774AA54FF1DA0EAC93C /* SOAP12Fault.h */, - 925517ECE8963F8F7FE66E315871B1C7 /* SOAP12Fault.m */, - 941DD4C16D02FE28591E0E90633F19A7 /* SOAP12Faultcode.h */, - 8678D71BB6EB0D466046EFD065D9FEF5 /* SOAP12Faultcode.m */, - 1D0B29D889674D3A809D44E91244767D /* SOAP12FaultcodeEnum.h */, - A097DEEBC689A05390FED3F9981A4480 /* SOAP12FaultcodeEnum.m */, - C2759F7F158DDD9A31A4757E4A5D1FE8 /* SOAP12Faultreason.h */, - 8F26883A4F0C9DF8919A811F27B739FA /* SOAP12Faultreason.m */, - 66904856A39FA0B16BE10400C0E894E8 /* SOAP12Header.h */, - 6203E7D9D373FB54E41E896DF1168CB3 /* SOAP12Header.m */, - C4B73A7EFAC3FFB54A3AE4D2B6481C5C /* SOAP12NotUnderstoodType.h */, - D66AAA1D41D5347D3887785096A21833 /* SOAP12NotUnderstoodType.m */, - E7D2944F83815E783A74721A88E11FEF /* SOAP12Reasontext.h */, - F777AB607C974E7DABA931283A5B0A7A /* SOAP12Reasontext.m */, - D793CA9BA46614AEC9F3D4E981D06C0F /* SOAP12Subcode.h */, - 0D622FA1E7DFECB3846DB2616AA090E7 /* SOAP12Subcode.m */, - E4879A76EF4143E0A3D961683258E259 /* SOAP12SupportedEnvType.h */, - 32E9C7AD21D41631B32E27B393372335 /* SOAP12SupportedEnvType.m */, - E533F4B3AF4AE856D2B830C801A135CA /* SOAP12UpgradeType.h */, - F5AA06949166D6CCA8A52EDC65F86B61 /* SOAP12UpgradeType.m */, + 886D7D03EBAC732A6A21ABD7EBCF211A /* AccountManager.swift */, + 34FF6B5D4B9E52421A24E3412E1278E9 /* Config.swift */, + A22771953D292A59A20DAD8FF70F8F64 /* DateUtils.swift */, + C51B5750BB15F67ED3A8ED2357279441 /* FacebookOAuth2Module.swift */, + 5E5EE933149C0FF460A4687AE134384A /* KeycloakOAuth2Module.swift */, + 70576938AE450669B1DB018253E1AC6D /* OAuth2Module.swift */, + D5DE4D754EE820BB60C454F9F10447F9 /* OAuth2Session.swift */, + BA12066C10BAF4B75F5321914140A8CB /* OAuth2WebViewController.swift */, + 11F710E23B17AD395719BE3EAAC633F4 /* OpenIDClaim.swift */, + 5D15177C9B13D89F5AAF4A67DC7B8931 /* TrustedPersistantOAuth2Session.swift */, + 7432AAACA1A0F6AF9BE4E9B44472450A /* UntrustedMemoryOAuth2Session.swift */, + 7FD02E0F41EE5094DFC4F8A3986C8E53 /* Support Files */, ); - name = Soap; + path = AeroGearOAuth2; sourceTree = ""; }; - 74906A58CE88D49245E5990D47CD2B30 /* FBSDKLoginKit */ = { + 77CD72E4DC2DD087CFD550AA1E5E3CC3 /* WebService */ = { isa = PBXGroup; children = ( - EA420D6C0CE1DB57D6F07B1C38B393D2 /* _FBSDKLoginRecoveryAttempter.h */, - D7AE5A737FC032BEC7D39DF989A90697 /* _FBSDKLoginRecoveryAttempter.m */, - 6F7983EFA8318FFC41A942AA5A4766BF /* FBSDKLoginButton.h */, - 53C3E6796CF607449ECEE2A2E30BDE88 /* FBSDKLoginButton.m */, - A6E02F5E7543C305D1D6294D2C4E0537 /* FBSDKLoginCompletion.h */, - 6B52858D7BCEDF0A11588AC98AAAA44A /* FBSDKLoginCompletion.m */, - EFCC83EA000E5E453E0828272CFC5F81 /* FBSDKLoginCompletion+Internal.h */, - 49520228B90F521B1F1A6943FAFE4687 /* FBSDKLoginConstants.h */, - 34E263B76E1F3FBD74F39025E7D1845B /* FBSDKLoginConstants.m */, - 329CD30BD9AA2CCE9A8C9D3506C8DF82 /* FBSDKLoginError.h */, - 027418C010D982BB5168CBB639DA68AF /* FBSDKLoginError.m */, - C7053F8BCE8A33FF0368B0577C638855 /* FBSDKLoginKit.h */, - 9E048992A8F788C07C18D685E75532FE /* FBSDKLoginKit+Internal.h */, - 980D4928AB45BF48581AB03D3C9E16CF /* FBSDKLoginManager.h */, - 8167429553D296F3B26E087C300B4041 /* FBSDKLoginManager.m */, - 9538C943645DBA04572DDB0EF1955A6E /* FBSDKLoginManager+Internal.h */, - DC3131342D1498C50520CB3D4B5312E0 /* FBSDKLoginManagerLogger.h */, - 380873080858442CB85C80FF3E3577F8 /* FBSDKLoginManagerLogger.m */, - 2687E42AE029B8C771EEF5A9EEFAD9DA /* FBSDKLoginManagerLoginResult.h */, - B4515786DE182EA48EA9A5B2F7C99B06 /* FBSDKLoginManagerLoginResult.m */, - 69BE9D74C9760497445CDE7FA92213C6 /* FBSDKLoginManagerLoginResult+Internal.h */, - 5378597AF4B4C98E6807F898436024DE /* FBSDKLoginTooltipView.h */, - 4527EC3F505585A6082527EDE0C21599 /* FBSDKLoginTooltipView.m */, - 8FF237F2454DB22B1CC265BD387D06EA /* FBSDKLoginUtility.h */, - 8333A661194B79421457EE36B04D6676 /* FBSDKLoginUtility.m */, - 5E4B1A55873670240E70C05CF67427EE /* FBSDKTooltipView.h */, - 43DF565AA819D1BAD8B23CCD86F7A715 /* FBSDKTooltipView.m */, - 1407924246259370CDDA13248CE52A80 /* Support Files */, + 335B2839720289446894B5AA6E9E71ED /* PicoSOAPClient.h */, + 728250A42897ED5C6F6E4620AAC65540 /* PicoSOAPClient.m */, + C7B1E889F5927ED22DF36A2A7140EEE7 /* PicoSOAPRequestOperation.h */, + F144E0ADE3648A5D32EFCA69C0B7234E /* PicoSOAPRequestOperation.m */, + AEEA0794FACCC4E189ED617A88D17555 /* PicoXMLClient.h */, + 6642E596F792AF16DC5C1AB3B08BEC72 /* PicoXMLClient.m */, + 11A2711929C1B7BF4E7C006BB6829240 /* PicoXMLRequestOperation.h */, + 2B7CF4F7D74D9A0BB6F4222611D6C64F /* PicoXMLRequestOperation.m */, ); - path = FBSDKLoginKit; + name = WebService; sourceTree = ""; }; - 750E5CE033525E60F93B2AEE4143B932 /* FirebaseAnalytics */ = { + 77F2785B56B417E3DA451815BDED0A53 /* Frameworks */ = { isa = PBXGroup; children = ( - BDC188A5C69B539EFC2C05CB941ACFE2 /* Frameworks */, + 6C0497209BB7308E6684025BD2BE8076 /* GoogleInterchangeUtilities.framework */, ); - path = FirebaseAnalytics; + name = Frameworks; sourceTree = ""; }; - 755D7FA3F63B668790BF96390F7111A3 /* Pods-VendooUITests */ = { + 79C1F66DDAB18BBA6634A8DCBD69EFC4 /* Resources */ = { isa = PBXGroup; children = ( - A56E1A33D3D9ED85AE740818A3D4CD49 /* Info.plist */, - 342D2D14F18FE74BB6A6CE738A0B2CB7 /* Pods-VendooUITests.modulemap */, - 3FCA0B46ACD95E77B874B5D80F96479D /* Pods-VendooUITests-acknowledgements.markdown */, - E870D826781CE652F4FF0FA34C714313 /* Pods-VendooUITests-acknowledgements.plist */, - ED1D2220615A13294FD6AEC63793DA67 /* Pods-VendooUITests-dummy.m */, - B86D51F51FBA591C5B810A2F43C81C20 /* Pods-VendooUITests-frameworks.sh */, - 3C8BE375E1765DAF55901B9869FA373A /* Pods-VendooUITests-resources.sh */, - AF79BC0792545A7FE5B98E8EE5A6BAE4 /* Pods-VendooUITests-umbrella.h */, - 7E2783BFC3EE592D41AAEFE93C7A48B7 /* Pods-VendooUITests.debug.xcconfig */, - 92AD10E370437A3B99BD3B82AF4F13ED /* Pods-VendooUITests.release.xcconfig */, - ); - name = "Pods-VendooUITests"; - path = "Target Support Files/Pods-VendooUITests"; - sourceTree = ""; - }; - 77F7E87483B4B5FABA5591CC0CDA96B3 /* BSGridCollectionViewLayout */ = { - isa = PBXGroup; - children = ( - A099641A6EC8B3EB9BE75483FBA506E6 /* GridCollectionViewLayout.swift */, - 3D04EBE6A7A464CDB5050FEB4AB99DD4 /* Support Files */, - ); - path = BSGridCollectionViewLayout; - sourceTree = ""; - }; - 79BBDA5166307577370AC08EF0E1BAF7 /* XMLWriter */ = { - isa = PBXGroup; - children = ( - F7E294921A58F30FD8A056BDDB358920 /* XMLWriter.h */, - FDBD06296B902AFFEC2591D59A4597B0 /* XMLWriter.m */, - ); - name = XMLWriter; - sourceTree = ""; - }; - 7D8BDFDAD83A44F78A01B49828DE97EB /* Resources */ = { - isa = PBXGroup; - children = ( - 0CC63C78FD9CDABC05BC040B579F3D95 /* TYMActivityIndicatorView.bundle */, + 2FCC794790A65115BA5F8CA188FC8686 /* TYMActivityIndicatorView.bundle */, ); name = Resources; sourceTree = ""; }; + 79CA9D6EB80C6A2B12F0999B3381B97C /* FirebaseAnalytics */ = { + isa = PBXGroup; + children = ( + DBE93CBDEFD92C5A6B6946A42984901C /* Frameworks */, + ); + path = FirebaseAnalytics; + sourceTree = ""; + }; 7DB346D0F39D3F0E887471402A8071AB = { isa = PBXGroup; children = ( 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, 33C83BF3190CA129C81079F014E29A1F /* Frameworks */, - 21013FF0BDDB12E2F926F1292543F3DC /* Pods */, - 45F5562DF8E180ACE3FE05F7843514CF /* Products */, - 9C6047AF09B8C095E15AD8C92F6A9D70 /* Targets Support Files */, + A6FE4711112EE3BC7280F9280BEB9761 /* Pods */, + 06BC65EC8555178401515199505D0E55 /* Products */, + F585CC511838E9673860926B85847598 /* Targets Support Files */, ); sourceTree = ""; }; - 7FF61F52E83BBA24DA77F6AA561F0226 /* Frameworks */ = { + 7E311918B2F9BDA3AFB0E1B60E6EE141 /* FirebaseDatabase */ = { isa = PBXGroup; children = ( - DCEA9E080A9DB2C74CD926570A953802 /* GoogleSymbolUtilities.framework */, + 906B71F37F869685481FB3FB7B5C2C8C /* Frameworks */, ); - name = Frameworks; + path = FirebaseDatabase; sourceTree = ""; }; - 800C2CA63563778F0E23F0A0AA305925 /* TYMActivityIndicatorView */ = { + 7E770BE874214A92CECEFC31BDDC84C9 /* BSGridCollectionViewLayout */ = { isa = PBXGroup; children = ( - A67E07C147634C1EBAD7CB4C40A50E50 /* TYMActivityIndicatorView.h */, - 5E959B970DDE2517A5BAEC2B35660D58 /* TYMActivityIndicatorView.m */, - 7D8BDFDAD83A44F78A01B49828DE97EB /* Resources */, - 0F3C4569D9F804B4D1D88E51FB403342 /* Support Files */, + 512B061CCD4719F2DB8CF067B61BB903 /* GridCollectionViewLayout.swift */, + B3CF272E5BBBFBE177CA800C7847274D /* Support Files */, ); - path = TYMActivityIndicatorView; + path = BSGridCollectionViewLayout; sourceTree = ""; }; - 89273E11C4CFE51C55606244E0532BD7 /* Support Files */ = { + 7FD02E0F41EE5094DFC4F8A3986C8E53 /* Support Files */ = { isa = PBXGroup; children = ( - C14A6F0F78AD9839128DADC053094160 /* Info.plist */, - BA8171EBA15DE4A9BED8CA06C468FD53 /* OAuthSwift.modulemap */, - 14568618CE7DEF43C7929732DD8D88D2 /* OAuthSwift.xcconfig */, - BC4D84C11F8D2E8B256E21E778DD82F6 /* OAuthSwift-dummy.m */, - 0D49CCDCE1A2B0D242AF662387E3113C /* OAuthSwift-prefix.pch */, - BDE5F6BD3774D2B95CE4CF6797FA8659 /* OAuthSwift-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/OAuthSwift"; - sourceTree = ""; - }; - 8AA3CFD756DAC8499B353694ED4FCD7E /* AppLinks */ = { - isa = PBXGroup; - children = ( - B37617FFE1993F6A2482B55449B4D1CC /* BFAppLink.h */, - 7706ADAE65B5872E53AD5EC758FCAC66 /* BFAppLink.m */, - 1565DE54531109040614F4303B9EF59D /* BFAppLink_Internal.h */, - 6F96A61B9C4B219DACCF448D52B4168C /* BFAppLinkNavigation.h */, - DA6C3EDC373498F2B6543BA3A1782CF6 /* BFAppLinkNavigation.m */, - E7445206939D554844C4596CB5EE31F2 /* BFAppLinkResolving.h */, - DAA6AD93AB539589E7B57D25B7D14AE6 /* BFAppLinkReturnToRefererController.h */, - 524F0FB077B179B680DB658A2B8D60E3 /* BFAppLinkReturnToRefererController.m */, - 2B1BB0B7CFB4120F26CC0A67DAAFBC39 /* BFAppLinkReturnToRefererView.h */, - 8D2DDBFBCC4D2E2F6C7BEDC8839C3DE3 /* BFAppLinkReturnToRefererView.m */, - AB91BA9DDE7DE48BAA79EE4C38E0AD2D /* BFAppLinkReturnToRefererView_Internal.h */, - 049807B74ECBB358FA78542C984FB58F /* BFAppLinkTarget.h */, - B7B09C66FD943E767176EB23ED3D6B3C /* BFAppLinkTarget.m */, - 4E5F7D68EAAFE737B7C59679ECFE3988 /* BFMeasurementEvent.h */, - 0214187036660C5F9552D301FC09F7F4 /* BFMeasurementEvent.m */, - 0A24DC0C3F03520998D9EBE969898376 /* BFMeasurementEvent_Internal.h */, - 4640242AE8EEA2D9CAF36728EAE8115E /* BFURL.h */, - A6C8771549CDBD372B12C4ADFB188DBA /* BFURL.m */, - 6DD3C896EB8464A861A71CA1CEDFA05D /* BFURL_Internal.h */, - D16C7C0B468E4F9C94FCF1F7028912F0 /* BFWebViewAppLinkResolver.h */, - 49D47853A65EBE809753E8DC6D02EDF0 /* BFWebViewAppLinkResolver.m */, - ); - name = AppLinks; - sourceTree = ""; - }; - 8F296734FB7C9B64CAB736987F1BB388 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6C42770B6B205FB91FE7E21AAE5A37AC /* Alamofire.modulemap */, - B1303027E4B639FF41D38DA23AFF62CD /* Alamofire.xcconfig */, - EC5AD17AD6A58ADDF59C6B2C615B29D7 /* Alamofire-dummy.m */, - 3FDFD0DB54FFE82E6C4DDD707BD59ED8 /* Alamofire-prefix.pch */, - DE2C6FCD2887EF07C04FD5B9CCA8F820 /* Alamofire-umbrella.h */, - 22D4E3C23BDD9C4A8D3759330D0D5E9A /* Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/Alamofire"; - sourceTree = ""; - }; - 9233BA89BB32E6E72A0D396EFC686E3C /* SWRevealViewController */ = { - isa = PBXGroup; - children = ( - 29E0B2969D67352DC16CB2E0F5BE33C9 /* SWRevealViewController.h */, - 4535F742119D357AD5A39169D8F7853D /* SWRevealViewController.m */, - 65F7BAA09DC735BD245F41F213C01E36 /* Support Files */, - ); - path = SWRevealViewController; - sourceTree = ""; - }; - 9239DE469D4F2F8307799678835B4CD3 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1A12FCCB739C99995C14E3F4028F1822 /* AeroGearOAuth2.modulemap */, - 3A96392E6C52816C71EE8263E97F579B /* AeroGearOAuth2.xcconfig */, - C8204379071B5D22321EC60838BAE214 /* AeroGearOAuth2-dummy.m */, - 56986D50EAAD97A560DEF38DB2AA69BC /* AeroGearOAuth2-prefix.pch */, - 3B3A777C3B661F7B780589D8A6D80C61 /* AeroGearOAuth2-umbrella.h */, - 9C0DA2871D813658C6C592FF7FA5510C /* Info.plist */, + B5A1B9E4A75F5B62A073311D80F9253E /* AeroGearOAuth2.modulemap */, + 06811EDE471F7D6A74CCE693BC33AD9A /* AeroGearOAuth2.xcconfig */, + 7FDDEF84189F43CFB074278587F13019 /* AeroGearOAuth2-dummy.m */, + 332E9ADCDB1A37E41540865A4A73B07B /* AeroGearOAuth2-prefix.pch */, + 1558E1357BE03000E98FFEE56D1E1DE3 /* AeroGearOAuth2-umbrella.h */, + 8C2D0E6279241B28F02C33D1A4C39DF3 /* Info.plist */, ); name = "Support Files"; path = "../Target Support Files/AeroGearOAuth2"; sourceTree = ""; }; - 9313E87717880AE32A28A48CA00CDA62 /* FBSDKCoreKit */ = { + 851E08BBE73E33520598809DF0769E7F /* FBSDKCoreKit */ = { isa = PBXGroup; children = ( - 3DF4BC9FD65E2F4CA866401E672ED1BA /* _FBSDKTemporaryErrorRecoveryAttempter.h */, - 9F99FC1795FA16298C847227880553D3 /* _FBSDKTemporaryErrorRecoveryAttempter.m */, - 3809BC024AE304F3225406F68779368B /* FBSDKAccessToken.h */, - 1B774F49E14506E75A5325BC22BB9707 /* FBSDKAccessToken.m */, - 5FE077B01517BBC6F006F79E58EEABB4 /* FBSDKAccessTokenCache.h */, - 6C9737114C9375A068D176AA85AC846B /* FBSDKAccessTokenCache.m */, - ADB499A07145D059372C4F0CB716097A /* FBSDKAccessTokenCacheV3.h */, - F13F56E830BAE8AECC7292AA45BC7FFB /* FBSDKAccessTokenCacheV3.m */, - 6AEC286D6149E3B872E82387C061171D /* FBSDKAccessTokenCacheV3_17.h */, - A9F0CA024BDA224815C153F250908E57 /* FBSDKAccessTokenCacheV3_17.m */, - 79DA098729055ECE9E2E5E7479B132C7 /* FBSDKAccessTokenCacheV3_21.h */, - D62956C402D7ED4807F45EDB68356CF7 /* FBSDKAccessTokenCacheV3_21.m */, - 6DBB4DE597EE34576019E924D98203D8 /* FBSDKAccessTokenCacheV4.h */, - E21AA9D832D2E33E1B9BE4CBD80D9F68 /* FBSDKAccessTokenCacheV4.m */, - B7A5F25C4BC5191E6A1175266BBBBD46 /* FBSDKAccessTokenCaching.h */, - 8CF5270E030B6625874636EF11402ED1 /* FBSDKAppEvents.h */, - D320E97A1208B5079C01657EE27A0D9C /* FBSDKAppEvents.m */, - 8730EDD62F9869416C86DCBD26A2DB86 /* FBSDKAppEvents+Internal.h */, - F29718E4176F41AC28B935D9CD4D8996 /* FBSDKAppEventsDeviceInfo.h */, - E1DF86F3F432B2615B079C69222B28DD /* FBSDKAppEventsDeviceInfo.m */, - 9FB6CAA12A0B9497B372DF580666D2C5 /* FBSDKAppEventsState.h */, - 0CC5C27BEC7A3EEB84565B7AEEF2BA3A /* FBSDKAppEventsState.m */, - 6EFB395B916E52D2814B1493458EC64C /* FBSDKAppEventsStateManager.h */, - 3B903E68E843B458D3A674A7FDFC828D /* FBSDKAppEventsStateManager.m */, - FB617D178301D620164BB07802891736 /* FBSDKAppEventsUtility.h */, - D46E75F27C6C668FE145ECAB55D751D0 /* FBSDKAppEventsUtility.m */, - 05E586D73A78F4795E435AED452FC1E2 /* FBSDKApplicationDelegate.h */, - 56799AB2C8E7D325F54CABCEB3ECB35D /* FBSDKApplicationDelegate.m */, - 4CCDB33C743EFBE7CAF4BC23372303FE /* FBSDKApplicationDelegate+Internal.h */, - 84B7BB354A14030762B4EBCBB9253EDC /* FBSDKAppLinkResolver.h */, - E88F6B2237797BAA00AAB8755F5BC3F6 /* FBSDKAppLinkResolver.m */, - 528B89A5C89FC133EF3EF3103E889247 /* FBSDKAppLinkUtility.h */, - 2BA5BBB2B26499EA4684364B89D6CE8B /* FBSDKAppLinkUtility.m */, - EE83963EAF9F6FD2972C8DF77874D1DF /* FBSDKAudioResourceLoader.h */, - F1F5D2A20903DA1E3C86DA0F3954DDC5 /* FBSDKAudioResourceLoader.m */, - 86636A60099FA5FBDAC924F1B1677AA1 /* FBSDKBase64.h */, - 5FE65A113C201E3D65413F6243B20FCE /* FBSDKBase64.m */, - 4D17A5685460AACBC5C07F093B05F73D /* FBSDKBoltsMeasurementEventListener.h */, - 606FB7D0E3D7E0C2A1286201D28779B3 /* FBSDKBoltsMeasurementEventListener.m */, - 3D3EE056A570A92236B26CDEFA570BA6 /* FBSDKBridgeAPICrypto.h */, - D6F6BEE73349E6E138BBC3AB33304769 /* FBSDKBridgeAPICrypto.m */, - ED817401B78ED62907AC17BC59E54834 /* FBSDKBridgeAPIProtocol.h */, - 17663EE48E0F193F1520DDC8A9D6A859 /* FBSDKBridgeAPIProtocolNativeV1.h */, - 6FF0549F8BC9F4D9A560CC55B0588FFF /* FBSDKBridgeAPIProtocolNativeV1.m */, - 695C38C55EF5137FBCA4055A053F1E71 /* FBSDKBridgeAPIProtocolType.h */, - C6D5ECEAC7B2F96C8E7DCB47B330197C /* FBSDKBridgeAPIProtocolWebV1.h */, - 196D492D1BB2CE8CA876C3B0D7601D28 /* FBSDKBridgeAPIProtocolWebV1.m */, - EEE2FC3ED64DCF700CBDD6789097F898 /* FBSDKBridgeAPIProtocolWebV2.h */, - 92A929A36B1C8D95E9D4A490AF38161E /* FBSDKBridgeAPIProtocolWebV2.m */, - 6B0A20E413000FFAD97D625FBE297106 /* FBSDKBridgeAPIRequest.h */, - 486FE24916BA86DDBC86B04552192F47 /* FBSDKBridgeAPIRequest.m */, - 957D27640A364B3AD7C2B3C6ED49FDD7 /* FBSDKBridgeAPIRequest+Private.h */, - CF2AAF26A4CB4DDA4DC2790E8928EDB7 /* FBSDKBridgeAPIResponse.h */, - 84CCD588AB249B2DBEAFCA6663390696 /* FBSDKBridgeAPIResponse.m */, - A85D7FD9CD63FE50B6138992FB95AA06 /* FBSDKButton.h */, - 14F342C422281EAF05F03796A89BB03A /* FBSDKButton.m */, - C3E76CBEFDFBCF27BFB416A2309F6FDD /* FBSDKButton+Subclass.h */, - 4153F6A5940A10B3731147F9CD17C155 /* FBSDKCloseIcon.h */, - C5C170610839076B244BE0913F362B64 /* FBSDKCloseIcon.m */, - 85049BECFF72DA55EB61524E40516CCA /* FBSDKColor.h */, - 12EC47E4FE2B3A1E644C1C1B3157A79F /* FBSDKColor.m */, - 4B7BCD669356685AB4505B80F3066643 /* FBSDKConstants.h */, - 4373AC181F2331FC1B93EAA656C9FB39 /* FBSDKConstants.m */, - 61F5EC382A9C16242D9A9AAD3CD5B02B /* FBSDKContainerViewController.h */, - 88CDD19BD95540F64C802D3AB58352B5 /* FBSDKContainerViewController.m */, - 678940C8C408768195B6ADE0E222BA17 /* FBSDKCopying.h */, - B89240BE1A23DB3EE14B930A2F1034F8 /* FBSDKCoreKit.h */, - 84F867BA74F508A7BF67AF6C77A8EBF7 /* FBSDKCoreKit+Internal.h */, - 15EF32CAAEAA0FFC2C5418D1A5636757 /* FBSDKCrypto.h */, - DE684A63FBA43103C6C95EB92021A630 /* FBSDKCrypto.m */, - 660F0601F22448C96CCC052E86CE5149 /* FBSDKDialogConfiguration.h */, - D7A057740CF5683BB7F50F42214E7EF2 /* FBSDKDialogConfiguration.m */, - E757C451E6D82E23E44B78364B3C899D /* FBSDKDynamicFrameworkLoader.h */, - B1668B559D95DDB3618943D480601C27 /* FBSDKDynamicFrameworkLoader.m */, - 2219A204ABABC6BF07F3392FE82B9BD9 /* FBSDKError.h */, - 1DB692E1286BBA4BB6A4AE1DF7C506B4 /* FBSDKError.m */, - BF09B6020591976F9DA2B123D2ECB262 /* FBSDKErrorConfiguration.h */, - 288E47D634C416086D1D9AF2C5287283 /* FBSDKErrorConfiguration.m */, - 5D82F2EA426946006D752521D1780B60 /* FBSDKErrorRecoveryAttempter.h */, - 27FA83A1D71CAFDB9BD37C07309A12C8 /* FBSDKErrorRecoveryAttempter.m */, - 408A1AE4CA45A03379F9484A94C29B5D /* FBSDKErrorRecoveryConfiguration.h */, - 982F4702E4D5D12E9462A71F7328043B /* FBSDKErrorRecoveryConfiguration.m */, - 9A3ED7637B9F9DC217E9F80CA936A1A4 /* FBSDKGraphErrorRecoveryProcessor.h */, - FE96214E3715C752BFB0FBB4D11568C7 /* FBSDKGraphErrorRecoveryProcessor.m */, - 3BF4244E1B9EF5E8B4A39AF964E6AA80 /* FBSDKGraphRequest.h */, - 72B46760723EC25F998F7D4EBEA129FC /* FBSDKGraphRequest.m */, - 1B620D7D723EACD241A7BC5A73085A96 /* FBSDKGraphRequest+Internal.h */, - 47204DB9D51E063F20921495F86246E2 /* FBSDKGraphRequestBody.h */, - 542B8458178C2E91AF7AC6303DD6547D /* FBSDKGraphRequestBody.m */, - 0DFC2C33469EEBC2A65523C9ED3EC5B1 /* FBSDKGraphRequestConnection.h */, - A29A64266DD3804B557C0A28C6311986 /* FBSDKGraphRequestConnection.m */, - A15093DE91AE174A75013B3D62A1C8EA /* FBSDKGraphRequestConnection+Internal.h */, - C58BB331136BE93B86B30F5DB171A165 /* FBSDKGraphRequestDataAttachment.h */, - 7096680B738DB0484C254620D2E387D7 /* FBSDKGraphRequestDataAttachment.m */, - E8CAD2685D37DA220CD3305D0F5101B0 /* FBSDKGraphRequestMetadata.h */, - 9A99239656850D2FCFF8579EDB7186A9 /* FBSDKGraphRequestMetadata.m */, - 5E6D82DBF45E37252401784BCBCD448C /* FBSDKGraphRequestPiggybackManager.h */, - C44ACAA6E47A48E7702BE3D4DE1241F5 /* FBSDKGraphRequestPiggybackManager.m */, - 1D495BF03FB3685714850FA327181746 /* FBSDKIcon.h */, - 2461D7441DE8D2AFFBEE09070B397DF0 /* FBSDKIcon.m */, - FA0ECA4C294A56C937FC45C463AC2DC3 /* FBSDKInternalUtility.h */, - 72046795290846FD4DA2EAC4587B21AD /* FBSDKInternalUtility.m */, - E875F8CB26BC5DA84E804C5279482215 /* FBSDKKeychainStore.h */, - F827E61862062CE42C901C80BCA95BD6 /* FBSDKKeychainStore.m */, - 56979418716D4D5B0EDC88DB56AB58FF /* FBSDKKeychainStoreViaBundleID.h */, - BA6A39F0E87BE10C171CA4622856C47E /* FBSDKKeychainStoreViaBundleID.m */, - 36D88F1285CDCEF02ED1AFDDCC80169F /* FBSDKLogger.h */, - 0FA7D1A450EDBB560D56D2CE8CE049A0 /* FBSDKLogger.m */, - 2CE9DC64BFE2228F13211F8C425FF09C /* FBSDKLogo.h */, - 7A3A4AC92CE1F1F06FCEB42610D14CB8 /* FBSDKLogo.m */, - 858657C0D026206B4F45E3DECE62EBB3 /* FBSDKMacros.h */, - 7A7156FF20EE9A4D524EF0581F55B2BF /* FBSDKMaleSilhouetteIcon.h */, - 93006DBBEEEC317C58F79E790757AF4E /* FBSDKMaleSilhouetteIcon.m */, - 69AEB06A2EE4906EED65C1834D2E6850 /* FBSDKMath.h */, - C2D44EF7B3CBEC61ADF9698A4A4D6774 /* FBSDKMath.m */, - 9D3CCF39F9C0060F9A4C22CF76C474DD /* FBSDKMonotonicTime.h */, - D0B01C067D85BFDC5F541AD0BC7FA1A4 /* FBSDKMonotonicTime.m */, - 271291E98EC08E39ED4811C64DBEE062 /* FBSDKMutableCopying.h */, - 8DD757D2A5513AFB264143349E89C388 /* FBSDKOrganicDeeplinkHelper.h */, - 09C543CB078A93763A059CF68C8D30DE /* FBSDKOrganicDeeplinkHelper.m */, - F14F4DA20E20EAB397C503C961E89BEF /* FBSDKPaymentObserver.h */, - E46A3605C6A0524B347CF43D6902217B /* FBSDKPaymentObserver.m */, - C362D96490363EEB91406D1BD3AC56D8 /* FBSDKProfile.h */, - 7A24BC9605C26FEE0FA5351C0D391D74 /* FBSDKProfile.m */, - 73EFAC05E3B552AFB6E23C57F9414C40 /* FBSDKProfile+Internal.h */, - 30F02E828F3EACF182C4972D755DEAFE /* FBSDKProfilePictureView.h */, - 365AA1910A22970095B89D1C42438877 /* FBSDKProfilePictureView.m */, - 02EAA463FA60CABB9FE390168EBF59D3 /* FBSDKServerConfiguration.h */, - 0351E0CDEF6D1C3BF6289311FA0411F6 /* FBSDKServerConfiguration.m */, - 5A16EE82D264520ADA59FD67C6951811 /* FBSDKServerConfiguration+Internal.h */, - D141CA70008359B076D089A6D828224B /* FBSDKServerConfigurationManager.h */, - 0C7F8388743F9AA0F25C62524F5199FA /* FBSDKServerConfigurationManager.m */, - 5C9834B34EA99F2E2246EF7036C6E913 /* FBSDKServerConfigurationManager+Internal.h */, - 8547D4BA0BCD7FBDD9DF68B1C89AAD7E /* FBSDKSettings.h */, - 7AE1CB8C21670057DC822F06DF714398 /* FBSDKSettings.m */, - F288D85D7FF5F7428ED7BD1FE4EB9B8C /* FBSDKSettings+Internal.h */, - F06EAF6977D8904436D92B11BA5223DF /* FBSDKSystemAccountStoreAdapter.h */, - 650F304A27D16386EDBCDAEDAE4A1E43 /* FBSDKSystemAccountStoreAdapter.m */, - 77E0934A37E1F2FA98FB5D3739E001A5 /* FBSDKTestUsersManager.h */, - 97582A81DDB92603FADF978241E6102A /* FBSDKTestUsersManager.m */, - EC7723C9B354D22E1790A502D6A571CE /* FBSDKTimeSpentData.h */, - 87C5B13D3856B99DA1740107BACE9012 /* FBSDKTimeSpentData.m */, - 9BB2F560D17204C0848512E619D15173 /* FBSDKTriStateBOOL.h */, - 0684BA62E2F2B3B8D3C5707A484F0854 /* FBSDKTriStateBOOL.m */, - 92C5E4E8D84A46BE8F315546D63B262B /* FBSDKTypeUtility.h */, - 35212BFE186D2B34B566DDB895805330 /* FBSDKTypeUtility.m */, - F6E537E7FA3A28F0279CF2D163705766 /* FBSDKUIUtility.h */, - 97C7600FBE856CA7420A40EEB1B66465 /* FBSDKURLConnection.h */, - 6A4D5F2D2F3E1164B5BAEE50EF1194B6 /* FBSDKURLConnection.m */, - 34F30CDBB0FB833D7E42F69FB6461FC9 /* FBSDKURLOpening.h */, - 6EE0164F51509A32EC736893EE19337A /* FBSDKUtility.h */, - 6724D122CC4732D50B8CCAB55A77AA70 /* FBSDKUtility.m */, - 3C3F70522C6812322F233BB464CBD772 /* FBSDKViewImpressionTracker.h */, - 1F295BF1AFDDBADAD93A7EF8C605B50B /* FBSDKViewImpressionTracker.m */, - 7C1F8B46783CF28348CB970589E15B39 /* FBSDKWebDialog.h */, - CF2210853A6EB283E0E616A58DA5340F /* FBSDKWebDialog.m */, - F5569B5D3FF25F373FDB9A1137E0522C /* FBSDKWebDialogView.h */, - 9345046721D2CCE03BAD71765ABC6865 /* FBSDKWebDialogView.m */, - 3102B6796A475ABD2AA913DAFE4E7818 /* Support Files */, + 274402C750F02C7753DA0A1808189AF9 /* _FBSDKTemporaryErrorRecoveryAttempter.h */, + 5AA8F245D01102A52F45777264C584FA /* _FBSDKTemporaryErrorRecoveryAttempter.m */, + 2D38A4B06DBCE6241BF23EE59DA2EC00 /* FBSDKAccessToken.h */, + 0BA69F359686D0DF13E8908891278F2B /* FBSDKAccessToken.m */, + E317B9D5CFF520B3690F6E5AD930138D /* FBSDKAccessTokenCache.h */, + F7D1135C708CFABDCEF0A3508501EA2D /* FBSDKAccessTokenCache.m */, + 037BEC0658766E3CC7D1521E3D8314B5 /* FBSDKAccessTokenCacheV3.h */, + C07887C7B74DD6446A7AE9876C719B95 /* FBSDKAccessTokenCacheV3.m */, + 1F84E0250821081E5D6E4D529F79671F /* FBSDKAccessTokenCacheV3_17.h */, + 80625927A0A8240A11820485C1B89E1D /* FBSDKAccessTokenCacheV3_17.m */, + 73F1953D06394C717AE56AEF0BDDB4FA /* FBSDKAccessTokenCacheV3_21.h */, + 90589F272B98647EC0E23AFCCA91E6B8 /* FBSDKAccessTokenCacheV3_21.m */, + 3392A1562EEECDDCE5ABD3904BFAF496 /* FBSDKAccessTokenCacheV4.h */, + 71C78B47AAD708C337C652098585D02D /* FBSDKAccessTokenCacheV4.m */, + CC7827DFEA640657B36BF25F407DE23F /* FBSDKAccessTokenCaching.h */, + BBEBC850596B4F6F86F529C0BCA43EDE /* FBSDKAppEvents.h */, + DC9BED0D6C773E3725A004F799012C45 /* FBSDKAppEvents.m */, + 9E37232EA795BD54902F9DA507144E03 /* FBSDKAppEvents+Internal.h */, + 3801A6586C20BA514D687E5CB9811FE3 /* FBSDKAppEventsDeviceInfo.h */, + F403D913349292156367832BB68EDEBA /* FBSDKAppEventsDeviceInfo.m */, + 9116DB6971CA6E1FF43A462B21D1B7A3 /* FBSDKAppEventsState.h */, + 13E485FD2622941556EC545D8E597CD9 /* FBSDKAppEventsState.m */, + D3219AEED0D229D413971C6A2DCEB389 /* FBSDKAppEventsStateManager.h */, + D3C023CAB4F2364653FE94AE7D7989C9 /* FBSDKAppEventsStateManager.m */, + F9C7C0D3ADE9E5FDD958B1F54E512561 /* FBSDKAppEventsUtility.h */, + 42BDF66743CD3E171F3466C6982B33AF /* FBSDKAppEventsUtility.m */, + 7A25AEEBB73C1A6F99CE31001CC8E7D5 /* FBSDKApplicationDelegate.h */, + 72245D286497643AEC39CFD51C055F36 /* FBSDKApplicationDelegate.m */, + 97397E57104D5D6DEC9FE2ECE449F708 /* FBSDKApplicationDelegate+Internal.h */, + BFF8C76E844CB9E2F51EE0CA89497C4F /* FBSDKAppLinkResolver.h */, + 56C62ACDBAC74EBED7CA84A6A12227C6 /* FBSDKAppLinkResolver.m */, + 815884EE68A2843EE9E92A62361D5865 /* FBSDKAppLinkUtility.h */, + CB03DF2760683BF429AE919F41884E80 /* FBSDKAppLinkUtility.m */, + CE3B4D504E1D4AEB468003967B2EBE94 /* FBSDKAudioResourceLoader.h */, + 40860CE4791C20738F3B29A2D545328F /* FBSDKAudioResourceLoader.m */, + CA18F7E3B63386B99BC27FE3891447FB /* FBSDKBase64.h */, + 179F7B8C1F165CEA1130EABEEC849EB9 /* FBSDKBase64.m */, + B63504FA5832B525F19DF6594AC6FB9D /* FBSDKBoltsMeasurementEventListener.h */, + 3873EE2B52B1DF5A7434C81CD98CE17B /* FBSDKBoltsMeasurementEventListener.m */, + DCCA5879C89062A06F6669EEC7EE9423 /* FBSDKBridgeAPICrypto.h */, + 57B4E1E26A52262A705E7EAA60D4F3C0 /* FBSDKBridgeAPICrypto.m */, + F5BD3504B96359BD27FEBA4D8AD4E18A /* FBSDKBridgeAPIProtocol.h */, + C58103D81E9C42491AA9266AE753D199 /* FBSDKBridgeAPIProtocolNativeV1.h */, + 8A38272687E05C4229D23CB5DE59A4FD /* FBSDKBridgeAPIProtocolNativeV1.m */, + 80EFAB771868CE6DEFEEC2E09785125B /* FBSDKBridgeAPIProtocolType.h */, + 04C630A21B0B22B553420BCFFF34A307 /* FBSDKBridgeAPIProtocolWebV1.h */, + CDB067EADA78F19BE0B2C323DAC087BA /* FBSDKBridgeAPIProtocolWebV1.m */, + 59294C30161CC7DA8F58614411D98259 /* FBSDKBridgeAPIProtocolWebV2.h */, + 2A97717F4F7ECC0DEC471C7C302AF960 /* FBSDKBridgeAPIProtocolWebV2.m */, + B80A07D9D7AFB969E72F14412BEB388B /* FBSDKBridgeAPIRequest.h */, + B3C7FB15CC8A499B4E316FCF04D2E2FF /* FBSDKBridgeAPIRequest.m */, + 831F01F23D3F1DC8A1E13167976B0163 /* FBSDKBridgeAPIRequest+Private.h */, + 66024A49B3EC28081C1692C2040D11D7 /* FBSDKBridgeAPIResponse.h */, + 4879AE8293911291B535A5FF6E44592C /* FBSDKBridgeAPIResponse.m */, + 0BDD86C6317DD2E1A2D61337F22A55DE /* FBSDKButton.h */, + 975515A6E522EEF8B1D5CEC7BCC5679B /* FBSDKButton.m */, + EC9F13F9E8CAAACFF78326E45C40599F /* FBSDKButton+Subclass.h */, + 806C2D6BD79698DD3F5D505EC0EF3137 /* FBSDKCloseIcon.h */, + 0DCDACB474AC3ADD768D6B1C3DC646FE /* FBSDKCloseIcon.m */, + 0FA328E4B9D90899E6BC7FC9780CD385 /* FBSDKColor.h */, + B34B8DDB4A0AB0AE10712A6E9AD3AD98 /* FBSDKColor.m */, + 65E09A4D2744DCD15D59FFBEC09F06FE /* FBSDKConstants.h */, + 3B81CC9EF67BDCEF23158C3FFEAA9F5A /* FBSDKConstants.m */, + 9CEFAD237F62111CE519B3B3D8CEB628 /* FBSDKContainerViewController.h */, + CEEDEAA3B1D0E7F51C42A0FF4D04155F /* FBSDKContainerViewController.m */, + 7AAAF26C01B2BFD6C274E707708CFFE9 /* FBSDKCopying.h */, + F53B4CC4415CE07123BF063BBB373F7C /* FBSDKCoreKit.h */, + E71829FF290118344E90D187DAB55969 /* FBSDKCoreKit+Internal.h */, + B5CC773751C97D5CF077570D03A9765F /* FBSDKCrypto.h */, + 0DF0F9821ABBDAACF5F415C842360459 /* FBSDKCrypto.m */, + EB342C66340F0F9CC8BC06EA44FB9716 /* FBSDKDialogConfiguration.h */, + 42EED0D66730A14C542FFAB588757458 /* FBSDKDialogConfiguration.m */, + 5171047B32E16A56212576AF9C927ACD /* FBSDKDynamicFrameworkLoader.h */, + B62A5569FC7D6F49DDF2E9EE5A048EB3 /* FBSDKDynamicFrameworkLoader.m */, + 9DF40AE913CA0B12932E513EA49D973D /* FBSDKError.h */, + BB69CDD045397A0C3BBD4BA9E14DC9EB /* FBSDKError.m */, + 00A4FA97903758A3B2737BD06B92134C /* FBSDKErrorConfiguration.h */, + 5072C8B1E1D466A2BB7524C239A94612 /* FBSDKErrorConfiguration.m */, + 658C82613C9FB905AB99A1A9CF2F6372 /* FBSDKErrorRecoveryAttempter.h */, + 410ACCE4C6EEFC8B50268F3ADB5D4A10 /* FBSDKErrorRecoveryAttempter.m */, + 2BA6133139D645A886D2696A5332348C /* FBSDKErrorRecoveryConfiguration.h */, + 34C0B1F7EB452212E19F6C9997008B3A /* FBSDKErrorRecoveryConfiguration.m */, + 24D5D774BFB590DE4A8D8308CA4249E6 /* FBSDKGraphErrorRecoveryProcessor.h */, + 0FDCFC0010E47AC0BE5AE3E177D32528 /* FBSDKGraphErrorRecoveryProcessor.m */, + AE174E4E8CAD8215E3889AD1FDF89D60 /* FBSDKGraphRequest.h */, + BF4ABFB3666982C4726ADDAC9255BAAE /* FBSDKGraphRequest.m */, + 12C1E065A6B3D67E434B973AE1123ACA /* FBSDKGraphRequest+Internal.h */, + 9030292F16ADD1982577B2FDD78186B9 /* FBSDKGraphRequestBody.h */, + 5EB68B5A119AFA8929C94D2CB9AD2A37 /* FBSDKGraphRequestBody.m */, + 0D9C8E01DB21AAF105C10CF909B18718 /* FBSDKGraphRequestConnection.h */, + 88800517C0B4F604753E9AFF3E380BAD /* FBSDKGraphRequestConnection.m */, + 45A9A8FCBE779F8A7ACE59BD1AE2066F /* FBSDKGraphRequestConnection+Internal.h */, + 87DAE8DD5362B98E2BC36A88BA93AEEA /* FBSDKGraphRequestDataAttachment.h */, + 0E3CC35EBB907779C52E2BA419C652C7 /* FBSDKGraphRequestDataAttachment.m */, + 0210649A551E0AFEB3BE52532D0579EA /* FBSDKGraphRequestMetadata.h */, + 7451DC440007CAE64F8E4F46AF67ADA2 /* FBSDKGraphRequestMetadata.m */, + 66DBCB3C69D5BEC6307565074B290069 /* FBSDKGraphRequestPiggybackManager.h */, + 8CB0342EBAA4FFC79E61FB37A28AE1B0 /* FBSDKGraphRequestPiggybackManager.m */, + ED48F8029AD4431700989A7222F7E972 /* FBSDKIcon.h */, + 6564D6E0C0B299EF82715CA242A8DB02 /* FBSDKIcon.m */, + 18A7615FFEDC1FB3348C7337D0FE0C71 /* FBSDKInternalUtility.h */, + FDEE1A982BF65E50670F7668F193DBC3 /* FBSDKInternalUtility.m */, + 45D5C4E7D18866F0718F53294F8092B7 /* FBSDKKeychainStore.h */, + 5763164C84BA1444CC801F972E189C0A /* FBSDKKeychainStore.m */, + 2A8EB10B18921992E9989829B0393AC9 /* FBSDKKeychainStoreViaBundleID.h */, + 31197CF960F9C2232A1DDCAB3F8DB68A /* FBSDKKeychainStoreViaBundleID.m */, + 2F70D5CBD03BBE49AB8DC112573F8844 /* FBSDKLogger.h */, + E86011139202C985DE4BDA1418B15737 /* FBSDKLogger.m */, + 53EA5490BD2D8F3B93640F57466D86F1 /* FBSDKLogo.h */, + FE7056B94E9F7C98902BD400A22CD9DB /* FBSDKLogo.m */, + AC85F823B6A43EA175D2E6FAF7318FF4 /* FBSDKMacros.h */, + BD0949DB26EE5E98FA8179E03525183C /* FBSDKMaleSilhouetteIcon.h */, + 2A6819D9457898F2A08A44231008DB20 /* FBSDKMaleSilhouetteIcon.m */, + 1230D4DFFC0A1487CBEA467F6A300C4C /* FBSDKMath.h */, + BD9C731E16EF98A744EA0140D9B661A9 /* FBSDKMath.m */, + 6715DBC39B429F89E9D03F7BC03F2176 /* FBSDKMonotonicTime.h */, + 92C59EBDF18FC2BF05CB5407C4A0E77D /* FBSDKMonotonicTime.m */, + 688D4D0BE6D044686882A32AACB60D78 /* FBSDKMutableCopying.h */, + 7B23EEC9EF98E18BA78C2574CB347939 /* FBSDKOrganicDeeplinkHelper.h */, + CA9561940BD63CEA1F00E7E114F5705B /* FBSDKOrganicDeeplinkHelper.m */, + 4FCEA524CE985F9574ABDED0790C8315 /* FBSDKPaymentObserver.h */, + 1659A098D97B7F23B12651594133C44F /* FBSDKPaymentObserver.m */, + 822D72BA8B1F86602793321A425FE83A /* FBSDKProfile.h */, + 7B1DA2F438778DFCB7E920B0ADEE002A /* FBSDKProfile.m */, + 44BA5CB60B2E0632713031C09DA8FF35 /* FBSDKProfile+Internal.h */, + A9E02F55BA8A59296583E6985EDA7384 /* FBSDKProfilePictureView.h */, + 79ABEA5584C4377DCDDAFFAA0E036696 /* FBSDKProfilePictureView.m */, + 215716BB207EFED998E747C8916018F9 /* FBSDKServerConfiguration.h */, + 15B0D519C13A85B81EBA251944FD9E65 /* FBSDKServerConfiguration.m */, + 8A6772F2DEDFB439091E0C61DA3CEC95 /* FBSDKServerConfiguration+Internal.h */, + BDCDB4AC58638D44FA6AFD685AD3513F /* FBSDKServerConfigurationManager.h */, + 769BE9934A6B18F097264F40ED80D5DB /* FBSDKServerConfigurationManager.m */, + 23D9EA6CD3EA83023E3E99F37858D897 /* FBSDKServerConfigurationManager+Internal.h */, + 211FC4C7B1EDCEA8885F03EB57487C9D /* FBSDKSettings.h */, + 8E1044C75CB962E20676E677131B7087 /* FBSDKSettings.m */, + EFDB9B82E6870E8F4E1F563CB761F2B4 /* FBSDKSettings+Internal.h */, + 58FE854B7DE94EBF654DC928C4316293 /* FBSDKSystemAccountStoreAdapter.h */, + 7D97429AD2D786FDD7A057B4B5BA31FB /* FBSDKSystemAccountStoreAdapter.m */, + 57C261DD8D16CB4A5AA9E9C697887864 /* FBSDKTestUsersManager.h */, + A43CAD01E6E600EA142DEA4770099EA9 /* FBSDKTestUsersManager.m */, + A15B02EF19E187B02A55F3C1ECAD08BF /* FBSDKTimeSpentData.h */, + C852408AFC2802B823BA4A17ADF80B1B /* FBSDKTimeSpentData.m */, + AAE788501ADB377A8157DE39AFD5A8B5 /* FBSDKTriStateBOOL.h */, + 1485CD0D6CC46C66362314FFA0A959A6 /* FBSDKTriStateBOOL.m */, + B57041BF243720546E2B3BBEBAB9A548 /* FBSDKTypeUtility.h */, + 7D03884E6D124364437EC429FFB2DF62 /* FBSDKTypeUtility.m */, + AF824C365242B0C20945253374774C1F /* FBSDKUIUtility.h */, + 98DBA61E57524B271DACDBF349DC5DB6 /* FBSDKURLConnection.h */, + 978A4B1D5DD8E6E69DF6BD58923D66BB /* FBSDKURLConnection.m */, + BDC826F2E70996C9AE87B96D3211DA29 /* FBSDKURLOpening.h */, + 998D15982DC46B745B0595086744C788 /* FBSDKUtility.h */, + DF2271DD0897F59E56F8E7966E5AC243 /* FBSDKUtility.m */, + 2C3240C489113EC7B1A848A55548D802 /* FBSDKViewImpressionTracker.h */, + EC88F0E7D91840D2776494E7DCDFEA1C /* FBSDKViewImpressionTracker.m */, + 601D3CA4BD4F7F6D295C4947E66295EB /* FBSDKWebDialog.h */, + 14D5C9BBF76C567DFE57F34DBDE0602A /* FBSDKWebDialog.m */, + 91BAD915B94B6D087A68C7166E45C7FD /* FBSDKWebDialogView.h */, + 5EB5B13D0786F0EDE912B10169B689A5 /* FBSDKWebDialogView.m */, + 3B021F36E2C1B8BB26AB2D4103F820B5 /* Support Files */, ); path = FBSDKCoreKit; sourceTree = ""; }; - 9C6047AF09B8C095E15AD8C92F6A9D70 /* Targets Support Files */ = { + 8A9528511EB91A680411348277F9404B /* GoogleUtilities */ = { isa = PBXGroup; children = ( - 1969DB7011D9EA98995A08C202E8C6CD /* Pods-Vendoo */, - ECFACD077B2A093918E8C39125BBE3E1 /* Pods-VendooTests */, - 755D7FA3F63B668790BF96390F7111A3 /* Pods-VendooUITests */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - 9C7EC532CBBEDFF43672D2625220017A /* NSURLConnection */ = { - isa = PBXGroup; - children = ( - 4D5E452138D2A508FB9B2CF32B60DCBF /* AFHTTPRequestOperation.h */, - 3DBCA101F0AA6841400458EADE4C350C /* AFHTTPRequestOperation.m */, - ACEA51AFC0E74CC809A52110043E01E0 /* AFHTTPRequestOperationManager.h */, - 6F762FF62A30F82C5B7A9CCB8391E0EF /* AFHTTPRequestOperationManager.m */, - C9BA287C590E0E897CB094E20038E73A /* AFURLConnectionOperation.h */, - 74E69D7E804FB7BE6297632CAB08D006 /* AFURLConnectionOperation.m */, - ); - name = NSURLConnection; - sourceTree = ""; - }; - A1CEC79EC5B7A4449BD1E27AD9B9D827 /* Support Files */ = { - isa = PBXGroup; - children = ( - FEEF573D806CB25ED08D367C1D03C14C /* AFNetworking.modulemap */, - 52B4E625DB85F8ACF029EC0CF478E26E /* AFNetworking.xcconfig */, - AE1DFB2CFEC07B1EB491C13F0739FF24 /* AFNetworking-dummy.m */, - A3F0BE1F4B3AEEA53A6E992A3C7AFBD7 /* AFNetworking-prefix.pch */, - 406005231F44AC07439A9E1E39621033 /* AFNetworking-umbrella.h */, - BF2A2A9DD467BC670C433663FA156D44 /* Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/AFNetworking"; - sourceTree = ""; - }; - A1E73FDAE26D6CEC76352EAC7128323B /* AFNetworking */ = { - isa = PBXGroup; - children = ( - 05D8D8F75AC1A96E2FED0176761DFCC0 /* AFNetworking.h */, - 9C7EC532CBBEDFF43672D2625220017A /* NSURLConnection */, - 113C25B1BEB7253BD38168BD643F39EC /* NSURLSession */, - 733902C6BFBD64BBCB2B5E050F7999F3 /* Reachability */, - A209E1895CBF5AAAD2639768142424AD /* Security */, - E928030F10E154781EBB382811B75B9B /* Serialization */, - A1CEC79EC5B7A4449BD1E27AD9B9D827 /* Support Files */, - BF6CE36BA5543DC44BA8CD7A83E7BFBC /* UIKit */, - ); - path = AFNetworking; - sourceTree = ""; - }; - A209E1895CBF5AAAD2639768142424AD /* Security */ = { - isa = PBXGroup; - children = ( - 1F0E93D18729FFA5AAB2B3E422D3495B /* AFSecurityPolicy.h */, - DB9E6D01E78DC0C850BDD6F5803600C6 /* AFSecurityPolicy.m */, - ); - name = Security; - sourceTree = ""; - }; - A99F9B6FAC93B88C1A853445FBA25C55 /* UIImageViewModeScaleAspect */ = { - isa = PBXGroup; - children = ( - 0AA695A7EDB23394AB14C6D1A30E80E7 /* UIImageViewModeScaleAspect.h */, - D0D73BDE6CB4F4BFF98F85600D81E25B /* UIImageViewModeScaleAspect.m */, - D67E9B48BA3D519646DE7F433CE979BA /* Support Files */, - ); - path = UIImageViewModeScaleAspect; - sourceTree = ""; - }; - A9C31B874FC8C9B074587A79B337C5E7 /* Alamofire-SwiftyJSON */ = { - isa = PBXGroup; - children = ( - 5B80F449BC1201078B3025F63E77E4A6 /* AlamofireSwiftyJSON.swift */, - 31397D559E76ED85089C6AD6738F5363 /* Support Files */, - ); - path = "Alamofire-SwiftyJSON"; - sourceTree = ""; - }; - AA34CB59B407F7EF35B0E3080FCC2C23 /* Support Files */ = { - isa = PBXGroup; - children = ( - DED5FD7695F31049E4B8E3B5B24B2040 /* Info.plist */, - 61FD2A991667DE83E71F4EDBA75E2721 /* Locksmith.modulemap */, - F3CFF39DA2DA5F7216487219BD41433E /* Locksmith.xcconfig */, - 65149AC9150975F39DB842AFD72580A4 /* Locksmith-dummy.m */, - 7969D043CE25546759A10A5B757271BC /* Locksmith-prefix.pch */, - EDBE356EA26283AB85685C001D3F1283 /* Locksmith-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/Locksmith"; - sourceTree = ""; - }; - AFFFD73D818FC785DA060CD6B609DE53 /* Locksmith */ = { - isa = PBXGroup; - children = ( - C85C058E718EAD562AE457A6935DABBB /* Dictionary_Initializers.swift */, - 3FCB9CB315143391930E67510B50A698 /* Locksmith.h */, - 67D7627A35794E122B80EAF0A5F80938 /* Locksmith.swift */, - 631B8635234842FF30A501FC2E0A05AD /* LocksmithAccessibleOption.swift */, - EC005966522AB3BA5C1319F9FD58CCF7 /* LocksmithError.swift */, - FE94EB94F5AED9FDE0950FC49FEBE63C /* LocksmithInternetAuthenticationType.swift */, - E5C52AC50A02CAEA171B26992731FB4A /* LocksmithInternetProtocol.swift */, - D44967C7168C816EC795B6161C264DE6 /* LocksmithSecurityClass.swift */, - AA34CB59B407F7EF35B0E3080FCC2C23 /* Support Files */, - ); - path = Locksmith; - sourceTree = ""; - }; - B11D9C844CE8B1E6EEA4B4856B36345F /* FBSDKShareKit */ = { - isa = PBXGroup; - children = ( - E87ED8910D786526F4DCAB58774FECDD /* FBSDKAppGroupAddDialog.h */, - BE54492EF9561D35EBAAB3D84BF67B03 /* FBSDKAppGroupAddDialog.m */, - 40447416F7D3E662032EE92597EF00C8 /* FBSDKAppGroupContent.h */, - D5C4D0B727AA07AD1DEEB2EDE4ADD54B /* FBSDKAppGroupContent.m */, - 00B68C447F74BC31DEADD891C361335F /* FBSDKAppGroupJoinDialog.h */, - 951C62F51881C09A4B55FF637652B3C7 /* FBSDKAppGroupJoinDialog.m */, - 922F44CAB18495157DAB5125F713A47C /* FBSDKAppInviteContent.h */, - 3255C630C150E2C770FCEE05206BC73D /* FBSDKAppInviteContent.m */, - DFDA51F6E76C444A94D80ED760F0FF2D /* FBSDKAppInviteDialog.h */, - 71CC035857D2C877DCD92D2968EA1C2A /* FBSDKAppInviteDialog.m */, - CB702A196EA9A3B8656F7A6F25877EC5 /* FBSDKCheckmarkIcon.h */, - 938E64E8D9FA8B9999584A451F255F3E /* FBSDKCheckmarkIcon.m */, - B9F787291D959F0B4EA8030D8AAFAE07 /* FBSDKGameRequestContent.h */, - BCFF79397C56D68E7E0A9DAE50C692A5 /* FBSDKGameRequestContent.m */, - C41A49FE939DC8321F22C77F7F243856 /* FBSDKGameRequestDialog.h */, - 961177980358A82ECCFE42C17F941E01 /* FBSDKGameRequestDialog.m */, - AB55123D326DE923C50FBB7D7314D5AE /* FBSDKGameRequestFrictionlessRecipientCache.h */, - 935AEB0108FD11052553A5B5FD6197FD /* FBSDKGameRequestFrictionlessRecipientCache.m */, - 1344E61E45DEF7E6A12FFBAB02B3FAE5 /* FBSDKHashtag.h */, - 67AC173299C2515858CE511C0BFECC50 /* FBSDKHashtag.m */, - 6E30EBD84857CC37B3C4B51AF9DFD0C2 /* FBSDKLikeActionController.h */, - A141A35D2E4D9652CE57B664BED1BE62 /* FBSDKLikeActionController.m */, - 06483B6DF0ECDBC98BAF1FF310F30FD9 /* FBSDKLikeActionControllerCache.h */, - F94909C1EA23C34C6D850CE8EB1929FE /* FBSDKLikeActionControllerCache.m */, - 1BF133DF8E294BA7C933A10DC9DC6590 /* FBSDKLikeBoxBorderView.h */, - 1714F1E391D59AE83B5BF549FC879787 /* FBSDKLikeBoxBorderView.m */, - F7B0157055DCD6F6A577E0224F0D29FC /* FBSDKLikeBoxView.h */, - 86773ADAE0AD1010158E580339EA8C42 /* FBSDKLikeBoxView.m */, - 8048F10ADCEA80D7E95672BDD6DB9111 /* FBSDKLikeButton.h */, - 159B201BA7158B7CA8FF2DE8EDD10CC1 /* FBSDKLikeButton.m */, - 13720A6B0279EADECB703A1E18659D75 /* FBSDKLikeButton+Internal.h */, - 4714E675C01269183BAE84B982C3A630 /* FBSDKLikeButtonPopWAV.h */, - 3BEEBC2D15F2121A7BF898BD6F4C4473 /* FBSDKLikeButtonPopWAV.m */, - 138E0814A0C9B5837EC0FFFA9BDB8672 /* FBSDKLikeControl.h */, - 05A3374E4DEF81BD3240E87FFCDCD5B1 /* FBSDKLikeControl.m */, - 8205A539EC579DF56FA582E0ECB43FD8 /* FBSDKLikeControl+Internal.h */, - BA51608821566B5B31A7005D3A42D69F /* FBSDKLikeDialog.h */, - 7D387CAD3185D3AC03805CA7DAFF9B11 /* FBSDKLikeDialog.m */, - 9B9CC8648BA980079E45B0587D552CF2 /* FBSDKLikeObjectType.h */, - 0F2893B1C1E73619A66DC84F36AB27DB /* FBSDKLikeObjectType.m */, - 13F4ED9307FA83BC8E8A44A4957C8EDA /* FBSDKLiking.h */, - 0A88F4DC32AF6037313DB33B72DC4982 /* FBSDKMessageDialog.h */, - 9B2EA4AE9C72F200C52704B448B949D6 /* FBSDKMessageDialog.m */, - 8D0C5FBF2C08DF7DAB08606B60C36BD0 /* FBSDKMessengerIcon.h */, - AA9A049F831714EAC04FFA6DC5A39DAE /* FBSDKMessengerIcon.m */, - 7443B72F4E91E3E5DB05F065A6FFD14F /* FBSDKSendButton.h */, - 3201F9E137ED591361D959B82CACDB03 /* FBSDKSendButton.m */, - 89D8CDEB03D5E245D5AD783FE508AD07 /* FBSDKShareAPI.h */, - 1529D674F9C3C9774EA3E57749F73D7B /* FBSDKShareAPI.m */, - 3D5DFAA2244B4352435E2241C793367E /* FBSDKShareButton.h */, - 96F916BD0D52C7093F697667FCA2C581 /* FBSDKShareButton.m */, - BC628B56CD88D989451A82632EAA2C77 /* FBSDKShareConstants.h */, - 0CDC9791720E57C9988C5277E13CA9B3 /* FBSDKShareConstants.m */, - 2C01751BE8EEA5B595336D162E62C0B9 /* FBSDKShareDefines.h */, - 404AF0A8744E5BD6A65B05DB210CB797 /* FBSDKShareDialog.h */, - 4B623BB5F32CA6C45B990FFF7637DD3D /* FBSDKShareDialog.m */, - 0EA3F36BF78ED9BB089E4C443CD70325 /* FBSDKShareDialogMode.h */, - 7382175CDD01E1FDB8AC64B15E29D5E0 /* FBSDKShareDialogMode.m */, - C1910829622B11D1BCAE8B7282A88433 /* FBSDKShareError.h */, - E69D57E6E2D980D6519839588A28902D /* FBSDKShareError.m */, - E20D6D5C07070039BC027BEAB99D11F2 /* FBSDKShareKit.h */, - CCD4CF4B05DBF3B69B9A0937D8D8E9F9 /* FBSDKShareKit+Internal.h */, - BC0585607981B0FF2109DC34689F200E /* FBSDKShareLinkContent.h */, - 12C131939AE0DDC98AB9E55019AE5BB8 /* FBSDKShareLinkContent.m */, - 84FC78EAFF5620F5BE3FA39F2F7795E1 /* FBSDKShareLinkContent+Internal.h */, - 080CB57255E13F1ACC665809178CD0E2 /* FBSDKShareMediaContent.h */, - C979F959F1F3418267AC73ACAC8433D0 /* FBSDKShareMediaContent.m */, - D9FA050F37CAD063AB2EF83F69ED2EDE /* FBSDKShareOpenGraphAction.h */, - CA960B93AD896FD4EE9D1F45DDA71D17 /* FBSDKShareOpenGraphAction.m */, - 3858AD6B4D689ACDD4CC69382FCB4AB3 /* FBSDKShareOpenGraphContent.h */, - 0A5C272ABA84D3E561D9AC02651B2149 /* FBSDKShareOpenGraphContent.m */, - 858373E225AA3209850885E7865FFFAD /* FBSDKShareOpenGraphObject.h */, - 3C500042E202AB6F010600F35C030BBA /* FBSDKShareOpenGraphObject.m */, - 4B371890DC6857A7F6F1A4AEEA814455 /* FBSDKShareOpenGraphValueContainer.h */, - 5E96AEABE29993EDA280BA42413957D6 /* FBSDKShareOpenGraphValueContainer.m */, - 19BB96A4D083676977ABF2A6D7901334 /* FBSDKShareOpenGraphValueContainer+Internal.h */, - 0A5E732CACC00BDF7E802D25BD3729F8 /* FBSDKSharePhoto.h */, - 1AF6D8AA5B35DA685CC3C1F64A271153 /* FBSDKSharePhoto.m */, - B07B6B8EC0D72693695CB7D9044BA0B2 /* FBSDKSharePhotoContent.h */, - 55EF2F6A481D0BD8F847D86B41D95693 /* FBSDKSharePhotoContent.m */, - 25A009AF8BBFEFA1A5E9A95B266C8F44 /* FBSDKShareUtility.h */, - 4E0567C4B812B3A013ED227B8F15B931 /* FBSDKShareUtility.m */, - 769FBC06AF7C193513F9F14B44536C61 /* FBSDKShareVideo.h */, - 89BB0EAD16B49A625B94355706D68362 /* FBSDKShareVideo.m */, - 35E165016BF8327D8152D57A7F146245 /* FBSDKShareVideoContent.h */, - B5205297C1710BD42B211F8CF58513AF /* FBSDKShareVideoContent.m */, - 1F398734892BC06870E20A0A61C514DE /* FBSDKSharing.h */, - 81B245AFC08FF4307692F3E8A18552E1 /* FBSDKSharingButton.h */, - 4819EDC7A4AD8454344C17BD7B0A1FE8 /* FBSDKSharingContent.h */, - 7638C7D684A836E36F1804A6C34F5BF2 /* FBSDKVideoUploader.h */, - 58417ADB6C59D92EEB427D4F26C8F5B3 /* FBSDKVideoUploader.m */, - C14EA58BD66B9614EB1E614B5154BC00 /* Support Files */, - ); - path = FBSDKShareKit; - sourceTree = ""; - }; - B1567EC1CF79F8CAAA160F37D26DABBF /* GoogleUtilities */ = { - isa = PBXGroup; - children = ( - E4DAB871B0AFC314BBE03A14754055A0 /* Frameworks */, + C3F96170CB3C14E83628D013D268D271 /* Frameworks */, ); path = GoogleUtilities; sourceTree = ""; }; - B53118E401562250A1F998FCAA911067 /* Support Files */ = { + 8D4DC7CE92AB96C1F72322AFB2E7DD0C /* NSURLConnection */ = { isa = PBXGroup; children = ( - 8053EC1A51A456B2ED44E094C6FBEB2F /* Bolts.modulemap */, - 7980FBC469B5951D0BD157BFC9F7DBB5 /* Bolts.xcconfig */, - 16F69363122B46E8AEC5F801B0A58B39 /* Bolts-dummy.m */, - 4749280EE7A625C843288DC9B4AD6ADB /* Bolts-prefix.pch */, - 61C0D0683B4455AE9E124EC7747079B7 /* Bolts-umbrella.h */, - 4F08EDEDD9756C29E51E115A90EB7588 /* Info.plist */, + 0DB476976DBD8C5481E989BDDB475605 /* AFHTTPRequestOperation.h */, + 754B56B34B29990770364603E688F08B /* AFHTTPRequestOperation.m */, + 4852ABFCF4F0FA929A4EC5BC39C0B44F /* AFHTTPRequestOperationManager.h */, + DC4358A4E9F5CD0E977BA79631BAD3F3 /* AFHTTPRequestOperationManager.m */, + 64E3B4BBF0885812ABC85A381066A943 /* AFURLConnectionOperation.h */, + 1F3045CE36007174B5AE014116FB12A5 /* AFURLConnectionOperation.m */, ); - name = "Support Files"; - path = "../Target Support Files/Bolts"; + name = NSURLConnection; sourceTree = ""; }; - BDC188A5C69B539EFC2C05CB941ACFE2 /* Frameworks */ = { + 906B71F37F869685481FB3FB7B5C2C8C /* Frameworks */ = { isa = PBXGroup; children = ( - 9012011729F21FB375EDC1F1591A77E2 /* FirebaseAnalytics.framework */, + 8CEAF64433FE0B8BF0E4044AB798F808 /* FirebaseDatabase.framework */, ); name = Frameworks; sourceTree = ""; }; - BF6CE36BA5543DC44BA8CD7A83E7BFBC /* UIKit */ = { + 92E54435F2489E6CFE86D553B52ED5A5 /* SwiftyJSON */ = { isa = PBXGroup; children = ( - E01C630170F7ECF0E0BB37AC7643DD62 /* AFNetworkActivityIndicatorManager.h */, - 66637A451D0922EB17CC7C4EFBDAE474 /* AFNetworkActivityIndicatorManager.m */, - 4BF06B794AC0B3F7EB0FC828F78E4BAD /* UIActivityIndicatorView+AFNetworking.h */, - 85892429707D7217252EB2625EB7899B /* UIActivityIndicatorView+AFNetworking.m */, - B5AD6FA9B9C3A64B2513E965C7F12298 /* UIAlertView+AFNetworking.h */, - 5EED1D9D398359450F84BC37C066DA61 /* UIAlertView+AFNetworking.m */, - B360FEAEB5D2E9D8478B4B35765BAF5C /* UIButton+AFNetworking.h */, - 106E31E33462FF380CBA68EDCD8B11C5 /* UIButton+AFNetworking.m */, - 7D78F9D92731BD2D31CB2F9DCB251D21 /* UIImage+AFNetworking.h */, - 7AC971BD980BD7A06FDFE57F36E7FC13 /* UIImageView+AFNetworking.h */, - 7E55663F5B8BBA368ADF5B5C632093E9 /* UIImageView+AFNetworking.m */, - 1182DC257CF0FF0795241D5F728AD5E3 /* UIKit+AFNetworking.h */, - FE9E1F151120B495554F16BD545D32AF /* UIProgressView+AFNetworking.h */, - 94685D2A8DACD3A49538571588870388 /* UIProgressView+AFNetworking.m */, - 8CAC4FFC8088E1C5DC07C1866BF532DB /* UIRefreshControl+AFNetworking.h */, - 8FB368078B7D6F8E0C4300704A37CDA0 /* UIRefreshControl+AFNetworking.m */, - C5EA06B9074ED47EF25593984B67542A /* UIWebView+AFNetworking.h */, - 139A1444395311ED10BE10EFCF2179D2 /* UIWebView+AFNetworking.m */, + 868DCF6FDE1015433F1DDF2E38D64C1E /* SwiftyJSON.swift */, + 1BABDC773269F05D4A039AC3372296E8 /* Support Files */, ); - name = UIKit; + path = SwiftyJSON; sourceTree = ""; }; - BF9BD2ABBCF191423476E349B237FF01 /* BSImagePicker */ = { + 96945DDB31DDA27C2E4F23A8091D9B49 /* Support Files */ = { isa = PBXGroup; children = ( - 4144C7E5BC72B7411CB4F7AB5A0248C6 /* AlbumCell.swift */, - E89281C846E82C963BFCA062045BC56D /* AlbumsViewController.swift */, - 7237A113FE13711571104252284633E9 /* AlbumTableViewDataSource.swift */, - 38DADDFECF2B8C49B0C5E9E79F50270E /* AlbumTitleView.swift */, - 3BE0A0FB81C6AA3AC6B3501C8B03C4AC /* BSImagePickerSettings.swift */, - CE538EA253E77896C836143141B70BFC /* BSImagePickerViewController.swift */, - A134EDA4C3B4C3FF0BB1D6DDC95654E8 /* CameraCell.swift */, - CA36520E981C0A4BE125FECD44A29B9F /* CameraCollectionViewDataSource.swift */, - 1F71FAA4114913D76615DF57E62DEB7D /* ComposedCollectionViewDataSource.swift */, - 5CFD42CDEC39894958DAA0CF0458597B /* NSIndexSet+NSIndexPath.swift */, - 0EA088EEF710A8CBD0CBE8A9B84C5636 /* PhotoCell.swift */, - 724CF972C4236A4AE5369E10C5893F69 /* PhotoCollectionViewDataSource.swift */, - F8CB09EBF9DDE22796742FF2390B5C12 /* PhotosViewController.swift */, - FEDB75CC152C5310E35BFCB174196A44 /* PreviewViewController.swift */, - CA2A000B945829F74482DE7F0CF096AE /* SelectionView.swift */, - 7BAA56E9DEAB9E4E47D74D59DC24BA99 /* Settings.swift */, - 0A49C3DEA2D07ACB92F54196C337397B /* UIButton+NoAnimation.swift */, - 4935A1E2CC1232A3913ACAF56AB4999F /* UIViewController+BSImagePicker.swift */, - BE340713A4F20B361EC03B8D40DAAD42 /* ZoomAnimator.swift */, - 41C82B002C7CC947EE3942AF32EE1079 /* Resources */, - 72FA00C1FB48EFDDD4460737C2380C79 /* Support Files */, - ); - path = BSImagePicker; - sourceTree = ""; - }; - C0CFD6BC08D7600372239D1EEEFA73C9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 48B818D39E1E7A1BE654EF2DC8BB55AC /* FirebaseInstanceID.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - C14EA58BD66B9614EB1E614B5154BC00 /* Support Files */ = { - isa = PBXGroup; - children = ( - 500D3631F3183162FCBC352D1DCEDE07 /* FBSDKShareKit.modulemap */, - BF14671E76959816A0ABD54A5EC13E4E /* FBSDKShareKit.xcconfig */, - 99589C918E6BA2E615A6F0DFBDEEBCC2 /* FBSDKShareKit-dummy.m */, - 1AFB7B0315663477A527636B941CD022 /* FBSDKShareKit-prefix.pch */, - A80E9BE81AB625B7C096F8548BE95071 /* FBSDKShareKit-umbrella.h */, - 4AF1DFE7B6ADCB7537F6639CE176E4DA /* Info.plist */, + 154E3CF52EB5D09A7733CBB9D06C1EF5 /* AeroGearHttp.modulemap */, + E26FE18769839444179321C67936EF19 /* AeroGearHttp.xcconfig */, + BBBB1EB8362300197917511E324A727C /* AeroGearHttp-dummy.m */, + 1BDC798AC5D47CD190B16D3757D416CD /* AeroGearHttp-prefix.pch */, + E64651DB95E0B15BB312F6312ACBE569 /* AeroGearHttp-umbrella.h */, + A5C54E6B310A8A6D5F17E487F4FD4E90 /* Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/FBSDKShareKit"; + path = "../Target Support Files/AeroGearHttp"; sourceTree = ""; }; - C4ADA236C5864D495A3AF4D9CD362FA6 /* GoogleInterchangeUtilities */ = { + 98CF92F5D08DBDC8EA7830F69F2FBE7A /* Support Files */ = { isa = PBXGroup; children = ( - 15DD186B221BEE42A460D85CEACC119C /* Frameworks */, - ); - path = GoogleInterchangeUtilities; - sourceTree = ""; - }; - C91E61F808D17B742DA4DCAA20A692C4 /* SOAPEngine */ = { - isa = PBXGroup; - children = ( - 53272FD224BCA1CA99D58BABA9BA6ED0 /* Frameworks */, - ); - path = SOAPEngine; - sourceTree = ""; - }; - CCAFDB511DC841F9CD491B848C574FBD /* GoogleNetworkingUtilities */ = { - isa = PBXGroup; - children = ( - 124E9D4C62910FE2BC6523A5564DADC0 /* Frameworks */, - ); - path = GoogleNetworkingUtilities; - sourceTree = ""; - }; - D67E9B48BA3D519646DE7F433CE979BA /* Support Files */ = { - isa = PBXGroup; - children = ( - 4A98749D37F650DE4D34452EFC9F16F4 /* Info.plist */, - 2E8EEEA7EDDBFCC9A7E48DD33F79C034 /* UIImageViewModeScaleAspect.modulemap */, - 4826D1A115F334CB353219FCB328DD8B /* UIImageViewModeScaleAspect.xcconfig */, - 7D66FA406B5E6AE26B9A08EA49A04C9D /* UIImageViewModeScaleAspect-dummy.m */, - 8C124E91CDCD8CFEB1DA40FB9A2F01A6 /* UIImageViewModeScaleAspect-prefix.pch */, - D63D02E91D6B38B135432322DB3524D1 /* UIImageViewModeScaleAspect-umbrella.h */, + C1A5C330776B11C1F30A3F5D7CE61FFE /* FBSDKLoginKit.modulemap */, + 6B48B80C3840A0479FB5649B41F0D90A /* FBSDKLoginKit.xcconfig */, + C2A024614035DD5EB6FBDE765EC32C7C /* FBSDKLoginKit-dummy.m */, + A3523A664363BAA156F31B974381BCEE /* FBSDKLoginKit-prefix.pch */, + 0FF02B199B8D42DE42D826C56B971B1C /* FBSDKLoginKit-umbrella.h */, + 8BB8FDCE60E4FDDFB68FCF6AFB09D36A /* Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/UIImageViewModeScaleAspect"; + path = "../Target Support Files/FBSDKLoginKit"; sourceTree = ""; }; - D7BCB5FD84D75018E3ADB791C92424B8 /* Frameworks */ = { + 995159D6C63302734CB20CD4DCC73797 /* Tasks */ = { isa = PBXGroup; children = ( - CC1AE37A6DC3240FDBD68F61B1BCB02B /* FirebaseDatabase.framework */, + 7A7C7CEED29FD3533FA87314D4AAD92E /* BFCancellationToken.h */, + F3656113C4722F5334A57E106D278299 /* BFCancellationToken.m */, + EB76ABEEC84D94281BBA33F8A707F52B /* BFCancellationTokenRegistration.h */, + 78707D42C9424E9D1BC3A19DE5C23E39 /* BFCancellationTokenRegistration.m */, + 521428FAB97E69066F88237BE8C4AE9B /* BFCancellationTokenSource.h */, + 4FC5191945366DAC35747F2456E28998 /* BFCancellationTokenSource.m */, + 83046507F9437DD39784307FE629DB93 /* BFExecutor.h */, + B11102A8441AC1AA0813A59FC1535D98 /* BFExecutor.m */, + 6A460517F9FC1CD644C63D90CA376D69 /* BFTask.h */, + 561CE7829E757FDC6AC24B2794E98D95 /* BFTask.m */, + EADAF8354E076C200F01AD3E52A05201 /* BFTask+Exceptions.h */, + 2847E87631E080F6DE4980B5438780DA /* BFTask+Exceptions.m */, + 6D4F3DD6A7BF4185DFE772EA964B09F7 /* BFTaskCompletionSource.h */, + F8DFF9AD2140B7424CF0E7B0C26DC7E9 /* BFTaskCompletionSource.m */, + D5230F3C993EF53931931F6A58EBBECD /* Bolts.h */, + 26D049B6CDE17197E09B5FFAE7F64565 /* Bolts.m */, ); - name = Frameworks; + name = Tasks; sourceTree = ""; }; - DAAEDABAE3FE6C7CC3B62D7E6273A9C6 /* Firebase */ = { + A4AF5BF99A081992C196CE67842D29BA /* Support Files */ = { isa = PBXGroup; children = ( - F9EF39F4EA138AA903B6C331439C31C3 /* Analytics */, + 5377850009ED2C9DCC8B62C24AAC728A /* Info.plist */, + 3D2898F978B2ED9E604E36EA4FF85288 /* TYMActivityIndicatorView.modulemap */, + D4CB6A8D6FA511ED7B3405B95052C075 /* TYMActivityIndicatorView.xcconfig */, + 5ED6116A97A900E30653A427BC042E62 /* TYMActivityIndicatorView-dummy.m */, + 899A95C142F12D481CD55CE31B877707 /* TYMActivityIndicatorView-prefix.pch */, + 67F91B1466145C07925698D1F7162CB9 /* TYMActivityIndicatorView-umbrella.h */, ); - path = Firebase; + name = "Support Files"; + path = "../Target Support Files/TYMActivityIndicatorView"; sourceTree = ""; }; - DE9FDB79DFB4E2A0DEC032FE23421204 /* FirebaseStorage */ = { + A52CD0F05E111D038AE0F3823BBDB923 /* Bolts */ = { isa = PBXGroup; children = ( - 24058E76A7C677CCB8DF5469D0E1B7D1 /* Frameworks */, + 1323CC8DD6F7F5E82EF49DD27FB294DA /* AppLinks */, + 370FC070B73A3B3B7A07F3ECBD83AB9F /* Support Files */, + 995159D6C63302734CB20CD4DCC73797 /* Tasks */, + ); + path = Bolts; + sourceTree = ""; + }; + A54BFD8BDD7E78D01F5762FAE290A89B /* Security */ = { + isa = PBXGroup; + children = ( + 11E9F653A2B9096D9B942AF36AF450D5 /* AFSecurityPolicy.h */, + 76C86C7E48E9DA6F8DFE5A2E31E43A7A /* AFSecurityPolicy.m */, + ); + name = Security; + sourceTree = ""; + }; + A61B6E1028EFDD5EF3D087E83C987E54 /* PicoKit */ = { + isa = PBXGroup; + children = ( + ACFBD72C3F7D37FA24A46FD3C65C7C82 /* Core */, + 1FB1AD1BFDC12437FEF3A335105F99C7 /* OrderedDictionary */, + C701E824A4DF7CBA99FE50E6EC127D1B /* Soap */, + 0AB7E25EE0656493E818C770C9310143 /* Support Files */, + 77CD72E4DC2DD087CFD550AA1E5E3CC3 /* WebService */, + FB95D8909D87C076DC9CABBD0833E70D /* XMLWriter */, + ); + path = PicoKit; + sourceTree = ""; + }; + A6FE4711112EE3BC7280F9280BEB9761 /* Pods */ = { + isa = PBXGroup; + children = ( + E94F5ACFDE74455027776112477F2BB6 /* AeroGearHttp */, + 73F1FE7E86CE5EB92AE209D54671BCAF /* AeroGearOAuth2 */, + 2AEA15F60540B1D423D74B3A237E794C /* AFNetworking */, + CE8F9E62CC87D6100649919DABAAB521 /* Alamofire */, + 0A0612EF72AC2AB92D1FDE05D748714B /* Alamofire-SwiftyJSON */, + A52CD0F05E111D038AE0F3823BBDB923 /* Bolts */, + 7E770BE874214A92CECEFC31BDDC84C9 /* BSGridCollectionViewLayout */, + E9A70ED2AD89F57E3C04E750457BF475 /* BSImagePicker */, + 851E08BBE73E33520598809DF0769E7F /* FBSDKCoreKit */, + BFD2AA546181C489417C37EFBED3A5C3 /* FBSDKLoginKit */, + 65AEDAEFE046A6942729E3E8193B5AB7 /* FBSDKShareKit */, + 3A2200257E7CC63B84F4B53C17C52328 /* Firebase */, + 79CA9D6EB80C6A2B12F0999B3381B97C /* FirebaseAnalytics */, + C22CE60DD5EEC4D0410B6966AB741397 /* FirebaseAuth */, + 7E311918B2F9BDA3AFB0E1B60E6EE141 /* FirebaseDatabase */, + C762480FB77E6E088828F873F5863F7D /* FirebaseInstanceID */, + B3589E829E0E23D26E3A68B9A1C402C1 /* FirebaseStorage */, + 08E27163AC2565A04F3DAF72DD1949E7 /* GDataXML-HTML */, + 2D8CC0BEBC02303458C5F95CF79941BC /* GoogleInterchangeUtilities */, + 5F5DA892D45C3E3F7E73A067C130BF75 /* GoogleNetworkingUtilities */, + E7BCFD662016F269AB99438F5A924BD2 /* GoogleParsingUtilities */, + 3DEAABAA4328FF2D8B0511477AA80EC0 /* GoogleSymbolUtilities */, + 8A9528511EB91A680411348277F9404B /* GoogleUtilities */, + 1D998FC360E497FC0623DDBCA3B3D58D /* Locksmith */, + 0B63332F2C06215723740D87352A1B37 /* OAuthSwift */, + A61B6E1028EFDD5EF3D087E83C987E54 /* PicoKit */, + 92E54435F2489E6CFE86D553B52ED5A5 /* SwiftyJSON */, + 6CB8A372BE9AD1BBEC68B7DCD6EE3D18 /* SWRevealViewController */, + C99A481225AABE529B82F6B38F367F9C /* TYMActivityIndicatorView */, + 5771D549B9C8265CF01C9C7474D3D389 /* UIImageViewModeScaleAspect */, + ); + name = Pods; + sourceTree = ""; + }; + ACFBD72C3F7D37FA24A46FD3C65C7C82 /* Core */ = { + isa = PBXGroup; + children = ( + DB866DB9DE8C316714FABD3690C1FB6F /* PicoBindable.h */, + 986183AA529E912B1C2EC48417B8A8B1 /* PicoBindingSchema.h */, + 2811C81F012D28F9EE3BED52201D1727 /* PicoBindingSchema.m */, + BC243D2E1C4F2FC292C0E39E689B5F0D /* PicoBoolConverter.h */, + FCAA36A134D55C201B7C9F0B1FB78EE7 /* PicoBoolConverter.m */, + 552F8C6AFBDAC976539CCE95279EFB00 /* PicoCache.h */, + C76755FC326B96C91E3B9227D2F4AF6F /* PicoCache.m */, + 2364FFE484047028D0864C0A9C409AA8 /* PicoCacheEntry.h */, + 6A2FF495ACA841678ABF1B82FF9DF99B /* PicoCacheEntry.m */, + B10D7016FB6C94ABFB9F51BC7762EFC9 /* PicoClassSchema.h */, + 6365223D2EE04FC4D1CBF866F038B308 /* PicoClassSchema.m */, + EAE080E43FE64694DEB0DE294C12D829 /* PicoConfig.h */, + 03E21F8FBBB65AE846CC06CAC959D4D8 /* PicoConfig.m */, + 1EAE2D13588C432E6B57CBCD939C6B4B /* PicoConstants.h */, + 6985E24A3958AF81630E6675F2B49884 /* PicoConstants.m */, + 91C12F6034F46AAC8A4681C7FF33414B /* PicoConvertable.h */, + CBE72FEA2F43AED48946AFC19793F24B /* PicoConverter.h */, + 81098AB9B6F098FF1D8D11E982676637 /* PicoConverter.m */, + 05511F985C1A4179E3E9024B07BE3DCB /* PicoDataConverter.h */, + 3E18B060939A2A20AC35F497BB8D9F7C /* PicoDataConverter.m */, + BA3F89C1AD1AD2D15A12A3B25F5C0C9F /* PicoDateConverter.h */, + C4ECE6267F2839D6ACCA3EBEF29942E9 /* PicoDateConverter.m */, + 293280C88802CCE9D78CD1E4253F3654 /* PicoNumberConverter.h */, + BBD5681377B692D09F16AB0C9AC0EC4F /* PicoNumberConverter.m */, + 522C992A032A2E406FD63462F865D592 /* PicoPropertySchema.h */, + 5B6C01EF3CFD2A471E161F4785915A2C /* PicoPropertySchema.m */, + B5983DBD6749A5D349163E0E21E89AF8 /* PicoReadable.h */, + B2360067ED951454DC182114DED0A114 /* PicoStringConverter.h */, + 1D5C2FDDF0F88752AF5E4684ED9E4F0E /* PicoStringConverter.m */, + 0422CFF19F0CCFB878B807ABC01C7866 /* PicoWritable.h */, + 88F86ECA1EA6EDABB24AF66849570899 /* PicoXMLElement.h */, + 2022303C12E152EA7B44B53848940E1C /* PicoXMLElement.m */, + 22D7031B071EF194F113DD5232C9B52A /* PicoXMLReader.h */, + B2E2FF3863A99E97ACD3D94F345939F3 /* PicoXMLReader.m */, + E32563002394581385A3D32A16C7719A /* PicoXMLWriter.h */, + 77F245EC157687963EDF650BBC4784FC /* PicoXMLWriter.m */, + ); + name = Core; + sourceTree = ""; + }; + B3589E829E0E23D26E3A68B9A1C402C1 /* FirebaseStorage */ = { + isa = PBXGroup; + children = ( + 25025A34C3A70208BF165330E1A770BF /* Frameworks */, ); path = FirebaseStorage; sourceTree = ""; }; - E4DAB871B0AFC314BBE03A14754055A0 /* Frameworks */ = { + B3CF272E5BBBFBE177CA800C7847274D /* Support Files */ = { isa = PBXGroup; children = ( - 255C7BEE8DD6DA9D10D565671BC0069C /* GoogleUtilities.framework */, + 201F21FDB9DC9CB6D20957853F7ABF70 /* BSGridCollectionViewLayout.modulemap */, + C9757E4813998613DBCABC4AF9ADC77A /* BSGridCollectionViewLayout.xcconfig */, + A4AE7EFCD4DFD967F80F5E666FCB9282 /* BSGridCollectionViewLayout-dummy.m */, + DCC445491493492EC123D21A28983519 /* BSGridCollectionViewLayout-prefix.pch */, + 2D9F9416BF5E8231542F184A97B97CE3 /* BSGridCollectionViewLayout-umbrella.h */, + 8D55AAF03A70BC4FAA313B2B6542B17C /* Info.plist */, ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/BSGridCollectionViewLayout"; sourceTree = ""; }; - E928030F10E154781EBB382811B75B9B /* Serialization */ = { + B97741E982BC51B89EDB5E7EF1230915 /* Resources */ = { isa = PBXGroup; children = ( - 9B9E985A209160CBFC5EBF7705B1B36C /* AFURLRequestSerialization.h */, - 0A9863A02FFE0830ADD2C323117E6CC0 /* AFURLRequestSerialization.m */, - 2E62AB4D4E948FAB1C67474A8000CCD2 /* AFURLResponseSerialization.h */, - CAD6801EB76EFF85A6D3DC81204FF706 /* AFURLResponseSerialization.m */, + CEE29DA5F3F709007178DB0D8ACD98ED /* add_photo.png */, + F74C14BEF6DB17CD8EF940C4A4EEAC0F /* add_photo@2x.png */, + 6064ECECE29155F4247517D0C00AF3A5 /* add_photo@3x.png */, + A7535F846CF37530222EBC3F982229D3 /* Albums.storyboard */, + 878672475429BDB481207467B7AAE1A6 /* AlbumTitleView.xib */, + C9D8FBD89835630122F2346C2E06C937 /* arrow_down@1x.png */, + 8A9747642FF9076856DC777306ADCBF2 /* arrow_down@2x.png */, + DA4F83C6113FDD8CDA96DA359763EB39 /* arrow_down@3x.png */, + 9B3CA22AEC305112AA84ABC1273EE1DE /* CameraCell.xib */, + E0E604595694E7875598C8C51087F04B /* PhotoCell.xib */, ); - name = Serialization; + name = Resources; sourceTree = ""; }; - EB15A17EDFB9B349FC5DB5483B95AC2A /* AeroGearHttp */ = { + BA68F370EF4DEB8DCE046469A531757E /* Support Files */ = { isa = PBXGroup; children = ( - DF376A0589D6D5E1ECBC5D54F204BA73 /* AuthzModule.swift */, - B71E812C4C023137137E870F42221381 /* Http.swift */, - 32E417CFDD33F82A03DFF587B04CF109 /* HttpRequestSerializer.swift */, - 1E843922BE32E97B4772B83C8FA9B3F8 /* JsonRequestSerializer.swift */, - 8D87310A39E9851614909D9B40B9FB9F /* JsonResponseSerializer.swift */, - C50069993AB4C3581AD42210DD2212DF /* MultiPartData.swift */, - EF2DC209BF1435485F678AC3EC9392BC /* RequestSerializer.swift */, - 2145A68898A0B17039880BA164C23D50 /* ResponseSerializer.swift */, - 72060E882694890D381D40275EA952D8 /* StringResponseSerializer.swift */, - 19B6051EEE36E02C011AA23CFC9BBA7D /* Utils.swift */, - 1D2DEAEB61BBDF3D4141B1071BD5E769 /* Support Files */, - ); - path = AeroGearHttp; - sourceTree = ""; - }; - EB723B31282933F91270CEECBB0836EB /* FirebaseInstanceID */ = { - isa = PBXGroup; - children = ( - 40C91EA47E7129A4D59E35E6465F34E0 /* FIRInstanceID.h */, - C0CFD6BC08D7600372239D1EEEFA73C9 /* Frameworks */, - ); - path = FirebaseInstanceID; - sourceTree = ""; - }; - EBC5EC77780F8E72F04E81D9E3F5F9B4 /* WebService */ = { - isa = PBXGroup; - children = ( - 5D71DB85D6C13322EAFAA24B26EDADEB /* PicoSOAPClient.h */, - 249D9D18249A81E7CF70CBEDA922B67A /* PicoSOAPClient.m */, - DB064DCA16BDD9976ED8B71B1CA54914 /* PicoSOAPRequestOperation.h */, - 44C430CBBAA9FEA63C5209DDE6FFA690 /* PicoSOAPRequestOperation.m */, - 4D7DDB430AD0FE890CFC7E0BCB898E65 /* PicoXMLClient.h */, - EBFBBB70C90B3FFC502B930D9680A6C2 /* PicoXMLClient.m */, - C2345335B2BE353195AFB68E22014FC6 /* PicoXMLRequestOperation.h */, - 1C8031D0302C5A2016995DFC262D7CF4 /* PicoXMLRequestOperation.m */, - ); - name = WebService; - sourceTree = ""; - }; - ECFACD077B2A093918E8C39125BBE3E1 /* Pods-VendooTests */ = { - isa = PBXGroup; - children = ( - BD08F133D8EC15B232B755CA87C1AB19 /* Info.plist */, - BD4092841A2D1EC9A6FF671A4F262686 /* Pods-VendooTests.modulemap */, - FA1DE33E39EEFE744A0564A8962CE927 /* Pods-VendooTests-acknowledgements.markdown */, - 31813545634047A7300CC635B8702212 /* Pods-VendooTests-acknowledgements.plist */, - 4D58E7F41DDEFC4928A1F0F58E051454 /* Pods-VendooTests-dummy.m */, - 34C62CB96E29378165F15DB1ED09D979 /* Pods-VendooTests-frameworks.sh */, - 64BA55A22C314C1BD5CC9F82142B5206 /* Pods-VendooTests-resources.sh */, - 48A543CE70E5133398E8F1067F58D68C /* Pods-VendooTests-umbrella.h */, - 7DCCDFA1452F66D49B71C642EDD50406 /* Pods-VendooTests.debug.xcconfig */, - D6584D06226BBE65D2C1B72854FAA452 /* Pods-VendooTests.release.xcconfig */, - ); - name = "Pods-VendooTests"; - path = "Target Support Files/Pods-VendooTests"; - sourceTree = ""; - }; - F6D02D58D7C0609CFB663F834A3B75DD /* Support Files */ = { - isa = PBXGroup; - children = ( - 15223C4CA48ACC3509450AD783A3DB52 /* GDataXML-HTML.modulemap */, - B482BA0D5F33369C58F066F930C8E5F3 /* GDataXML-HTML.xcconfig */, - F6833C65F80DC08D7CB7A4CFA8F6479C /* GDataXML-HTML-dummy.m */, - 034AAEF5D55B6409388629936D1D9F63 /* GDataXML-HTML-prefix.pch */, - E1F6D8AD3A6C79967CD7352C0B10BF3F /* Info.plist */, + B51DB1ADE6D8BE96F14089F82828C510 /* GDataXML-HTML.modulemap */, + AD04757917751B51F4AA1E6DD7A78CF4 /* GDataXML-HTML.xcconfig */, + C8A6D2E098F2375395A4B9BF4B9221D0 /* GDataXML-HTML-dummy.m */, + 093DAF379B09CB9CC8C2594730E6C861 /* GDataXML-HTML-prefix.pch */, + 2E0A612D1C153F05BE41C16F4462C893 /* Info.plist */, ); name = "Support Files"; path = "../Target Support Files/GDataXML-HTML"; sourceTree = ""; }; - F7DA04386E26884AF6FB3F278306C462 /* Core */ = { + BFD2AA546181C489417C37EFBED3A5C3 /* FBSDKLoginKit */ = { isa = PBXGroup; children = ( - 45A3ED9270E0B3C519F2224552184DD3 /* PicoBindable.h */, - 4DCCB6E50697270AF8DF7FD544300767 /* PicoBindingSchema.h */, - 9442A1E638A26F280ACD2B797D536DA9 /* PicoBindingSchema.m */, - A9750501DF71FEA26408E02B6AAEFAAB /* PicoBoolConverter.h */, - EE1434D78C111D01D44261BE1E2E48C6 /* PicoBoolConverter.m */, - FD1B02521233BEA3241D22E2C40A5FBE /* PicoCache.h */, - 5BF5F3354EDA7C0005A7399103D320CC /* PicoCache.m */, - 06E8EF4A745BB87CF1746E6D5C2D61F2 /* PicoCacheEntry.h */, - BF336A659C634979871F32521DAD108D /* PicoCacheEntry.m */, - 8D367959DBD074A51AB1F1B846D5F2A4 /* PicoClassSchema.h */, - 529D08DD4EE9E4A45E5E87BA3FA9C08C /* PicoClassSchema.m */, - 7BC41C009CCDEE40533F31E278D8C13E /* PicoConfig.h */, - E79A3B1DCA9FB9E220D2E7E7A2C5DE7D /* PicoConfig.m */, - CAE0DE8F2AFA356051024CC0D5EB4A9B /* PicoConstants.h */, - 0EB35CCF61C54AFE15E1BD96325F8CE7 /* PicoConstants.m */, - A5F56A7382235B15871F0279C422B81B /* PicoConvertable.h */, - 230739C7B167A649B3A62984302E64B3 /* PicoConverter.h */, - 25C95F8D3E1632F83B39B9C71EECCD30 /* PicoConverter.m */, - 463141137C5BD49840F83FF27CA05880 /* PicoDataConverter.h */, - A4DC65017DEE769E0C71CD9FD4385A40 /* PicoDataConverter.m */, - 534ADD3999E52690930BC8E8C5ED473A /* PicoDateConverter.h */, - C16D6C8ECBDFA1F6A4C8F7E7750FE79C /* PicoDateConverter.m */, - 3D0E20DDBA735B45881B37B2636E1CDF /* PicoNumberConverter.h */, - 1E3CBDE527F6904213F27F6705102C61 /* PicoNumberConverter.m */, - 05DB1FA068930E39A9CAB5FFFEDC3C1E /* PicoPropertySchema.h */, - 5087E6D9C57E52D3CCDFB6005F557D08 /* PicoPropertySchema.m */, - 951774BBA62DA1B0DBDB50366DACEE09 /* PicoReadable.h */, - EBD21A7F2455E4AB8F441155D5F22BC3 /* PicoStringConverter.h */, - 742D5552DD5DF5C5FCEBE5B58C0F5DB9 /* PicoStringConverter.m */, - 3441413382DCEE5C0A67E352BAD92EFA /* PicoWritable.h */, - FD1962155BD5DAFF4BC04134E50787C9 /* PicoXMLElement.h */, - CA21D568B609792B684689C55E743266 /* PicoXMLElement.m */, - 076E0DC3F7AC81E65193CAD322C90B19 /* PicoXMLReader.h */, - F43E92D52146AB7DC8335A8052543C26 /* PicoXMLReader.m */, - 140A20F814A0D850CCC4F9AC96ABB748 /* PicoXMLWriter.h */, - B10F6293492DA3D7D5CC7DF084AFBCFC /* PicoXMLWriter.m */, + F1765ACC268C5E65419329269F216130 /* _FBSDKLoginRecoveryAttempter.h */, + B14E14A70D93E17D007755A845A6F035 /* _FBSDKLoginRecoveryAttempter.m */, + 2D88B095A3E16088F69F7946ABFEEB71 /* FBSDKLoginButton.h */, + 36135C08380EB61B7ED8884350600F98 /* FBSDKLoginButton.m */, + 784FB02CAF784BEDDCEA4B30A3ABF477 /* FBSDKLoginCompletion.h */, + A7D89B9EE45612459A887A379DB0C6C2 /* FBSDKLoginCompletion.m */, + 5D4ED8D0A31D91EFC609099F382FA31B /* FBSDKLoginCompletion+Internal.h */, + 976B4D03A9321B412230E9EF4529F3F8 /* FBSDKLoginConstants.h */, + 75B013B5CC469E61C3A5FCE922726DCD /* FBSDKLoginConstants.m */, + 6E1B51E195D0E8064960DF10B15B6ED4 /* FBSDKLoginError.h */, + DEA9834FAC9B8FF918BDD38196090F4B /* FBSDKLoginError.m */, + 94492FDA360876E5CDA95B99988E2B94 /* FBSDKLoginKit.h */, + 5FEAE5B025211278744F393C5B0C36EB /* FBSDKLoginKit+Internal.h */, + 6D4331801A35FEB709F666C93CD2F86E /* FBSDKLoginManager.h */, + EA9672FE60ACFA6FD39010D2AA9CF225 /* FBSDKLoginManager.m */, + DA8D2F518A8BABD6E589DCC7ABAAD2D2 /* FBSDKLoginManager+Internal.h */, + 9F027A34F37FC5B1E04DA0CDAEEA3F90 /* FBSDKLoginManagerLogger.h */, + B27C96616209DB1E8C988C7A289AFC29 /* FBSDKLoginManagerLogger.m */, + 75717B0EE6927EDD4C83D0DA97D0FAD0 /* FBSDKLoginManagerLoginResult.h */, + B9A9E24E48892C412B3EBB0DD83970EE /* FBSDKLoginManagerLoginResult.m */, + D620CA6670E89627877735C51B3F6CF3 /* FBSDKLoginManagerLoginResult+Internal.h */, + 61B7F40A3681BE0DE011323E347C40F0 /* FBSDKLoginTooltipView.h */, + 1ADAAE793D80602C9B4C2663F838B071 /* FBSDKLoginTooltipView.m */, + 93CB1CDBD0B28BB95D1442933494F779 /* FBSDKLoginUtility.h */, + 4632B5EF96567E5690D2872ED18DB524 /* FBSDKLoginUtility.m */, + F6FE5C7BF10EBAD6F29B4122869155BC /* FBSDKTooltipView.h */, + 082189F18A13ACF939C12C480EAE5E35 /* FBSDKTooltipView.m */, + 98CF92F5D08DBDC8EA7830F69F2FBE7A /* Support Files */, ); - name = Core; + path = FBSDKLoginKit; sourceTree = ""; }; - F9EF39F4EA138AA903B6C331439C31C3 /* Analytics */ = { + C22CE60DD5EEC4D0410B6966AB741397 /* FirebaseAuth */ = { isa = PBXGroup; children = ( - 268132F84E34612917461895BDBE3933 /* Firebase.h */, + 59A80EE8128BEB42174AF56238C330BE /* Frameworks */, ); - name = Analytics; + path = FirebaseAuth; sourceTree = ""; }; - FA910020E5AD388D9FD5B4E242ACB19D /* GoogleSymbolUtilities */ = { + C2DA0322F2A0EE09E30294A1A431C4F5 /* Support Files */ = { isa = PBXGroup; children = ( - 7FF61F52E83BBA24DA77F6AA561F0226 /* Frameworks */, + 354093A3F49294E88E6A9D1C720D76CE /* Info.plist */, + E8FDBBD68A80D214BC46B5AE53D4F76F /* UIImageViewModeScaleAspect.modulemap */, + 2B1D5F61D6134D5C3D70C6236F171A7B /* UIImageViewModeScaleAspect.xcconfig */, + 5AAA9FA721AC86560C982C18A31F3D91 /* UIImageViewModeScaleAspect-dummy.m */, + 827DF8A7D55FF991FBAE6D38BA69E49A /* UIImageViewModeScaleAspect-prefix.pch */, + AEECAD598F614CB0F93432ADB80E8005 /* UIImageViewModeScaleAspect-umbrella.h */, ); - path = GoogleSymbolUtilities; + name = "Support Files"; + path = "../Target Support Files/UIImageViewModeScaleAspect"; + sourceTree = ""; + }; + C3F96170CB3C14E83628D013D268D271 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 339D24377EF92D935F881CD2DDBCE13B /* GoogleUtilities.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + C701E824A4DF7CBA99FE50E6EC127D1B /* Soap */ = { + isa = PBXGroup; + children = ( + C1118BB5F6DDA46AAAB877C937B1F35A /* PicoSOAPReader.h */, + 41E305ED98B2F8952D7CDA42A7ADFBE9 /* PicoSOAPReader.m */, + 7DEA5BCBA51E22D7D5ADBCA12734090C /* PicoSOAPWriter.h */, + F59560067A0BF43C1DC254FA93DF5B7F /* PicoSOAPWriter.m */, + 420AA687265F34C1B92A6D2B694EED54 /* SOAP11Body.h */, + F7C5F771D232A4C7C5491ADB514E62CB /* SOAP11Body.m */, + 3B6284E8F6E616899222D07D6E94CFA6 /* SOAP11Detail.h */, + D672054D42DA9801632183EF1C590B71 /* SOAP11Detail.m */, + 5E7CC12D5F3E06BF8E801CE52A7A74D4 /* SOAP11Envelope.h */, + 1B07AA5EBDF3A432722AEA054F7AE702 /* SOAP11Envelope.m */, + CB3AE43A409680DFB7DA272E5663295F /* SOAP11Fault.h */, + E7A090313974760BAFE6E711F781CABA /* SOAP11Fault.m */, + E229D8176F4CEC52ACE0B7DD090CD054 /* SOAP11Header.h */, + 8ECC5535112943F64CCB311287110ADB /* SOAP11Header.m */, + 09523AB3CD75B683590559B093F010C0 /* SOAP12Body.h */, + 34DBB921CD25DBE5E18FEF70FED44E53 /* SOAP12Body.m */, + F10E09F24A3B6BA2E4BD36FCBAB32383 /* SOAP12Detail.h */, + 2A4B59D684FDB8F3B584C240E622C58A /* SOAP12Detail.m */, + FC702CB7B4E400D11C8330D914F6641A /* SOAP12Envelope.h */, + B557F414AD4CD70507913B3D559F93EC /* SOAP12Envelope.m */, + D65C597C7BFEA9ACB22F9D23F518616A /* SOAP12Fault.h */, + 08E86A9CEAE1073F8EB06D095899EC8E /* SOAP12Fault.m */, + C738D0637CB939CB88A8E9B07D9B0F6E /* SOAP12Faultcode.h */, + 75DA66CAE047B220F692A33AB8BBA621 /* SOAP12Faultcode.m */, + 0FDF3E2A68787915419418623FAE5E4A /* SOAP12FaultcodeEnum.h */, + CAD1C7D4763119F0CC06ED45B5D6F786 /* SOAP12FaultcodeEnum.m */, + 09C5F06A3BDBC389FC4668700A485B26 /* SOAP12Faultreason.h */, + B15A73D687F9E0EB14350C64DA7534F3 /* SOAP12Faultreason.m */, + 65943526BB25489F3C16E16622D1E779 /* SOAP12Header.h */, + 943A6529529ECC1F684DA2A4FEB226B9 /* SOAP12Header.m */, + 17D5F633C3BA9C080CCE39DFDEC7F5F2 /* SOAP12NotUnderstoodType.h */, + 254A8C0C0E243EE779478F2BABD0F2F8 /* SOAP12NotUnderstoodType.m */, + 2EF43C2EA6C705C1E7948DBEF8197450 /* SOAP12Reasontext.h */, + 6A0FF05765511513470CC978B10207D2 /* SOAP12Reasontext.m */, + 3D6C6609F47675D67542BFBA691F142A /* SOAP12Subcode.h */, + 0CC5A36875AFC0238B595A727AA19879 /* SOAP12Subcode.m */, + F0E46430AB0156C611FF7A4E3D4882A8 /* SOAP12SupportedEnvType.h */, + 45183A70E1DF80AA4424A99EBDD072BD /* SOAP12SupportedEnvType.m */, + 268C0B06B14A4BCDE90E3F5E70B93A61 /* SOAP12UpgradeType.h */, + 0A478018630430D50CB7CF361E5AB164 /* SOAP12UpgradeType.m */, + ); + name = Soap; + sourceTree = ""; + }; + C762480FB77E6E088828F873F5863F7D /* FirebaseInstanceID */ = { + isa = PBXGroup; + children = ( + DA94C6591FD96A4B7462E306BF834C57 /* FIRInstanceID.h */, + 73100B1D781A7937E0B59F78422A2B69 /* Frameworks */, + ); + path = FirebaseInstanceID; + sourceTree = ""; + }; + C99A481225AABE529B82F6B38F367F9C /* TYMActivityIndicatorView */ = { + isa = PBXGroup; + children = ( + 480EAF767C67AE676AFEBA2B2C72DD95 /* TYMActivityIndicatorView.h */, + 657944D0882FE5E3659E6739B34E4AC3 /* TYMActivityIndicatorView.m */, + 79C1F66DDAB18BBA6634A8DCBD69EFC4 /* Resources */, + A4AF5BF99A081992C196CE67842D29BA /* Support Files */, + ); + path = TYMActivityIndicatorView; + sourceTree = ""; + }; + CE8F9E62CC87D6100649919DABAAB521 /* Alamofire */ = { + isa = PBXGroup; + children = ( + E1498D3AB8502D993842832DE34046C3 /* Alamofire.swift */, + EDB6A7A2286F25B59DDAD3B2E68D208A /* Download.swift */, + 02F16D93F7CBC4DDFC72FC03A0E42E82 /* Error.swift */, + 727549E62BD7A32551D9A4A495E77A99 /* Manager.swift */, + E8EAA1D518760505308ED46344A40B55 /* MultipartFormData.swift */, + 6EDB9D463C502DF5FFF6440CAC522213 /* NetworkReachabilityManager.swift */, + EDDEC727D8DAF0DA2BBFB591ED21B56F /* Notifications.swift */, + 295C05B50FFE2CCBBD4D128933A88FDF /* ParameterEncoding.swift */, + 547F0F61578EE093020B8127CFD6661D /* Request.swift */, + D0386A7DC808534C0548BC11C07B7B9A /* Response.swift */, + 5E83C4119367B3BB115800ABB3DFA47F /* ResponseSerialization.swift */, + A185AC5E050F21355385EA759FE5EEF1 /* Result.swift */, + 63D541600AB0BC0B46F7A0D8896AC894 /* ServerTrustPolicy.swift */, + 0FBD5B2058DE2B16BC3F1B5A7B04E40F /* Stream.swift */, + 0E9E12C665A69B68F3CF98C3E7E2289C /* Timeline.swift */, + 10A4E1C9F61C475D495D58BF2DD5AEFF /* Upload.swift */, + 1AAF3229A34E9C0D5C8019CC2A75EEA5 /* Validation.swift */, + 16327DEBBB47D0A98F35685FC3BEEB28 /* Support Files */, + ); + path = Alamofire; + sourceTree = ""; + }; + D2084E0C4E10BC98AE2ED31B1C232A39 /* UIKit */ = { + isa = PBXGroup; + children = ( + 3B67245E41A4AF1938E37858C3C72D44 /* AFNetworkActivityIndicatorManager.h */, + C40DAE14029892B289A8FE01392AA863 /* AFNetworkActivityIndicatorManager.m */, + DD70A3643DC0CEFD5CBE01C0B6705477 /* UIActivityIndicatorView+AFNetworking.h */, + 79CA30FE6F1DBFBF380140B5FB47263C /* UIActivityIndicatorView+AFNetworking.m */, + 2B2F7EBA8867723F12C25840D1E88243 /* UIAlertView+AFNetworking.h */, + D9DD479673E8B396F89A7DAA2143A711 /* UIAlertView+AFNetworking.m */, + E9300385F72720F6C95944F2CBADC1F7 /* UIButton+AFNetworking.h */, + C1656555CF10DA82E136D8067B87620E /* UIButton+AFNetworking.m */, + D0010F5E558D2E0DD1C452C881BBAA6F /* UIImage+AFNetworking.h */, + 144D5484885E6C90AB797898C08E7374 /* UIImageView+AFNetworking.h */, + 8FA186481586667CF25E85D337A85871 /* UIImageView+AFNetworking.m */, + CCE3A0AEEA51C049E1C8A8C2335A32D2 /* UIKit+AFNetworking.h */, + FA2374B3C414371278389E8BD50D6C01 /* UIProgressView+AFNetworking.h */, + 32DA793C1694801D6DD0DD16FED99266 /* UIProgressView+AFNetworking.m */, + 0131DEFA58ED7F61883CE8CCFC049AF1 /* UIRefreshControl+AFNetworking.h */, + 1864F630CE031BF44EDE61E5DF26ECCD /* UIRefreshControl+AFNetworking.m */, + 2C7D30E84A7446738D0FC06667D18A86 /* UIWebView+AFNetworking.h */, + 7D5C411FA498BF0C8663F9BA74B398FC /* UIWebView+AFNetworking.m */, + ); + name = UIKit; + sourceTree = ""; + }; + DBE93CBDEFD92C5A6B6946A42984901C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 830D7C28C7F7C7E68853BAAF9C67506C /* FirebaseAnalytics.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + E3E2E316480FD05ECD4A96928D606694 /* Support Files */ = { + isa = PBXGroup; + children = ( + 4C24E9863E58DC41ED1E5B1C4A56C71E /* BSImagePicker.modulemap */, + DD69DD0A9EBE6880B7E924359823A64E /* BSImagePicker.xcconfig */, + 92259F25DCE2BF1611B75E4F4840AB5D /* BSImagePicker-dummy.m */, + 023F4374BD9F7B4F8555090AA7A8267E /* BSImagePicker-prefix.pch */, + CD33485C1C502613F59CF52A0AF56C00 /* BSImagePicker-umbrella.h */, + 7B3D6B712BF9A7AE7667FCF079270313 /* Info.plist */, + 0EFE3877D6773C11887700B43A5A1BC2 /* ResourceBundle-BSImagePicker-Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/BSImagePicker"; + sourceTree = ""; + }; + E7BCFD662016F269AB99438F5A924BD2 /* GoogleParsingUtilities */ = { + isa = PBXGroup; + children = ( + 510A9C803CFB7C0B43B0AFDFEEE5E690 /* Frameworks */, + ); + path = GoogleParsingUtilities; + sourceTree = ""; + }; + E94F5ACFDE74455027776112477F2BB6 /* AeroGearHttp */ = { + isa = PBXGroup; + children = ( + 63537DDFAEFE1F2749F7CB8138DE2F98 /* AuthzModule.swift */, + C403253C46C7A568F5503C1533E1A6DD /* Http.swift */, + 095E0A3472702B8830A756EDD556D632 /* HttpRequestSerializer.swift */, + CAF4FEBFDAA5E7131CB46C2415B06035 /* JsonRequestSerializer.swift */, + AABACEDD73398DA40B1435947C6ABC59 /* JsonResponseSerializer.swift */, + A70771279652CFA5CE255D71FEEF81F8 /* MultiPartData.swift */, + 3D7AFF33D7BD46B127501BFA1A1F3FCF /* RequestSerializer.swift */, + 4B6A56C3289C34F84A3243B0C29EFF86 /* ResponseSerializer.swift */, + 991BCEC0B65FED6B7FD2C418B7F2462E /* StringResponseSerializer.swift */, + 476CC038C9ACA70BB8A6166B222BCAD4 /* Utils.swift */, + 96945DDB31DDA27C2E4F23A8091D9B49 /* Support Files */, + ); + path = AeroGearHttp; + sourceTree = ""; + }; + E9A70ED2AD89F57E3C04E750457BF475 /* BSImagePicker */ = { + isa = PBXGroup; + children = ( + 1B2C68E220839E29E6A84EBF102579FF /* AlbumCell.swift */, + BE89C747E695A6E4A2EA0E44966C2F7A /* AlbumsViewController.swift */, + D80E1C76A1D754C95364D1348D4C126D /* AlbumTableViewDataSource.swift */, + A9142058C7DCDCDF7FDA0BE52E8088C1 /* AlbumTitleView.swift */, + 1DEE2A1DC3205A63F646221427149EBC /* BSImagePickerSettings.swift */, + 5BEBBBF889045CD3EC3B7CDA99BC6C5C /* BSImagePickerViewController.swift */, + 4F48974850CDE3FAA87DE439C405E05D /* CameraCell.swift */, + 7C1B1BEC31288186EE8561AA7F71966C /* CameraCollectionViewDataSource.swift */, + DE82249BC48423C663A690EFFF728AA0 /* ComposedCollectionViewDataSource.swift */, + 012FC612A0C3FCDAB9DA9A4656CA3831 /* NSIndexSet+NSIndexPath.swift */, + 7AE0BBD7A0874B2672F5EC0AF4575B96 /* PhotoCell.swift */, + 487DE7F49F11B7D2AC55EA1944166AAF /* PhotoCollectionViewDataSource.swift */, + BB0BA77DCD3D63BB0322E2C78E4B8CA8 /* PhotosViewController.swift */, + FD9887BB7AC33622204D53639F7A1E17 /* PreviewViewController.swift */, + 58D9D0DA1ACDA3CDC1B76D9B740A1879 /* SelectionView.swift */, + 86C571A7C6CCB47DE0E45FFB6EBAFDAE /* Settings.swift */, + AD7F5C2E34CDB1EC74E0074099A8FF35 /* UIButton+NoAnimation.swift */, + 962CFAA54B4E9B6B2FAF786E86978FA7 /* UIViewController+BSImagePicker.swift */, + E3CE70F7EC79F8127B634681942B5E63 /* ZoomAnimator.swift */, + B97741E982BC51B89EDB5E7EF1230915 /* Resources */, + E3E2E316480FD05ECD4A96928D606694 /* Support Files */, + ); + path = BSImagePicker; + sourceTree = ""; + }; + F2A9C0177A485A9E6672EFB3141567E7 /* Pods-Vendoo-VendooTests */ = { + isa = PBXGroup; + children = ( + 52EB8E3A82853C0FBFC87CD6A335C47C /* Info.plist */, + B7B9928637FB4C7E9C4BE6F767CB5100 /* Pods-Vendoo-VendooTests.modulemap */, + 1195C4D4C4A323222EE46F4260672DC0 /* Pods-Vendoo-VendooTests-acknowledgements.markdown */, + 9B2D1E1EF672E5EE33B5D29EE3A0B867 /* Pods-Vendoo-VendooTests-acknowledgements.plist */, + 5B7F2F67EFB8A8B31FE8ED6A9104C3B0 /* Pods-Vendoo-VendooTests-dummy.m */, + 851DEBFE4286CC4586850D01A4791BC4 /* Pods-Vendoo-VendooTests-frameworks.sh */, + 6D711B5958F2624711CB342A5BBA5D17 /* Pods-Vendoo-VendooTests-resources.sh */, + E48063F76B420F3E35DAD13047D42C79 /* Pods-Vendoo-VendooTests-umbrella.h */, + 3D39DD62BD3344215867E4F6A59AFE01 /* Pods-Vendoo-VendooTests.debug.xcconfig */, + E178194C369B2D90EE7A9C838F1F3975 /* Pods-Vendoo-VendooTests.release.xcconfig */, + ); + name = "Pods-Vendoo-VendooTests"; + path = "Target Support Files/Pods-Vendoo-VendooTests"; + sourceTree = ""; + }; + F37DEDD58D36362EC24A2D9E23A2052C /* Pods-Vendoo-VendooUITests */ = { + isa = PBXGroup; + children = ( + BFBF5E700A405FF727B768A4BA98846D /* Info.plist */, + 259D5CF25D587FDE7125A75DCD68A3D6 /* Pods-Vendoo-VendooUITests.modulemap */, + 188D44008D91F312115987B46D6CF552 /* Pods-Vendoo-VendooUITests-acknowledgements.markdown */, + 81D2A412E76804FC3F7D718F35862618 /* Pods-Vendoo-VendooUITests-acknowledgements.plist */, + 0A8A9F7077071AC139E54B95C669CBE2 /* Pods-Vendoo-VendooUITests-dummy.m */, + 9BAE61FD5950C3821410D0B7B20BC95F /* Pods-Vendoo-VendooUITests-frameworks.sh */, + B317DD89809B9FB54FE54A0A42095D10 /* Pods-Vendoo-VendooUITests-resources.sh */, + F360CE6486A747945443BA0C06AC2C99 /* Pods-Vendoo-VendooUITests-umbrella.h */, + 5255B7F22C5FA05618744F0C036E41B9 /* Pods-Vendoo-VendooUITests.debug.xcconfig */, + 8C7124C17B0E1F3CD45549F473D588E0 /* Pods-Vendoo-VendooUITests.release.xcconfig */, + ); + name = "Pods-Vendoo-VendooUITests"; + path = "Target Support Files/Pods-Vendoo-VendooUITests"; + sourceTree = ""; + }; + F585CC511838E9673860926B85847598 /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + 0F86076203C80A8776F3B111E5826203 /* Pods-Vendoo */, + F2A9C0177A485A9E6672EFB3141567E7 /* Pods-Vendoo-VendooTests */, + F37DEDD58D36362EC24A2D9E23A2052C /* Pods-Vendoo-VendooUITests */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; + FB95D8909D87C076DC9CABBD0833E70D /* XMLWriter */ = { + isa = PBXGroup; + children = ( + 6F43B1645F9281E3893D341A6889B613 /* XMLWriter.h */, + DAB1B89813CDD043CC410F5DFE0A6452 /* XMLWriter.m */, + ); + name = XMLWriter; sourceTree = ""; }; /* End PBXGroup section */ @@ -3409,14 +3681,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4F9C93C9FDCFE36B496EFFD2055C6D9C /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 9F6583620EA28E354C4A4F5891E087FA /* Pods-VendooUITests-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 56CB78EF78ADF2E03A1B2E479123B689 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3443,6 +3707,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 75B2517624D989B002D158AD8353146C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + F759176BF99FB3C01BA3EEE8C6A40D2A /* BFAppLink.h in Headers */, + A3CE342B34D0DAA7BE2AA45BEF94CAFC /* BFAppLink_Internal.h in Headers */, + E39ED3657FEE321A20AE105D8BE1A340 /* BFAppLinkNavigation.h in Headers */, + 7BB98E50240143972C28AA9A13EBC3D5 /* BFAppLinkResolving.h in Headers */, + 5F26B65B4A4711EB4BC2BC9BC48FF041 /* BFAppLinkReturnToRefererController.h in Headers */, + CDE764570B1C9BED83BD2F23533A3097 /* BFAppLinkReturnToRefererView.h in Headers */, + AE88CF4A135C8C1E79FEBB43EE2B38F8 /* BFAppLinkReturnToRefererView_Internal.h in Headers */, + D8E3EF0B890201C0DD54E9CF5527F88C /* BFAppLinkTarget.h in Headers */, + 5493E80E04D895A735853EA349C4AAE3 /* BFCancellationToken.h in Headers */, + 7333194276505D454DACD2603FEE0271 /* BFCancellationTokenRegistration.h in Headers */, + 1DCFCA14CBF89C36D853B87417E126E6 /* BFCancellationTokenSource.h in Headers */, + 24600483CE2FB9BBDED179CCC892F3F8 /* BFExecutor.h in Headers */, + 6E2B6054F217E3D01C59665D011B09B1 /* BFMeasurementEvent.h in Headers */, + F83D82020F9347F75495D09AA4F295AE /* BFMeasurementEvent_Internal.h in Headers */, + 6A8B92B5BDFBEE6BD3F70901FB71A0B1 /* BFTask+Exceptions.h in Headers */, + 7C7E248D341E116E1A7B8C16A8F58C6B /* BFTask.h in Headers */, + A877EB9CF2930345DD962B4BC0D24959 /* BFTaskCompletionSource.h in Headers */, + DFC3DF985B5065268315681B81A235DE /* BFURL.h in Headers */, + BC82780C5FED62B06DC51F6DCA0491B5 /* BFURL_Internal.h in Headers */, + 8170C4AC05E84ED31A9D33A4CD205D2C /* BFWebViewAppLinkResolver.h in Headers */, + 9E40001D7D2CAC32039C59FC0208A7CA /* Bolts-umbrella.h in Headers */, + 9B045FC64D2A32D380593AEA86A28904 /* Bolts.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 7AFA7DCE60377EB03504CFC4E62CF37C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3467,6 +3760,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 95EE69169CC28F281F0B27A490BDB19D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 6B091151AE965C9F5462FDD25CB5551B /* Pods-Vendoo-VendooUITests-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 97F156524ABB48DC5541C69CE6309A33 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3549,14 +3850,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A921CF375FF53123C3D7628E0425175A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 101C7F4C186E883172ABF5F6E3E1F7FF /* Pods-VendooTests-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C2E9D2DD4DD231C6D48F80FE33A92698 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3624,6 +3917,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C981338E4789367705C6CD5F204C7C7F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 760438A92935D95218DB06E2E51ADA11 /* Pods-Vendoo-VendooTests-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; CCE611FF59203C57951C5EA18DC90FC9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3632,34 +3933,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E0DB26C2D03DE975D20CDE232A2303A2 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6312E1B8FE4FC1059BA2B23537E7B3D0 /* BFAppLink.h in Headers */, - 6C613E015135F347BC8492380E05F9E0 /* BFAppLink_Internal.h in Headers */, - 5B3E54989E42E7F23D380EFDBB3A41AF /* BFAppLinkNavigation.h in Headers */, - 132458EB60BAA5BC75398E85E9074E8C /* BFAppLinkResolving.h in Headers */, - 079F1EBA6840EB9BE24BD57AFBD73C57 /* BFAppLinkReturnToRefererController.h in Headers */, - F0255DAC729629E968EA52EC310AA8C9 /* BFAppLinkReturnToRefererView.h in Headers */, - 38E856869AE417CEFC8F9F02FE454291 /* BFAppLinkReturnToRefererView_Internal.h in Headers */, - AA363E22E4DDB87A037ED04A117ABC51 /* BFAppLinkTarget.h in Headers */, - 538E4565A1286D23297E4D4AB4A5C9A9 /* BFCancellationToken.h in Headers */, - 04C0082F6870C6DE50B11245E4221A39 /* BFCancellationTokenRegistration.h in Headers */, - 4842CF7A08B39729833F408902F1ADF0 /* BFCancellationTokenSource.h in Headers */, - 55ECA0312F535997CA9126E808CA2B7E /* BFExecutor.h in Headers */, - 963024E730FDCBE25283A208880579DE /* BFMeasurementEvent.h in Headers */, - A44B9556C3A558F0120EE35F290B3FCE /* BFMeasurementEvent_Internal.h in Headers */, - DE26D5B7913CBFECC1EF14616527C4F8 /* BFTask.h in Headers */, - BDB6E5CDFB2E0B1A5D70C177B7F4857D /* BFTaskCompletionSource.h in Headers */, - CD0E79BBA8608E3E44545EF8B22F06FB /* BFURL.h in Headers */, - 4ECD20B3FB85C1CC4873DE1463254036 /* BFURL_Internal.h in Headers */, - C7AFBE94195CDE9B5B71175851E7B4AB /* BFWebViewAppLinkResolver.h in Headers */, - A4A4B6DCAD90B231B771EB8AAA9401BC /* Bolts-umbrella.h in Headers */, - A59E0D04139EA956AF2F0E32B469E1E3 /* Bolts.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; EFDF3B631BBB965A372347705CA14854 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3694,7 +3967,7 @@ ); name = SWRevealViewController; productName = SWRevealViewController; - productReference = 1F1B04B85B22D68927B6E17E1CAE4AC5 /* SWRevealViewController.framework */; + productReference = 49B6B3AA873F4F4971FAAFC663B2E729 /* SWRevealViewController.framework */; productType = "com.apple.product-type.framework"; }; 0EB19C1377A747F81110D44E2D5FCF78 /* FBSDKCoreKit */ = { @@ -3712,7 +3985,7 @@ ); name = FBSDKCoreKit; productName = FBSDKCoreKit; - productReference = 4BE8A8E3DBF2948535F4B0206568DB4F /* FBSDKCoreKit.framework */; + productReference = 3E761E000A87CDA00D2C3CB849EF5842 /* FBSDKCoreKit.framework */; productType = "com.apple.product-type.framework"; }; 0FF38C485BD8E73F614C919F834D6EAB /* UIImageViewModeScaleAspect */ = { @@ -3729,7 +4002,43 @@ ); name = UIImageViewModeScaleAspect; productName = UIImageViewModeScaleAspect; - productReference = D75E3971EE1419C2DF62506015C1F31D /* UIImageViewModeScaleAspect.framework */; + productReference = E2D7A400CB4341C8290E8D4301ED9DBB /* UIImageViewModeScaleAspect.framework */; + productType = "com.apple.product-type.framework"; + }; + 21020CCDF572876803FA95BD48270386 /* Pods-Vendoo-VendooTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = E5EC02A2108814137A0A3AF049261295 /* Build configuration list for PBXNativeTarget "Pods-Vendoo-VendooTests" */; + buildPhases = ( + 36DF42BD6E22493A19ED2F70A4C8D474 /* Sources */, + 5F18E4A411E091B87ADDE4BE398609A6 /* Frameworks */, + C981338E4789367705C6CD5F204C7C7F /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 84B095CBBFC68A656E23BEF02B03CF70 /* PBXTargetDependency */, + 3FC72D348981C0830C684B9C572E02F8 /* PBXTargetDependency */, + B856B8A5B91B44CD84038E8195FFD247 /* PBXTargetDependency */, + 4AD784C8D980750A2CB7E95896290010 /* PBXTargetDependency */, + C39D43F03F1411E89502B587B1865A33 /* PBXTargetDependency */, + B773C3612D7AF133BF82D57F6FC47068 /* PBXTargetDependency */, + FA95A1D7BB5FE8133DB1FA64BAB7CBC1 /* PBXTargetDependency */, + AD11165812BA6AA4ACEE70AD0BD6C61B /* PBXTargetDependency */, + 428C982B583847EB13F72DF45910CABB /* PBXTargetDependency */, + 345E0487028FB4D82EAF0FC5662B896B /* PBXTargetDependency */, + 522E6EB7CECCBCF3F38CFB5A76AEAADF /* PBXTargetDependency */, + EE33EB4676361F296C437CCF3B7847CB /* PBXTargetDependency */, + 4256BBDD507F4DE40DCCE146E845A710 /* PBXTargetDependency */, + 97D32DB23AC912C9D69A6038A7B5C898 /* PBXTargetDependency */, + 78A900EB389852F8263CBF79D6EB87E5 /* PBXTargetDependency */, + A10E65ED5829CD944029E3D86AA54B93 /* PBXTargetDependency */, + C48887691B1F74F82FA217F84A67BBD2 /* PBXTargetDependency */, + 0F7A35827C8E05655054B223DE6690FA /* PBXTargetDependency */, + 072755C69F34A8401FDDF78BE8391D09 /* PBXTargetDependency */, + ); + name = "Pods-Vendoo-VendooTests"; + productName = "Pods-Vendoo-VendooTests"; + productReference = 64F849AB0C6D915F04D9363C0EB073CB /* Pods_Vendoo_VendooTests.framework */; productType = "com.apple.product-type.framework"; }; 2AA2F4091B94E46EEE3AD6055CB49C7D /* PicoKit */ = { @@ -3748,7 +4057,7 @@ ); name = PicoKit; productName = PicoKit; - productReference = FEB0E8339EA563D8B88174B610A3B70A /* PicoKit.framework */; + productReference = D97527C094DC8D0AE452F5F42CB83BC4 /* PicoKit.framework */; productType = "com.apple.product-type.framework"; }; 30D7FCF8072F5D59AE1C98D94F9A6EC9 /* FBSDKShareKit */ = { @@ -3767,7 +4076,7 @@ ); name = FBSDKShareKit; productName = FBSDKShareKit; - productReference = 292F8C63732540F82EFAC6F175FF3A11 /* FBSDKShareKit.framework */; + productReference = 3738A2FF8F7328CA11038CA2E0550FDB /* FBSDKShareKit.framework */; productType = "com.apple.product-type.framework"; }; 31CABCBBC4853F0A3523D99FE6D41F17 /* TYMActivityIndicatorView */ = { @@ -3785,7 +4094,7 @@ ); name = TYMActivityIndicatorView; productName = TYMActivityIndicatorView; - productReference = 663E86127A3D805E37CE082AD6A30B86 /* TYMActivityIndicatorView.framework */; + productReference = AB0620F3D4C46CD8189B8495F8F05288 /* TYMActivityIndicatorView.framework */; productType = "com.apple.product-type.framework"; }; 3C34098A7DACA89F52BF902062730F50 /* GDataXML-HTML */ = { @@ -3802,7 +4111,7 @@ ); name = "GDataXML-HTML"; productName = "GDataXML-HTML"; - productReference = F7E46089152333FF2E9816DC87F46171 /* GDataXML_HTML.framework */; + productReference = 5005A8699C453626503502CFA2E8301E /* GDataXML_HTML.framework */; productType = "com.apple.product-type.framework"; }; 45935B91DF0442390E2CA6DEEF68AE99 /* OAuthSwift */ = { @@ -3819,7 +4128,7 @@ ); name = OAuthSwift; productName = OAuthSwift; - productReference = 1054C39068E9C95A3553091A2A64E51A /* OAuthSwift.framework */; + productReference = 5767233EA7637354C8E61061C9409DBB /* OAuthSwift.framework */; productType = "com.apple.product-type.framework"; }; 4878C70B21CA37D7CB8A476BF986741B /* AFNetworking */ = { @@ -3836,24 +4145,43 @@ ); name = AFNetworking; productName = AFNetworking; - productReference = DFC97C50B28D9ED8DBA990AC4CE436FF /* AFNetworking.framework */; + productReference = E67B7295241B586BE9B4D6D6FAF28583 /* AFNetworking.framework */; productType = "com.apple.product-type.framework"; }; - 52D82BFDD1E808D9CB257431922C1EE4 /* Bolts */ = { + 66B6577A34875C54541830039899A97A /* Pods-Vendoo-VendooUITests */ = { isa = PBXNativeTarget; - buildConfigurationList = 19781FAF60F8D5EDDEB63A01A0FA6FF1 /* Build configuration list for PBXNativeTarget "Bolts" */; + buildConfigurationList = C5969A229B25A7B7998DEBA26757DB68 /* Build configuration list for PBXNativeTarget "Pods-Vendoo-VendooUITests" */; buildPhases = ( - 814630DDEC672DE0E4112665873650E4 /* Sources */, - 46DA9D7B9BC092A5E3D7C96DC1FCC04C /* Frameworks */, - E0DB26C2D03DE975D20CDE232A2303A2 /* Headers */, + 7DC60209E803E3B7EC99857C9FB72C15 /* Sources */, + F583AF500829E8383DB5FDD6E6AAD956 /* Frameworks */, + 95EE69169CC28F281F0B27A490BDB19D /* Headers */, ); buildRules = ( ); dependencies = ( + DDF6F17FBF1531D8F5DB8DC8A6FCA202 /* PBXTargetDependency */, + 6DE66EC076737D6A3AA88D69E176F8CA /* PBXTargetDependency */, + 8D0AD1920A5FE2EF673D3CE3A4BB6846 /* PBXTargetDependency */, + 5953BE2BC5212C3C5357B2CF230DE471 /* PBXTargetDependency */, + 6D703A868103C0030E47D53437291682 /* PBXTargetDependency */, + 8CB80CCD491BF631ECE1DD59F32A4308 /* PBXTargetDependency */, + 83250583F9DC4369964C061E1E800F51 /* PBXTargetDependency */, + F31C0AD1015393B7A2236431E297477F /* PBXTargetDependency */, + 665BF41340C0024822CC1975AD0DAAB2 /* PBXTargetDependency */, + 16BCEAF1BD7AA4C917110D62D9647083 /* PBXTargetDependency */, + 8F68883811243EEC4FDCE7A77BEB4002 /* PBXTargetDependency */, + 6C3D35EF14EC597CE4AD081F4087FE11 /* PBXTargetDependency */, + F6D51C3D22CF9C90FEDCCBD3D22375EE /* PBXTargetDependency */, + 0970CC487F8307E37FC23ADEC83BFDEC /* PBXTargetDependency */, + CD597A91A17E5142D5853E74F8585A0B /* PBXTargetDependency */, + FBE840243215C0D390262B4D543D60CC /* PBXTargetDependency */, + 4E806B1F85F6DB60C16DEF9C749F53B2 /* PBXTargetDependency */, + F1A3E2C805DC34ED3C7CA50DDFC05418 /* PBXTargetDependency */, + 4BF6765923DB09D448A522A69C6DF8BD /* PBXTargetDependency */, ); - name = Bolts; - productName = Bolts; - productReference = 2F2366894A52FFEC7796AC84716CCBC4 /* Bolts.framework */; + name = "Pods-Vendoo-VendooUITests"; + productName = "Pods-Vendoo-VendooUITests"; + productReference = 0B5E34F5C87CFA9E2E41449FFC06ACE1 /* Pods_Vendoo_VendooUITests.framework */; productType = "com.apple.product-type.framework"; }; 6E31B4FD268BEE6936B4477E4EDCD609 /* Alamofire-SwiftyJSON */ = { @@ -3872,24 +4200,7 @@ ); name = "Alamofire-SwiftyJSON"; productName = "Alamofire-SwiftyJSON"; - productReference = 4B30799BB5856B2742B3F057C22A521A /* Alamofire_SwiftyJSON.framework */; - productType = "com.apple.product-type.framework"; - }; - 6E4E0004FD7A714EF2D64F6414B97661 /* Pods-VendooTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = C023253E8CF8BEE6EFFE47B471AD1F09 /* Build configuration list for PBXNativeTarget "Pods-VendooTests" */; - buildPhases = ( - 8CCD2D17E7D79527A9AF979072F68AF3 /* Sources */, - E709984F33EBB676FADBDCF970806D02 /* Frameworks */, - A921CF375FF53123C3D7628E0425175A /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Pods-VendooTests"; - productName = "Pods-VendooTests"; - productReference = F9F9C2B5D9BE1BFCF9E4CAFDC422B53A /* Pods_VendooTests.framework */; + productReference = 368891931E4FDAD657575C866C45466D /* Alamofire_SwiftyJSON.framework */; productType = "com.apple.product-type.framework"; }; 6EDC37F3FA92533C6AC3562458AA91F1 /* FBSDKLoginKit */ = { @@ -3908,7 +4219,7 @@ ); name = FBSDKLoginKit; productName = FBSDKLoginKit; - productReference = E09B0142E382AE769B4A68EAB68A6301 /* FBSDKLoginKit.framework */; + productReference = 97B4A4D306EEEA7C0295BDE0FCAE7142 /* FBSDKLoginKit.framework */; productType = "com.apple.product-type.framework"; }; 79C040AFDDCE1BCBF6D8B5EB0B85887F /* Alamofire */ = { @@ -3925,7 +4236,7 @@ ); name = Alamofire; productName = Alamofire; - productReference = E6B0894146F0BC72886E40080669AE2E /* Alamofire.framework */; + productReference = F9DBFCA514FB992D29C80A5EC76D68E0 /* Alamofire.framework */; productType = "com.apple.product-type.framework"; }; 8AA3DDB8797222294E1288CB197A8347 /* BSGridCollectionViewLayout */ = { @@ -3942,7 +4253,7 @@ ); name = BSGridCollectionViewLayout; productName = BSGridCollectionViewLayout; - productReference = E01AD722032FAA3A9FF4FE6EC6C0F1E6 /* BSGridCollectionViewLayout.framework */; + productReference = 4578E1AEB9C23435264A4E8697646F3B /* BSGridCollectionViewLayout.framework */; productType = "com.apple.product-type.framework"; }; 8E87CBA9EBF6671AAFD3A8CCD2C3875B /* AeroGearOAuth2 */ = { @@ -3960,7 +4271,7 @@ ); name = AeroGearOAuth2; productName = AeroGearOAuth2; - productReference = 4572A5F66756BE8B77A6523C7193B949 /* AeroGearOAuth2.framework */; + productReference = 55E0553BC1CEA1822AA7826599C94FD4 /* AeroGearOAuth2.framework */; productType = "com.apple.product-type.framework"; }; 92943306EC8070DF9CD02ECD505D2CD5 /* Locksmith */ = { @@ -3977,7 +4288,7 @@ ); name = Locksmith; productName = Locksmith; - productReference = 19EA0B9F57551355811BB62BAE6BEBC9 /* Locksmith.framework */; + productReference = D2BB4811335CB496B9C2A6AF4620DDBC /* Locksmith.framework */; productType = "com.apple.product-type.framework"; }; 9AAFED731A7D62458AD19F177724048B /* Pods-Vendoo */ = { @@ -4013,7 +4324,24 @@ ); name = "Pods-Vendoo"; productName = "Pods-Vendoo"; - productReference = 18D0375D8BD701D9AE04624392CE2F80 /* Pods_Vendoo.framework */; + productReference = CB283AABF3CEE07C086FE8E23F363434 /* Pods_Vendoo.framework */; + productType = "com.apple.product-type.framework"; + }; + 9D0F2E5EA1B46A5D72FFD42B0B39DBBC /* Bolts */ = { + isa = PBXNativeTarget; + buildConfigurationList = 19E23EED00D7A70A3012305F0EAAC6F7 /* Build configuration list for PBXNativeTarget "Bolts" */; + buildPhases = ( + 8B92D7D2E5D502DBE23A5DE88454E404 /* Sources */, + 03E8CCDA32AA42D3F8C9E0956F925223 /* Frameworks */, + 75B2517624D989B002D158AD8353146C /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Bolts; + productName = Bolts; + productReference = 2988D6367AC970D13B7AE0B9C4B3A5CF /* Bolts.framework */; productType = "com.apple.product-type.framework"; }; B6184234CE5B97D6DADDB68315E67B58 /* AeroGearHttp */ = { @@ -4030,7 +4358,7 @@ ); name = AeroGearHttp; productName = AeroGearHttp; - productReference = F6D44C12D5CC24B3511A7FD66A9F708C /* AeroGearHttp.framework */; + productReference = B5027A66F337B67B57F24D6A037785E8 /* AeroGearHttp.framework */; productType = "com.apple.product-type.framework"; }; BB23E0C4DDD7DE0A3E6056FA65D2D721 /* SwiftyJSON */ = { @@ -4047,24 +4375,7 @@ ); name = SwiftyJSON; productName = SwiftyJSON; - productReference = D03BA534B4771AD4CA299F34A33E34BA /* SwiftyJSON.framework */; - productType = "com.apple.product-type.framework"; - }; - C54A0D22A460C6E11B151CCF892D6432 /* Pods-VendooUITests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2992E13F4B134B6303748B412A79C0DD /* Build configuration list for PBXNativeTarget "Pods-VendooUITests" */; - buildPhases = ( - 31EF51A64E084962AE32351DC94F837D /* Sources */, - 1DCC5C20D7BB942D89A1E6B830915B67 /* Frameworks */, - 4F9C93C9FDCFE36B496EFFD2055C6D9C /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Pods-VendooUITests"; - productName = "Pods-VendooUITests"; - productReference = 3088C22D3D0CD9636A161F61F396095D /* Pods_VendooUITests.framework */; + productReference = F2CDAC06F3EBFD5E85269D393C273544 /* SwiftyJSON.framework */; productType = "com.apple.product-type.framework"; }; C59EE95662AD4757E7FCE220DB1AFA41 /* BSImagePicker */ = { @@ -4085,7 +4396,7 @@ ); name = BSImagePicker; productName = BSImagePicker; - productReference = E7E8631956BD080D5B4026F2FDD349CD /* BSImagePicker.framework */; + productReference = 2E9442C823B6DA7C3A7653A638F855F9 /* BSImagePicker.framework */; productType = "com.apple.product-type.framework"; }; F7DE5171AA3C53DA4E4A078B795C78EE /* BSImagePicker-BSImagePicker */ = { @@ -4102,7 +4413,7 @@ ); name = "BSImagePicker-BSImagePicker"; productName = "BSImagePicker-BSImagePicker"; - productReference = 2A3D156A8947CFCF2AFB0FE4912642B6 /* BSImagePicker.bundle */; + productReference = 1DAB82B06E436E004842E183C76B2507 /* BSImagePicker.bundle */; productType = "com.apple.product-type.bundle"; }; /* End PBXNativeTarget section */ @@ -4122,7 +4433,7 @@ en, ); mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = 45F5562DF8E180ACE3FE05F7843514CF /* Products */; + productRefGroup = 06BC65EC8555178401515199505D0E55 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4131,7 +4442,7 @@ 4878C70B21CA37D7CB8A476BF986741B /* AFNetworking */, 79C040AFDDCE1BCBF6D8B5EB0B85887F /* Alamofire */, 6E31B4FD268BEE6936B4477E4EDCD609 /* Alamofire-SwiftyJSON */, - 52D82BFDD1E808D9CB257431922C1EE4 /* Bolts */, + 9D0F2E5EA1B46A5D72FFD42B0B39DBBC /* Bolts */, 8AA3DDB8797222294E1288CB197A8347 /* BSGridCollectionViewLayout */, C59EE95662AD4757E7FCE220DB1AFA41 /* BSImagePicker */, F7DE5171AA3C53DA4E4A078B795C78EE /* BSImagePicker-BSImagePicker */, @@ -4143,8 +4454,8 @@ 45935B91DF0442390E2CA6DEEF68AE99 /* OAuthSwift */, 2AA2F4091B94E46EEE3AD6055CB49C7D /* PicoKit */, 9AAFED731A7D62458AD19F177724048B /* Pods-Vendoo */, - 6E4E0004FD7A714EF2D64F6414B97661 /* Pods-VendooTests */, - C54A0D22A460C6E11B151CCF892D6432 /* Pods-VendooUITests */, + 21020CCDF572876803FA95BD48270386 /* Pods-Vendoo-VendooTests */, + 66B6577A34875C54541830039899A97A /* Pods-Vendoo-VendooUITests */, BB23E0C4DDD7DE0A3E6056FA65D2D721 /* SwiftyJSON */, 0D52FE07CEB8B5458F3C73BB37A484FB /* SWRevealViewController */, 31CABCBBC4853F0A3523D99FE6D41F17 /* TYMActivityIndicatorView */, @@ -4190,11 +4501,11 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 31EF51A64E084962AE32351DC94F837D /* Sources */ = { + 36DF42BD6E22493A19ED2F70A4C8D474 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 54D00A6EF2E46F4A4672CF5FB6492E1E /* Pods-VendooUITests-dummy.m in Sources */, + 3A33BD9CFBB44FE323E109E255C76F49 /* Pods-Vendoo-VendooTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4337,26 +4648,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 814630DDEC672DE0E4112665873650E4 /* Sources */ = { + 7DC60209E803E3B7EC99857C9FB72C15 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1223F5A55842762540827B06FF111C4A /* BFAppLink.m in Sources */, - 8FFB8C1D3CC1E94BE11F7E0148B1A01E /* BFAppLinkNavigation.m in Sources */, - CE8DF067B27FBDA7F6FE393391DB4FFE /* BFAppLinkReturnToRefererController.m in Sources */, - 3606A4DF8BB01301D9C86021F19BD2A5 /* BFAppLinkReturnToRefererView.m in Sources */, - 8EE4F8A28DC540EB08B46C0F57CC9BCC /* BFAppLinkTarget.m in Sources */, - DFCE253B5AB51985901EDF9BDA576736 /* BFCancellationToken.m in Sources */, - AE8AA2056202F72341129D6710EB387E /* BFCancellationTokenRegistration.m in Sources */, - 18CE9D61375040945DED78819CF3B09E /* BFCancellationTokenSource.m in Sources */, - EA7ACAA2A7830DE376AFD0D534DE30E0 /* BFExecutor.m in Sources */, - D383F164776657D6F6BBDB7ADAC4F87F /* BFMeasurementEvent.m in Sources */, - ED837ED8AB0A49C40B7D562300D31203 /* BFTask.m in Sources */, - E11E491CE327A39F0FCB60EB963A4C59 /* BFTaskCompletionSource.m in Sources */, - 11074EF1935280D147266516C9B27B0B /* BFURL.m in Sources */, - F5605EA4F2ED84C2E0B1601D390129AB /* BFWebViewAppLinkResolver.m in Sources */, - D9D122FDBEB9A3DD165D36FB2E889EC6 /* Bolts-dummy.m in Sources */, - 21C2EDD822EFC4620D4709B0B4AF6154 /* Bolts.m in Sources */, + 0940D840A3055E3A6C3A1D9BCD8480C3 /* Pods-Vendoo-VendooUITests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4378,11 +4674,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8CCD2D17E7D79527A9AF979072F68AF3 /* Sources */ = { + 8B92D7D2E5D502DBE23A5DE88454E404 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5F984685580DDF4C89B490D699CCCDBB /* Pods-VendooTests-dummy.m in Sources */, + 3D6D69351FD8DF6501A8144FF882C074 /* BFAppLink.m in Sources */, + 343843D298290E746FF42BFC7EEB9AA9 /* BFAppLinkNavigation.m in Sources */, + 4DCE84710050E8583735F97ADC84FCA7 /* BFAppLinkReturnToRefererController.m in Sources */, + C05225EA8ACCF663097C4EC96E8E9887 /* BFAppLinkReturnToRefererView.m in Sources */, + 514B1324C72A235480C29BBC3AD1C250 /* BFAppLinkTarget.m in Sources */, + 139FE4B378AF69FD65DF73C921B131AD /* BFCancellationToken.m in Sources */, + D9B2E2CE9E2DF615FE197377486BB214 /* BFCancellationTokenRegistration.m in Sources */, + 99FA28E0A77EBF35E1C94E6C5851DB44 /* BFCancellationTokenSource.m in Sources */, + 652EE84BA55F2A6BD325768B753565D8 /* BFExecutor.m in Sources */, + A411DDDACF2FE64E4123D2654049E331 /* BFMeasurementEvent.m in Sources */, + 60CAF8D6E879B1585D61B55EE807A113 /* BFTask+Exceptions.m in Sources */, + E3F3CBC9723823D11DCF58CDFA25AA77 /* BFTask.m in Sources */, + 409F5BE5BDBB1D3850F4D62D5504D662 /* BFTaskCompletionSource.m in Sources */, + 38EF43F03EBACFE40F480F4F8BC20FD5 /* BFURL.m in Sources */, + 39E4FA2B5D0B8EFD4F9B953111DA1CFC /* BFWebViewAppLinkResolver.m in Sources */, + C8A2479793F6D05DE6D8FA164EB7C00D /* Bolts-dummy.m in Sources */, + 2C737796AAD49FE609E7FB0CCF8A263C /* Bolts.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4660,6 +4972,18 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + 072755C69F34A8401FDDF78BE8391D09 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UIImageViewModeScaleAspect; + target = 0FF38C485BD8E73F614C919F834D6EAB /* UIImageViewModeScaleAspect */; + targetProxy = 7C347AA735D81929ECF37A0B1848CC5F /* PBXContainerItemProxy */; + }; + 0970CC487F8307E37FC23ADEC83BFDEC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = OAuthSwift; + target = 45935B91DF0442390E2CA6DEEF68AE99 /* OAuthSwift */; + targetProxy = FD91081831EA0EF759CBC589E290C1CF /* PBXContainerItemProxy */; + }; 0C380CB7D80E46C61B12217A17A426FD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBSDKCoreKit; @@ -4672,6 +4996,18 @@ target = 6E31B4FD268BEE6936B4477E4EDCD609 /* Alamofire-SwiftyJSON */; targetProxy = 459825C54CA79A64ED92388DF754A290 /* PBXContainerItemProxy */; }; + 0F7A35827C8E05655054B223DE6690FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TYMActivityIndicatorView; + target = 31CABCBBC4853F0A3523D99FE6D41F17 /* TYMActivityIndicatorView */; + targetProxy = 8EE8A7619E216FCA6EAE1851B9647DF3 /* PBXContainerItemProxy */; + }; + 16BCEAF1BD7AA4C917110D62D9647083 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSDKLoginKit; + target = 6EDC37F3FA92533C6AC3562458AA91F1 /* FBSDKLoginKit */; + targetProxy = BE5579070A24A6341305F7E29DDD0AB7 /* PBXContainerItemProxy */; + }; 2220AD93EDBF8BD0E8A9D24AE062A34C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BSImagePicker; @@ -4684,10 +5020,34 @@ target = 3C34098A7DACA89F52BF902062730F50 /* GDataXML-HTML */; targetProxy = A7B12E2686EF844D6CF50DEED46AC5F0 /* PBXContainerItemProxy */; }; + 345E0487028FB4D82EAF0FC5662B896B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSDKLoginKit; + target = 6EDC37F3FA92533C6AC3562458AA91F1 /* FBSDKLoginKit */; + targetProxy = 8DC433D252328C4854A9B71C9B80171A /* PBXContainerItemProxy */; + }; + 3FC72D348981C0830C684B9C572E02F8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AeroGearHttp; + target = B6184234CE5B97D6DADDB68315E67B58 /* AeroGearHttp */; + targetProxy = AD371313103EB06D17310364824C54B7 /* PBXContainerItemProxy */; + }; + 4256BBDD507F4DE40DCCE146E845A710 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Locksmith; + target = 92943306EC8070DF9CD02ECD505D2CD5 /* Locksmith */; + targetProxy = 8052C65AFD2EA2723F06DB7F898A1938 /* PBXContainerItemProxy */; + }; + 428C982B583847EB13F72DF45910CABB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSDKCoreKit; + target = 0EB19C1377A747F81110D44E2D5FCF78 /* FBSDKCoreKit */; + targetProxy = E250CF7CC130313AE0672DA2E999F5F7 /* PBXContainerItemProxy */; + }; 42BECD503C098E91C6DD12632AA3C58A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Bolts; - target = 52D82BFDD1E808D9CB257431922C1EE4 /* Bolts */; + target = 9D0F2E5EA1B46A5D72FFD42B0B39DBBC /* Bolts */; targetProxy = A51EB6F1F45F0F787AFC0928F2478B40 /* PBXContainerItemProxy */; }; 48C3060BE46372467BC51F6C38A8AF0F /* PBXTargetDependency */ = { @@ -4699,33 +5059,69 @@ 4A2A4A039944577C369BBE84367A1720 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Bolts; - target = 52D82BFDD1E808D9CB257431922C1EE4 /* Bolts */; + target = 9D0F2E5EA1B46A5D72FFD42B0B39DBBC /* Bolts */; targetProxy = 7BDFEC0F5B0693C2D315E9D3973E276E /* PBXContainerItemProxy */; }; + 4AD784C8D980750A2CB7E95896290010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = 79C040AFDDCE1BCBF6D8B5EB0B85887F /* Alamofire */; + targetProxy = 16753675BB7E26317C6F84CC542DB29F /* PBXContainerItemProxy */; + }; + 4BF6765923DB09D448A522A69C6DF8BD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UIImageViewModeScaleAspect; + target = 0FF38C485BD8E73F614C919F834D6EAB /* UIImageViewModeScaleAspect */; + targetProxy = E477007BAEE3D7F6DFFC145E026F964B /* PBXContainerItemProxy */; + }; 4C80E6BC3F005E267001B183E1199D90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Locksmith; target = 92943306EC8070DF9CD02ECD505D2CD5 /* Locksmith */; targetProxy = 466241E13A83BF7230F9C83D3C696C2D /* PBXContainerItemProxy */; }; + 4E806B1F85F6DB60C16DEF9C749F53B2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = BB23E0C4DDD7DE0A3E6056FA65D2D721 /* SwiftyJSON */; + targetProxy = 7346A7F1FBB3A528EBD76CD455B73501 /* PBXContainerItemProxy */; + }; 4F3CF331AB806BC4E9978A9118632162 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBSDKCoreKit; target = 0EB19C1377A747F81110D44E2D5FCF78 /* FBSDKCoreKit */; targetProxy = CFD970D7ADCC55CB11A7402ECAE02E55 /* PBXContainerItemProxy */; }; + 522E6EB7CECCBCF3F38CFB5A76AEAADF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSDKShareKit; + target = 30D7FCF8072F5D59AE1C98D94F9A6EC9 /* FBSDKShareKit */; + targetProxy = 0BE831E079CF2464C77EF106D961EED5 /* PBXContainerItemProxy */; + }; 53C75DF6E8B34902C23B6666D02F46EC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyJSON; target = BB23E0C4DDD7DE0A3E6056FA65D2D721 /* SwiftyJSON */; targetProxy = 603001D4B68354299A334D5D2E13BEF2 /* PBXContainerItemProxy */; }; + 5953BE2BC5212C3C5357B2CF230DE471 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = 79C040AFDDCE1BCBF6D8B5EB0B85887F /* Alamofire */; + targetProxy = FE7B2385B85F5C2C33B4F06ACE374820 /* PBXContainerItemProxy */; + }; 5CA51BB0E9911EA783B7D947EB115B6A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBSDKLoginKit; target = 6EDC37F3FA92533C6AC3562458AA91F1 /* FBSDKLoginKit */; targetProxy = C5C42AA7935403FFCAE4B3B976AA8D47 /* PBXContainerItemProxy */; }; + 665BF41340C0024822CC1975AD0DAAB2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSDKCoreKit; + target = 0EB19C1377A747F81110D44E2D5FCF78 /* FBSDKCoreKit */; + targetProxy = 2092CA1C6780BE3C119CC0ABAE0477F9 /* PBXContainerItemProxy */; + }; 69665AA7D0F588B39BA34A9382994C40 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = AeroGearHttp; @@ -4744,12 +5140,36 @@ target = 79C040AFDDCE1BCBF6D8B5EB0B85887F /* Alamofire */; targetProxy = E7450D99B2453F88BFE579F53382A53E /* PBXContainerItemProxy */; }; + 6C3D35EF14EC597CE4AD081F4087FE11 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "GDataXML-HTML"; + target = 3C34098A7DACA89F52BF902062730F50 /* GDataXML-HTML */; + targetProxy = 037A460543B9CC550E0C8E9D9F424F34 /* PBXContainerItemProxy */; + }; + 6D703A868103C0030E47D53437291682 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Alamofire-SwiftyJSON"; + target = 6E31B4FD268BEE6936B4477E4EDCD609 /* Alamofire-SwiftyJSON */; + targetProxy = 0BABE65DC2DD14C3F1794A67472312FF /* PBXContainerItemProxy */; + }; + 6DE66EC076737D6A3AA88D69E176F8CA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AeroGearHttp; + target = B6184234CE5B97D6DADDB68315E67B58 /* AeroGearHttp */; + targetProxy = BEF00CE4DE7A92CB3D4916EFAD5D4E16 /* PBXContainerItemProxy */; + }; 769F59D5642309FF8A456CAD2CCE7E5E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = AeroGearHttp; target = B6184234CE5B97D6DADDB68315E67B58 /* AeroGearHttp */; targetProxy = 9A623F1209117F00152F49A7FB728C6E /* PBXContainerItemProxy */; }; + 78A900EB389852F8263CBF79D6EB87E5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PicoKit; + target = 2AA2F4091B94E46EEE3AD6055CB49C7D /* PicoKit */; + targetProxy = BC9778A824EDAF3AAB0C9AC94E8E24FF /* PBXContainerItemProxy */; + }; 7A0B8A9D4A40672D006479214DE9B22F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = OAuthSwift; @@ -4768,18 +5188,48 @@ target = 0D52FE07CEB8B5458F3C73BB37A484FB /* SWRevealViewController */; targetProxy = 614D19A8D4A73023DFC86C5F567CB4EC /* PBXContainerItemProxy */; }; + 83250583F9DC4369964C061E1E800F51 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BSImagePicker; + target = C59EE95662AD4757E7FCE220DB1AFA41 /* BSImagePicker */; + targetProxy = 913117DE20193CBB968A79298F160D7C /* PBXContainerItemProxy */; + }; + 84B095CBBFC68A656E23BEF02B03CF70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AFNetworking; + target = 4878C70B21CA37D7CB8A476BF986741B /* AFNetworking */; + targetProxy = 115A10D944829B797C5186C6866F06AA /* PBXContainerItemProxy */; + }; 84B3D926308714AC862F533D62D805DB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Bolts; - target = 52D82BFDD1E808D9CB257431922C1EE4 /* Bolts */; + target = 9D0F2E5EA1B46A5D72FFD42B0B39DBBC /* Bolts */; targetProxy = 4C73BEFB46A6D4619DFC813CAFC63D53 /* PBXContainerItemProxy */; }; + 8CB80CCD491BF631ECE1DD59F32A4308 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BSGridCollectionViewLayout; + target = 8AA3DDB8797222294E1288CB197A8347 /* BSGridCollectionViewLayout */; + targetProxy = CBA4BF1C2836107D6A4A8DE25E274C5D /* PBXContainerItemProxy */; + }; + 8D0AD1920A5FE2EF673D3CE3A4BB6846 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AeroGearOAuth2; + target = 8E87CBA9EBF6671AAFD3A8CCD2C3875B /* AeroGearOAuth2 */; + targetProxy = 4DD0E5DEAABC7194769067C350F390D4 /* PBXContainerItemProxy */; + }; 8E447A954612451FE1193714233A5BA0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBSDKShareKit; target = 30D7FCF8072F5D59AE1C98D94F9A6EC9 /* FBSDKShareKit */; targetProxy = 7F8224D73B0081B89F464CDAC9CF8580 /* PBXContainerItemProxy */; }; + 8F68883811243EEC4FDCE7A77BEB4002 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSDKShareKit; + target = 30D7FCF8072F5D59AE1C98D94F9A6EC9 /* FBSDKShareKit */; + targetProxy = 807A24453967E8E41906EBD374A32D3A /* PBXContainerItemProxy */; + }; 92574C4688015CAB4202425D6FE5C116 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BSGridCollectionViewLayout; @@ -4792,18 +5242,66 @@ target = 3C34098A7DACA89F52BF902062730F50 /* GDataXML-HTML */; targetProxy = 56A8A09B634FE343598FA884ABB1D552 /* PBXContainerItemProxy */; }; + 97D32DB23AC912C9D69A6038A7B5C898 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = OAuthSwift; + target = 45935B91DF0442390E2CA6DEEF68AE99 /* OAuthSwift */; + targetProxy = CDEC1DDDDC87A123A6962ACDDD71BFCE /* PBXContainerItemProxy */; + }; 9F22094A3FE1E5EF0C4FFE5CF8C34003 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BSGridCollectionViewLayout; target = 8AA3DDB8797222294E1288CB197A8347 /* BSGridCollectionViewLayout */; targetProxy = A25DE1CC509AA6C44D1C2F741C0E1718 /* PBXContainerItemProxy */; }; + A10E65ED5829CD944029E3D86AA54B93 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SWRevealViewController; + target = 0D52FE07CEB8B5458F3C73BB37A484FB /* SWRevealViewController */; + targetProxy = 567C942B4E8F40CAB5AD0879E0683C5A /* PBXContainerItemProxy */; + }; + AD11165812BA6AA4ACEE70AD0BD6C61B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Bolts; + target = 9D0F2E5EA1B46A5D72FFD42B0B39DBBC /* Bolts */; + targetProxy = 9F7F215826A50AFE1DD448B473E34E72 /* PBXContainerItemProxy */; + }; + B773C3612D7AF133BF82D57F6FC47068 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BSGridCollectionViewLayout; + target = 8AA3DDB8797222294E1288CB197A8347 /* BSGridCollectionViewLayout */; + targetProxy = 7D8F65FE601942792A9B5833587C1160 /* PBXContainerItemProxy */; + }; + B856B8A5B91B44CD84038E8195FFD247 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AeroGearOAuth2; + target = 8E87CBA9EBF6671AAFD3A8CCD2C3875B /* AeroGearOAuth2 */; + targetProxy = 82CDB16FE61EEC2123EBABE1DE86F80A /* PBXContainerItemProxy */; + }; BE65A667FEE88EA4593A2D51E0DDF237 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "BSImagePicker-BSImagePicker"; target = F7DE5171AA3C53DA4E4A078B795C78EE /* BSImagePicker-BSImagePicker */; targetProxy = C06A237F2852CAE7C244B71783CCAF1C /* PBXContainerItemProxy */; }; + C39D43F03F1411E89502B587B1865A33 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Alamofire-SwiftyJSON"; + target = 6E31B4FD268BEE6936B4477E4EDCD609 /* Alamofire-SwiftyJSON */; + targetProxy = 19748DF8674222C851A4F5419660604F /* PBXContainerItemProxy */; + }; + C48887691B1F74F82FA217F84A67BBD2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = BB23E0C4DDD7DE0A3E6056FA65D2D721 /* SwiftyJSON */; + targetProxy = CAAE30A3AFADAEED0971E3BD715DF7C3 /* PBXContainerItemProxy */; + }; + CD597A91A17E5142D5853E74F8585A0B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PicoKit; + target = 2AA2F4091B94E46EEE3AD6055CB49C7D /* PicoKit */; + targetProxy = 14D3B23B6DE8317BBC68C3145E8FEFF8 /* PBXContainerItemProxy */; + }; D81A315B64BB05A135CBD183B2603061 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Alamofire; @@ -4816,12 +5314,24 @@ target = 8E87CBA9EBF6671AAFD3A8CCD2C3875B /* AeroGearOAuth2 */; targetProxy = 9BF04298D863634A3930B30CE2B83542 /* PBXContainerItemProxy */; }; + DDF6F17FBF1531D8F5DB8DC8A6FCA202 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AFNetworking; + target = 4878C70B21CA37D7CB8A476BF986741B /* AFNetworking */; + targetProxy = EED08BD60636E6719FC447D614EAE98E /* PBXContainerItemProxy */; + }; E761B1E1CD9FCD3931C72458F48EEDAA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = TYMActivityIndicatorView; target = 31CABCBBC4853F0A3523D99FE6D41F17 /* TYMActivityIndicatorView */; targetProxy = 0C577E371C6125B5CFB4E79388DA9C36 /* PBXContainerItemProxy */; }; + EE33EB4676361F296C437CCF3B7847CB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "GDataXML-HTML"; + target = 3C34098A7DACA89F52BF902062730F50 /* GDataXML-HTML */; + targetProxy = 0B37D807C7CB2448EA960B0C29CCC642 /* PBXContainerItemProxy */; + }; EE4106E226CB0BEB4B8D5572E612A79A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBSDKCoreKit; @@ -4834,10 +5344,28 @@ target = 0FF38C485BD8E73F614C919F834D6EAB /* UIImageViewModeScaleAspect */; targetProxy = 32F1A6CE07342E424DE342C9D5C9B5CC /* PBXContainerItemProxy */; }; + F1A3E2C805DC34ED3C7CA50DDFC05418 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TYMActivityIndicatorView; + target = 31CABCBBC4853F0A3523D99FE6D41F17 /* TYMActivityIndicatorView */; + targetProxy = 4BD92D31F30B1217088F0A7A02B0BF8B /* PBXContainerItemProxy */; + }; + F31C0AD1015393B7A2236431E297477F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Bolts; + target = 9D0F2E5EA1B46A5D72FFD42B0B39DBBC /* Bolts */; + targetProxy = 1F7621FC7203C9BA0AB35BE1C40DF080 /* PBXContainerItemProxy */; + }; + F6D51C3D22CF9C90FEDCCBD3D22375EE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Locksmith; + target = 92943306EC8070DF9CD02ECD505D2CD5 /* Locksmith */; + targetProxy = 89EBD5097BCBAFECA0CB8482EF08FD99 /* PBXContainerItemProxy */; + }; F78FDB1EA04228A084EDD2BDDD2A09A5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Bolts; - target = 52D82BFDD1E808D9CB257431922C1EE4 /* Bolts */; + target = 9D0F2E5EA1B46A5D72FFD42B0B39DBBC /* Bolts */; targetProxy = DFB7D8638BEFDCC4CCF33BEB67F1B89B /* PBXContainerItemProxy */; }; F9F75A94C04527DFCC9CB09745E4B6B7 /* PBXTargetDependency */ = { @@ -4846,6 +5374,18 @@ target = 0FF38C485BD8E73F614C919F834D6EAB /* UIImageViewModeScaleAspect */; targetProxy = A26DD2EE4C48318816483EC52CDCD9B3 /* PBXContainerItemProxy */; }; + FA95A1D7BB5FE8133DB1FA64BAB7CBC1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BSImagePicker; + target = C59EE95662AD4757E7FCE220DB1AFA41 /* BSImagePicker */; + targetProxy = FA1EA0EE81ED4248D35359E7508DC398 /* PBXContainerItemProxy */; + }; + FBE840243215C0D390262B4D543D60CC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SWRevealViewController; + target = 0D52FE07CEB8B5458F3C73BB37A484FB /* SWRevealViewController */; + targetProxy = 489365899EA53FE502565686A2366B14 /* PBXContainerItemProxy */; + }; FCA7F8C7F21968A5908784A7B6C504D6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyJSON; @@ -4855,11 +5395,10 @@ /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 0BDB6AD06C6BFC114B36F9568E6CEFB8 /* Debug */ = { + 0712182561B9496D9621AD81B65AC931 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 71E09840E58C72E9C501193F71700CA7 /* BSImagePicker.xcconfig */; + baseConfigurationReference = 54A978CB632AD6DA73D28D7061829190 /* Pods-Vendoo.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; @@ -4869,28 +5408,180 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-Vendoo/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-Vendoo/Pods-Vendoo.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_Vendoo; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 09B8B93DA94703982480DC610CD974DE /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E70C8545EE8453FD876CB6F43D46A338 /* PicoKit.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/PicoKit/PicoKit-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PicoKit/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/PicoKit/PicoKit.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = PicoKit; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 09DCD7B5ABC0BE2422EC17FF22EEA61F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E70C8545EE8453FD876CB6F43D46A338 /* PicoKit.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/PicoKit/PicoKit-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PicoKit/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/PicoKit/PicoKit.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = PicoKit; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0A73F24D763A69076DD0422227C1211D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E8BF1D58D62BBC46739AE701C23DF542 /* 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; + }; + 0AB96BB5ADF0CA3DC7023A727EC7E42F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DD69DD0A9EBE6880B7E924359823A64E /* BSImagePicker.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/BSImagePicker/BSImagePicker-prefix.pch"; INFOPLIST_FILE = "Target Support Files/BSImagePicker/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/BSImagePicker/BSImagePicker.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; + MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_NAME = BSImagePicker; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 0CDBA1F174B635767A9E0BBFA361424D /* Debug */ = { + 0D1F8B44ED062CEE5C370ABD3F357BDA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4826D1A115F334CB353219FCB328DD8B /* UIImageViewModeScaleAspect.xcconfig */; + baseConfigurationReference = 8F4B77E1672A1DC2211428EFE20BA4A1 /* Pods-Vendoo.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-Vendoo/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-Vendoo/Pods-Vendoo.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_Vendoo; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 1403937F7D50BE5E8B8301461B2686AC /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2B1D5F61D6134D5C3D70C6236F171A7B /* UIImageViewModeScaleAspect.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; @@ -4916,11 +5607,44 @@ }; name = Debug; }; - 0DC5E4E9E6DCD9D7D6F668464760501A /* Release */ = { + 151116029941CF34767F2423407DF504 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4826D1A115F334CB353219FCB328DD8B /* UIImageViewModeScaleAspect.xcconfig */; + baseConfigurationReference = 5255B7F22C5FA05618744F0C036E41B9 /* Pods-Vendoo-VendooUITests.debug.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; + INFOPLIST_FILE = "Target Support Files/Pods-Vendoo-VendooUITests/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_Vendoo_VendooUITests; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 19A75C9F29108E52A98BE38D10AC071C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2B1D5F61D6134D5C3D70C6236F171A7B /* UIImageViewModeScaleAspect.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -4946,11 +5670,39 @@ }; name = Release; }; - 158614FE83D0D93F116209EAF6524B9B /* Release */ = { + 1CB3E21E57526DB7C8A1DB1DC30BDBA4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B37ACA687704315E19432BD42F6F3111 /* FBSDKLoginKit.xcconfig */; + baseConfigurationReference = D4CB6A8D6FA511ED7B3405B95052C075 /* TYMActivityIndicatorView.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/TYMActivityIndicatorView/TYMActivityIndicatorView-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/TYMActivityIndicatorView/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/TYMActivityIndicatorView/TYMActivityIndicatorView.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = TYMActivityIndicatorView; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 2DAE788836AF99D9E9D30504C4AB0763 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6B48B80C3840A0479FB5649B41F0D90A /* FBSDKLoginKit.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -4976,11 +5728,10 @@ }; name = Release; }; - 1C48ACC243C6841FCA40C56A0190B938 /* Release */ = { + 2FE54FCEB3F939FD620F30D6C5F20C3F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9AA42066333AFD9DACF050D7A4E9476A /* Alamofire-SwiftyJSON.xcconfig */; + baseConfigurationReference = 83C1067C4816251D8E8FCA40A8F35409 /* FBSDKShareKit.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -4990,73 +5741,13 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Alamofire-SwiftyJSON/Alamofire-SwiftyJSON-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Alamofire-SwiftyJSON/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/Alamofire-SwiftyJSON/Alamofire-SwiftyJSON.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Alamofire_SwiftyJSON; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 1DC45E01E45028CDE8543CD74CE457D2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 21471099789A3841DFA5A1219C91A0FD /* SWRevealViewController.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/SWRevealViewController/SWRevealViewController-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SWRevealViewController/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/SWRevealViewController/SWRevealViewController.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = SWRevealViewController; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 278B9397B1F4A8682D127131F2435BFA /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BF14671E76959816A0ABD54A5EC13E4E /* FBSDKShareKit.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/FBSDKShareKit/FBSDKShareKit-prefix.pch"; INFOPLIST_FILE = "Target Support Files/FBSDKShareKit/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/FBSDKShareKit/FBSDKShareKit.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; + MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_NAME = FBSDKShareKit; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -5064,137 +5755,12 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; - }; - 2D213D8783F0CDCA0E2A3B759DA50E8A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 28A74935F071EB0877D9327DFF14C572 /* PicoKit.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/PicoKit/PicoKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PicoKit/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/PicoKit/PicoKit.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = PicoKit; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 2F3D40276D5B1FF8ACEBBC966DBEBF76 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 21471099789A3841DFA5A1219C91A0FD /* SWRevealViewController.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/SWRevealViewController/SWRevealViewController-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SWRevealViewController/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/SWRevealViewController/SWRevealViewController.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = SWRevealViewController; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; name = Release; }; - 320C3EC0033A8DF94FCE6F9BB78F006D /* Debug */ = { + 32537CABB6F7EDB22B13F29F3D331428 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F3CFF39DA2DA5F7216487219BD41433E /* Locksmith.xcconfig */; + baseConfigurationReference = 498334878FCE730B4BBCF95DD6716167 /* Alamofire-SwiftyJSON.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/Locksmith/Locksmith-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Locksmith/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/Locksmith/Locksmith.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = Locksmith; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 3622AE798174707DB4F9B7265FA122D4 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D6584D06226BBE65D2C1B72854FAA452 /* Pods-VendooTests.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-VendooTests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-VendooTests/Pods-VendooTests.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_VendooTests; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 37914F9E611574E753E52B480E43D38F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9AA42066333AFD9DACF050D7A4E9476A /* Alamofire-SwiftyJSON.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; @@ -5221,11 +5787,10 @@ }; name = Debug; }; - 3A0F61E839909E586E23CD8146D31F9B /* Release */ = { + 32AD5F8918CA8B349E4671410FA624C9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 28A74935F071EB0877D9327DFF14C572 /* PicoKit.xcconfig */; + baseConfigurationReference = A5AB341A1D842688B77C42208057C7D0 /* Alamofire.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -5235,14 +5800,73 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/PicoKit/PicoKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PicoKit/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Alamofire/Alamofire-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Alamofire/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/PicoKit/PicoKit.modulemap"; + MODULEMAP_FILE = "Target Support Files/Alamofire/Alamofire.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = PicoKit; + PRODUCT_NAME = Alamofire; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 38C3C075D5163F9981F9F18F907A3C9A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BCCD8721053D265351F7FC028EAD051F /* SwiftyJSON.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/SwiftyJSON/SwiftyJSON-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SwiftyJSON/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/SwiftyJSON/SwiftyJSON.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = SwiftyJSON; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 3D02698181454015113FCDC4E7C6149C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C9757E4813998613DBCABC4AF9ADC77A /* BSGridCollectionViewLayout.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/BSGridCollectionViewLayout/BSGridCollectionViewLayout-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/BSGridCollectionViewLayout/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/BSGridCollectionViewLayout/BSGridCollectionViewLayout.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = BSGridCollectionViewLayout; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -5289,118 +5913,10 @@ }; name = Release; }; - 443F1C9186292B46442EE0B9FC38D90B /* Release */ = { + 406C23A6F630DB686E934348A1CC25E8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 71E09840E58C72E9C501193F71700CA7 /* BSImagePicker.xcconfig */; + baseConfigurationReference = AD04757917751B51F4AA1E6DD7A78CF4 /* GDataXML-HTML.xcconfig */; buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/BSImagePicker"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/BSImagePicker/ResourceBundle-BSImagePicker-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = BSImagePicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 44CC49C74159F3F543D07E424AACFF89 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B37ACA687704315E19432BD42F6F3111 /* FBSDKLoginKit.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/FBSDKLoginKit/FBSDKLoginKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FBSDKLoginKit/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/FBSDKLoginKit/FBSDKLoginKit.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = FBSDKLoginKit; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 499E3C285B86047E6F0BFE9E89487980 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BF14671E76959816A0ABD54A5EC13E4E /* FBSDKShareKit.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/FBSDKShareKit/FBSDKShareKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FBSDKShareKit/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/FBSDKShareKit/FBSDKShareKit.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = FBSDKShareKit; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 4C40CD582345DED133620D3BD736BCC3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 95BF011B6E5717B622321409FD6EFB31 /* TYMActivityIndicatorView.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/TYMActivityIndicatorView/TYMActivityIndicatorView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/TYMActivityIndicatorView/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/TYMActivityIndicatorView/TYMActivityIndicatorView.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = TYMActivityIndicatorView; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 53C881EA7691EA98DF581730E9081F5E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B482BA0D5F33369C58F066F930C8E5F3 /* GDataXML-HTML.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; @@ -5426,9 +5942,180 @@ }; name = Debug; }; + 443F1C9186292B46442EE0B9FC38D90B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DD69DD0A9EBE6880B7E924359823A64E /* BSImagePicker.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/BSImagePicker"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/BSImagePicker/ResourceBundle-BSImagePicker-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = BSImagePicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 4799CFBC99D2EDFFDAFD3DEF3186789C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2E3A94397718321039FC66C72D3207FC /* Locksmith.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/Locksmith/Locksmith-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Locksmith/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/Locksmith/Locksmith.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = Locksmith; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 50E2F60EB327AAC23F436C90A1A5A849 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3D39DD62BD3344215867E4F6A59AFE01 /* Pods-Vendoo-VendooTests.debug.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; + INFOPLIST_FILE = "Target Support Files/Pods-Vendoo-VendooTests/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_Vendoo_VendooTests; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 52B77AA1DAD9C4DC2F490BEB54B3E0E5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BCCD8721053D265351F7FC028EAD051F /* SwiftyJSON.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/SwiftyJSON/SwiftyJSON-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SwiftyJSON/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/SwiftyJSON/SwiftyJSON.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = SwiftyJSON; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 5AF1BC7C537EEFF7139F68D8FFF1DA39 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8C7124C17B0E1F3CD45549F473D588E0 /* Pods-Vendoo-VendooUITests.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-Vendoo-VendooUITests/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_Vendoo_VendooUITests; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 5B1F4C1F99921212216D8AA505FBF3E7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 393E89BD495B7E129993255B3ECEFCBD /* OAuthSwift.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/OAuthSwift/OAuthSwift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/OAuthSwift/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/OAuthSwift/OAuthSwift.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = OAuthSwift; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 5C79987B34F47B822ACAD37C2DF5D441 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 71E09840E58C72E9C501193F71700CA7 /* BSImagePicker.xcconfig */; + baseConfigurationReference = DD69DD0A9EBE6880B7E924359823A64E /* BSImagePicker.xcconfig */; buildSettings = { CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/BSImagePicker"; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -5485,161 +6172,9 @@ }; name = Debug; }; - 640B8F1F247BA7623F18903D60C8461C /* Debug */ = { + 6B206FA9CED64B847BE81C25BD657AA8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 14568618CE7DEF43C7929732DD8D88D2 /* OAuthSwift.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/OAuthSwift/OAuthSwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/OAuthSwift/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/OAuthSwift/OAuthSwift.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = OAuthSwift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 678B4915F8A61E6CECAA39F401315BBC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F3CFF39DA2DA5F7216487219BD41433E /* Locksmith.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/Locksmith/Locksmith-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Locksmith/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/Locksmith/Locksmith.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Locksmith; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 6A8FAF30D6A44BD5D9EFAE55E1981F5F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7916F3234C1701D5252BD13B000B3DA8 /* AeroGearHttp.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/AeroGearHttp/AeroGearHttp-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AeroGearHttp/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/AeroGearHttp/AeroGearHttp.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = AeroGearHttp; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 6BC440018A7D5363308EA0157CC55D9C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7A81F2EB2AD03D3C8B692F141D3C17A9 /* FBSDKCoreKit.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/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 = NO; - PRODUCT_NAME = FBSDKCoreKit; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 7379F5DB48B1D508D12769CC933DEB1F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1B87CBF2203E8A908BEA62D60F675B18 /* SwiftyJSON.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/SwiftyJSON/SwiftyJSON-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SwiftyJSON/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/SwiftyJSON/SwiftyJSON.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = SwiftyJSON; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 76EF982968E3DDB313FCDC3039F54ACC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 92AD10E370437A3B99BD3B82AF4F13ED /* Pods-VendooUITests.release.xcconfig */; + baseConfigurationReference = E178194C369B2D90EE7A9C838F1F3975 /* Pods-Vendoo-VendooTests.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5650,18 +6185,18 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-VendooUITests/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-Vendoo-VendooTests/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-VendooUITests/Pods-VendooUITests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_VendooUITests; + PRODUCT_NAME = Pods_Vendoo_VendooTests; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -5670,9 +6205,9 @@ }; name = Release; }; - 7CA3AA597E38A5015BB069D5714DDD9C /* Debug */ = { + 749A77BD462D323D181CF0CA3E668C3B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7DCCDFA1452F66D49B71C642EDD50406 /* Pods-VendooTests.debug.xcconfig */; + baseConfigurationReference = 83C1067C4816251D8E8FCA40A8F35409 /* FBSDKShareKit.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -5683,18 +6218,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-VendooTests/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/FBSDKShareKit/FBSDKShareKit-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FBSDKShareKit/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.3; + 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-VendooTests/Pods-VendooTests.modulemap"; + MODULEMAP_FILE = "Target Support Files/FBSDKShareKit/FBSDKShareKit.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_VendooTests; + PRODUCT_NAME = FBSDKShareKit; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -5703,136 +6234,10 @@ }; name = Debug; }; - 879ACBE090B8A8929D34D3BE6075C079 /* Release */ = { + 75218111E718FACE36F771E8ABECDB62 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 14568618CE7DEF43C7929732DD8D88D2 /* OAuthSwift.xcconfig */; + baseConfigurationReference = A5AB341A1D842688B77C42208057C7D0 /* Alamofire.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/OAuthSwift/OAuthSwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/OAuthSwift/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/OAuthSwift/OAuthSwift.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = OAuthSwift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 9AD2F28F16D7957CE346B3F0DA2EC03A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 71E09840E58C72E9C501193F71700CA7 /* BSImagePicker.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/BSImagePicker/BSImagePicker-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/BSImagePicker/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/BSImagePicker/BSImagePicker.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = BSImagePicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 9C5970E1C82F204DE04C4EBE8E589163 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6A57654440ECBD6CD1038E8AFFA0900E /* Pods-Vendoo.debug.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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; - INFOPLIST_FILE = "Target Support Files/Pods-Vendoo/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Vendoo/Pods-Vendoo.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_Vendoo; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - A3D07460EC0B7B680D3F4EB946812BC9 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7A81F2EB2AD03D3C8B692F141D3C17A9 /* FBSDKCoreKit.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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; - }; - BB4A574A3A2CC1B31631653DEA21E77D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B1303027E4B639FF41D38DA23AFF62CD /* Alamofire.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; @@ -5859,11 +6264,10 @@ }; name = Debug; }; - BFEEA67A1BDB46092097A6D9F4CC0262 /* Debug */ = { + 854B1A0FBABCC23E55F97B83AC2D5F15 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7980FBC469B5951D0BD157BFC9F7DBB5 /* Bolts.xcconfig */; + baseConfigurationReference = 6B48B80C3840A0479FB5649B41F0D90A /* FBSDKLoginKit.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; @@ -5873,14 +6277,14 @@ 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"; + GCC_PREFIX_HEADER = "Target Support Files/FBSDKLoginKit/FBSDKLoginKit-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FBSDKLoginKit/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"; + MODULEMAP_FILE = "Target Support Files/FBSDKLoginKit/FBSDKLoginKit.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = Bolts; + PRODUCT_NAME = FBSDKLoginKit; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -5889,11 +6293,10 @@ }; name = Debug; }; - C00249A3DC673E0519FD149385865D49 /* Release */ = { + 8CEB8F51710385309FFE6A414889FF43 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2000F3B8D42585DE955368F136E7F648 /* BSGridCollectionViewLayout.xcconfig */; + baseConfigurationReference = 498334878FCE730B4BBCF95DD6716167 /* Alamofire-SwiftyJSON.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -5903,14 +6306,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/BSGridCollectionViewLayout/BSGridCollectionViewLayout-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/BSGridCollectionViewLayout/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Alamofire-SwiftyJSON/Alamofire-SwiftyJSON-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Alamofire-SwiftyJSON/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/BSGridCollectionViewLayout/BSGridCollectionViewLayout.modulemap"; + MODULEMAP_FILE = "Target Support Files/Alamofire-SwiftyJSON/Alamofire-SwiftyJSON.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = BSGridCollectionViewLayout; + PRODUCT_NAME = Alamofire_SwiftyJSON; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -5919,71 +6322,10 @@ }; name = Release; }; - C9675ABCA6B37C6B73171DAC4A19692D /* Release */ = { + 8DA1DA9EAE81D3DB196E2F722C81AC20 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7980FBC469B5951D0BD157BFC9F7DBB5 /* Bolts.xcconfig */; + baseConfigurationReference = AD04757917751B51F4AA1E6DD7A78CF4 /* GDataXML-HTML.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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; - }; - CA66657DCA3B6AFB84C566074B2D0FF8 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 52B4E625DB85F8ACF029EC0CF478E26E /* AFNetworking.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/AFNetworking/AFNetworking-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AFNetworking/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/AFNetworking/AFNetworking.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = AFNetworking; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - D1CBBD8AF9751A80706262F8C0B30A73 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B482BA0D5F33369C58F066F930C8E5F3 /* GDataXML-HTML.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -6009,11 +6351,39 @@ }; name = Release; }; - D479A3D529304D5B089F0F020E421363 /* Debug */ = { + 921930B9ACE4505D9988EBB07BFEC851 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 95BF011B6E5717B622321409FD6EFB31 /* TYMActivityIndicatorView.xcconfig */; + baseConfigurationReference = 06811EDE471F7D6A74CCE693BC33AD9A /* AeroGearOAuth2.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/AeroGearOAuth2/AeroGearOAuth2-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AeroGearOAuth2/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/AeroGearOAuth2/AeroGearOAuth2.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = AeroGearOAuth2; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 933454AB3B8E0564BA3DA640F235911A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7FAB9C3D2FA90E049A97D51602AFB651 /* SWRevealViewController.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; @@ -6023,14 +6393,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/TYMActivityIndicatorView/TYMActivityIndicatorView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/TYMActivityIndicatorView/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SWRevealViewController/SWRevealViewController-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SWRevealViewController/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/TYMActivityIndicatorView/TYMActivityIndicatorView.modulemap"; + MODULEMAP_FILE = "Target Support Files/SWRevealViewController/SWRevealViewController.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = TYMActivityIndicatorView; + PRODUCT_NAME = SWRevealViewController; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -6039,105 +6409,10 @@ }; name = Debug; }; - D4A70073A1C38B938D9FB0C312A06894 /* Release */ = { + 9340D8E4B2DD920B75C8F847CAD25BB7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5B75EF4922B59E4FF64F55B2A2126190 /* Pods-Vendoo.release.xcconfig */; + baseConfigurationReference = 1CA2FE1F01F13C7DA68E33BCA18B3E65 /* AFNetworking.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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-Vendoo/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Vendoo/Pods-Vendoo.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_Vendoo; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - D52B038EDF19CDEA9B17964F62EDA297 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1B87CBF2203E8A908BEA62D60F675B18 /* SwiftyJSON.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/SwiftyJSON/SwiftyJSON-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SwiftyJSON/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/SwiftyJSON/SwiftyJSON.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = SwiftyJSON; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - DECFA5AF182C7272E41DD00A7E8A55AC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B1303027E4B639FF41D38DA23AFF62CD /* Alamofire.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/Alamofire/Alamofire-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Alamofire/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/Alamofire/Alamofire.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Alamofire; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - E16E9CAFCB72FAEC9505593815BE1954 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2000F3B8D42585DE955368F136E7F648 /* BSGridCollectionViewLayout.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; @@ -6147,14 +6422,130 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/BSGridCollectionViewLayout/BSGridCollectionViewLayout-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/BSGridCollectionViewLayout/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/AFNetworking/AFNetworking-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AFNetworking/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/BSGridCollectionViewLayout/BSGridCollectionViewLayout.modulemap"; + MODULEMAP_FILE = "Target Support Files/AFNetworking/AFNetworking.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = BSGridCollectionViewLayout; + PRODUCT_NAME = AFNetworking; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + A78CB9DDCA338DC66015FA65B1E768B2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1CA2FE1F01F13C7DA68E33BCA18B3E65 /* AFNetworking.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/AFNetworking/AFNetworking-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AFNetworking/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/AFNetworking/AFNetworking.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = AFNetworking; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + BBC7375D6A437EB9209BA9EEEFD0FA23 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7FAB9C3D2FA90E049A97D51602AFB651 /* SWRevealViewController.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/SWRevealViewController/SWRevealViewController-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SWRevealViewController/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/SWRevealViewController/SWRevealViewController.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = SWRevealViewController; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + C8F24A56F9E1AD1E2DA11349F596E991 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E26FE18769839444179321C67936EF19 /* AeroGearHttp.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/AeroGearHttp/AeroGearHttp-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AeroGearHttp/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/AeroGearHttp/AeroGearHttp.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = AeroGearHttp; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + CAA975EAF285C03D356B6BB3680C8442 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DD69DD0A9EBE6880B7E924359823A64E /* BSImagePicker.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/BSImagePicker/BSImagePicker-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/BSImagePicker/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/BSImagePicker/BSImagePicker.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = BSImagePicker; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -6164,11 +6555,98 @@ }; name = Debug; }; - E39DDF16B0FD149066B1B4743D42ABEF /* Debug */ = { + CF237BF20314A0981AE48A1F7C43D94A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7916F3234C1701D5252BD13B000B3DA8 /* AeroGearHttp.xcconfig */; + baseConfigurationReference = D81C43CEB0259EA9FC423C2560D19C80 /* Bolts.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/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 = YES; + PRODUCT_NAME = Bolts; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + D352A1B6EB59F8FB2FE83A83AE04A597 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D81C43CEB0259EA9FC423C2560D19C80 /* 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; + }; + D58FAEAD6AE7D588840BDB610ED0D8A4 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 393E89BD495B7E129993255B3ECEFCBD /* OAuthSwift.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/OAuthSwift/OAuthSwift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/OAuthSwift/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/OAuthSwift/OAuthSwift.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = OAuthSwift; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + DAD90D34FA3C7623B8A4CCE1E2D5E064 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E26FE18769839444179321C67936EF19 /* AeroGearHttp.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; @@ -6195,9 +6673,9 @@ }; name = Debug; }; - E96A88CCE64640DF74DF0E276337B513 /* Debug */ = { + DBA888CC199D653E1E5E69F6F16EE207 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7E2783BFC3EE592D41AAEFE93C7A48B7 /* Pods-VendooUITests.debug.xcconfig */; + baseConfigurationReference = 2E3A94397718321039FC66C72D3207FC /* Locksmith.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -6208,48 +6686,44 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-VendooUITests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-VendooUITests/Pods-VendooUITests.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_VendooUITests; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - F390AD16AEB7C178F3D89865BC4ECD6A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 52B4E625DB85F8ACF029EC0CF478E26E /* AFNetworking.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - "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/AFNetworking/AFNetworking-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AFNetworking/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Locksmith/Locksmith-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Locksmith/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/AFNetworking/AFNetworking.modulemap"; + MODULEMAP_FILE = "Target Support Files/Locksmith/Locksmith.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = AFNetworking; + PRODUCT_NAME = Locksmith; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + DD5F9C906269A22E1B56C99551644664 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D4CB6A8D6FA511ED7B3405B95052C075 /* TYMActivityIndicatorView.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/TYMActivityIndicatorView/TYMActivityIndicatorView-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/TYMActivityIndicatorView/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/TYMActivityIndicatorView/TYMActivityIndicatorView.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = TYMActivityIndicatorView; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -6258,11 +6732,10 @@ }; name = Debug; }; - FBF5E7AC38778F48B311E4B411D87FCD /* Release */ = { + DE29E17EF9D69AAB47289CF7F77588BA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A96392E6C52816C71EE8263E97F579B /* AeroGearOAuth2.xcconfig */; + baseConfigurationReference = E8BF1D58D62BBC46739AE701C23DF542 /* FBSDKCoreKit.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -6272,14 +6745,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/AeroGearOAuth2/AeroGearOAuth2-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AeroGearOAuth2/Info.plist"; + 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/AeroGearOAuth2/AeroGearOAuth2.modulemap"; + MODULEMAP_FILE = "Target Support Files/FBSDKCoreKit/FBSDKCoreKit.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = AeroGearOAuth2; + PRODUCT_NAME = FBSDKCoreKit; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -6288,11 +6761,40 @@ }; name = Release; }; - FD525DB205DCF3F8F49B0E7F33C82240 /* Debug */ = { + DEA6A42753EBCEF32992807141EB9AF4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A96392E6C52816C71EE8263E97F579B /* AeroGearOAuth2.xcconfig */; + baseConfigurationReference = C9757E4813998613DBCABC4AF9ADC77A /* BSGridCollectionViewLayout.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/BSGridCollectionViewLayout/BSGridCollectionViewLayout-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/BSGridCollectionViewLayout/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/BSGridCollectionViewLayout/BSGridCollectionViewLayout.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = BSGridCollectionViewLayout; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + F310993D6A449DA5BD69FC752969BFD7 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 06811EDE471F7D6A74CCE693BC33AD9A /* AeroGearOAuth2.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; @@ -6322,20 +6824,11 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 19781FAF60F8D5EDDEB63A01A0FA6FF1 /* Build configuration list for PBXNativeTarget "Bolts" */ = { + 19E23EED00D7A70A3012305F0EAAC6F7 /* Build configuration list for PBXNativeTarget "Bolts" */ = { isa = XCConfigurationList; buildConfigurations = ( - BFEEA67A1BDB46092097A6D9F4CC0262 /* Debug */, - C9675ABCA6B37C6B73171DAC4A19692D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2992E13F4B134B6303748B412A79C0DD /* Build configuration list for PBXNativeTarget "Pods-VendooUITests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E96A88CCE64640DF74DF0E276337B513 /* Debug */, - 76EF982968E3DDB313FCDC3039F54ACC /* Release */, + CF237BF20314A0981AE48A1F7C43D94A /* Debug */, + D352A1B6EB59F8FB2FE83A83AE04A597 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6352,8 +6845,8 @@ 32ED130D3F319966AE7EECBEC8F1A552 /* Build configuration list for PBXNativeTarget "FBSDKLoginKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - 44CC49C74159F3F543D07E424AACFF89 /* Debug */, - 158614FE83D0D93F116209EAF6524B9B /* Release */, + 854B1A0FBABCC23E55F97B83AC2D5F15 /* Debug */, + 2DAE788836AF99D9E9D30504C4AB0763 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6361,8 +6854,8 @@ 3CFB42910790CF0BDBCCEBAACD6B9367 /* Build configuration list for PBXNativeTarget "Alamofire" */ = { isa = XCConfigurationList; buildConfigurations = ( - BB4A574A3A2CC1B31631653DEA21E77D /* Debug */, - DECFA5AF182C7272E41DD00A7E8A55AC /* Release */, + 75218111E718FACE36F771E8ABECDB62 /* Debug */, + 32AD5F8918CA8B349E4671410FA624C9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6379,8 +6872,8 @@ 5185A8EEE34AB757DDA98382F8D9E3DA /* Build configuration list for PBXNativeTarget "AeroGearOAuth2" */ = { isa = XCConfigurationList; buildConfigurations = ( - FD525DB205DCF3F8F49B0E7F33C82240 /* Debug */, - FBF5E7AC38778F48B311E4B411D87FCD /* Release */, + F310993D6A449DA5BD69FC752969BFD7 /* Debug */, + 921930B9ACE4505D9988EBB07BFEC851 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6388,8 +6881,8 @@ 5C8B6420BE123C383090EBA9FE223DEE /* Build configuration list for PBXNativeTarget "TYMActivityIndicatorView" */ = { isa = XCConfigurationList; buildConfigurations = ( - D479A3D529304D5B089F0F020E421363 /* Debug */, - 4C40CD582345DED133620D3BD736BCC3 /* Release */, + DD5F9C906269A22E1B56C99551644664 /* Debug */, + 1CB3E21E57526DB7C8A1DB1DC30BDBA4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6397,8 +6890,8 @@ 65C945B9F8F7427F83E2AD2F43DF0BC5 /* Build configuration list for PBXNativeTarget "OAuthSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( - 640B8F1F247BA7623F18903D60C8461C /* Debug */, - 879ACBE090B8A8929D34D3BE6075C079 /* Release */, + D58FAEAD6AE7D588840BDB610ED0D8A4 /* Debug */, + 5B1F4C1F99921212216D8AA505FBF3E7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6406,8 +6899,8 @@ 77947B7DCE6A035CD2676FC845C29CB9 /* Build configuration list for PBXNativeTarget "SwiftyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7379F5DB48B1D508D12769CC933DEB1F /* Debug */, - D52B038EDF19CDEA9B17964F62EDA297 /* Release */, + 38C3C075D5163F9981F9F18F907A3C9A /* Debug */, + 52B77AA1DAD9C4DC2F490BEB54B3E0E5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6415,8 +6908,8 @@ 79337184FF0B6E518A3D52AD898F75CA /* Build configuration list for PBXNativeTarget "PicoKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2D213D8783F0CDCA0E2A3B759DA50E8A /* Debug */, - 3A0F61E839909E586E23CD8146D31F9B /* Release */, + 09DCD7B5ABC0BE2422EC17FF22EEA61F /* Debug */, + 09B8B93DA94703982480DC610CD974DE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6424,8 +6917,8 @@ 7CD1D01AF31766606955AA9F3C4BEEF1 /* Build configuration list for PBXNativeTarget "GDataXML-HTML" */ = { isa = XCConfigurationList; buildConfigurations = ( - 53C881EA7691EA98DF581730E9081F5E /* Debug */, - D1CBBD8AF9751A80706262F8C0B30A73 /* Release */, + 406C23A6F630DB686E934348A1CC25E8 /* Debug */, + 8DA1DA9EAE81D3DB196E2F722C81AC20 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6433,8 +6926,8 @@ 7F53C29A72B6CC355FE4F6B52F98F774 /* Build configuration list for PBXNativeTarget "FBSDKCoreKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - A3D07460EC0B7B680D3F4EB946812BC9 /* Debug */, - 6BC440018A7D5363308EA0157CC55D9C /* Release */, + 0A73F24D763A69076DD0422227C1211D /* Debug */, + DE29E17EF9D69AAB47289CF7F77588BA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6442,8 +6935,8 @@ 80B13B6EAD86ED2D1C36A7A5494AC881 /* Build configuration list for PBXNativeTarget "AeroGearHttp" */ = { isa = XCConfigurationList; buildConfigurations = ( - E39DDF16B0FD149066B1B4743D42ABEF /* Debug */, - 6A8FAF30D6A44BD5D9EFAE55E1981F5F /* Release */, + DAD90D34FA3C7623B8A4CCE1E2D5E064 /* Debug */, + C8F24A56F9E1AD1E2DA11349F596E991 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6451,8 +6944,8 @@ 8A3F14F49485BB4DB6DD235823E6D9A6 /* Build configuration list for PBXNativeTarget "Locksmith" */ = { isa = XCConfigurationList; buildConfigurations = ( - 320C3EC0033A8DF94FCE6F9BB78F006D /* Debug */, - 678B4915F8A61E6CECAA39F401315BBC /* Release */, + DBA888CC199D653E1E5E69F6F16EE207 /* Debug */, + 4799CFBC99D2EDFFDAFD3DEF3186789C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6460,8 +6953,8 @@ 8ABC76132944103AB2F64CC8ACB5E2F6 /* Build configuration list for PBXNativeTarget "BSImagePicker" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0BDB6AD06C6BFC114B36F9568E6CEFB8 /* Debug */, - 9AD2F28F16D7957CE346B3F0DA2EC03A /* Release */, + CAA975EAF285C03D356B6BB3680C8442 /* Debug */, + 0AB96BB5ADF0CA3DC7023A727EC7E42F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6469,8 +6962,8 @@ 9F1716D804B22F3E073389A93AF3013F /* Build configuration list for PBXNativeTarget "UIImageViewModeScaleAspect" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0CDBA1F174B635767A9E0BBFA361424D /* Debug */, - 0DC5E4E9E6DCD9D7D6F668464760501A /* Release */, + 1403937F7D50BE5E8B8301461B2686AC /* Debug */, + 19A75C9F29108E52A98BE38D10AC071C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6478,8 +6971,8 @@ A68492070B623DD27229F3E881DFB5C2 /* Build configuration list for PBXNativeTarget "Alamofire-SwiftyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( - 37914F9E611574E753E52B480E43D38F /* Debug */, - 1C48ACC243C6841FCA40C56A0190B938 /* Release */, + 32537CABB6F7EDB22B13F29F3D331428 /* Debug */, + 8CEB8F51710385309FFE6A414889FF43 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6487,17 +6980,17 @@ B63412E7E42A91BBEB478A10316F237E /* Build configuration list for PBXNativeTarget "BSGridCollectionViewLayout" */ = { isa = XCConfigurationList; buildConfigurations = ( - E16E9CAFCB72FAEC9505593815BE1954 /* Debug */, - C00249A3DC673E0519FD149385865D49 /* Release */, + DEA6A42753EBCEF32992807141EB9AF4 /* Debug */, + 3D02698181454015113FCDC4E7C6149C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C023253E8CF8BEE6EFFE47B471AD1F09 /* Build configuration list for PBXNativeTarget "Pods-VendooTests" */ = { + C5969A229B25A7B7998DEBA26757DB68 /* Build configuration list for PBXNativeTarget "Pods-Vendoo-VendooUITests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7CA3AA597E38A5015BB069D5714DDD9C /* Debug */, - 3622AE798174707DB4F9B7265FA122D4 /* Release */, + 151116029941CF34767F2423407DF504 /* Debug */, + 5AF1BC7C537EEFF7139F68D8FFF1DA39 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6505,8 +6998,8 @@ C6E7F424D9A74E5A77B81FDB91D47E00 /* Build configuration list for PBXNativeTarget "FBSDKShareKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - 278B9397B1F4A8682D127131F2435BFA /* Debug */, - 499E3C285B86047E6F0BFE9E89487980 /* Release */, + 749A77BD462D323D181CF0CA3E668C3B /* Debug */, + 2FE54FCEB3F939FD620F30D6C5F20C3F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6514,8 +7007,8 @@ D5E1317A17A0F704FD55EB601C38ED14 /* Build configuration list for PBXNativeTarget "Pods-Vendoo" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9C5970E1C82F204DE04C4EBE8E589163 /* Debug */, - D4A70073A1C38B938D9FB0C312A06894 /* Release */, + 0712182561B9496D9621AD81B65AC931 /* Debug */, + 0D1F8B44ED062CEE5C370ABD3F357BDA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6523,8 +7016,8 @@ DCFA04D9F87841983F47B020C3F295D0 /* Build configuration list for PBXNativeTarget "AFNetworking" */ = { isa = XCConfigurationList; buildConfigurations = ( - F390AD16AEB7C178F3D89865BC4ECD6A /* Debug */, - CA66657DCA3B6AFB84C566074B2D0FF8 /* Release */, + 9340D8E4B2DD920B75C8F847CAD25BB7 /* Debug */, + A78CB9DDCA338DC66015FA65B1E768B2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6532,8 +7025,17 @@ E3CF142449AE910A4F17FC537FC26C6A /* Build configuration list for PBXNativeTarget "SWRevealViewController" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1DC45E01E45028CDE8543CD74CE457D2 /* Debug */, - 2F3D40276D5B1FF8ACEBBC966DBEBF76 /* Release */, + 933454AB3B8E0564BA3DA640F235911A /* Debug */, + BBC7375D6A437EB9209BA9EEEFD0FA23 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E5EC02A2108814137A0A3AF049261295 /* Build configuration list for PBXNativeTarget "Pods-Vendoo-VendooTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 50E2F60EB327AAC23F436C90A1A5A849 /* Debug */, + 6B206FA9CED64B847BE81C25BD657AA8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Bolts.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Bolts.xcscheme index f682dd2..f9a3890 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Bolts.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Bolts.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Pods-VendooTests.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Pods-Vendoo-VendooTests.xcscheme similarity index 85% rename from Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Pods-VendooTests.xcscheme rename to Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Pods-Vendoo-VendooTests.xcscheme index 34f6cf0..319fd06 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Pods-VendooTests.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Pods-Vendoo-VendooTests.xcscheme @@ -14,9 +14,9 @@ buildForAnalyzing = "YES"> @@ -45,9 +45,9 @@ diff --git a/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Pods-VendooUITests.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Pods-Vendoo-VendooUITests.xcscheme similarity index 84% rename from Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Pods-VendooUITests.xcscheme rename to Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Pods-Vendoo-VendooUITests.xcscheme index 09b8b2e..9e109b1 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Pods-VendooUITests.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/Pods-Vendoo-VendooUITests.xcscheme @@ -14,9 +14,9 @@ buildForAnalyzing = "YES"> @@ -45,9 +45,9 @@ diff --git a/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/xcschememanagement.plist index f601465..e417190 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/okechi.xcuserdatad/xcschemes/xcschememanagement.plist @@ -84,21 +84,21 @@ isShown + Pods-Vendoo-VendooTests.xcscheme + + isShown + + + Pods-Vendoo-VendooUITests.xcscheme + + isShown + + Pods-Vendoo.xcscheme isShown - Pods-VendooTests.xcscheme - - isShown - - - Pods-VendooUITests.xcscheme - - isShown - - SWRevealViewController.xcscheme isShown @@ -137,6 +137,11 @@ primary + 21020CCDF572876803FA95BD48270386 + + primary + + 2AA2F4091B94E46EEE3AD6055CB49C7D primary @@ -167,7 +172,7 @@ primary - 52D82BFDD1E808D9CB257431922C1EE4 + 66B6577A34875C54541830039899A97A primary @@ -177,11 +182,6 @@ primary - 6E4E0004FD7A714EF2D64F6414B97661 - - primary - - 6EDC37F3FA92533C6AC3562458AA91F1 primary @@ -212,6 +212,11 @@ primary + 9D0F2E5EA1B46A5D72FFD42B0B39DBBC + + primary + + B6184234CE5B97D6DADDB68315E67B58 primary @@ -222,11 +227,6 @@ primary - C54A0D22A460C6E11B151CCF892D6432 - - primary - - C59EE95662AD4757E7FCE220DB1AFA41 primary diff --git a/Pods/SOAPEngine/LICENSE.txt b/Pods/SOAPEngine/LICENSE.txt deleted file mode 100644 index 8f69a37..0000000 --- a/Pods/SOAPEngine/LICENSE.txt +++ /dev/null @@ -1,48 +0,0 @@ -END-USER LICENSE AGREEMENT FOR “CENTRO STUDI INFORMATICA di DANILO PRIORE” SOFTWARE -IMPORTANT-READ CAREFULLY: This End User License Agreement (this "EULA") contains the terms and conditions regarding your use of the SOFTWARE (as defined below). This EULA contains material limitations to your rights in that regard. You should read this EULA carefully and treat it as valuable property. -I. THIS EULA. -1. Software Covered by this EULA. This EULA governs your use of the “Centro Studi Informatica di Danilo Priore” software product(s) (“CSIDPS”) enclosed or otherwise accompanied herewith (individually and collectively, the "SOFTWARE"). The term "SOFTWARE" includes, to the extent provided by CSIDPS: 1) any revisions, updates and/or upgrades thereto; 2) any data, image or executable files, databases, data engines, computer software, framework library or similar items customarily used or distributed with computer or mobile software products; 3) anything in any form whatsoever intended to be used with or in conjunction with the SOFTWARE; and 4) any associated media, documentation (including physical, electronic and on-line) and printed materials (the "Documentation"). -2. This EULA is a Legally Binding Agreement Between You and CSIDPS. If you are acting as an agent of a company or another legal person, such as an officer or other employee acting for your employer, then "you" and "your" mean your principal, the entity or other legal person for whom you are acting. However, importantly, even if you are acting as an agent for another, you may still be personally liable for violation of federal and State laws, such as copyright infringement. -This EULA is a legally binding agreement between you and CSIDPS. You intend to be legally bound to this EULA to the same extent as if CSIDPS and you physically signed this EULA. By installing, copying, or otherwise using the SOFTWARE, you agree to be bound by the terms and conditions contained in this EULA. If you do not agree to all of the terms and conditions contained in this EULA, you may not install or use the SOFTWARE. If, for whatever reason, installation has begun or has been completed, you should cancel installation or un- install the SOFTWARE, as the case may be. (You may click on the "exit" button or its equivalent to immediately abort installation.) If you do not agree to all of these terms and conditions, then you must promptly return the SOFTWARE to the place of business from which you obtained it in accordance with any return policies of such place of business. Return policies may vary between or among resellers, and you must comply with your particular reseller's return policies as agreed at the point of purchase. If the place of business from which you purchased the SOFTWARE does not honor a complete refund for a period of thirty (30) days from the date of proof of purchase, then you may return the SOFTWARE directly to CSIDPS for a period of thirty (30) days from the date of your purchase. To return the product directly to CSIDPS, you must obtain a CSIDPS Return Authorization Number by contacting CSIDPS, and you must forward all items purchased, including the proof of purchase, directly to CSIDPS. The return must be postage-prepaid, and post-marked within thirty (30) days from the proof of purchase, time being of the essence. The return option to CSIDPS is only available to the original purchaser of an unopened factory packaged item. - -II. YOUR LICENSE TO DEVELOP AND TO DISTRIBUTE. -As provided in more detail below, this EULA grants you two licenses: 1) a license to use the SOFTWARE to develop other software products (the "Development License"); and 2) a license to use and/or distribute the Developed Software (the "Distribution License"). Both of these licenses (individually and collectively, the "Licenses") are explained and defined in more detail below. -1. Definitions. The following terms have the respective meanings as used in this EULA: -"Network Server" means a computer with one or more computer central processing units (CPU's) that operates for the purpose of serving other computers logically or physically connected to it, including, but not limited to, other computers connected to it on an internal network, intranet or the Internet. "Web Server" means a type of Network Server that serves other computers more particularly connected to it over an intranet or the Internet. -"Developed Software" means those computer software products that are developed by or through the use of the SOFTWARE. "Developed Web Server Software" means those Developed Software products that reside logically or physically on at least one Web Server and are operated (meaning the computer software instruction set is carried out) by the Web Server's central processing unit(s) (CPU). "Developed Legacy Software" means those Developed Software products that are not Developed Web Server Software, including, for example, stand-alone applications, mobile application and applications accessed by a file server only. "Redistributable Files" means the SOFTWARE files or other portions of the SOFTWARE that are provided by CSIDPS and are identified as such in the Documentation for distribution by you with the Developed Software. "Developer" means a human being or any other automated device using the SOFTWARE in accordance with the terms and conditions of this EULA. -"Developer Seat License" means that each Developer using or otherwise accessing the programmatic interface or the SOFTWARE must obtain the right to do so by purchasing a separate End User License. -“Source Code” shall mean computer software code or programs in human readable format, such as a printed listing of such a program written in a high-level computer language. The term "Source Code" includes, but is not limited to, documents and materials in support of the development effort of the SOFTWARE, such as flow charts, pseudo code and program notes. -2. Your Development License. You are hereby granted a limited, royalty-free, non-exclusive right to use the SOFTWARE to design, develop, and test Developed Software, on the express condition that, and only for so long as, you fully comply with all terms and conditions of this EULA. -The SOFTWARE is licensed to you on a Developer Seat License basis. -The Developer Seat License means that you may perform a single install of the SOFTWARE for use in designing, testing and creating Developed Software by a single Developer on a single computer with a single set of input devices, so long as such computer is used only by one Developer. Conversely, you may not install or use the SOFTWARE on a computer that is a network server or a computer at which the SOFTWARE is used by more than one Developer. You may not network the SOFTWARE or any component part of it, where it is or may be used by more than one Developer unless you purchase an additional Development License for each Developer. You must purchase another separate license to the SOFTWARE in order to add additional developer seats, whether the additional developers are accessing the SOFTWARE in a stand-alone environment or on a computer network. -In all cases, you may not use CSIDPS 's name, logo, or trademarks to market your Developed Software without the express written consent of CSIDPS; (b) you must include the following - -CSIDPS copyright notice in your Developed Software documentation and/or in the "About Box" of your Developed Software, and wherever the copyright/rights notice is located in the Developed Software (“Portions Copyright © CSI by Danilo Priore, 1996-2013. All Rights Reserved.”); (c) agree to indemnify, hold harmless, and defend CSIDPS, its suppliers and resellers, from and against any claims or lawsuits, including attorney's fees that may arise from the use or distribution of your Developed Software; (d) you may use the SOFTWARE only to create Developed Software that is significantly different than the SOFTWARE. -3. Your Distribution License. -License to Distribute Developed Software. Subject to the terms and conditions in this EULA, you are granted the license to use and to distribute Developed Software on a royalty- free basis, provided that the Developed Software incorporates the SOFTWARE as an integral part of the Developed Software in native compiled format (customarily an ".app", or ".ipa", or ".xcodearchive" etc.). You may not distribute, bundle, library, framework, wrap or subclass the SOFTWARE as Developed Software which, when used in a "designtime" development environment, exposes the programmatic interface of the SOFTWARE. -Distribution of the Evaluation or Trial Version. You may copy the Evaluation Version of this software and documentation as you wish, and give exact copies of the original Evaluation Version to anyone, and distribute the Evaluation Version of the software and documentation in its unmodified form via electronic means. But you should not charge or request donations for any such copies however made, or from distributing the software and/or documentation with other products without the author's written permission. If you have registered the software, you must not distribute your confidential license key. -4. Specific Product Limitations. Notwithstanding anything in this EULA to the contrary, if the license you have purchased is for any of the following products, then the following additional limitations will apply: -a. SOAPEngine Framework. SOAPEngine Framework includes at least: 1) SOAPEngine Framework packet file, 2) the Source Code of the Sample Application. The SOAPEngine Framework file may be distributed, free of royalties, only in conjunction with the Developed Software in native and compiled format (see paragraph 3 of this EULA) and for one application identified with one bundle-id, only one Single License Code for one bundle-id, or in the case of a Enterprise License Code, with multiple applications for single Organization Unit, only one Enterprise License Code for one Organization Unit (see paragraph 6 of this EULA). -b. SnowFalling iOS Framework. SnowFalling iOS Framework includes at least: 1) SnowFalling.framework packet file, 2) the Source Code of the Sample Application. The SnowFalling.framework file may be distributed, free of royalties, only in conjunction with the Developed Software in native and compiled compiled format (see paragraph 3 of this EULA and for one application identified with one bundle-id, only one Serial Number, or License Code, for one bundle-id (see paragraph 6 of this EULA). -Subject to the terms and conditions in this EULA, CSIDPS hereby grants you the right to use the Sample Source Code. You are hereby also granted the right to modify such Sample Source Code and to create derivative works that are based on the licensed Source Code. You may distribute the derivative works that you develop, solely in object code format and exclusively in conjunction with and/or as a part of the Developed Software. You are expressly not granted the right to distribute, disclose or otherwise make available to any third party the licensed Source Code, any modified version, derivative work, or any portion thereof, in source code format. -CSIDPS shall retain all right, title and interest in and to the licensed Source Code, and all CSIDPS updates, modifications or enhancements thereof. Nothing herein shall be deemed to transfer any ownership or title rights in and to the licensed Source Code from CSIDPS to you. - -THE SAMPLE SOURCE CODE IS LICENSED TO YOU AS IS. CSIDPS DOES NOT AND SHALL NOT PROVIDE YOU WITH ANY TECHNICAL SUPPORT FOR YOUR SOURCE CODE LICENSE. -5. Updates/Upgrades. Subject to the terms and conditions of this EULA, the Licenses are perpetual. Updates and upgrades to the SOFTWARE may be provided by CSIDPS from time-to- time, and, if so provided by CSIDPS, are provided upon the terms and conditions offered at that time by CSIDPS in its sole discretion. CSIDPS may provide updates and upgrades to the SOFTWARE for free or for any charge, at any time or never, and through its chosen manner of access and distribution, all in CSIDPS 's sole and complete discretion. -6. License Key Code. After purchase the SOFTWARE, a license key code (the “License Code”) is included, this allows for the registration of the SOFTWARE. The License Code, is subject to the restrictions set forth in this EULA and may not be disclosed or distributed either with your Developed Software or in any other way. The disclosure or distribution of the License Code shall constitute a breach of this EULA, the effect of which shall be the automatic termination and revocation of all the rights granted herein. -7. Evaluation or Trial Copy; SHAREWARE. If you are using an "evaluation or trial copy" or similar version, specifically designated as such by CSIDPS on its website or otherwise, then the Licenses are limited as follows: a) you are granted a license to use the SOFTWARE for a period of thirty (30) days counted from the day of installation (the "Evaluation Period"); b) upon completion of the Evaluation Period, you shall either i) delete the SOFTWARE from the computer containing the installation, or you may ii) contact CSIDPS or one of its authorized dealers to purchase a license of the SOFTWARE, which is subject to the terms and limitations contained herein; and c) any Developed Software may not be distributed or used for any commercial purpose. -III. INTELLECTUAL PROPERTY. -1. Copyright. You agree that all right, title, and interest in and to the SOFTWARE (including, but not limited to, any images, photographs, animations, video, audio, music, text, and “applets” incorporated into the SOFTWARE), and any copies of the SOFTWARE, and any copyrights and other intellectual properties therein or related there to are owned exclusively by CSIDPS, except to the limited extent that CSIDPS may be the rightful license holder of certain third-party technologies incorporated into the SOFTWARE. The SOFTWARE is protected by copyright laws and international treaty provisions. The SOFTWARE is licensed to you, not sold to you. CSIDPS reserves all rights not otherwise expressly and specifically granted to you in this EULA. -2. Backups. You may either: (a) copy the SOFTWARE solely for backup or archival purposes; or (b) install the SOFTWARE on a single computer, provided you keep the original solely for backup or archival purposes. Notwithstanding the foregoing, you may not copy the Documentation. -3. General Limitations. You may not reverse engineer, decompile, or disassemble the SOFTWARE, except and only to the extent that applicable law expressly permits such activity notwithstanding this limitation. -4. Software Transfers. You may not rent or lease the SOFTWARE. You may transfer the SOFTWARE to another computer, provided that it is completely removed from the computer from which it was transferred. You may permanently transfer all of your rights under the EULA, provided that you retain no copies, that you transfer all the SOFTWARE (including all component parts, the media and printed materials, any dates, upgrades, this EULA and, if applicable, the Certificate of Authenticity), and that the recipient agrees to the terms and conditions of this EULA as provided herein. If the SOFTWARE is an update or upgrade, any transfer must include all prior versions of the SOFTWARE. - -5. Termination. Without prejudice to any other rights it may have, CSIDPS may terminate this EULA and the Licenses if you fail to comply with the terms and conditions contained herein. In such an event, you must destroy all copies of the SOFT- WARE and all of its component parts. -IV. WARRANTIES AND REMEDIES. -1. Limited Warranty. CSIDPS warrants that the original media, if any, are free from defects for ninety (90) days from the date of delivery of the SOFTWARE. EXCEPT AS OTHERWISE PROVIDED IN THE PRECEDING SENTENCE, AND TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, CSIDPS EXPRESSLY DISCLAIMS ANY WARRANTY FOR THE SOFTWARE, DOCUMENTATION AND ANYTHING ELSE PROVIDED BY CSIDPS HEREBY AND CSIDPS PROVIDES THE SAME IN “AS IS” CONDITION WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE AND DOCUMENTATION REMAINS WITH YOU. THIS LIMITED WARRANTY GIVES YOU SPECIFIC LEGAL RIGHTS. YOU MAY HAVE OTHERS WHICH VARY FROM STATE TO STATE. -2. Limited Remedy. CSIDPS 's entire liability and your exclusive remedy under this EULA shall be, at CSIDPS 's sole option, either (a) return of the price paid for the SOFTWARE; (b) repair the SOFTWARE through updates distributed online or otherwise in CSIDPS's discretion; or (c) replace the SOFTWARE with SOFTWARE that substantially performs as described in the SOFTWARE documentation, provided that you return the SOFTWARE in the same manner as provided in Section I.2 for return of the SOFTWARE for non-acceptance of this EULA. Any media for any repaired or replacement SOFTWARE will be warranted for the remainder of the original warranty period or thirty (30) days, whichever is longer. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL CSIDPS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFIT, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE, EVEN IF CSIDPS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME STATES/JURISDICTIONS DO NOT AL-LOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES IN CERTAIN CASES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. -V. MISCELLANEOUS. -1. This is the Entire Agreement. This EULA (including any addendum or amendment to this EULA included with the SOFTWARE) is the final, complete and exclusive statement of the entire agreement between you and CSIDPS relating to the SOFT-WARE. This EULA supersedes any prior and contemporaneous proposals, purchase orders, advertisements, and all other communications in relation to the subject matter of this EULA, whether oral or written. No terms or conditions, other than those contained in this EULA, and no other understanding or agreement which in any way modifies these terms and conditions, shall be binding upon the parties unless entered into in writing executed between the parties, or by other non-oral manner of agreement whereby the parties objectively and definitively act in a manner to be bound (such as by continuing with an installation of the SOFTWARE, "clicking-through" a questionnaire, etc.) Employees, agents and other representatives of CSIDPS are not permitted to orally modify this EULA. -2. You Indemnify CSIDPS. You agree to indemnify, hold harmless, and defend CSIDPS and its suppliers and resellers from and against any and all claims or lawsuits, including attorney's fees, which arise out of or result from your breach of any of the terms and conditions of this EULA. - -3. Interpretation of this EULA. If for any reason a court of competent jurisdiction finds any provision of this EULA, or any portion thereof, to be unenforceable, that provision of this EULA will be enforced to the maximum extent permissible so as to effect the intent of the parties, and the remainder of this EULA will continue in full force and effect. Formatives of defined terms shall have the same meaning of the defined term. Failure by either party to enforce any provision of this EULA will not be deemed a waiver of future enforcement of that or any other provision. Except as otherwise required or superseded by law, this EULA is governed by the laws of the legal offices of Europe, without regard to its conflict of laws principles. The parties consent to the personal jurisdiction and venue of the legal offices of Europe, and agree that any legal proceedings arising out of this EULA shall be conducted solely in such legal offices. If the SOFTWARE was acquired outside the Europe, then local law may apply. diff --git a/Pods/SOAPEngine/README.md b/Pods/SOAPEngine/README.md deleted file mode 100644 index b356ed9..0000000 --- a/Pods/SOAPEngine/README.md +++ /dev/null @@ -1,520 +0,0 @@ -**SOAPEngine** -================ - -This generic [SOAP](http://www.wikipedia.org/wiki/SOAP) client allows you to access web services using a your [iOS](http://www.wikipedia.org/wiki/IOS) app, [Mac OS X](http://www.wikipedia.org/wiki/OS_X) app and [Apple TV](http://www.apple.com/tv/) app. - -With this Framework you can create [iPhone](http://www.wikipedia.org/wiki/IPhone), [iPad](http://www.wikipedia.org/wiki/IPad), [Mac OS X](http://www.wikipedia.org/wiki/OS_X) and [AppleTv](http://www.apple.com/tv/) apps that supports [SOAP](http://www.wikipedia.org/wiki/SOAP) Client Protocol. This framework able executes methods at remote web services with [SOAP](http://www.wikipedia.org/wiki/SOAP) standard protocol. - -## Features ---- -* Support both 2001 (v1.1) and 2003 (v1.2) [XML](http://www.wikipedia.org/wiki/XML) schema. -* Support array, array of structs, dictionary and sets. -* Support for user-defined object with serialization of complex data types and array of complex data types, even embedded multilevel structures. -* Supports [ASMX](http://www.wikipedia.org/wiki/ASP.NET#Other_files) Services, [WCF](http://www.wikipedia.org/wiki/Windows_Communication_Foundation) Services ([SVC](http://www.wikipedia.org/wiki/ASP.NET#Other_files)) and now also the [WSDL](http://www.wikipedia.org/wiki/Web_Services_Description_Language) definitions. -* Supports [Basic](http://www.wikipedia.org/wiki/Basic_access_authentication), [Digest](http://www.wikipedia.org/wiki/Digest_access_authentication) and [NTLM](http://www.wikipedia.org/wiki/Integrated_Windows_Authentication) Authentication, [WS-Security](http://www.wikipedia.org/wiki/WS-Security), Client side Certificate and custom security header. -* Supports [iOS](http://www.wikipedia.org/wiki/IOS) Social Account to send [OAuth2.0](http://www.wikipedia.org/wiki/OAuth) token on the request. -* [AES256](http://www.wikipedia.org/wiki/Advanced_Encryption_Standard) or [3DES](http://www.wikipedia.org/wiki/Triple_DES) Encrypt/Decrypt data without [SSL](http://www.wikipedia.org/w/index.php?title=Transport_Layer_Security) security. -* An example of service and how to use it is included in source code. - -## Requirements for [iOS](http://www.wikipedia.org/wiki/IOS) ---- -* [iOS](http://www.wikipedia.org/wiki/IOS) 7.1, and later -* [Xcode](http://www.wikipedia.org/wiki/Xcode) 7.1 or later -* Security.framework -* Accounts.framework -* Foundation.framework -* UIKit.framework -* libxml2.dylib - -## Requirements for [Mac OS X](http://www.wikipedia.org/wiki/OS_X) ---- -* [OS X](http://www.wikipedia.org/wiki/OS_X) 10.9 and later -* [Xcode](http://www.wikipedia.org/wiki/Xcode) 7.1 or later -* Security.framework -* Accounts.framework -* Foundation.framework -* AppKit.framework -* Cocoa.framework -* libxml2.dylib - -## Requirements for [Apple TV](http://www.apple.com/tv/) ---- -* [iOS](http://www.wikipedia.org/wiki/IOS) 9.0, and later -* [Xcode](http://www.wikipedia.org/wiki/Xcode) 7.1 or later -* Security.framework -* Foundation.framework -* UIKit.framework -* libxml2.dylib - -## Limitations ---- -* for [WCF](http://www.wikipedia.org/wiki/Windows_Communication_Foundation) services, only supports basic http bindings ([basicHttpBinding](https://msdn.microsoft.com/library/ms731361.aspx)). -* in [Mac OS X](http://www.wikipedia.org/wiki/OS_X) unsupported image objects, instead you can use the [NSData](https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSData_Class/index.html). - -## Security for Xcode 7.x ---- -The new Xcode 7 requires an additional setting for the apps, if this setting does not exist you will see a log message like this: - -`App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.` - -To resolve this, add few keys in info.plist, the steps are: - -1. Open `info.plist` file of your project. -2. Add a Key called `NSAppTransportSecurity` as a Dictionary. -3. Add a Subkey called `NSAllowsArbitraryLoads` as Boolean and set its value to YES as like following image. - -![NSAppTransportSecurity](https://github.com/priore/SOAPEngine/raw/master/screen/NSAppTransportSecurity.png) - -ref link: http://stackoverflow.com/a/32631185/4069848 - -## How to use ---- -with [**Delegates**](https://developer.apple.com/library/ios/documentation/General/Conceptual/CocoaEncyclopedia/DelegatesandDataSources/DelegatesandDataSources.html) : - -``` objective-c - #import - - // standard soap service (.asmx) - SOAPEngine *soap = [[SOAPEngine alloc] init]; - soap.userAgent = @"SOAPEngine"; - soap.delegate = self; // use SOAPEngineDelegate - - // each single value - [soap setValue:@"my-value1" forKey:@"Param1"]; - [soap setIntegerValue:1234 forKey:@"Param2"]; - // service url without ?WSDL, and you can search the soapAction in the WSDL - [soap requestURL:@"http://www.my-web.com/my-service.asmx" - soapAction:@"http://www.my-web.com/My-Method-name"]; - - #pragma mark - SOAPEngine Delegates - - - (void)soapEngine:(SOAPEngine *)soapEngine didFinishLoading:(NSString *)stringXML { - - NSDictionary *result = [soapEngine dictionaryValue]; - // read data from a dataset table - NSArray *list = [result valueForKeyPath:@"NewDataSet.Table"]; - } -``` - -with [**Block programming**](https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Blocks/Articles/00_Introduction.html) : - -``` objective-c - #import - - // TODO: your user object - MyClass myObject = [[MyClass alloc] init]; - - SOAPEngine *soap = [[SOAPEngine alloc] init]; - soap.userAgent = @"SOAPEngine"; - soap.version = VERSION_WCF_1_1; // WCF service (.svc) - - // service url without ?WSDL, and you can search the soapAction in the WSDL - [soap requestURL:@"http://www.my-web.com/my-service.svc" - soapAction:@"http://www.my-web.com/my-interface/my-method" - value:myObject - completeWithDictionary:^(NSInteger statusCode, NSDictionary *dict) { - NSLog(@"%@", dict); - } failWithError:^(NSError *error) { - NSLog(@"%@", error); - }]; -``` - -directly from [**WSDL**](http://www.wikipedia.org/wiki/Web_Services_Description_Language) (*not recommended is slow*) : - -``` objective-c - #import - - // TODO: your user object - MyClass myObject = [[MyClass alloc] init]; - - SOAPEngine *soap = [[SOAPEngine alloc] init]; - soap.userAgent = @"SOAPEngine"; - - // service url with WSDL, and operation (method name) without tempuri - [soap requestWSDL:@"http://www.my-web.com/my-service.amsx?wsdl" - operation:@"my-method-name" - value:myObject - completeWithDictionary:^(NSInteger statusCode, NSDictionary *dict) { - - NSLog(@"Result: %@", dict); - - } failWithError:^(NSError *error) { - - NSLog(@"%@", error); - }]; -``` - -with [**Notifications**](https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSNotificationCenter_Class/index.html) : - -``` objective-c - #import - - // TODO: your user object - MyClass myObject = [[MyClass alloc] init]; - - SOAPEngine *soap = [[SOAPEngine alloc] init]; - soap.userAgent = @"SOAPEngine"; - soap.version = VERSION_WCF_1_1; // WCF service (.svc) - - [[NSNotificationCenter defaultCenter] - addObserver:self - selector:@selector(soapEngineDidFinishLoading:) - name:SOAPEngineDidFinishLoadingNotification - object:nil]; - - // service url without ?WSDL, and you can search the soapAction in the WSDL - [soap requestURL:@"http://www.my-web.com/my-service.svc" - soapAction:@"http://www.my-web.com/my-interface/my-method" - value:myObject]; - - #pragma mark - SOAPEngine Notifications - - - (void)soapEngineDidFinishLoading:(NSNotification*)notification - { - SOAPEngine *engine = notification.object; // SOAPEngine object - NSDictionary *result = [engine dictionaryValue]; - NSLog(@"%@", result); - } -``` - -[**Synchronous**]() request : - -``` objective-c - #import - - NSError *error = nil; - SOAPEngine *soap = [[SOAPEngine alloc] init]; - soap.responseHeader = YES; // use only for non standard MS-SOAP service like PHP - NSDictionary *dict = [soap syncRequestURL:@"http://www.my-web.com/my-service.amsx" - soapAction:@"http://tempuri.org/my-method" error:&error]; - NSLog(@"error: %@, result: %@", error, dict) -``` - -[**Swift**](http://www.wikipedia.org/wiki/Swift_programming_language) language : - -``` swift - var soap = SOAPEngine() - soap.userAgent = "SOAPEngine" - soap.actionNamespaceSlash = true - soap.version = VERSION_1_1 - soap.responseHeader = true // use only for non standard MS-SOAP service - - soap.setValue("param-value", forKey: "param-name") - soap.requestURL("http://www.my-web.com/my-service.asmx", - soapAction: "http://www.my-web.com/My-Method-name", - completeWithDictionary: { (statusCode : Int, - dict : [NSObject : AnyObject]!) -> Void in - - var result:Dictionary = dict as Dictionary - NSLog("%@", result) - - }) { (error : NSError!) -> Void in - - NSLog("%@", error) - } -``` - -settings for [**SOAP Authentication**](http://www.whitemesa.com/soapauth.html) : - -``` objective-c - #import - - SOAPEngine *soap = [[SOAPEngine alloc] init]; - soap.userAgent = @"SOAPEngine"; - - // authorization - soap.authorizationMethod = SOAP_AUTH_BASIC; // basic auth - soap.username = @"my-username"; - soap.password = @"my-password"; - - // TODO: your code here... - -``` - -settings for Social [**OAuth2.0**](http://www.wikipedia.org/wiki/OAuth) token : - -``` objective-c - #import - #import - - SOAPEngine *soap = [[SOAPEngine alloc] init]; - soap.userAgent = @"SOAPEngine"; - - // token authorization - soap.authorizationMethod = SOAP_AUTH_SOCIAL; - soap.apiKey = @"1234567890"; // your apikey https://dev.twitter.com/ - soap.socialName = ACAccountTypeIdentifierTwitter; - - // TODO: your code here... - -``` - -[**Encryption/Decryption**](https://it.wikipedia.org/wiki/Advanced_Encryption_Standard) data without SSL/HTTPS : - -``` objective-c - #import - - SOAPEngine *soap = [[SOAPEngine alloc] init]; - soap.userAgent = @"SOAPEngine"; - soap.encryptionType = SOAP_ENCRYPT_AES256; // or SOAP_ENCRYPT_3DES - soap.encryptionPassword = @"my-password"; - - // TODO: your code here... - -``` - -Params with [**Attributes**](http://www.w3schools.com/xml/xml_attributes.asp) : - -``` objective-c - // book - NSMutableDictionary *book = [NSMutableDictionary dictionaryWithObject:@"Genesis" forKey:@"name"]; - // chapter - NSDictionary *attr = @{@"order": @"asc"}; - NSDictionary *child = [soap dictionaryForKey:@"chapter" value:@"1" attributes:attr]; - [book addEntriesFromDictionary:child]; // add chapter to book - // book attributes - [soap setValue:book forKey:@"Book" attributes:@{@"rack": @"2"}]; -``` -it builds a request like this: -``` xml - - Genesis - 1 - -``` - -[**W3Schools**](http://www.w3schools.com) example : - -``` objective-c - SOAPEngine *soap = [[SOAPEngine alloc] init]; - soap.actionNamespaceSlash = YES; - - // w3schools Celsius to Fahrenheit - [soap setValue:@"30" forKey:@"Celsius"]; - [soap requestURL:@"http://www.w3schools.com/webservices/tempconvert.asmx" - soapAction:@"http://www.w3schools.com/webservices/CelsiusToFahrenheit" - complete:^(NSInteger statusCode, NSString *stringXML) { - - NSLog(@"Result: %f", [soap floatValue]); - - } failWithError:^(NSError *error) { - - NSLog(@"%@", error); - }]; - -``` - -[**WebServiceX**](http://www.webservicex.net) example : - -``` objective-c - SOAPEngine *soap = [[SOAPEngine alloc] init]; - soap.actionNamespaceSlash = NO; - - [soap setValue:@"Roma" forKey:@"CityName"]; - [soap setValue:@"Italy" forKey:@"CountryName"]; - [soap requestURL:@"http://www.webservicex.com/globalweather.asmx" - soapAction:@"http://www.webserviceX.NET/GetWeather" - completeWithDictionary:^(NSInteger statusCode, NSDictionary *dict) { - - NSLog(@"Result: %@", dict); - - } failWithError:^(NSError *error) { - - NSLog(@"%@", error); - }]; - -``` - -[**BarCode**](http://www.wikipedia.org/wiki/Barcode) with [**WebServiceX**](http://www.webservicex.net) example : - -``` objective-c - SOAPEngine *soap = [[SOAPEngine alloc] init]; - soap.actionNamespaceSlash = NO; - - NSDictionary *barCodeParam = @{ - @"Height" : @(100), - @"Width" : @(150), - @"Angle" : @(0), - @"Ratio" : @(5), - @"Module" : @(0), - @"Left" : @(0), - @"Top" : @(0), - @"CheckSum" : @"true", - @"FontName" : @"Arial", - @"FontSize" : @(20), - @"BarColor" : @"black", - @"BGColor" : @"white", - @"barcodeOption" : @"None", - @"barcodeType" : @"CodeEAN13", - @"checkSumMethod" : @"None", - @"showTextPosition" : @"BottomCenter", - @"BarCodeImageFormat" : @"PNG" }; - [soap setValue:barCodeParam forKey:@"BarCodeParam"]; - [soap setValue:@"9783161484100" forKey:@"BarCodeText"]; - [soap requestURL:@"http://www.webservicex.net/genericbarcode.asmx" - soapAction:@"http://www.webservicex.net/GenerateBarCode" - completeWithDictionary:^(NSInteger statusCode, NSDictionary *dict) { - - NSString *imgBase64 = [soap stringValue]; - NSData *base64 = [[NSData alloc] initWithBase64Encoding:imgBase64]; - UIImage *barCodeImage = [[UIImage alloc] initWithData:base64]; - - } failWithError:^(NSError *error) { - NSLog(@"Error: %@", error); - }]; - -``` - -[**PAYPAL**](http://www.paypal.com) example with certificate : - -``` objective-c - SOAPEngine *soap = [[SOAPEngine alloc] init]; - - // PAYPAL associates a set of API credentials with a specific PayPal account - // you can generate credentials from this https://developer.paypal.com/docs/classic/api/apiCredentials/ - // and convert to a p12 from terminal use : - // openssl pkcs12 -export -in cert_key_pem.txt -inkey cert_key_pem.txt -out paypal_cert.p12 - soap.authorizationMethod = SOAP_AUTH_PAYPAL; - soap.username = @"support_api1.your-username"; - soap.password = @"your-api-password"; - soap.clientCerficateName = @"paypal_cert.p12"; - soap.clientCertificatePassword = @"certificate-password"; - soap.responseHeader = YES; - // use paypal for urn:ebay:api:PayPalAPI namespace - [soap setValue:@"0" forKey:@"paypal:ReturnAllCurrencies"]; - // use paypal1 for urn:ebay:apis:eBLBaseComponents namespace - [soap setValue:@"119.0" forKey:@"paypal1:Version"]; // ns:Version in WSDL file - // certificate : https://api.paypal.com/2.0/ sandbox https://api.sandbox.paypal.com/2.0/ - // signature : https://api-3t.paypal.com/2.0/ sandbox https://api-3t.sandbox.paypal.com/2.0/ - [soap requestURL:@"https://api.paypal.com/2.0/" - soapAction:@"GetBalance" completeWithDictionary:^(NSInteger statusCode, NSDictionary *dict) { - - NSLog(@"Result: %@", dict); - - } failWithError:^(NSError *error) { - - NSLog(@"%@", error); - }]; - -``` - -[**Magento 2**](http://devdocs.magento.com) login example : - -``` objective-c - SOAPEngine *soap = [[SOAPEngine alloc] init]; - soap.selfSigned = YES; // only for invalid https certificates - soap.responseHeader = YES; - soap.actionNamespaceSlash = NO; - soap.envelope = @"xmlns:urn=\"urn:Magento\""; - [soap setValue:@"your-username" forKey:@"username"]; - [soap setValue:@"your-apykey" forKey:@"apiKey"]; - [soap requestURL:@"https://your-magentohost/api/v2_soap/" - soapAction:@"urn:Mage_Api_Model_Server_V2_HandlerAction#login" -completeWithDictionary:^(NSInteger statusCode, NSDictionary *dict) - { - NSLog(@"Login return: %@", [soap stringValue]); - - } failWithError:^(NSError *error) { - - NSLog(@"%@", error); - }]; -``` - -[**Upload file**]() : - -``` objective-c - SOAPEngine *soap = [[SOAPEngine alloc] init]; - - // read local file - NSData *data = [NSData dataWithContentsOfFile:@"my_video.mp4"]; - - // send file data - [soap setValue:data forKey:@"video"]; - [soap requestURL:@"http://www.my-web.com/my-service.asmx" - soapAction:@"http://www.my-web.com/UploadFile" - completeWithDictionary:^(NSInteger statusCode, NSDictionary *dict) { - - NSLog(@"Result: %@", dict); - - } failWithError:^(NSError *error) { - - NSLog(@"%@", error); - }]; - -``` - -[**Download file**]() : - -``` objective-c - SOAPEngine *soap = [[SOAPEngine alloc] init]; - - // send filename to remote webservice - [soap setValue:"my_video.mp4" forKey:@"filename"]; - [soap requestURL:@"http://www.my-web.com/my-service.asmx" - soapAction:@"http://www.my-web.com/DownloadFile" - completeWithDictionary:^(NSInteger statusCode, NSDictionary *dict) { - - // local writable directory - NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); - NSString *filePath = [[paths firstObject] stringByAppendingPathComponent:@"my_video.mp4"]; - - // the service returns file data in the tag named video - NSData *data = dict[@"video"]; - [data writeToFile:@"my_video.mp4" atomically:YES]; - - } failWithError:^(NSError *error) { - - NSLog(@"%@", error); - }]; - -``` - -## Optimizations ---- -When using the method named requestWSDL three steps are performed : - -1. retrieve the WSDL with an http request. -2. processing to identify the soapAction. -3. calls the method with an http request. - -this is not optimized, very slow, instead you can use the optimization below : - -1. retrieving manually the SOAPAction directly from WSDL (once with your favorite browser). -2. use the method named requestURL instead of requestWSDL. - -## Install in your apps ---- -1. add `-lxml2` in Build Settings --> Other Linker Flags. -![Other Linker Flags](https://github.com/priore/SOAPEngine/raw/master/screen/otherlinkerflags.png) - -2. add `/usr/include/libxml2` in Build Settings --> Header Search Paths. -![Header Search Paths](https://github.com/priore/SOAPEngine/raw/master/screen/headersearchpaths.png) - -3. add SOAPEngine Framework - * SOAPEngine64.framework for iOS. - * SOAPEngineOSX.framework for Mac OS X. - * SOAPEngineTV.framework for AppleTV. - -4. add Security.framework. - -5. add Accounts.framework (not for AppleTv). - -6. add AppKit.framework (only for Mac OS X). -![Frameworks](https://github.com/priore/SOAPEngine/raw/master/screen/frameworks.png) - -7. import in your class. -![import](https://github.com/priore/SOAPEngine/raw/master/screen/codeimport.png) - - -8. set the property named `licenseKey` with your license code (*only for test on your devices or publishing the app, not needed for run the app in simulator mode*). - -## Licenses ---- -Trial (only simulator) | Single App | Enterprise (multi App) -------------- | ------------- | ------------- -[![TRIAL LICENSE](https://github.com/priore/SOAPEngine/raw/master/screen/freetrial.png)](https://github.com/priore/SOAPEngine/archive/master.zip) | [![BUY SINGLE LICENSE](https://github.com/priore/SOAPEngine/raw/master/screen/1299.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=G3RXTN3YD7VRG) | [![BUY ENTERPRISE LICENSE](https://github.com/priore/SOAPEngine/raw/master/screen/7799.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6YH9LJRNXPTHE) - -##Contacts ---- -[![TWITTER](https://github.com/priore/SOAPEngine/raw/master/screen/twitter.png)](https://twitter.com/DaniloPriore) [![FACEBOOK](https://github.com/priore/SOAPEngine/raw/master/screen/facebook.png)](https://www.facebook.com/prioregroup) [![LINKED-IN](https://github.com/priore/SOAPEngine/raw/master/screen/linked-in.png)](http://it.linkedin.com/in/priore/) - diff --git a/Pods/SOAPEngine/SOAPEngine64.framework/Headers/SOAPEngine.h b/Pods/SOAPEngine/SOAPEngine64.framework/Headers/SOAPEngine.h deleted file mode 100644 index 3328d3c..0000000 --- a/Pods/SOAPEngine/SOAPEngine64.framework/Headers/SOAPEngine.h +++ /dev/null @@ -1,405 +0,0 @@ -// -// SOAPEngine.h -// -// Created by Danilo Priore on 21/11/12. -// Copyright (c) 2012-2015 Centro Studi Informatica di Danilo Priore. All rights reserved. -// -// http://www.prioregroup.com -// https://github.com/priore -// https://twitter.com/DaniloPriore -// -// email support: support@prioregroup.com -// -// Version : 1.27 -// Changelog : https://github.com/priore/SOAPEngine/blob/master/CHANGELOG.txt -// Updates : https://github.com/priore/SOAPEngine -// -#define SOAPEngineFrameworkVersion @"1.27" DEPRECATED_ATTRIBUTE - -#import - -#if TARGET_OS_TV - #import - FOUNDATION_EXPORT double SOAPEngineTVVersionNumber; - FOUNDATION_EXPORT const unsigned char SOAPEngineTVVersionString[]; -#elif TARGET_OS_SIMULATOR || TARGET_OS_IOS - #import - FOUNDATION_EXPORT double SOAPEngine64VersionNumber; - FOUNDATION_EXPORT const unsigned char SOAPEngine64VersionString[]; -#else // OSX - FOUNDATION_EXPORT double SOAPEngineOSXVersionNumber; - FOUNDATION_EXPORT const unsigned char SOAPEngineOSXVersionString[]; -#endif - -// Local Notification names -FOUNDATION_EXPORT const NSString *SOAPEngineDidFinishLoadingNotification; -FOUNDATION_EXPORT const NSString *SOAPEngineDidFailWithErrorNotification; -FOUNDATION_EXPORT const NSString *SOAPEngineDidReceiveResponseCodeNotification; -FOUNDATION_EXPORT const NSString *SOAPEngineDidBeforeSendingURLRequestNotification; -FOUNDATION_EXPORT const NSString *SOAPEngineDidBeforeParsingResponseStringNotification; -FOUNDATION_EXPORT const NSString *SOAPEngineDidReceiveDataSizeNotification; -FOUNDATION_EXPORT const NSString *SOAPEngineDidSendDataSizeNotification; - -// UserInfo dictionary keys for Local Noficiations -FOUNDATION_EXPORT const NSString *SOAPEngineStatusCodeKey; // response status code -FOUNDATION_EXPORT const NSString *SOAPEngineXMLResponseKey; // response xml -FOUNDATION_EXPORT const NSString *SOAPEngineXMLDictionaryKey; // response dictionary -FOUNDATION_EXPORT const NSString *SOAPEngineURLRequestKey; // http request -FOUNDATION_EXPORT const NSString *SOAPEngineURLResponseKey; // http response -FOUNDATION_EXPORT const NSString *SOAPEngineErrorKey; // errors -FOUNDATION_EXPORT const NSString *SOAPEngineDataSizeKey; // send/receive data size -FOUNDATION_EXPORT const NSString *SOAPEngineTotalDataSizeKey; // send/receive total data size - -typedef void(^SOAPEngineCompleteBlock)(NSInteger statusCode, NSString *stringXML) DEPRECATED_ATTRIBUTE; -typedef void(^SOAPEngineCompleteBlockWithDictionary)(NSInteger statusCode, NSDictionary *dict); -typedef void(^SOAPEngineFailBlock)(NSError *error); -typedef void(^SOAPEngineReceiveDataSizeBlock)(NSUInteger current, NSUInteger total); -typedef void(^SOAPEngineSendDataSizeBlock)(NSUInteger current, NSUInteger total); -typedef void(^SOAPEngineReceivedProgressBlock)(NSProgress *progress); -typedef void(^SOAPEngineSendedProgressBlock)(NSProgress *progress); - -typedef NS_ENUM(NSInteger, SOAPVersion) -{ - VERSION_1_1, - VERSION_1_2, - VERSION_WCF_1_1 // only basicHttpBinding wcf services (.svc) -}; - -typedef NS_ENUM(NSInteger, SOAPAuthorization) -{ - SOAP_AUTH_NONE, - SOAP_AUTH_BASIC, // located in header request (base64) - SOAP_AUTH_BASICAUTH, // valid only for SOAP 1.1 - SOAP_AUTH_WSSECURITY, // WSS with digest password - SOAP_AUTH_WSSECURITY_TEXT, // WSS with text password - SOAP_AUTH_CUSTOM, // sets header property for custom auth - SOAP_AUTH_PAYPAL, // for PayPal SOAP API - SOAP_AUTH_TOKEN, // with OAuth token - SOAP_AUTH_SOCIAL // for social account -}; - -typedef NS_ENUM(NSInteger, SOAPEnryption) -{ - SOAP_ENCRYPT_NONE, - SOAP_ENCRYPT_AES256, - SOAP_ENCRYPT_3DES -}; - -@protocol SOAPEngineDelegate; - -@interface SOAPEngine : NSObject - -// return the current request URL -@property (nonatomic, strong, readonly) NSURL *requestURL; - -// return the current SOAP Action -@property (nonatomic, strong, readonly) NSString *soapAction; - -// return the current method name -@property (nonatomic, strong, readonly) NSString *methodName; - -// return the current response -@property (nonatomic, strong, readonly) NSURLResponse *response; - -// adds the quotes in the SOAPAction header -// eg. SOAPAction = http://temp.org become SOAPAction = "http://temp.org". -@property (nonatomic, assign) BOOL actionQuotes; - -// add last path slash for action namespace -// eg. xmlns="http://temp.org" become xmlns="http://temp.org/" -@property (nonatomic, assign) BOOL actionNamespaceSlash; - -// add attributes on SOAP Action TAG -// eg. ... -@property (nonatomic, strong) NSDictionary *actionAttributes; - -// return the last status code of connection -// http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html -@property (nonatomic, assign) NSInteger statusCode; - -//sets a custom name for the user-agent (default is "SOAPEngine"). -@property (nonatomic, strong) NSString *userAgent; - -// sets a custom date format for dates (default yyyy-mm-dd) -// http://unicode.org/reports/tr35/tr35-6.html#Date_Format_Patterns -@property (nonatomic, strong) NSString *dateFormat; - -// sets to indicate that the nil values ​​are replaced with xsi:nil="true" -@property (nonatomic, assign) BOOL replaceNillable; - -// sets the default tag name, default is "input", when using setValue without key value or for array items -@property (nonatomic, strong) NSString *defaultTagName; - -// sets the prefix of the user object you want to replace -@property (nonatomic, strong) NSString *prefixObjectName; - -// sets the value of replacing for the prefix of the user object -@property (nonatomic, strong) NSString *replacePrefixObjectName; - -// sets the type of permission you want to use (none, wss, basic or custom). -@property (nonatomic, assign) SOAPAuthorization authorizationMethod; - -// sets a custom content for the custom authorization method (xml format). -@property (nonatomic, strong) NSString *header; - -// enables retrieval of the contents of the SOAP header in the server response. -@property (nonatomic, assign) BOOL responseHeader; - -// enables retrieval the attributes of the tags in the SOAP response. -@property (nonatomic, assign) BOOL retrievesAttributes; - -// the default SOAP namespace delegate; - -+ (SOAPEngine *)sharedInstance; -+ (SOAPEngine *)manager; - -// returns the value for a webservice that returns a single value -- (NSInteger)integerValue; -- (float)floatValue; -- (double)doubleValue; -- (BOOL)booleanValue; -- (NSString*)stringValue; -- (NSData*)dataValue; -- (NSDate*)dateValue; -- (NSNumber*)numberValue; -- (NSDictionary*)dictionaryValue; -- (id)valueForKey:(NSString*)key; -- (NSArray*)arrayValue; -- (id)valuesToObject:(id)object; -- (BOOL)isNull; - -// add a parameter to post -- (void)setIntegerValue:(NSInteger)value forKey:(NSString*)key; -- (void)setDoubleValue:(double)value forKey:(NSString*)key; -- (void)setFloatValue:(float)value forKey:(NSString*)key; -- (void)setLongValue:(long)value forKey:(NSString*)key; - -// add a parameter to post, can also be used with user-defined objects -- (void)setValue:(id)value; -- (void)setValue:(id)value forKey:(NSString *)key; -- (void)setValue:(id)value forKey:(NSString *)key attributes:(NSDictionary*)attributes; -- (void)setValue:(id)value forKey:(NSString *)key subKeyName:(NSString*)subKeyName; -- (void)setValue:(id)value forKey:(NSString *)key subKeyName:(NSString*)subKeyName attributes:(NSDictionary*)attrbitues; - -#if TARGET_OS_SIMULATOR || TARGET_OS_IOS || TARGET_OS_TV -- (void)setImage:(UIImage*)image forKey:(NSString*)key __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_4_3); -- (void)setImage:(UIImage*)image forKey:(NSString*)key attributes:(NSDictionary*)attributes __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_4_3); -#endif - -// return a formatted dictionary for a sub-child with attributes -// eg. ["key": ["value": key-value, "attributes": ["attr": attr-value]]] -// this generates an XML like this: key-value -- (NSDictionary*)dictionaryForKey:(NSString*)key value:(id)value attributes:(NSDictionary*)attributes; - -// clear all parameters, usually used before a new request with the same instance. -- (void)clearValues; - -// webservice request (async) -- (void)requestURL:(id)asmxURL soapAction:(NSString*)soapAction; -- (void)requestURL:(id)asmxURL soapAction:(NSString*)soapAction value:(id)value; -- (void)requestURL:(id)asmxURL soapAction:(NSString*)soapAction value:(id)value forKey:(NSString*)key; - -// webservice request (sync) -- (NSDictionary*)syncRequestURL:(id)asmxURL soapAction:(NSString*)soapAction error:(NSError**)error; -- (NSDictionary*)syncRequestURL:(id)asmxURL soapAction:(NSString*)soapAction value:(id)value error:(NSError**)error; -- (NSDictionary*)syncRequestURL:(id)asmxURL soapAction:(NSString*)soapAction value:(id)value forKey:(NSString*)key error:(NSError**)error; - -// webservice request with block -- (void)requestURL:(id)asmxURL - soapAction:(NSString *)soapAction - complete:(SOAPEngineCompleteBlock)complete - failWithError:(SOAPEngineFailBlock)fail DEPRECATED_ATTRIBUTE; - -- (void)requestURL:(id)asmxURL - soapAction:(NSString *)soapAction - value:(id)value - complete:(SOAPEngineCompleteBlock)complete - failWithError:(SOAPEngineFailBlock)fail DEPRECATED_ATTRIBUTE; - -- (void)requestURL:(id)asmxURL - soapAction:(NSString *)soapAction - value:(id)value - forKey:(NSString*)key - complete:(SOAPEngineCompleteBlock)complete - failWithError:(SOAPEngineFailBlock)fail DEPRECATED_ATTRIBUTE; - -- (void)requestURL:(id)asmxURL - soapAction:(NSString *)soapAction - value:(id)value - forKey:(NSString*)key - complete:(SOAPEngineCompleteBlock)complete - failWithError:(SOAPEngineFailBlock)fail - receivedDataSize:(SOAPEngineReceiveDataSizeBlock)receive DEPRECATED_ATTRIBUTE; - -- (void)requestURL:(id)asmxURL - soapAction:(NSString *)soapAction - value:(id)value - forKey:(NSString*)key - complete:(SOAPEngineCompleteBlock)complete - failWithError:(SOAPEngineFailBlock)fail - receivedDataSize:(SOAPEngineReceiveDataSizeBlock)receive - sendedDataSize:(SOAPEngineSendDataSizeBlock)sended DEPRECATED_ATTRIBUTE; - -// webservice request with block and dictionary -- (void)requestURL:(id)asmxURL - soapAction:(NSString *)soapAction -completeWithDictionary:(SOAPEngineCompleteBlockWithDictionary)complete - failWithError:(SOAPEngineFailBlock)fail; - -- (void)requestURL:(id)asmxURL - soapAction:(NSString *)soapAction - value:(id)value -completeWithDictionary:(SOAPEngineCompleteBlockWithDictionary)complete - failWithError:(SOAPEngineFailBlock)fail; - -- (void)requestURL:(id)asmxURL - soapAction:(NSString *)soapAction - value:(id)value - forKey:(NSString*)key -completeWithDictionary:(SOAPEngineCompleteBlockWithDictionary)complete - failWithError:(SOAPEngineFailBlock)fail; - -- (void)requestURL:(id)asmxURL - soapAction:(NSString *)soapAction - value:(id)value - forKey:(NSString*)key -completeWithDictionary:(SOAPEngineCompleteBlockWithDictionary)complete - failWithError:(SOAPEngineFailBlock)fail - receivedDataSize:(SOAPEngineReceiveDataSizeBlock)receive; - -- (void)requestURL:(id)asmxURL - soapAction:(NSString *)soapAction - value:(id)value - forKey:(NSString*)key -completeWithDictionary:(SOAPEngineCompleteBlockWithDictionary)complete - failWithError:(SOAPEngineFailBlock)fail - receivedProgress:(SOAPEngineReceivedProgressBlock)receive; - -- (void)requestURL:(id)asmxURL - soapAction:(NSString *)soapAction - value:(id)value - forKey:(NSString*)key -completeWithDictionary:(SOAPEngineCompleteBlockWithDictionary)complete - failWithError:(SOAPEngineFailBlock)fail - receivedDataSize:(SOAPEngineReceiveDataSizeBlock)receive - sendedDataSize:(SOAPEngineSendDataSizeBlock)sended; - -- (void)requestURL:(id)asmxURL - soapAction:(NSString *)soapAction - value:(id)value - forKey:(NSString*)key -completeWithDictionary:(SOAPEngineCompleteBlockWithDictionary)complete - failWithError:(SOAPEngineFailBlock)fail - receivedProgress:(SOAPEngineReceivedProgressBlock)receive - sendedProgress:(SOAPEngineSendedProgressBlock)sended; - -// request with WSDL -// note: better use requestURL, read this https://github.com/priore/SOAPEngine#optimizations -- (void)requestWSDL:(id)wsdlURL operation:(NSString*)operation; - -- (void)requestWSDL:(id)wsdlURL - operation:(NSString *)operation -completeWithDictionary:(SOAPEngineCompleteBlockWithDictionary)complete - failWithError:(SOAPEngineFailBlock)fail; - -- (void)requestWSDL:(id)wsdlURL - operation:(NSString *)operation - value:(id)value -completeWithDictionary:(SOAPEngineCompleteBlockWithDictionary)complete - failWithError:(SOAPEngineFailBlock)fail; - -- (void)requestWSDL:(id)wsdlURL - operation:(NSString *)operation - value:(id)value - forKey:(NSString*)key -completeWithDictionary:(SOAPEngineCompleteBlockWithDictionary)complete - failWithError:(SOAPEngineFailBlock)fail; - -// sets logins -- (void)login:(NSString*)username - password:(NSString*)password; - -- (void)login:(NSString*)username - password:(NSString*)password -authorization:(SOAPAuthorization)authorization; - -// for PAYPAL login -- (void)login:(NSString*)username - password:(NSString*)password - email:(NSString*)email - signature:(NSString*)signature; - -// cancel all delegates, blocks or notifications -- (void)cancel; - -@end - -@protocol SOAPEngineDelegate - -@optional - -- (void)soapEngine:(SOAPEngine*)soapEngine didFinishLoading:(NSString*)stringXML DEPRECATED_ATTRIBUTE; -- (void)soapEngine:(SOAPEngine*)soapEngine didFinishLoading:(NSString*)stringXML dictionary:(NSDictionary*)dict; -- (void)soapEngine:(SOAPEngine*)soapEngine didFailWithError:(NSError*)error; -- (void)soapEngine:(SOAPEngine*)soapEngine didReceiveDataSize:(NSUInteger)current total:(NSUInteger)total; -- (void)soapEngine:(SOAPEngine*)soapEngine didSendDataSize:(NSUInteger)current total:(NSUInteger)total; -- (BOOL)soapEngine:(SOAPEngine*)soapEngine didReceiveResponseCode:(NSInteger)statusCode; -- (NSMutableURLRequest*)soapEngine:(SOAPEngine*)soapEngine didBeforeSendingURLRequest:(NSMutableURLRequest*)request; -- (NSString*)soapEngine:(SOAPEngine*)soapEngine didBeforeParsingResponseString:(NSString*)stringXML; - -@end \ No newline at end of file diff --git a/Pods/SOAPEngine/SOAPEngine64.framework/Info.plist b/Pods/SOAPEngine/SOAPEngine64.framework/Info.plist deleted file mode 100644 index 54e2457..0000000 Binary files a/Pods/SOAPEngine/SOAPEngine64.framework/Info.plist and /dev/null differ diff --git a/Pods/SOAPEngine/SOAPEngine64.framework/Modules/module.modulemap b/Pods/SOAPEngine/SOAPEngine64.framework/Modules/module.modulemap deleted file mode 100644 index 071e74e..0000000 --- a/Pods/SOAPEngine/SOAPEngine64.framework/Modules/module.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module SOAPEngine64 { - umbrella header "SOAPEngine.h" - - export * - module * { export * } -} \ No newline at end of file diff --git a/Pods/SOAPEngine/SOAPEngine64.framework/SOAPEngine64 b/Pods/SOAPEngine/SOAPEngine64.framework/SOAPEngine64 deleted file mode 100644 index a94305d..0000000 Binary files a/Pods/SOAPEngine/SOAPEngine64.framework/SOAPEngine64 and /dev/null differ diff --git a/Pods/SOAPEngine/SOAPEngine64.framework/_CodeSignature/CodeDirectory b/Pods/SOAPEngine/SOAPEngine64.framework/_CodeSignature/CodeDirectory deleted file mode 100644 index c7bcc56..0000000 Binary files a/Pods/SOAPEngine/SOAPEngine64.framework/_CodeSignature/CodeDirectory and /dev/null differ diff --git a/Pods/SOAPEngine/SOAPEngine64.framework/_CodeSignature/CodeRequirements b/Pods/SOAPEngine/SOAPEngine64.framework/_CodeSignature/CodeRequirements deleted file mode 100644 index 957fcd0..0000000 Binary files a/Pods/SOAPEngine/SOAPEngine64.framework/_CodeSignature/CodeRequirements and /dev/null differ diff --git a/Pods/SOAPEngine/SOAPEngine64.framework/_CodeSignature/CodeResources b/Pods/SOAPEngine/SOAPEngine64.framework/_CodeSignature/CodeResources deleted file mode 100644 index 3efb4fc..0000000 --- a/Pods/SOAPEngine/SOAPEngine64.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,127 +0,0 @@ - - - - - files - - Headers/SOAPEngine.h - - 364CgsF4nxOkrtmet3bZnSanQqo= - - Info.plist - - yfkDn3zRG34NOc5pY0m0fmwp2tQ= - - Modules/module.modulemap - - DkpSFzHtZsSFhlRmpsGOvt5TmSI= - - - files2 - - Headers/SOAPEngine.h - - 364CgsF4nxOkrtmet3bZnSanQqo= - - Modules/module.modulemap - - DkpSFzHtZsSFhlRmpsGOvt5TmSI= - - - rules - - ^ - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^ - - weight - 20 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ - - nested - - weight - 10 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^[^/]+$ - - nested - - weight - 10 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/Pods/SOAPEngine/SOAPEngine64.framework/_CodeSignature/CodeSignature b/Pods/SOAPEngine/SOAPEngine64.framework/_CodeSignature/CodeSignature deleted file mode 100644 index bc3cb78..0000000 Binary files a/Pods/SOAPEngine/SOAPEngine64.framework/_CodeSignature/CodeSignature and /dev/null differ diff --git a/Pods/Target Support Files/AFNetworking/AFNetworking.xcconfig b/Pods/Target Support Files/AFNetworking/AFNetworking.xcconfig index 5869f48..c92e5f1 100644 --- a/Pods/Target Support Files/AFNetworking/AFNetworking.xcconfig +++ b/Pods/Target Support Files/AFNetworking/AFNetworking.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/AFNetworking GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_LDFLAGS = -framework "CoreGraphics" -framework "MobileCoreServices" -framework "Security" -framework "SystemConfiguration" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/AeroGearHttp/AeroGearHttp.xcconfig b/Pods/Target Support Files/AeroGearHttp/AeroGearHttp.xcconfig index 2020735..4e381f2 100644 --- a/Pods/Target Support Files/AeroGearHttp/AeroGearHttp.xcconfig +++ b/Pods/Target Support Files/AeroGearHttp/AeroGearHttp.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/AeroGearHttp/Info.plist b/Pods/Target Support Files/AeroGearHttp/Info.plist index 1c2e79e..89a577b 100644 --- a/Pods/Target Support Files/AeroGearHttp/Info.plist +++ b/Pods/Target Support Files/AeroGearHttp/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.5.1 + 0.6.0 CFBundleSignature ???? CFBundleVersion diff --git a/Pods/Target Support Files/AeroGearOAuth2/AeroGearOAuth2.xcconfig b/Pods/Target Support Files/AeroGearOAuth2/AeroGearOAuth2.xcconfig index 981bb67..08c8798 100644 --- a/Pods/Target Support Files/AeroGearOAuth2/AeroGearOAuth2.xcconfig +++ b/Pods/Target Support Files/AeroGearOAuth2/AeroGearOAuth2.xcconfig @@ -1,7 +1,7 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2 FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_LDFLAGS = -framework "Security" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR diff --git a/Pods/Target Support Files/Alamofire-SwiftyJSON/Alamofire-SwiftyJSON.xcconfig b/Pods/Target Support Files/Alamofire-SwiftyJSON/Alamofire-SwiftyJSON.xcconfig index e833509..a996fa8 100644 --- a/Pods/Target Support Files/Alamofire-SwiftyJSON/Alamofire-SwiftyJSON.xcconfig +++ b/Pods/Target Support Files/Alamofire-SwiftyJSON/Alamofire-SwiftyJSON.xcconfig @@ -1,7 +1,7 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Alamofire/Alamofire.xcconfig b/Pods/Target Support Files/Alamofire/Alamofire.xcconfig index 42674dd..a2ca4dd 100644 --- a/Pods/Target Support Files/Alamofire/Alamofire.xcconfig +++ b/Pods/Target Support Files/Alamofire/Alamofire.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/Alamofire GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/BSGridCollectionViewLayout/BSGridCollectionViewLayout.xcconfig b/Pods/Target Support Files/BSGridCollectionViewLayout/BSGridCollectionViewLayout.xcconfig index 585100d..ac333bf 100644 --- a/Pods/Target Support Files/BSGridCollectionViewLayout/BSGridCollectionViewLayout.xcconfig +++ b/Pods/Target Support Files/BSGridCollectionViewLayout/BSGridCollectionViewLayout.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/BSImagePicker/BSImagePicker.xcconfig b/Pods/Target Support Files/BSImagePicker/BSImagePicker.xcconfig index c5a0315..458da0e 100644 --- a/Pods/Target Support Files/BSImagePicker/BSImagePicker.xcconfig +++ b/Pods/Target Support Files/BSImagePicker/BSImagePicker.xcconfig @@ -1,7 +1,7 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/BSImagePicker FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout" "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_LDFLAGS = -framework "Photos" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR diff --git a/Pods/Target Support Files/Bolts/Bolts-umbrella.h b/Pods/Target Support Files/Bolts/Bolts-umbrella.h index bea4f47..f91f517 100644 --- a/Pods/Target Support Files/Bolts/Bolts-umbrella.h +++ b/Pods/Target Support Files/Bolts/Bolts-umbrella.h @@ -5,18 +5,15 @@ #import "BFAppLinkResolving.h" #import "BFAppLinkReturnToRefererController.h" #import "BFAppLinkReturnToRefererView.h" -#import "BFAppLinkReturnToRefererView_Internal.h" #import "BFAppLinkTarget.h" -#import "BFAppLink_Internal.h" #import "BFMeasurementEvent.h" -#import "BFMeasurementEvent_Internal.h" #import "BFURL.h" -#import "BFURL_Internal.h" #import "BFWebViewAppLinkResolver.h" #import "BFCancellationToken.h" #import "BFCancellationTokenRegistration.h" #import "BFCancellationTokenSource.h" #import "BFExecutor.h" +#import "BFTask+Exceptions.h" #import "BFTask.h" #import "BFTaskCompletionSource.h" #import "Bolts.h" diff --git a/Pods/Target Support Files/Bolts/Bolts.xcconfig b/Pods/Target Support Files/Bolts/Bolts.xcconfig index 0ad5978..388244f 100644 --- a/Pods/Target Support Files/Bolts/Bolts.xcconfig +++ b/Pods/Target Support Files/Bolts/Bolts.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/Bolts GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/Pods/Target Support Files/Bolts/Info.plist b/Pods/Target Support Files/Bolts/Info.plist index fcedd03..db9e5d8 100644 --- a/Pods/Target Support Files/Bolts/Info.plist +++ b/Pods/Target Support Files/Bolts/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.7.0 + 1.8.4 CFBundleSignature ???? CFBundleVersion diff --git a/Pods/Target Support Files/FBSDKCoreKit/FBSDKCoreKit.xcconfig b/Pods/Target Support Files/FBSDKCoreKit/FBSDKCoreKit.xcconfig index a690f24..f26075c 100644 --- a/Pods/Target Support Files/FBSDKCoreKit/FBSDKCoreKit.xcconfig +++ b/Pods/Target Support Files/FBSDKCoreKit/FBSDKCoreKit.xcconfig @@ -1,7 +1,7 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Bolts" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_LDFLAGS = -weak_framework "Accounts" -weak_framework "AudioToolbox" -weak_framework "CoreGraphics" -weak_framework "CoreLocation" -weak_framework "Foundation" -weak_framework "QuartzCore" -weak_framework "Security" -weak_framework "Social" -weak_framework "UIKit" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/FBSDKCoreKit/Info.plist b/Pods/Target Support Files/FBSDKCoreKit/Info.plist index 2f0a444..6258f71 100644 --- a/Pods/Target Support Files/FBSDKCoreKit/Info.plist +++ b/Pods/Target Support Files/FBSDKCoreKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.13.1 + 4.14.0 CFBundleSignature ???? CFBundleVersion diff --git a/Pods/Target Support Files/FBSDKLoginKit/FBSDKLoginKit.xcconfig b/Pods/Target Support Files/FBSDKLoginKit/FBSDKLoginKit.xcconfig index fbd22e0..2a2d656 100644 --- a/Pods/Target Support Files/FBSDKLoginKit/FBSDKLoginKit.xcconfig +++ b/Pods/Target Support Files/FBSDKLoginKit/FBSDKLoginKit.xcconfig @@ -2,7 +2,7 @@ CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_LDFLAGS = -weak_framework "Accounts" -weak_framework "AudioToolbox" -weak_framework "CoreGraphics" -weak_framework "CoreLocation" -weak_framework "Foundation" -weak_framework "QuartzCore" -weak_framework "Security" -weak_framework "Social" -weak_framework "UIKit" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/FBSDKLoginKit/Info.plist b/Pods/Target Support Files/FBSDKLoginKit/Info.plist index 2f0a444..6258f71 100644 --- a/Pods/Target Support Files/FBSDKLoginKit/Info.plist +++ b/Pods/Target Support Files/FBSDKLoginKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.13.1 + 4.14.0 CFBundleSignature ???? CFBundleVersion diff --git a/Pods/Target Support Files/FBSDKShareKit/FBSDKShareKit.xcconfig b/Pods/Target Support Files/FBSDKShareKit/FBSDKShareKit.xcconfig index a693b12..600e39d 100644 --- a/Pods/Target Support Files/FBSDKShareKit/FBSDKShareKit.xcconfig +++ b/Pods/Target Support Files/FBSDKShareKit/FBSDKShareKit.xcconfig @@ -2,7 +2,7 @@ CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_LDFLAGS = -weak_framework "Accounts" -weak_framework "AudioToolbox" -weak_framework "CoreGraphics" -weak_framework "CoreLocation" -weak_framework "Foundation" -weak_framework "QuartzCore" -weak_framework "Security" -weak_framework "Social" -weak_framework "UIKit" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/FBSDKShareKit/Info.plist b/Pods/Target Support Files/FBSDKShareKit/Info.plist index 2f0a444..6258f71 100644 --- a/Pods/Target Support Files/FBSDKShareKit/Info.plist +++ b/Pods/Target Support Files/FBSDKShareKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.13.1 + 4.14.0 CFBundleSignature ???? CFBundleVersion diff --git a/Pods/Target Support Files/GDataXML-HTML/GDataXML-HTML.xcconfig b/Pods/Target Support Files/GDataXML-HTML/GDataXML-HTML.xcconfig index ce08966..db8dea0 100644 --- a/Pods/Target Support Files/GDataXML-HTML/GDataXML-HTML.xcconfig +++ b/Pods/Target Support Files/GDataXML-HTML/GDataXML-HTML.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" $(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/GDataXML-HTML/libxml +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" $(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/GDataXML-HTML/libxml OTHER_LDFLAGS = -l"xml2" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Locksmith/Locksmith.xcconfig b/Pods/Target Support Files/Locksmith/Locksmith.xcconfig index 5f2a6f6..ed4957a 100644 --- a/Pods/Target Support Files/Locksmith/Locksmith.xcconfig +++ b/Pods/Target Support Files/Locksmith/Locksmith.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/Locksmith GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_LDFLAGS = -framework "Foundation" -framework "Security" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR diff --git a/Pods/Target Support Files/OAuthSwift/OAuthSwift.xcconfig b/Pods/Target Support Files/OAuthSwift/OAuthSwift.xcconfig index f7e1650..34ab5d2 100644 --- a/Pods/Target Support Files/OAuthSwift/OAuthSwift.xcconfig +++ b/Pods/Target Support Files/OAuthSwift/OAuthSwift.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/OAuthSwift GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/PicoKit/PicoKit.xcconfig b/Pods/Target Support Files/PicoKit/PicoKit.xcconfig index 6a11670..2493ac8 100644 --- a/Pods/Target Support Files/PicoKit/PicoKit.xcconfig +++ b/Pods/Target Support Files/PicoKit/PicoKit.xcconfig @@ -1,7 +1,7 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/PicoKit FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking" "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" $(SDKROOT)/usr/include/libxml2 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" $(SDKROOT)/usr/include/libxml2 OTHER_LDFLAGS = -l"xml2" -framework "CFNetwork" -framework "MobileCoreServices" -framework "SystemConfiguration" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-VendooTests/Info.plist b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Info.plist similarity index 100% rename from Pods/Target Support Files/Pods-VendooTests/Info.plist rename to Pods/Target Support Files/Pods-Vendoo-VendooTests/Info.plist diff --git a/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-acknowledgements.markdown b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-acknowledgements.markdown new file mode 100644 index 0000000..4512c74 --- /dev/null +++ b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-acknowledgements.markdown @@ -0,0 +1,1043 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## AFNetworking + +Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) + +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. + + +## AeroGearHttp + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## AeroGearOAuth2 + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## Alamofire + +Copyright (c) 2014-2016 Alamofire Software Foundation (http://alamofire.org/) + +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. + + +## Alamofire-SwiftyJSON + +Copyright (c) 2016 starboychina + +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. + + +## BSGridCollectionViewLayout + +Copyright (c) 2015 Joakim Gyllstrom + +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. + + +## BSImagePicker + +Copyright (c) 2015 Joakim Gyllstrom + +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. + + +## Bolts + +BSD License + +For Bolts software + +Copyright (c) 2013-present, Facebook, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name Facebook nor the names of its contributors may be used to + endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +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. + +## FBSDKCoreKit + +Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + +You are hereby granted a non-exclusive, worldwide, royalty-free license to use, +copy, modify, and distribute this software in source code or binary form for use +in connection with the web services and APIs provided by Facebook. + +As with any software that integrates with the Facebook platform, your use of +this software is subject to the Facebook Developer Principles and Policies +[http://developers.facebook.com/policy/]. This copyright 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. + + +## FBSDKLoginKit + +Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + +You are hereby granted a non-exclusive, worldwide, royalty-free license to use, +copy, modify, and distribute this software in source code or binary form for use +in connection with the web services and APIs provided by Facebook. + +As with any software that integrates with the Facebook platform, your use of +this software is subject to the Facebook Developer Principles and Policies +[http://developers.facebook.com/policy/]. This copyright 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. + + +## FBSDKShareKit + +Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + +You are hereby granted a non-exclusive, worldwide, royalty-free license to use, +copy, modify, and distribute this software in source code or binary form for use +in connection with the web services and APIs provided by Facebook. + +As with any software that integrates with the Facebook platform, your use of +this software is subject to the Facebook Developer Principles and Policies +[http://developers.facebook.com/policy/]. This copyright 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. + + +## Firebase + +Copyright 2016 Google + +## FirebaseAnalytics + +Copyright 2016 Google + +## FirebaseAuth + +Copyright 2016 Google + +## FirebaseDatabase + +Copyright 2016 Google + +## FirebaseInstanceID + +Copyright 2016 Google + +## FirebaseStorage + +Copyright 2016 Google Inc. + +## GDataXML-HTML + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## GoogleInterchangeUtilities + +Copyright 2015 Google Inc. + +## GoogleNetworkingUtilities + +Copyright 2015 Google Inc. + +## GoogleParsingUtilities + +Copyright 2015 Google Inc. + +## GoogleSymbolUtilities + +Copyright 2015 Google Inc. + +## GoogleUtilities + +Copyright 2015 Google Inc. + +## Locksmith + +Copyright (c) 2015 matthewpalmer + +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. + + +## OAuthSwift + +Copyright (c) 2014 Dongri Jin + +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. + + +## PicoKit + +The MIT License (MIT) + +Copyright (c) 2013 Leansoft Technology 51startup@sina.com + +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. + + + +## SWRevealViewController + + Copyright (c) 2013 Joan Lluch + + 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. + + Early code inspired on a similar class by Philip Kluz (Philip.Kluz@zuui.org) + +## SwiftyJSON + +The MIT License (MIT) + +Copyright (c) 2014 Ruoyu Fu + +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. + + +## TYMActivityIndicatorView + +Copyright (c) 2014 Yiming Tang, http://xianqu.org + +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. + + +## UIImageViewModeScaleAspect + +Copyright (c) 2013 Vivien Cormier (http://www.viviencormier.fr/) + +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. +Generated by CocoaPods - https://cocoapods.org diff --git a/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-acknowledgements.plist b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-acknowledgements.plist new file mode 100644 index 0000000..06a3952 --- /dev/null +++ b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-acknowledgements.plist @@ -0,0 +1,1189 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) + +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 + AFNetworking + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Title + AeroGearHttp + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Title + AeroGearOAuth2 + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014-2016 Alamofire Software Foundation (http://alamofire.org/) + +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 + Alamofire + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2016 starboychina + +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 + Alamofire-SwiftyJSON + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2015 Joakim Gyllstrom <joakim@backslashed.se> + +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 + BSGridCollectionViewLayout + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2015 Joakim Gyllstrom <joakim@backslashed.se> + +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 + BSImagePicker + Type + PSGroupSpecifier + + + FooterText + BSD License + +For Bolts software + +Copyright (c) 2013-present, Facebook, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name Facebook nor the names of its contributors may be used to + endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +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. + Title + Bolts + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + +You are hereby granted a non-exclusive, worldwide, royalty-free license to use, +copy, modify, and distribute this software in source code or binary form for use +in connection with the web services and APIs provided by Facebook. + +As with any software that integrates with the Facebook platform, your use of +this software is subject to the Facebook Developer Principles and Policies +[http://developers.facebook.com/policy/]. This copyright 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 + FBSDKCoreKit + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + +You are hereby granted a non-exclusive, worldwide, royalty-free license to use, +copy, modify, and distribute this software in source code or binary form for use +in connection with the web services and APIs provided by Facebook. + +As with any software that integrates with the Facebook platform, your use of +this software is subject to the Facebook Developer Principles and Policies +[http://developers.facebook.com/policy/]. This copyright 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 + FBSDKLoginKit + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + +You are hereby granted a non-exclusive, worldwide, royalty-free license to use, +copy, modify, and distribute this software in source code or binary form for use +in connection with the web services and APIs provided by Facebook. + +As with any software that integrates with the Facebook platform, your use of +this software is subject to the Facebook Developer Principles and Policies +[http://developers.facebook.com/policy/]. This copyright 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 + FBSDKShareKit + Type + PSGroupSpecifier + + + FooterText + Copyright 2016 Google + Title + Firebase + Type + PSGroupSpecifier + + + FooterText + Copyright 2016 Google + Title + FirebaseAnalytics + Type + PSGroupSpecifier + + + FooterText + Copyright 2016 Google + Title + FirebaseAuth + Type + PSGroupSpecifier + + + FooterText + Copyright 2016 Google + Title + FirebaseDatabase + Type + PSGroupSpecifier + + + FooterText + Copyright 2016 Google + Title + FirebaseInstanceID + Type + PSGroupSpecifier + + + FooterText + Copyright 2016 Google Inc. + Title + FirebaseStorage + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Title + GDataXML-HTML + Type + PSGroupSpecifier + + + FooterText + Copyright 2015 Google Inc. + Title + GoogleInterchangeUtilities + Type + PSGroupSpecifier + + + FooterText + Copyright 2015 Google Inc. + Title + GoogleNetworkingUtilities + Type + PSGroupSpecifier + + + FooterText + Copyright 2015 Google Inc. + Title + GoogleParsingUtilities + Type + PSGroupSpecifier + + + FooterText + Copyright 2015 Google Inc. + Title + GoogleSymbolUtilities + Type + PSGroupSpecifier + + + FooterText + Copyright 2015 Google Inc. + Title + GoogleUtilities + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2015 matthewpalmer <matt@matthewpalmer.net> + +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 + Locksmith + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014 Dongri Jin <dongriat@gmail.com> + +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 + OAuthSwift + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2013 Leansoft Technology 51startup@sina.com + +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 + PicoKit + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2013 Joan Lluch <joan.lluch@sweetwilliamsl.com> + + 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. + + Early code inspired on a similar class by Philip Kluz (Philip.Kluz@zuui.org) + Title + SWRevealViewController + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014 Ruoyu Fu + +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 + SwiftyJSON + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014 Yiming Tang, http://xianqu.org + +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 + TYMActivityIndicatorView + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2013 Vivien Cormier (http://www.viviencormier.fr/) + +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 + UIImageViewModeScaleAspect + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-dummy.m b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-dummy.m new file mode 100644 index 0000000..b1b6a94 --- /dev/null +++ b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_Vendoo_VendooTests : NSObject +@end +@implementation PodsDummy_Pods_Vendoo_VendooTests +@end diff --git a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-frameworks.sh b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-frameworks.sh similarity index 51% rename from Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-frameworks.sh rename to Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-frameworks.sh index 893c16a..d1e8b04 100755 --- a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-frameworks.sh +++ b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-frameworks.sh @@ -82,3 +82,46 @@ strip_invalid_archs() { fi } + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/AFNetworking/AFNetworking.framework" + install_framework "$BUILT_PRODUCTS_DIR/AeroGearHttp/AeroGearHttp.framework" + install_framework "$BUILT_PRODUCTS_DIR/AeroGearOAuth2/AeroGearOAuth2.framework" + install_framework "$BUILT_PRODUCTS_DIR/Alamofire/Alamofire.framework" + install_framework "$BUILT_PRODUCTS_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework" + install_framework "$BUILT_PRODUCTS_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework" + install_framework "$BUILT_PRODUCTS_DIR/BSImagePicker/BSImagePicker.framework" + install_framework "$BUILT_PRODUCTS_DIR/Bolts/Bolts.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/GDataXML-HTML/GDataXML_HTML.framework" + install_framework "$BUILT_PRODUCTS_DIR/Locksmith/Locksmith.framework" + install_framework "$BUILT_PRODUCTS_DIR/OAuthSwift/OAuthSwift.framework" + install_framework "$BUILT_PRODUCTS_DIR/PicoKit/PicoKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/SWRevealViewController/SWRevealViewController.framework" + install_framework "$BUILT_PRODUCTS_DIR/SwiftyJSON/SwiftyJSON.framework" + install_framework "$BUILT_PRODUCTS_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework" + install_framework "$BUILT_PRODUCTS_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/AFNetworking/AFNetworking.framework" + install_framework "$BUILT_PRODUCTS_DIR/AeroGearHttp/AeroGearHttp.framework" + install_framework "$BUILT_PRODUCTS_DIR/AeroGearOAuth2/AeroGearOAuth2.framework" + install_framework "$BUILT_PRODUCTS_DIR/Alamofire/Alamofire.framework" + install_framework "$BUILT_PRODUCTS_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework" + install_framework "$BUILT_PRODUCTS_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework" + install_framework "$BUILT_PRODUCTS_DIR/BSImagePicker/BSImagePicker.framework" + install_framework "$BUILT_PRODUCTS_DIR/Bolts/Bolts.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/GDataXML-HTML/GDataXML_HTML.framework" + install_framework "$BUILT_PRODUCTS_DIR/Locksmith/Locksmith.framework" + install_framework "$BUILT_PRODUCTS_DIR/OAuthSwift/OAuthSwift.framework" + install_framework "$BUILT_PRODUCTS_DIR/PicoKit/PicoKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/SWRevealViewController/SWRevealViewController.framework" + install_framework "$BUILT_PRODUCTS_DIR/SwiftyJSON/SwiftyJSON.framework" + install_framework "$BUILT_PRODUCTS_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework" + install_framework "$BUILT_PRODUCTS_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework" +fi diff --git a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-resources.sh b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-resources.sh similarity index 100% rename from Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-resources.sh rename to Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-resources.sh diff --git a/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-umbrella.h b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-umbrella.h new file mode 100644 index 0000000..bd99960 --- /dev/null +++ b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-umbrella.h @@ -0,0 +1,6 @@ +#import + + +FOUNDATION_EXPORT double Pods_Vendoo_VendooTestsVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_Vendoo_VendooTestsVersionString[]; + diff --git a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests.debug.xcconfig b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests.debug.xcconfig similarity index 56% rename from Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests.debug.xcconfig rename to Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests.debug.xcconfig index 4bac2f8..47fa7c5 100644 --- a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests.debug.xcconfig +++ b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests.debug.xcconfig @@ -1,8 +1,11 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout" "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker" "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML" "$PODS_CONFIGURATION_BUILD_DIR/Locksmith" "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift" "$PODS_CONFIGURATION_BUILD_DIR/PicoKit" "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController" "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView" "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect" +EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout" "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker" "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML" "$PODS_CONFIGURATION_BUILD_DIR/Locksmith" "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift" "$PODS_CONFIGURATION_BUILD_DIR/PicoKit" "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController" "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView" "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect" "${PODS_ROOT}/FirebaseAnalytics/Frameworks/frameworks" "${PODS_ROOT}/FirebaseAuth/Frameworks/frameworks" "${PODS_ROOT}/FirebaseDatabase/Frameworks" "${PODS_ROOT}/FirebaseInstanceID/Frameworks/frameworks" "${PODS_ROOT}/FirebaseStorage/Frameworks" "${PODS_ROOT}/GoogleInterchangeUtilities/Frameworks" "${PODS_ROOT}/GoogleNetworkingUtilities/Frameworks" "${PODS_ROOT}/GoogleParsingUtilities/Frameworks" "${PODS_ROOT}/GoogleSymbolUtilities/Frameworks" "${PODS_ROOT}/GoogleUtilities/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/Firebase/Analytics/Sources $(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/GDataXML-HTML/libxml $(SDKROOT)/usr/include/libxml2 $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp/AeroGearHttp.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2/AeroGearOAuth2.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker/BSImagePicker.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML/GDataXML_HTML.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Locksmith/Locksmith.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift/OAuthSwift.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PicoKit/PicoKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController/SWRevealViewController.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON/SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/FirebaseStorage" -isystem "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleUtilities" -isystem "${PODS_ROOT}/Headers/Public/SOAPEngine" +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp/AeroGearHttp.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2/AeroGearOAuth2.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker/BSImagePicker.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML/GDataXML_HTML.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Locksmith/Locksmith.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift/OAuthSwift.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PicoKit/PicoKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController/SWRevealViewController.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON/SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/FirebaseStorage" -isystem "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleUtilities" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"icucore" -l"sqlite3" -l"z" -framework "AFNetworking" -framework "AdSupport" -framework "AddressBook" -framework "AeroGearHttp" -framework "AeroGearOAuth2" -framework "Alamofire" -framework "Alamofire_SwiftyJSON" -framework "BSGridCollectionViewLayout" -framework "BSImagePicker" -framework "Bolts" -framework "CFNetwork" -framework "CoreGraphics" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseDatabase" -framework "FirebaseInstanceID" -framework "FirebaseStorage" -framework "GDataXML_HTML" -framework "GoogleInterchangeUtilities" -framework "GoogleNetworkingUtilities" -framework "GoogleParsingUtilities" -framework "GoogleSymbolUtilities" -framework "GoogleUtilities" -framework "Locksmith" -framework "MobileCoreServices" -framework "OAuthSwift" -framework "PicoKit" -framework "SWRevealViewController" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SwiftyJSON" -framework "SystemConfiguration" -framework "TYMActivityIndicatorView" -framework "UIImageViewModeScaleAspect" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}/Pods diff --git a/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests.modulemap b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests.modulemap new file mode 100644 index 0000000..50b8c54 --- /dev/null +++ b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests.modulemap @@ -0,0 +1,6 @@ +framework module Pods_Vendoo_VendooTests { + umbrella header "Pods-Vendoo-VendooTests-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests.debug.xcconfig b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests.release.xcconfig similarity index 56% rename from Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests.debug.xcconfig rename to Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests.release.xcconfig index 4bac2f8..47fa7c5 100644 --- a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests.debug.xcconfig +++ b/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests.release.xcconfig @@ -1,8 +1,11 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout" "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker" "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML" "$PODS_CONFIGURATION_BUILD_DIR/Locksmith" "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift" "$PODS_CONFIGURATION_BUILD_DIR/PicoKit" "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController" "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView" "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect" +EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout" "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker" "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML" "$PODS_CONFIGURATION_BUILD_DIR/Locksmith" "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift" "$PODS_CONFIGURATION_BUILD_DIR/PicoKit" "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController" "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView" "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect" "${PODS_ROOT}/FirebaseAnalytics/Frameworks/frameworks" "${PODS_ROOT}/FirebaseAuth/Frameworks/frameworks" "${PODS_ROOT}/FirebaseDatabase/Frameworks" "${PODS_ROOT}/FirebaseInstanceID/Frameworks/frameworks" "${PODS_ROOT}/FirebaseStorage/Frameworks" "${PODS_ROOT}/GoogleInterchangeUtilities/Frameworks" "${PODS_ROOT}/GoogleNetworkingUtilities/Frameworks" "${PODS_ROOT}/GoogleParsingUtilities/Frameworks" "${PODS_ROOT}/GoogleSymbolUtilities/Frameworks" "${PODS_ROOT}/GoogleUtilities/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/Firebase/Analytics/Sources $(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/GDataXML-HTML/libxml $(SDKROOT)/usr/include/libxml2 $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp/AeroGearHttp.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2/AeroGearOAuth2.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker/BSImagePicker.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML/GDataXML_HTML.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Locksmith/Locksmith.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift/OAuthSwift.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PicoKit/PicoKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController/SWRevealViewController.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON/SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/FirebaseStorage" -isystem "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleUtilities" -isystem "${PODS_ROOT}/Headers/Public/SOAPEngine" +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp/AeroGearHttp.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2/AeroGearOAuth2.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker/BSImagePicker.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML/GDataXML_HTML.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Locksmith/Locksmith.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift/OAuthSwift.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PicoKit/PicoKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController/SWRevealViewController.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON/SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/FirebaseStorage" -isystem "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleUtilities" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"icucore" -l"sqlite3" -l"z" -framework "AFNetworking" -framework "AdSupport" -framework "AddressBook" -framework "AeroGearHttp" -framework "AeroGearOAuth2" -framework "Alamofire" -framework "Alamofire_SwiftyJSON" -framework "BSGridCollectionViewLayout" -framework "BSImagePicker" -framework "Bolts" -framework "CFNetwork" -framework "CoreGraphics" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseDatabase" -framework "FirebaseInstanceID" -framework "FirebaseStorage" -framework "GDataXML_HTML" -framework "GoogleInterchangeUtilities" -framework "GoogleNetworkingUtilities" -framework "GoogleParsingUtilities" -framework "GoogleSymbolUtilities" -framework "GoogleUtilities" -framework "Locksmith" -framework "MobileCoreServices" -framework "OAuthSwift" -framework "PicoKit" -framework "SWRevealViewController" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SwiftyJSON" -framework "SystemConfiguration" -framework "TYMActivityIndicatorView" -framework "UIImageViewModeScaleAspect" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}/Pods diff --git a/Pods/Target Support Files/Pods-VendooUITests/Info.plist b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Info.plist similarity index 100% rename from Pods/Target Support Files/Pods-VendooUITests/Info.plist rename to Pods/Target Support Files/Pods-Vendoo-VendooUITests/Info.plist diff --git a/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-acknowledgements.markdown b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-acknowledgements.markdown new file mode 100644 index 0000000..4512c74 --- /dev/null +++ b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-acknowledgements.markdown @@ -0,0 +1,1043 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## AFNetworking + +Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) + +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. + + +## AeroGearHttp + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## AeroGearOAuth2 + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## Alamofire + +Copyright (c) 2014-2016 Alamofire Software Foundation (http://alamofire.org/) + +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. + + +## Alamofire-SwiftyJSON + +Copyright (c) 2016 starboychina + +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. + + +## BSGridCollectionViewLayout + +Copyright (c) 2015 Joakim Gyllstrom + +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. + + +## BSImagePicker + +Copyright (c) 2015 Joakim Gyllstrom + +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. + + +## Bolts + +BSD License + +For Bolts software + +Copyright (c) 2013-present, Facebook, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name Facebook nor the names of its contributors may be used to + endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +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. + +## FBSDKCoreKit + +Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + +You are hereby granted a non-exclusive, worldwide, royalty-free license to use, +copy, modify, and distribute this software in source code or binary form for use +in connection with the web services and APIs provided by Facebook. + +As with any software that integrates with the Facebook platform, your use of +this software is subject to the Facebook Developer Principles and Policies +[http://developers.facebook.com/policy/]. This copyright 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. + + +## FBSDKLoginKit + +Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + +You are hereby granted a non-exclusive, worldwide, royalty-free license to use, +copy, modify, and distribute this software in source code or binary form for use +in connection with the web services and APIs provided by Facebook. + +As with any software that integrates with the Facebook platform, your use of +this software is subject to the Facebook Developer Principles and Policies +[http://developers.facebook.com/policy/]. This copyright 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. + + +## FBSDKShareKit + +Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + +You are hereby granted a non-exclusive, worldwide, royalty-free license to use, +copy, modify, and distribute this software in source code or binary form for use +in connection with the web services and APIs provided by Facebook. + +As with any software that integrates with the Facebook platform, your use of +this software is subject to the Facebook Developer Principles and Policies +[http://developers.facebook.com/policy/]. This copyright 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. + + +## Firebase + +Copyright 2016 Google + +## FirebaseAnalytics + +Copyright 2016 Google + +## FirebaseAuth + +Copyright 2016 Google + +## FirebaseDatabase + +Copyright 2016 Google + +## FirebaseInstanceID + +Copyright 2016 Google + +## FirebaseStorage + +Copyright 2016 Google Inc. + +## GDataXML-HTML + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## GoogleInterchangeUtilities + +Copyright 2015 Google Inc. + +## GoogleNetworkingUtilities + +Copyright 2015 Google Inc. + +## GoogleParsingUtilities + +Copyright 2015 Google Inc. + +## GoogleSymbolUtilities + +Copyright 2015 Google Inc. + +## GoogleUtilities + +Copyright 2015 Google Inc. + +## Locksmith + +Copyright (c) 2015 matthewpalmer + +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. + + +## OAuthSwift + +Copyright (c) 2014 Dongri Jin + +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. + + +## PicoKit + +The MIT License (MIT) + +Copyright (c) 2013 Leansoft Technology 51startup@sina.com + +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. + + + +## SWRevealViewController + + Copyright (c) 2013 Joan Lluch + + 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. + + Early code inspired on a similar class by Philip Kluz (Philip.Kluz@zuui.org) + +## SwiftyJSON + +The MIT License (MIT) + +Copyright (c) 2014 Ruoyu Fu + +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. + + +## TYMActivityIndicatorView + +Copyright (c) 2014 Yiming Tang, http://xianqu.org + +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. + + +## UIImageViewModeScaleAspect + +Copyright (c) 2013 Vivien Cormier (http://www.viviencormier.fr/) + +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. +Generated by CocoaPods - https://cocoapods.org diff --git a/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-acknowledgements.plist b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-acknowledgements.plist new file mode 100644 index 0000000..06a3952 --- /dev/null +++ b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-acknowledgements.plist @@ -0,0 +1,1189 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) + +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 + AFNetworking + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Title + AeroGearHttp + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Title + AeroGearOAuth2 + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014-2016 Alamofire Software Foundation (http://alamofire.org/) + +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 + Alamofire + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2016 starboychina + +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 + Alamofire-SwiftyJSON + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2015 Joakim Gyllstrom <joakim@backslashed.se> + +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 + BSGridCollectionViewLayout + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2015 Joakim Gyllstrom <joakim@backslashed.se> + +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 + BSImagePicker + Type + PSGroupSpecifier + + + FooterText + BSD License + +For Bolts software + +Copyright (c) 2013-present, Facebook, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name Facebook nor the names of its contributors may be used to + endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +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. + Title + Bolts + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + +You are hereby granted a non-exclusive, worldwide, royalty-free license to use, +copy, modify, and distribute this software in source code or binary form for use +in connection with the web services and APIs provided by Facebook. + +As with any software that integrates with the Facebook platform, your use of +this software is subject to the Facebook Developer Principles and Policies +[http://developers.facebook.com/policy/]. This copyright 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 + FBSDKCoreKit + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + +You are hereby granted a non-exclusive, worldwide, royalty-free license to use, +copy, modify, and distribute this software in source code or binary form for use +in connection with the web services and APIs provided by Facebook. + +As with any software that integrates with the Facebook platform, your use of +this software is subject to the Facebook Developer Principles and Policies +[http://developers.facebook.com/policy/]. This copyright 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 + FBSDKLoginKit + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + +You are hereby granted a non-exclusive, worldwide, royalty-free license to use, +copy, modify, and distribute this software in source code or binary form for use +in connection with the web services and APIs provided by Facebook. + +As with any software that integrates with the Facebook platform, your use of +this software is subject to the Facebook Developer Principles and Policies +[http://developers.facebook.com/policy/]. This copyright 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 + FBSDKShareKit + Type + PSGroupSpecifier + + + FooterText + Copyright 2016 Google + Title + Firebase + Type + PSGroupSpecifier + + + FooterText + Copyright 2016 Google + Title + FirebaseAnalytics + Type + PSGroupSpecifier + + + FooterText + Copyright 2016 Google + Title + FirebaseAuth + Type + PSGroupSpecifier + + + FooterText + Copyright 2016 Google + Title + FirebaseDatabase + Type + PSGroupSpecifier + + + FooterText + Copyright 2016 Google + Title + FirebaseInstanceID + Type + PSGroupSpecifier + + + FooterText + Copyright 2016 Google Inc. + Title + FirebaseStorage + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Title + GDataXML-HTML + Type + PSGroupSpecifier + + + FooterText + Copyright 2015 Google Inc. + Title + GoogleInterchangeUtilities + Type + PSGroupSpecifier + + + FooterText + Copyright 2015 Google Inc. + Title + GoogleNetworkingUtilities + Type + PSGroupSpecifier + + + FooterText + Copyright 2015 Google Inc. + Title + GoogleParsingUtilities + Type + PSGroupSpecifier + + + FooterText + Copyright 2015 Google Inc. + Title + GoogleSymbolUtilities + Type + PSGroupSpecifier + + + FooterText + Copyright 2015 Google Inc. + Title + GoogleUtilities + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2015 matthewpalmer <matt@matthewpalmer.net> + +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 + Locksmith + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014 Dongri Jin <dongriat@gmail.com> + +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 + OAuthSwift + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2013 Leansoft Technology 51startup@sina.com + +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 + PicoKit + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2013 Joan Lluch <joan.lluch@sweetwilliamsl.com> + + 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. + + Early code inspired on a similar class by Philip Kluz (Philip.Kluz@zuui.org) + Title + SWRevealViewController + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014 Ruoyu Fu + +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 + SwiftyJSON + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014 Yiming Tang, http://xianqu.org + +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 + TYMActivityIndicatorView + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2013 Vivien Cormier (http://www.viviencormier.fr/) + +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 + UIImageViewModeScaleAspect + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-dummy.m b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-dummy.m new file mode 100644 index 0000000..1e63033 --- /dev/null +++ b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_Vendoo_VendooUITests : NSObject +@end +@implementation PodsDummy_Pods_Vendoo_VendooUITests +@end diff --git a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-frameworks.sh b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-frameworks.sh similarity index 51% rename from Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-frameworks.sh rename to Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-frameworks.sh index 893c16a..d1e8b04 100755 --- a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-frameworks.sh +++ b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-frameworks.sh @@ -82,3 +82,46 @@ strip_invalid_archs() { fi } + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/AFNetworking/AFNetworking.framework" + install_framework "$BUILT_PRODUCTS_DIR/AeroGearHttp/AeroGearHttp.framework" + install_framework "$BUILT_PRODUCTS_DIR/AeroGearOAuth2/AeroGearOAuth2.framework" + install_framework "$BUILT_PRODUCTS_DIR/Alamofire/Alamofire.framework" + install_framework "$BUILT_PRODUCTS_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework" + install_framework "$BUILT_PRODUCTS_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework" + install_framework "$BUILT_PRODUCTS_DIR/BSImagePicker/BSImagePicker.framework" + install_framework "$BUILT_PRODUCTS_DIR/Bolts/Bolts.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/GDataXML-HTML/GDataXML_HTML.framework" + install_framework "$BUILT_PRODUCTS_DIR/Locksmith/Locksmith.framework" + install_framework "$BUILT_PRODUCTS_DIR/OAuthSwift/OAuthSwift.framework" + install_framework "$BUILT_PRODUCTS_DIR/PicoKit/PicoKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/SWRevealViewController/SWRevealViewController.framework" + install_framework "$BUILT_PRODUCTS_DIR/SwiftyJSON/SwiftyJSON.framework" + install_framework "$BUILT_PRODUCTS_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework" + install_framework "$BUILT_PRODUCTS_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/AFNetworking/AFNetworking.framework" + install_framework "$BUILT_PRODUCTS_DIR/AeroGearHttp/AeroGearHttp.framework" + install_framework "$BUILT_PRODUCTS_DIR/AeroGearOAuth2/AeroGearOAuth2.framework" + install_framework "$BUILT_PRODUCTS_DIR/Alamofire/Alamofire.framework" + install_framework "$BUILT_PRODUCTS_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework" + install_framework "$BUILT_PRODUCTS_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework" + install_framework "$BUILT_PRODUCTS_DIR/BSImagePicker/BSImagePicker.framework" + install_framework "$BUILT_PRODUCTS_DIR/Bolts/Bolts.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/GDataXML-HTML/GDataXML_HTML.framework" + install_framework "$BUILT_PRODUCTS_DIR/Locksmith/Locksmith.framework" + install_framework "$BUILT_PRODUCTS_DIR/OAuthSwift/OAuthSwift.framework" + install_framework "$BUILT_PRODUCTS_DIR/PicoKit/PicoKit.framework" + install_framework "$BUILT_PRODUCTS_DIR/SWRevealViewController/SWRevealViewController.framework" + install_framework "$BUILT_PRODUCTS_DIR/SwiftyJSON/SwiftyJSON.framework" + install_framework "$BUILT_PRODUCTS_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework" + install_framework "$BUILT_PRODUCTS_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework" +fi diff --git a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-resources.sh b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-resources.sh similarity index 100% rename from Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-resources.sh rename to Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-resources.sh diff --git a/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-umbrella.h b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-umbrella.h new file mode 100644 index 0000000..773b098 --- /dev/null +++ b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-umbrella.h @@ -0,0 +1,6 @@ +#import + + +FOUNDATION_EXPORT double Pods_Vendoo_VendooUITestsVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_Vendoo_VendooUITestsVersionString[]; + diff --git a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests.release.xcconfig b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests.debug.xcconfig similarity index 56% rename from Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests.release.xcconfig rename to Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests.debug.xcconfig index 4bac2f8..47fa7c5 100644 --- a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests.release.xcconfig +++ b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests.debug.xcconfig @@ -1,8 +1,11 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout" "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker" "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML" "$PODS_CONFIGURATION_BUILD_DIR/Locksmith" "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift" "$PODS_CONFIGURATION_BUILD_DIR/PicoKit" "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController" "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView" "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect" +EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout" "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker" "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML" "$PODS_CONFIGURATION_BUILD_DIR/Locksmith" "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift" "$PODS_CONFIGURATION_BUILD_DIR/PicoKit" "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController" "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView" "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect" "${PODS_ROOT}/FirebaseAnalytics/Frameworks/frameworks" "${PODS_ROOT}/FirebaseAuth/Frameworks/frameworks" "${PODS_ROOT}/FirebaseDatabase/Frameworks" "${PODS_ROOT}/FirebaseInstanceID/Frameworks/frameworks" "${PODS_ROOT}/FirebaseStorage/Frameworks" "${PODS_ROOT}/GoogleInterchangeUtilities/Frameworks" "${PODS_ROOT}/GoogleNetworkingUtilities/Frameworks" "${PODS_ROOT}/GoogleParsingUtilities/Frameworks" "${PODS_ROOT}/GoogleSymbolUtilities/Frameworks" "${PODS_ROOT}/GoogleUtilities/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/Firebase/Analytics/Sources $(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/GDataXML-HTML/libxml $(SDKROOT)/usr/include/libxml2 $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp/AeroGearHttp.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2/AeroGearOAuth2.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker/BSImagePicker.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML/GDataXML_HTML.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Locksmith/Locksmith.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift/OAuthSwift.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PicoKit/PicoKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController/SWRevealViewController.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON/SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/FirebaseStorage" -isystem "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleUtilities" -isystem "${PODS_ROOT}/Headers/Public/SOAPEngine" +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp/AeroGearHttp.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2/AeroGearOAuth2.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker/BSImagePicker.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML/GDataXML_HTML.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Locksmith/Locksmith.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift/OAuthSwift.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PicoKit/PicoKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController/SWRevealViewController.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON/SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/FirebaseStorage" -isystem "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleUtilities" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"icucore" -l"sqlite3" -l"z" -framework "AFNetworking" -framework "AdSupport" -framework "AddressBook" -framework "AeroGearHttp" -framework "AeroGearOAuth2" -framework "Alamofire" -framework "Alamofire_SwiftyJSON" -framework "BSGridCollectionViewLayout" -framework "BSImagePicker" -framework "Bolts" -framework "CFNetwork" -framework "CoreGraphics" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseDatabase" -framework "FirebaseInstanceID" -framework "FirebaseStorage" -framework "GDataXML_HTML" -framework "GoogleInterchangeUtilities" -framework "GoogleNetworkingUtilities" -framework "GoogleParsingUtilities" -framework "GoogleSymbolUtilities" -framework "GoogleUtilities" -framework "Locksmith" -framework "MobileCoreServices" -framework "OAuthSwift" -framework "PicoKit" -framework "SWRevealViewController" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SwiftyJSON" -framework "SystemConfiguration" -framework "TYMActivityIndicatorView" -framework "UIImageViewModeScaleAspect" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}/Pods diff --git a/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests.modulemap b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests.modulemap new file mode 100644 index 0000000..3481668 --- /dev/null +++ b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests.modulemap @@ -0,0 +1,6 @@ +framework module Pods_Vendoo_VendooUITests { + umbrella header "Pods-Vendoo-VendooUITests-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests.release.xcconfig b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests.release.xcconfig similarity index 56% rename from Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests.release.xcconfig rename to Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests.release.xcconfig index 4bac2f8..47fa7c5 100644 --- a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests.release.xcconfig +++ b/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests.release.xcconfig @@ -1,8 +1,11 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout" "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker" "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML" "$PODS_CONFIGURATION_BUILD_DIR/Locksmith" "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift" "$PODS_CONFIGURATION_BUILD_DIR/PicoKit" "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController" "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView" "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect" +EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout" "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker" "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML" "$PODS_CONFIGURATION_BUILD_DIR/Locksmith" "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift" "$PODS_CONFIGURATION_BUILD_DIR/PicoKit" "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController" "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView" "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect" "${PODS_ROOT}/FirebaseAnalytics/Frameworks/frameworks" "${PODS_ROOT}/FirebaseAuth/Frameworks/frameworks" "${PODS_ROOT}/FirebaseDatabase/Frameworks" "${PODS_ROOT}/FirebaseInstanceID/Frameworks/frameworks" "${PODS_ROOT}/FirebaseStorage/Frameworks" "${PODS_ROOT}/GoogleInterchangeUtilities/Frameworks" "${PODS_ROOT}/GoogleNetworkingUtilities/Frameworks" "${PODS_ROOT}/GoogleParsingUtilities/Frameworks" "${PODS_ROOT}/GoogleSymbolUtilities/Frameworks" "${PODS_ROOT}/GoogleUtilities/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/Firebase/Analytics/Sources $(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/GDataXML-HTML/libxml $(SDKROOT)/usr/include/libxml2 $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp/AeroGearHttp.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2/AeroGearOAuth2.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker/BSImagePicker.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML/GDataXML_HTML.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Locksmith/Locksmith.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift/OAuthSwift.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PicoKit/PicoKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController/SWRevealViewController.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON/SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/FirebaseStorage" -isystem "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleUtilities" -isystem "${PODS_ROOT}/Headers/Public/SOAPEngine" +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp/AeroGearHttp.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2/AeroGearOAuth2.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker/BSImagePicker.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML/GDataXML_HTML.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Locksmith/Locksmith.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift/OAuthSwift.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PicoKit/PicoKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController/SWRevealViewController.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON/SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/FirebaseStorage" -isystem "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleUtilities" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"icucore" -l"sqlite3" -l"z" -framework "AFNetworking" -framework "AdSupport" -framework "AddressBook" -framework "AeroGearHttp" -framework "AeroGearOAuth2" -framework "Alamofire" -framework "Alamofire_SwiftyJSON" -framework "BSGridCollectionViewLayout" -framework "BSImagePicker" -framework "Bolts" -framework "CFNetwork" -framework "CoreGraphics" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseDatabase" -framework "FirebaseInstanceID" -framework "FirebaseStorage" -framework "GDataXML_HTML" -framework "GoogleInterchangeUtilities" -framework "GoogleNetworkingUtilities" -framework "GoogleParsingUtilities" -framework "GoogleSymbolUtilities" -framework "GoogleUtilities" -framework "Locksmith" -framework "MobileCoreServices" -framework "OAuthSwift" -framework "PicoKit" -framework "SWRevealViewController" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SwiftyJSON" -framework "SystemConfiguration" -framework "TYMActivityIndicatorView" -framework "UIImageViewModeScaleAspect" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}/Pods diff --git a/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo-acknowledgements.markdown b/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo-acknowledgements.markdown index 7852b2c..4512c74 100644 --- a/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo-acknowledgements.markdown @@ -626,15 +626,15 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ## Firebase -Copyright 2016 Google Inc. +Copyright 2016 Google ## FirebaseAnalytics -Copyright 2016 Google Inc. +Copyright 2016 Google ## FirebaseAuth -Copyright 2016 Google Inc. All Rights Reserved. +Copyright 2016 Google ## FirebaseDatabase @@ -642,7 +642,7 @@ Copyright 2016 Google ## FirebaseInstanceID -Copyright 2016 Google Inc. +Copyright 2016 Google ## FirebaseStorage @@ -862,6 +862,10 @@ Copyright 2015 Google Inc. Copyright 2015 Google Inc. +## GoogleParsingUtilities + +Copyright 2015 Google Inc. + ## GoogleSymbolUtilities Copyright 2015 Google Inc. @@ -942,58 +946,6 @@ SOFTWARE. -## SOAPEngine - -END-USER LICENSE AGREEMENT FOR “CENTRO STUDI INFORMATICA di DANILO PRIORE” SOFTWARE -IMPORTANT-READ CAREFULLY: This End User License Agreement (this "EULA") contains the terms and conditions regarding your use of the SOFTWARE (as defined below). This EULA contains material limitations to your rights in that regard. You should read this EULA carefully and treat it as valuable property. -I. THIS EULA. -1. Software Covered by this EULA. This EULA governs your use of the “Centro Studi Informatica di Danilo Priore” software product(s) (“CSIDPS”) enclosed or otherwise accompanied herewith (individually and collectively, the "SOFTWARE"). The term "SOFTWARE" includes, to the extent provided by CSIDPS: 1) any revisions, updates and/or upgrades thereto; 2) any data, image or executable files, databases, data engines, computer software, framework library or similar items customarily used or distributed with computer or mobile software products; 3) anything in any form whatsoever intended to be used with or in conjunction with the SOFTWARE; and 4) any associated media, documentation (including physical, electronic and on-line) and printed materials (the "Documentation"). -2. This EULA is a Legally Binding Agreement Between You and CSIDPS. If you are acting as an agent of a company or another legal person, such as an officer or other employee acting for your employer, then "you" and "your" mean your principal, the entity or other legal person for whom you are acting. However, importantly, even if you are acting as an agent for another, you may still be personally liable for violation of federal and State laws, such as copyright infringement. -This EULA is a legally binding agreement between you and CSIDPS. You intend to be legally bound to this EULA to the same extent as if CSIDPS and you physically signed this EULA. By installing, copying, or otherwise using the SOFTWARE, you agree to be bound by the terms and conditions contained in this EULA. If you do not agree to all of the terms and conditions contained in this EULA, you may not install or use the SOFTWARE. If, for whatever reason, installation has begun or has been completed, you should cancel installation or un- install the SOFTWARE, as the case may be. (You may click on the "exit" button or its equivalent to immediately abort installation.) If you do not agree to all of these terms and conditions, then you must promptly return the SOFTWARE to the place of business from which you obtained it in accordance with any return policies of such place of business. Return policies may vary between or among resellers, and you must comply with your particular reseller's return policies as agreed at the point of purchase. If the place of business from which you purchased the SOFTWARE does not honor a complete refund for a period of thirty (30) days from the date of proof of purchase, then you may return the SOFTWARE directly to CSIDPS for a period of thirty (30) days from the date of your purchase. To return the product directly to CSIDPS, you must obtain a CSIDPS Return Authorization Number by contacting CSIDPS, and you must forward all items purchased, including the proof of purchase, directly to CSIDPS. The return must be postage-prepaid, and post-marked within thirty (30) days from the proof of purchase, time being of the essence. The return option to CSIDPS is only available to the original purchaser of an unopened factory packaged item. - -II. YOUR LICENSE TO DEVELOP AND TO DISTRIBUTE. -As provided in more detail below, this EULA grants you two licenses: 1) a license to use the SOFTWARE to develop other software products (the "Development License"); and 2) a license to use and/or distribute the Developed Software (the "Distribution License"). Both of these licenses (individually and collectively, the "Licenses") are explained and defined in more detail below. -1. Definitions. The following terms have the respective meanings as used in this EULA: -"Network Server" means a computer with one or more computer central processing units (CPU's) that operates for the purpose of serving other computers logically or physically connected to it, including, but not limited to, other computers connected to it on an internal network, intranet or the Internet. "Web Server" means a type of Network Server that serves other computers more particularly connected to it over an intranet or the Internet. -"Developed Software" means those computer software products that are developed by or through the use of the SOFTWARE. "Developed Web Server Software" means those Developed Software products that reside logically or physically on at least one Web Server and are operated (meaning the computer software instruction set is carried out) by the Web Server's central processing unit(s) (CPU). "Developed Legacy Software" means those Developed Software products that are not Developed Web Server Software, including, for example, stand-alone applications, mobile application and applications accessed by a file server only. "Redistributable Files" means the SOFTWARE files or other portions of the SOFTWARE that are provided by CSIDPS and are identified as such in the Documentation for distribution by you with the Developed Software. "Developer" means a human being or any other automated device using the SOFTWARE in accordance with the terms and conditions of this EULA. -"Developer Seat License" means that each Developer using or otherwise accessing the programmatic interface or the SOFTWARE must obtain the right to do so by purchasing a separate End User License. -“Source Code” shall mean computer software code or programs in human readable format, such as a printed listing of such a program written in a high-level computer language. The term "Source Code" includes, but is not limited to, documents and materials in support of the development effort of the SOFTWARE, such as flow charts, pseudo code and program notes. -2. Your Development License. You are hereby granted a limited, royalty-free, non-exclusive right to use the SOFTWARE to design, develop, and test Developed Software, on the express condition that, and only for so long as, you fully comply with all terms and conditions of this EULA. -The SOFTWARE is licensed to you on a Developer Seat License basis. -The Developer Seat License means that you may perform a single install of the SOFTWARE for use in designing, testing and creating Developed Software by a single Developer on a single computer with a single set of input devices, so long as such computer is used only by one Developer. Conversely, you may not install or use the SOFTWARE on a computer that is a network server or a computer at which the SOFTWARE is used by more than one Developer. You may not network the SOFTWARE or any component part of it, where it is or may be used by more than one Developer unless you purchase an additional Development License for each Developer. You must purchase another separate license to the SOFTWARE in order to add additional developer seats, whether the additional developers are accessing the SOFTWARE in a stand-alone environment or on a computer network. -In all cases, you may not use CSIDPS 's name, logo, or trademarks to market your Developed Software without the express written consent of CSIDPS; (b) you must include the following - -CSIDPS copyright notice in your Developed Software documentation and/or in the "About Box" of your Developed Software, and wherever the copyright/rights notice is located in the Developed Software (“Portions Copyright © CSI by Danilo Priore, 1996-2013. All Rights Reserved.”); (c) agree to indemnify, hold harmless, and defend CSIDPS, its suppliers and resellers, from and against any claims or lawsuits, including attorney's fees that may arise from the use or distribution of your Developed Software; (d) you may use the SOFTWARE only to create Developed Software that is significantly different than the SOFTWARE. -3. Your Distribution License. -License to Distribute Developed Software. Subject to the terms and conditions in this EULA, you are granted the license to use and to distribute Developed Software on a royalty- free basis, provided that the Developed Software incorporates the SOFTWARE as an integral part of the Developed Software in native compiled format (customarily an ".app", or ".ipa", or ".xcodearchive" etc.). You may not distribute, bundle, library, framework, wrap or subclass the SOFTWARE as Developed Software which, when used in a "designtime" development environment, exposes the programmatic interface of the SOFTWARE. -Distribution of the Evaluation or Trial Version. You may copy the Evaluation Version of this software and documentation as you wish, and give exact copies of the original Evaluation Version to anyone, and distribute the Evaluation Version of the software and documentation in its unmodified form via electronic means. But you should not charge or request donations for any such copies however made, or from distributing the software and/or documentation with other products without the author's written permission. If you have registered the software, you must not distribute your confidential license key. -4. Specific Product Limitations. Notwithstanding anything in this EULA to the contrary, if the license you have purchased is for any of the following products, then the following additional limitations will apply: -a. SOAPEngine Framework. SOAPEngine Framework includes at least: 1) SOAPEngine Framework packet file, 2) the Source Code of the Sample Application. The SOAPEngine Framework file may be distributed, free of royalties, only in conjunction with the Developed Software in native and compiled format (see paragraph 3 of this EULA) and for one application identified with one bundle-id, only one Single License Code for one bundle-id, or in the case of a Enterprise License Code, with multiple applications for single Organization Unit, only one Enterprise License Code for one Organization Unit (see paragraph 6 of this EULA). -b. SnowFalling iOS Framework. SnowFalling iOS Framework includes at least: 1) SnowFalling.framework packet file, 2) the Source Code of the Sample Application. The SnowFalling.framework file may be distributed, free of royalties, only in conjunction with the Developed Software in native and compiled compiled format (see paragraph 3 of this EULA and for one application identified with one bundle-id, only one Serial Number, or License Code, for one bundle-id (see paragraph 6 of this EULA). -Subject to the terms and conditions in this EULA, CSIDPS hereby grants you the right to use the Sample Source Code. You are hereby also granted the right to modify such Sample Source Code and to create derivative works that are based on the licensed Source Code. You may distribute the derivative works that you develop, solely in object code format and exclusively in conjunction with and/or as a part of the Developed Software. You are expressly not granted the right to distribute, disclose or otherwise make available to any third party the licensed Source Code, any modified version, derivative work, or any portion thereof, in source code format. -CSIDPS shall retain all right, title and interest in and to the licensed Source Code, and all CSIDPS updates, modifications or enhancements thereof. Nothing herein shall be deemed to transfer any ownership or title rights in and to the licensed Source Code from CSIDPS to you. - -THE SAMPLE SOURCE CODE IS LICENSED TO YOU AS IS. CSIDPS DOES NOT AND SHALL NOT PROVIDE YOU WITH ANY TECHNICAL SUPPORT FOR YOUR SOURCE CODE LICENSE. -5. Updates/Upgrades. Subject to the terms and conditions of this EULA, the Licenses are perpetual. Updates and upgrades to the SOFTWARE may be provided by CSIDPS from time-to- time, and, if so provided by CSIDPS, are provided upon the terms and conditions offered at that time by CSIDPS in its sole discretion. CSIDPS may provide updates and upgrades to the SOFTWARE for free or for any charge, at any time or never, and through its chosen manner of access and distribution, all in CSIDPS 's sole and complete discretion. -6. License Key Code. After purchase the SOFTWARE, a license key code (the “License Code”) is included, this allows for the registration of the SOFTWARE. The License Code, is subject to the restrictions set forth in this EULA and may not be disclosed or distributed either with your Developed Software or in any other way. The disclosure or distribution of the License Code shall constitute a breach of this EULA, the effect of which shall be the automatic termination and revocation of all the rights granted herein. -7. Evaluation or Trial Copy; SHAREWARE. If you are using an "evaluation or trial copy" or similar version, specifically designated as such by CSIDPS on its website or otherwise, then the Licenses are limited as follows: a) you are granted a license to use the SOFTWARE for a period of thirty (30) days counted from the day of installation (the "Evaluation Period"); b) upon completion of the Evaluation Period, you shall either i) delete the SOFTWARE from the computer containing the installation, or you may ii) contact CSIDPS or one of its authorized dealers to purchase a license of the SOFTWARE, which is subject to the terms and limitations contained herein; and c) any Developed Software may not be distributed or used for any commercial purpose. -III. INTELLECTUAL PROPERTY. -1. Copyright. You agree that all right, title, and interest in and to the SOFTWARE (including, but not limited to, any images, photographs, animations, video, audio, music, text, and “applets” incorporated into the SOFTWARE), and any copies of the SOFTWARE, and any copyrights and other intellectual properties therein or related there to are owned exclusively by CSIDPS, except to the limited extent that CSIDPS may be the rightful license holder of certain third-party technologies incorporated into the SOFTWARE. The SOFTWARE is protected by copyright laws and international treaty provisions. The SOFTWARE is licensed to you, not sold to you. CSIDPS reserves all rights not otherwise expressly and specifically granted to you in this EULA. -2. Backups. You may either: (a) copy the SOFTWARE solely for backup or archival purposes; or (b) install the SOFTWARE on a single computer, provided you keep the original solely for backup or archival purposes. Notwithstanding the foregoing, you may not copy the Documentation. -3. General Limitations. You may not reverse engineer, decompile, or disassemble the SOFTWARE, except and only to the extent that applicable law expressly permits such activity notwithstanding this limitation. -4. Software Transfers. You may not rent or lease the SOFTWARE. You may transfer the SOFTWARE to another computer, provided that it is completely removed from the computer from which it was transferred. You may permanently transfer all of your rights under the EULA, provided that you retain no copies, that you transfer all the SOFTWARE (including all component parts, the media and printed materials, any dates, upgrades, this EULA and, if applicable, the Certificate of Authenticity), and that the recipient agrees to the terms and conditions of this EULA as provided herein. If the SOFTWARE is an update or upgrade, any transfer must include all prior versions of the SOFTWARE. - -5. Termination. Without prejudice to any other rights it may have, CSIDPS may terminate this EULA and the Licenses if you fail to comply with the terms and conditions contained herein. In such an event, you must destroy all copies of the SOFT- WARE and all of its component parts. -IV. WARRANTIES AND REMEDIES. -1. Limited Warranty. CSIDPS warrants that the original media, if any, are free from defects for ninety (90) days from the date of delivery of the SOFTWARE. EXCEPT AS OTHERWISE PROVIDED IN THE PRECEDING SENTENCE, AND TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, CSIDPS EXPRESSLY DISCLAIMS ANY WARRANTY FOR THE SOFTWARE, DOCUMENTATION AND ANYTHING ELSE PROVIDED BY CSIDPS HEREBY AND CSIDPS PROVIDES THE SAME IN “AS IS” CONDITION WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE AND DOCUMENTATION REMAINS WITH YOU. THIS LIMITED WARRANTY GIVES YOU SPECIFIC LEGAL RIGHTS. YOU MAY HAVE OTHERS WHICH VARY FROM STATE TO STATE. -2. Limited Remedy. CSIDPS 's entire liability and your exclusive remedy under this EULA shall be, at CSIDPS 's sole option, either (a) return of the price paid for the SOFTWARE; (b) repair the SOFTWARE through updates distributed online or otherwise in CSIDPS's discretion; or (c) replace the SOFTWARE with SOFTWARE that substantially performs as described in the SOFTWARE documentation, provided that you return the SOFTWARE in the same manner as provided in Section I.2 for return of the SOFTWARE for non-acceptance of this EULA. Any media for any repaired or replacement SOFTWARE will be warranted for the remainder of the original warranty period or thirty (30) days, whichever is longer. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL CSIDPS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFIT, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE, EVEN IF CSIDPS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME STATES/JURISDICTIONS DO NOT AL-LOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES IN CERTAIN CASES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. -V. MISCELLANEOUS. -1. This is the Entire Agreement. This EULA (including any addendum or amendment to this EULA included with the SOFTWARE) is the final, complete and exclusive statement of the entire agreement between you and CSIDPS relating to the SOFT-WARE. This EULA supersedes any prior and contemporaneous proposals, purchase orders, advertisements, and all other communications in relation to the subject matter of this EULA, whether oral or written. No terms or conditions, other than those contained in this EULA, and no other understanding or agreement which in any way modifies these terms and conditions, shall be binding upon the parties unless entered into in writing executed between the parties, or by other non-oral manner of agreement whereby the parties objectively and definitively act in a manner to be bound (such as by continuing with an installation of the SOFTWARE, "clicking-through" a questionnaire, etc.) Employees, agents and other representatives of CSIDPS are not permitted to orally modify this EULA. -2. You Indemnify CSIDPS. You agree to indemnify, hold harmless, and defend CSIDPS and its suppliers and resellers from and against any and all claims or lawsuits, including attorney's fees, which arise out of or result from your breach of any of the terms and conditions of this EULA. - -3. Interpretation of this EULA. If for any reason a court of competent jurisdiction finds any provision of this EULA, or any portion thereof, to be unenforceable, that provision of this EULA will be enforced to the maximum extent permissible so as to effect the intent of the parties, and the remainder of this EULA will continue in full force and effect. Formatives of defined terms shall have the same meaning of the defined term. Failure by either party to enforce any provision of this EULA will not be deemed a waiver of future enforcement of that or any other provision. Except as otherwise required or superseded by law, this EULA is governed by the laws of the legal offices of Europe, without regard to its conflict of laws principles. The parties consent to the personal jurisdiction and venue of the legal offices of Europe, and agree that any legal proceedings arising out of this EULA shall be conducted solely in such legal offices. If the SOFTWARE was acquired outside the Europe, then local law may apply. - - ## SWRevealViewController Copyright (c) 2013 Joan Lluch diff --git a/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo-acknowledgements.plist b/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo-acknowledgements.plist index 84f8b70..06a3952 100644 --- a/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo-acknowledgements.plist @@ -681,7 +681,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. FooterText - Copyright 2016 Google Inc. + Copyright 2016 Google Title Firebase Type @@ -689,7 +689,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. FooterText - Copyright 2016 Google Inc. + Copyright 2016 Google Title FirebaseAnalytics Type @@ -697,7 +697,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. FooterText - Copyright 2016 Google Inc. All Rights Reserved. + Copyright 2016 Google Title FirebaseAuth Type @@ -713,7 +713,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. FooterText - Copyright 2016 Google Inc. + Copyright 2016 Google Title FirebaseInstanceID Type @@ -953,6 +953,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Type PSGroupSpecifier + + FooterText + Copyright 2015 Google Inc. + Title + GoogleParsingUtilities + Type + PSGroupSpecifier + FooterText Copyright 2015 Google Inc. @@ -1053,62 +1061,6 @@ SOFTWARE. Type PSGroupSpecifier - - FooterText - END-USER LICENSE AGREEMENT FOR “CENTRO STUDI INFORMATICA di DANILO PRIORE” SOFTWARE -IMPORTANT-READ CAREFULLY: This End User License Agreement (this "EULA") contains the terms and conditions regarding your use of the SOFTWARE (as defined below). This EULA contains material limitations to your rights in that regard. You should read this EULA carefully and treat it as valuable property. -I. THIS EULA. -1. Software Covered by this EULA. This EULA governs your use of the “Centro Studi Informatica di Danilo Priore” software product(s) (“CSIDPS”) enclosed or otherwise accompanied herewith (individually and collectively, the "SOFTWARE"). The term "SOFTWARE" includes, to the extent provided by CSIDPS: 1) any revisions, updates and/or upgrades thereto; 2) any data, image or executable files, databases, data engines, computer software, framework library or similar items customarily used or distributed with computer or mobile software products; 3) anything in any form whatsoever intended to be used with or in conjunction with the SOFTWARE; and 4) any associated media, documentation (including physical, electronic and on-line) and printed materials (the "Documentation"). -2. This EULA is a Legally Binding Agreement Between You and CSIDPS. If you are acting as an agent of a company or another legal person, such as an officer or other employee acting for your employer, then "you" and "your" mean your principal, the entity or other legal person for whom you are acting. However, importantly, even if you are acting as an agent for another, you may still be personally liable for violation of federal and State laws, such as copyright infringement. -This EULA is a legally binding agreement between you and CSIDPS. You intend to be legally bound to this EULA to the same extent as if CSIDPS and you physically signed this EULA. By installing, copying, or otherwise using the SOFTWARE, you agree to be bound by the terms and conditions contained in this EULA. If you do not agree to all of the terms and conditions contained in this EULA, you may not install or use the SOFTWARE. If, for whatever reason, installation has begun or has been completed, you should cancel installation or un- install the SOFTWARE, as the case may be. (You may click on the "exit" button or its equivalent to immediately abort installation.) If you do not agree to all of these terms and conditions, then you must promptly return the SOFTWARE to the place of business from which you obtained it in accordance with any return policies of such place of business. Return policies may vary between or among resellers, and you must comply with your particular reseller's return policies as agreed at the point of purchase. If the place of business from which you purchased the SOFTWARE does not honor a complete refund for a period of thirty (30) days from the date of proof of purchase, then you may return the SOFTWARE directly to CSIDPS for a period of thirty (30) days from the date of your purchase. To return the product directly to CSIDPS, you must obtain a CSIDPS Return Authorization Number by contacting CSIDPS, and you must forward all items purchased, including the proof of purchase, directly to CSIDPS. The return must be postage-prepaid, and post-marked within thirty (30) days from the proof of purchase, time being of the essence. The return option to CSIDPS is only available to the original purchaser of an unopened factory packaged item. - -II. YOUR LICENSE TO DEVELOP AND TO DISTRIBUTE. -As provided in more detail below, this EULA grants you two licenses: 1) a license to use the SOFTWARE to develop other software products (the "Development License"); and 2) a license to use and/or distribute the Developed Software (the "Distribution License"). Both of these licenses (individually and collectively, the "Licenses") are explained and defined in more detail below. -1. Definitions. The following terms have the respective meanings as used in this EULA: -"Network Server" means a computer with one or more computer central processing units (CPU's) that operates for the purpose of serving other computers logically or physically connected to it, including, but not limited to, other computers connected to it on an internal network, intranet or the Internet. "Web Server" means a type of Network Server that serves other computers more particularly connected to it over an intranet or the Internet. -"Developed Software" means those computer software products that are developed by or through the use of the SOFTWARE. "Developed Web Server Software" means those Developed Software products that reside logically or physically on at least one Web Server and are operated (meaning the computer software instruction set is carried out) by the Web Server's central processing unit(s) (CPU). "Developed Legacy Software" means those Developed Software products that are not Developed Web Server Software, including, for example, stand-alone applications, mobile application and applications accessed by a file server only. "Redistributable Files" means the SOFTWARE files or other portions of the SOFTWARE that are provided by CSIDPS and are identified as such in the Documentation for distribution by you with the Developed Software. "Developer" means a human being or any other automated device using the SOFTWARE in accordance with the terms and conditions of this EULA. -"Developer Seat License" means that each Developer using or otherwise accessing the programmatic interface or the SOFTWARE must obtain the right to do so by purchasing a separate End User License. -“Source Code” shall mean computer software code or programs in human readable format, such as a printed listing of such a program written in a high-level computer language. The term "Source Code" includes, but is not limited to, documents and materials in support of the development effort of the SOFTWARE, such as flow charts, pseudo code and program notes. -2. Your Development License. You are hereby granted a limited, royalty-free, non-exclusive right to use the SOFTWARE to design, develop, and test Developed Software, on the express condition that, and only for so long as, you fully comply with all terms and conditions of this EULA. -The SOFTWARE is licensed to you on a Developer Seat License basis. -The Developer Seat License means that you may perform a single install of the SOFTWARE for use in designing, testing and creating Developed Software by a single Developer on a single computer with a single set of input devices, so long as such computer is used only by one Developer. Conversely, you may not install or use the SOFTWARE on a computer that is a network server or a computer at which the SOFTWARE is used by more than one Developer. You may not network the SOFTWARE or any component part of it, where it is or may be used by more than one Developer unless you purchase an additional Development License for each Developer. You must purchase another separate license to the SOFTWARE in order to add additional developer seats, whether the additional developers are accessing the SOFTWARE in a stand-alone environment or on a computer network. -In all cases, you may not use CSIDPS 's name, logo, or trademarks to market your Developed Software without the express written consent of CSIDPS; (b) you must include the following - -CSIDPS copyright notice in your Developed Software documentation and/or in the "About Box" of your Developed Software, and wherever the copyright/rights notice is located in the Developed Software (“Portions Copyright © CSI by Danilo Priore, 1996-2013. All Rights Reserved.”); (c) agree to indemnify, hold harmless, and defend CSIDPS, its suppliers and resellers, from and against any claims or lawsuits, including attorney's fees that may arise from the use or distribution of your Developed Software; (d) you may use the SOFTWARE only to create Developed Software that is significantly different than the SOFTWARE. -3. Your Distribution License. -License to Distribute Developed Software. Subject to the terms and conditions in this EULA, you are granted the license to use and to distribute Developed Software on a royalty- free basis, provided that the Developed Software incorporates the SOFTWARE as an integral part of the Developed Software in native compiled format (customarily an ".app", or ".ipa", or ".xcodearchive" etc.). You may not distribute, bundle, library, framework, wrap or subclass the SOFTWARE as Developed Software which, when used in a "designtime" development environment, exposes the programmatic interface of the SOFTWARE. -Distribution of the Evaluation or Trial Version. You may copy the Evaluation Version of this software and documentation as you wish, and give exact copies of the original Evaluation Version to anyone, and distribute the Evaluation Version of the software and documentation in its unmodified form via electronic means. But you should not charge or request donations for any such copies however made, or from distributing the software and/or documentation with other products without the author's written permission. If you have registered the software, you must not distribute your confidential license key. -4. Specific Product Limitations. Notwithstanding anything in this EULA to the contrary, if the license you have purchased is for any of the following products, then the following additional limitations will apply: -a. SOAPEngine Framework. SOAPEngine Framework includes at least: 1) SOAPEngine Framework packet file, 2) the Source Code of the Sample Application. The SOAPEngine Framework file may be distributed, free of royalties, only in conjunction with the Developed Software in native and compiled format (see paragraph 3 of this EULA) and for one application identified with one bundle-id, only one Single License Code for one bundle-id, or in the case of a Enterprise License Code, with multiple applications for single Organization Unit, only one Enterprise License Code for one Organization Unit (see paragraph 6 of this EULA). -b. SnowFalling iOS Framework. SnowFalling iOS Framework includes at least: 1) SnowFalling.framework packet file, 2) the Source Code of the Sample Application. The SnowFalling.framework file may be distributed, free of royalties, only in conjunction with the Developed Software in native and compiled compiled format (see paragraph 3 of this EULA and for one application identified with one bundle-id, only one Serial Number, or License Code, for one bundle-id (see paragraph 6 of this EULA). -Subject to the terms and conditions in this EULA, CSIDPS hereby grants you the right to use the Sample Source Code. You are hereby also granted the right to modify such Sample Source Code and to create derivative works that are based on the licensed Source Code. You may distribute the derivative works that you develop, solely in object code format and exclusively in conjunction with and/or as a part of the Developed Software. You are expressly not granted the right to distribute, disclose or otherwise make available to any third party the licensed Source Code, any modified version, derivative work, or any portion thereof, in source code format. -CSIDPS shall retain all right, title and interest in and to the licensed Source Code, and all CSIDPS updates, modifications or enhancements thereof. Nothing herein shall be deemed to transfer any ownership or title rights in and to the licensed Source Code from CSIDPS to you. - -THE SAMPLE SOURCE CODE IS LICENSED TO YOU AS IS. CSIDPS DOES NOT AND SHALL NOT PROVIDE YOU WITH ANY TECHNICAL SUPPORT FOR YOUR SOURCE CODE LICENSE. -5. Updates/Upgrades. Subject to the terms and conditions of this EULA, the Licenses are perpetual. Updates and upgrades to the SOFTWARE may be provided by CSIDPS from time-to- time, and, if so provided by CSIDPS, are provided upon the terms and conditions offered at that time by CSIDPS in its sole discretion. CSIDPS may provide updates and upgrades to the SOFTWARE for free or for any charge, at any time or never, and through its chosen manner of access and distribution, all in CSIDPS 's sole and complete discretion. -6. License Key Code. After purchase the SOFTWARE, a license key code (the “License Code”) is included, this allows for the registration of the SOFTWARE. The License Code, is subject to the restrictions set forth in this EULA and may not be disclosed or distributed either with your Developed Software or in any other way. The disclosure or distribution of the License Code shall constitute a breach of this EULA, the effect of which shall be the automatic termination and revocation of all the rights granted herein. -7. Evaluation or Trial Copy; SHAREWARE. If you are using an "evaluation or trial copy" or similar version, specifically designated as such by CSIDPS on its website or otherwise, then the Licenses are limited as follows: a) you are granted a license to use the SOFTWARE for a period of thirty (30) days counted from the day of installation (the "Evaluation Period"); b) upon completion of the Evaluation Period, you shall either i) delete the SOFTWARE from the computer containing the installation, or you may ii) contact CSIDPS or one of its authorized dealers to purchase a license of the SOFTWARE, which is subject to the terms and limitations contained herein; and c) any Developed Software may not be distributed or used for any commercial purpose. -III. INTELLECTUAL PROPERTY. -1. Copyright. You agree that all right, title, and interest in and to the SOFTWARE (including, but not limited to, any images, photographs, animations, video, audio, music, text, and “applets” incorporated into the SOFTWARE), and any copies of the SOFTWARE, and any copyrights and other intellectual properties therein or related there to are owned exclusively by CSIDPS, except to the limited extent that CSIDPS may be the rightful license holder of certain third-party technologies incorporated into the SOFTWARE. The SOFTWARE is protected by copyright laws and international treaty provisions. The SOFTWARE is licensed to you, not sold to you. CSIDPS reserves all rights not otherwise expressly and specifically granted to you in this EULA. -2. Backups. You may either: (a) copy the SOFTWARE solely for backup or archival purposes; or (b) install the SOFTWARE on a single computer, provided you keep the original solely for backup or archival purposes. Notwithstanding the foregoing, you may not copy the Documentation. -3. General Limitations. You may not reverse engineer, decompile, or disassemble the SOFTWARE, except and only to the extent that applicable law expressly permits such activity notwithstanding this limitation. -4. Software Transfers. You may not rent or lease the SOFTWARE. You may transfer the SOFTWARE to another computer, provided that it is completely removed from the computer from which it was transferred. You may permanently transfer all of your rights under the EULA, provided that you retain no copies, that you transfer all the SOFTWARE (including all component parts, the media and printed materials, any dates, upgrades, this EULA and, if applicable, the Certificate of Authenticity), and that the recipient agrees to the terms and conditions of this EULA as provided herein. If the SOFTWARE is an update or upgrade, any transfer must include all prior versions of the SOFTWARE. - -5. Termination. Without prejudice to any other rights it may have, CSIDPS may terminate this EULA and the Licenses if you fail to comply with the terms and conditions contained herein. In such an event, you must destroy all copies of the SOFT- WARE and all of its component parts. -IV. WARRANTIES AND REMEDIES. -1. Limited Warranty. CSIDPS warrants that the original media, if any, are free from defects for ninety (90) days from the date of delivery of the SOFTWARE. EXCEPT AS OTHERWISE PROVIDED IN THE PRECEDING SENTENCE, AND TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, CSIDPS EXPRESSLY DISCLAIMS ANY WARRANTY FOR THE SOFTWARE, DOCUMENTATION AND ANYTHING ELSE PROVIDED BY CSIDPS HEREBY AND CSIDPS PROVIDES THE SAME IN “AS IS” CONDITION WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE AND DOCUMENTATION REMAINS WITH YOU. THIS LIMITED WARRANTY GIVES YOU SPECIFIC LEGAL RIGHTS. YOU MAY HAVE OTHERS WHICH VARY FROM STATE TO STATE. -2. Limited Remedy. CSIDPS 's entire liability and your exclusive remedy under this EULA shall be, at CSIDPS 's sole option, either (a) return of the price paid for the SOFTWARE; (b) repair the SOFTWARE through updates distributed online or otherwise in CSIDPS's discretion; or (c) replace the SOFTWARE with SOFTWARE that substantially performs as described in the SOFTWARE documentation, provided that you return the SOFTWARE in the same manner as provided in Section I.2 for return of the SOFTWARE for non-acceptance of this EULA. Any media for any repaired or replacement SOFTWARE will be warranted for the remainder of the original warranty period or thirty (30) days, whichever is longer. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL CSIDPS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFIT, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE, EVEN IF CSIDPS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME STATES/JURISDICTIONS DO NOT AL-LOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES IN CERTAIN CASES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. -V. MISCELLANEOUS. -1. This is the Entire Agreement. This EULA (including any addendum or amendment to this EULA included with the SOFTWARE) is the final, complete and exclusive statement of the entire agreement between you and CSIDPS relating to the SOFT-WARE. This EULA supersedes any prior and contemporaneous proposals, purchase orders, advertisements, and all other communications in relation to the subject matter of this EULA, whether oral or written. No terms or conditions, other than those contained in this EULA, and no other understanding or agreement which in any way modifies these terms and conditions, shall be binding upon the parties unless entered into in writing executed between the parties, or by other non-oral manner of agreement whereby the parties objectively and definitively act in a manner to be bound (such as by continuing with an installation of the SOFTWARE, "clicking-through" a questionnaire, etc.) Employees, agents and other representatives of CSIDPS are not permitted to orally modify this EULA. -2. You Indemnify CSIDPS. You agree to indemnify, hold harmless, and defend CSIDPS and its suppliers and resellers from and against any and all claims or lawsuits, including attorney's fees, which arise out of or result from your breach of any of the terms and conditions of this EULA. - -3. Interpretation of this EULA. If for any reason a court of competent jurisdiction finds any provision of this EULA, or any portion thereof, to be unenforceable, that provision of this EULA will be enforced to the maximum extent permissible so as to effect the intent of the parties, and the remainder of this EULA will continue in full force and effect. Formatives of defined terms shall have the same meaning of the defined term. Failure by either party to enforce any provision of this EULA will not be deemed a waiver of future enforcement of that or any other provision. Except as otherwise required or superseded by law, this EULA is governed by the laws of the legal offices of Europe, without regard to its conflict of laws principles. The parties consent to the personal jurisdiction and venue of the legal offices of Europe, and agree that any legal proceedings arising out of this EULA shall be conducted solely in such legal offices. If the SOFTWARE was acquired outside the Europe, then local law may apply. - - Title - SOAPEngine - Type - PSGroupSpecifier - FooterText Copyright (c) 2013 Joan Lluch <joan.lluch@sweetwilliamsl.com> diff --git a/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo.debug.xcconfig b/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo.debug.xcconfig index ecf49d4..47fa7c5 100644 --- a/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo.debug.xcconfig +++ b/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo.debug.xcconfig @@ -1,10 +1,10 @@ EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout" "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker" "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML" "$PODS_CONFIGURATION_BUILD_DIR/Locksmith" "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift" "$PODS_CONFIGURATION_BUILD_DIR/PicoKit" "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController" "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView" "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/FirebaseAuth/Frameworks" "${PODS_ROOT}/FirebaseDatabase/Frameworks" "${PODS_ROOT}/FirebaseInstanceID/Frameworks" "${PODS_ROOT}/FirebaseStorage/Frameworks" "${PODS_ROOT}/GoogleInterchangeUtilities/Frameworks" "${PODS_ROOT}/GoogleNetworkingUtilities/Frameworks" "${PODS_ROOT}/GoogleSymbolUtilities/Frameworks" "${PODS_ROOT}/GoogleUtilities/Frameworks" "${PODS_ROOT}/SOAPEngine" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout" "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker" "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML" "$PODS_CONFIGURATION_BUILD_DIR/Locksmith" "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift" "$PODS_CONFIGURATION_BUILD_DIR/PicoKit" "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController" "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView" "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect" "${PODS_ROOT}/FirebaseAnalytics/Frameworks/frameworks" "${PODS_ROOT}/FirebaseAuth/Frameworks/frameworks" "${PODS_ROOT}/FirebaseDatabase/Frameworks" "${PODS_ROOT}/FirebaseInstanceID/Frameworks/frameworks" "${PODS_ROOT}/FirebaseStorage/Frameworks" "${PODS_ROOT}/GoogleInterchangeUtilities/Frameworks" "${PODS_ROOT}/GoogleNetworkingUtilities/Frameworks" "${PODS_ROOT}/GoogleParsingUtilities/Frameworks" "${PODS_ROOT}/GoogleSymbolUtilities/Frameworks" "${PODS_ROOT}/GoogleUtilities/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/Firebase/Headers $(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/GDataXML-HTML/libxml $(SDKROOT)/usr/include/libxml2 ${PODS_ROOT}/SOAPEngine/** /usr/include/libxml2 $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/Firebase/Analytics/Sources $(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/GDataXML-HTML/libxml $(SDKROOT)/usr/include/libxml2 $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp/AeroGearHttp.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2/AeroGearOAuth2.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker/BSImagePicker.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML/GDataXML_HTML.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Locksmith/Locksmith.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift/OAuthSwift.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PicoKit/PicoKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController/SWRevealViewController.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON/SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/FirebaseStorage" -isystem "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleUtilities" -isystem "${PODS_ROOT}/Headers/Public/SOAPEngine" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"icucore" -l"sqlite3" -l"xml2" -l"z" -framework "AFNetworking" -framework "Accounts" -framework "AdSupport" -framework "AddressBook" -framework "AeroGearHttp" -framework "AeroGearOAuth2" -framework "Alamofire" -framework "Alamofire_SwiftyJSON" -framework "BSGridCollectionViewLayout" -framework "BSImagePicker" -framework "Bolts" -framework "CFNetwork" -framework "CoreGraphics" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseDatabase" -framework "FirebaseInstanceID" -framework "FirebaseStorage" -framework "GDataXML_HTML" -framework "GoogleInterchangeUtilities" -framework "GoogleNetworkingUtilities" -framework "GoogleSymbolUtilities" -framework "GoogleUtilities" -framework "Locksmith" -framework "MobileCoreServices" -framework "OAuthSwift" -framework "PicoKit" -framework "SOAPEngine64" -framework "SWRevealViewController" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SwiftyJSON" -framework "SystemConfiguration" -framework "TYMActivityIndicatorView" -framework "UIImageViewModeScaleAspect" +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp/AeroGearHttp.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2/AeroGearOAuth2.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker/BSImagePicker.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML/GDataXML_HTML.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Locksmith/Locksmith.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift/OAuthSwift.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PicoKit/PicoKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController/SWRevealViewController.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON/SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/FirebaseStorage" -isystem "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleUtilities" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"icucore" -l"sqlite3" -l"z" -framework "AFNetworking" -framework "AdSupport" -framework "AddressBook" -framework "AeroGearHttp" -framework "AeroGearOAuth2" -framework "Alamofire" -framework "Alamofire_SwiftyJSON" -framework "BSGridCollectionViewLayout" -framework "BSImagePicker" -framework "Bolts" -framework "CFNetwork" -framework "CoreGraphics" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseDatabase" -framework "FirebaseInstanceID" -framework "FirebaseStorage" -framework "GDataXML_HTML" -framework "GoogleInterchangeUtilities" -framework "GoogleNetworkingUtilities" -framework "GoogleParsingUtilities" -framework "GoogleSymbolUtilities" -framework "GoogleUtilities" -framework "Locksmith" -framework "MobileCoreServices" -framework "OAuthSwift" -framework "PicoKit" -framework "SWRevealViewController" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SwiftyJSON" -framework "SystemConfiguration" -framework "TYMActivityIndicatorView" -framework "UIImageViewModeScaleAspect" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo.release.xcconfig b/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo.release.xcconfig index ecf49d4..47fa7c5 100644 --- a/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo.release.xcconfig +++ b/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo.release.xcconfig @@ -1,10 +1,10 @@ EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout" "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker" "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML" "$PODS_CONFIGURATION_BUILD_DIR/Locksmith" "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift" "$PODS_CONFIGURATION_BUILD_DIR/PicoKit" "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController" "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView" "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/FirebaseAuth/Frameworks" "${PODS_ROOT}/FirebaseDatabase/Frameworks" "${PODS_ROOT}/FirebaseInstanceID/Frameworks" "${PODS_ROOT}/FirebaseStorage/Frameworks" "${PODS_ROOT}/GoogleInterchangeUtilities/Frameworks" "${PODS_ROOT}/GoogleNetworkingUtilities/Frameworks" "${PODS_ROOT}/GoogleSymbolUtilities/Frameworks" "${PODS_ROOT}/GoogleUtilities/Frameworks" "${PODS_ROOT}/SOAPEngine" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp" "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout" "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker" "$PODS_CONFIGURATION_BUILD_DIR/Bolts" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit" "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit" "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML" "$PODS_CONFIGURATION_BUILD_DIR/Locksmith" "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift" "$PODS_CONFIGURATION_BUILD_DIR/PicoKit" "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController" "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON" "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView" "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect" "${PODS_ROOT}/FirebaseAnalytics/Frameworks/frameworks" "${PODS_ROOT}/FirebaseAuth/Frameworks/frameworks" "${PODS_ROOT}/FirebaseDatabase/Frameworks" "${PODS_ROOT}/FirebaseInstanceID/Frameworks/frameworks" "${PODS_ROOT}/FirebaseStorage/Frameworks" "${PODS_ROOT}/GoogleInterchangeUtilities/Frameworks" "${PODS_ROOT}/GoogleNetworkingUtilities/Frameworks" "${PODS_ROOT}/GoogleParsingUtilities/Frameworks" "${PODS_ROOT}/GoogleSymbolUtilities/Frameworks" "${PODS_ROOT}/GoogleUtilities/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/Firebase/Headers $(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/GDataXML-HTML/libxml $(SDKROOT)/usr/include/libxml2 ${PODS_ROOT}/SOAPEngine/** /usr/include/libxml2 $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/Firebase/Analytics/Sources $(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/GDataXML-HTML/libxml $(SDKROOT)/usr/include/libxml2 $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp/AeroGearHttp.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2/AeroGearOAuth2.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker/BSImagePicker.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML/GDataXML_HTML.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Locksmith/Locksmith.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift/OAuthSwift.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PicoKit/PicoKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController/SWRevealViewController.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON/SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/FirebaseStorage" -isystem "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleUtilities" -isystem "${PODS_ROOT}/Headers/Public/SOAPEngine" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"icucore" -l"sqlite3" -l"xml2" -l"z" -framework "AFNetworking" -framework "Accounts" -framework "AdSupport" -framework "AddressBook" -framework "AeroGearHttp" -framework "AeroGearOAuth2" -framework "Alamofire" -framework "Alamofire_SwiftyJSON" -framework "BSGridCollectionViewLayout" -framework "BSImagePicker" -framework "Bolts" -framework "CFNetwork" -framework "CoreGraphics" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseDatabase" -framework "FirebaseInstanceID" -framework "FirebaseStorage" -framework "GDataXML_HTML" -framework "GoogleInterchangeUtilities" -framework "GoogleNetworkingUtilities" -framework "GoogleSymbolUtilities" -framework "GoogleUtilities" -framework "Locksmith" -framework "MobileCoreServices" -framework "OAuthSwift" -framework "PicoKit" -framework "SOAPEngine64" -framework "SWRevealViewController" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SwiftyJSON" -framework "SystemConfiguration" -framework "TYMActivityIndicatorView" -framework "UIImageViewModeScaleAspect" +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/AFNetworking/AFNetworking.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearHttp/AeroGearHttp.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/AeroGearOAuth2/AeroGearOAuth2.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire-SwiftyJSON/Alamofire_SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSGridCollectionViewLayout/BSGridCollectionViewLayout.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/BSImagePicker/BSImagePicker.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Bolts/Bolts.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKCoreKit/FBSDKCoreKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKLoginKit/FBSDKLoginKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSDKShareKit/FBSDKShareKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/GDataXML-HTML/GDataXML_HTML.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Locksmith/Locksmith.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OAuthSwift/OAuthSwift.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PicoKit/PicoKit.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController/SWRevealViewController.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON/SwiftyJSON.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView/TYMActivityIndicatorView.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/Firebase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" -isystem "${PODS_ROOT}/Headers/Public/FirebaseAuth" -isystem "${PODS_ROOT}/Headers/Public/FirebaseDatabase" -isystem "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem "${PODS_ROOT}/Headers/Public/FirebaseStorage" -isystem "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" -isystem "${PODS_ROOT}/Headers/Public/GoogleUtilities" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"icucore" -l"sqlite3" -l"z" -framework "AFNetworking" -framework "AdSupport" -framework "AddressBook" -framework "AeroGearHttp" -framework "AeroGearOAuth2" -framework "Alamofire" -framework "Alamofire_SwiftyJSON" -framework "BSGridCollectionViewLayout" -framework "BSImagePicker" -framework "Bolts" -framework "CFNetwork" -framework "CoreGraphics" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FBSDKShareKit" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseDatabase" -framework "FirebaseInstanceID" -framework "FirebaseStorage" -framework "GDataXML_HTML" -framework "GoogleInterchangeUtilities" -framework "GoogleNetworkingUtilities" -framework "GoogleParsingUtilities" -framework "GoogleSymbolUtilities" -framework "GoogleUtilities" -framework "Locksmith" -framework "MobileCoreServices" -framework "OAuthSwift" -framework "PicoKit" -framework "SWRevealViewController" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SwiftyJSON" -framework "SystemConfiguration" -framework "TYMActivityIndicatorView" -framework "UIImageViewModeScaleAspect" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-acknowledgements.markdown b/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-acknowledgements.markdown deleted file mode 100644 index 102af75..0000000 --- a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-acknowledgements.markdown +++ /dev/null @@ -1,3 +0,0 @@ -# Acknowledgements -This application makes use of the following third party libraries: -Generated by CocoaPods - https://cocoapods.org diff --git a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-acknowledgements.plist b/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-acknowledgements.plist deleted file mode 100644 index 7acbad1..0000000 --- a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-acknowledgements.plist +++ /dev/null @@ -1,29 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This application makes use of the following third party libraries: - Title - Acknowledgements - Type - PSGroupSpecifier - - - FooterText - Generated by CocoaPods - https://cocoapods.org - Title - - Type - PSGroupSpecifier - - - StringsTable - Acknowledgements - Title - Acknowledgements - - diff --git a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-dummy.m b/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-dummy.m deleted file mode 100644 index 3ba7559..0000000 --- a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_VendooTests : NSObject -@end -@implementation PodsDummy_Pods_VendooTests -@end diff --git a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-umbrella.h b/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-umbrella.h deleted file mode 100644 index 9d159b6..0000000 --- a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-umbrella.h +++ /dev/null @@ -1,6 +0,0 @@ -#import - - -FOUNDATION_EXPORT double Pods_VendooTestsVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_VendooTestsVersionString[]; - diff --git a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests.modulemap b/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests.modulemap deleted file mode 100644 index 4b84733..0000000 --- a/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_VendooTests { - umbrella header "Pods-VendooTests-umbrella.h" - - export * - module * { export * } -} diff --git a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-acknowledgements.markdown b/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-acknowledgements.markdown deleted file mode 100644 index 102af75..0000000 --- a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-acknowledgements.markdown +++ /dev/null @@ -1,3 +0,0 @@ -# Acknowledgements -This application makes use of the following third party libraries: -Generated by CocoaPods - https://cocoapods.org diff --git a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-acknowledgements.plist b/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-acknowledgements.plist deleted file mode 100644 index 7acbad1..0000000 --- a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-acknowledgements.plist +++ /dev/null @@ -1,29 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This application makes use of the following third party libraries: - Title - Acknowledgements - Type - PSGroupSpecifier - - - FooterText - Generated by CocoaPods - https://cocoapods.org - Title - - Type - PSGroupSpecifier - - - StringsTable - Acknowledgements - Title - Acknowledgements - - diff --git a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-dummy.m b/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-dummy.m deleted file mode 100644 index de862ad..0000000 --- a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_VendooUITests : NSObject -@end -@implementation PodsDummy_Pods_VendooUITests -@end diff --git a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-umbrella.h b/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-umbrella.h deleted file mode 100644 index b036c7c..0000000 --- a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-umbrella.h +++ /dev/null @@ -1,6 +0,0 @@ -#import - - -FOUNDATION_EXPORT double Pods_VendooUITestsVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_VendooUITestsVersionString[]; - diff --git a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests.modulemap b/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests.modulemap deleted file mode 100644 index a2ec5da..0000000 --- a/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_VendooUITests { - umbrella header "Pods-VendooUITests-umbrella.h" - - export * - module * { export * } -} diff --git a/Pods/Target Support Files/SWRevealViewController/SWRevealViewController.xcconfig b/Pods/Target Support Files/SWRevealViewController/SWRevealViewController.xcconfig index 8d72eec..df0d384 100644 --- a/Pods/Target Support Files/SWRevealViewController/SWRevealViewController.xcconfig +++ b/Pods/Target Support Files/SWRevealViewController/SWRevealViewController.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/SWRevealViewController GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_LDFLAGS = -framework "CoreGraphics" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.xcconfig b/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.xcconfig index 331f289..2ba8bbc 100644 --- a/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.xcconfig +++ b/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/SwiftyJSON GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/TYMActivityIndicatorView/TYMActivityIndicatorView.xcconfig b/Pods/Target Support Files/TYMActivityIndicatorView/TYMActivityIndicatorView.xcconfig index 83c36bb..b74e393 100644 --- a/Pods/Target Support Files/TYMActivityIndicatorView/TYMActivityIndicatorView.xcconfig +++ b/Pods/Target Support Files/TYMActivityIndicatorView/TYMActivityIndicatorView.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/TYMActivityIndicatorView GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/Pods/Target Support Files/UIImageViewModeScaleAspect/Info.plist b/Pods/Target Support Files/UIImageViewModeScaleAspect/Info.plist index b6b2813..a7a6daf 100644 --- a/Pods/Target Support Files/UIImageViewModeScaleAspect/Info.plist +++ b/Pods/Target Support Files/UIImageViewModeScaleAspect/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.5.0 CFBundleSignature ???? CFBundleVersion diff --git a/Pods/Target Support Files/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.xcconfig b/Pods/Target Support Files/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.xcconfig index 19f2861..c090193 100644 --- a/Pods/Target Support Files/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.xcconfig +++ b/Pods/Target Support Files/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/UIImageViewModeScaleAspect GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/SOAPEngine" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalytics" "${PODS_ROOT}/Headers/Public/FirebaseAuth" "${PODS_ROOT}/Headers/Public/FirebaseDatabase" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/FirebaseStorage" "${PODS_ROOT}/Headers/Public/GoogleInterchangeUtilities" "${PODS_ROOT}/Headers/Public/GoogleNetworkingUtilities" "${PODS_ROOT}/Headers/Public/GoogleParsingUtilities" "${PODS_ROOT}/Headers/Public/GoogleSymbolUtilities" "${PODS_ROOT}/Headers/Public/GoogleUtilities" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/Pods/UIImageViewModeScaleAspect/README.md b/Pods/UIImageViewModeScaleAspect/README.md index 4986e49..ac4386d 100644 --- a/Pods/UIImageViewModeScaleAspect/README.md +++ b/Pods/UIImageViewModeScaleAspect/README.md @@ -1,4 +1,6 @@ -UIImageViewModeScaleAspect (1.2) +[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) + +UIImageViewModeScaleAspect (1.5) ================================

    Create animation of a UIImageView between two contentMode ( UIViewContentModeScaleAspectFill / UIViewContentModeScaleAspectFit )

    diff --git a/Pods/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.m b/Pods/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.m index 621c583..2f6f80a 100644 --- a/Pods/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.m +++ b/Pods/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.m @@ -27,18 +27,19 @@ * @return self */ - (id)init{ - self = [super init]; - if (self) { - - self.img = [[UIImageView alloc]init]; - self.img.contentMode = UIViewContentModeCenter; - [self addSubview:_img]; - - self.clipsToBounds = YES; - } + self = [super init]; + if (self) { + [self setup]; + } return self; } +-(void)awakeFromNib { + [super awakeFromNib]; + [self setup]; + self.img.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight; +} + /** * Init self with frame * @@ -50,16 +51,19 @@ self = [super initWithFrame:frame]; if (self) { - - self.img = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, frame.size.width, frame.size.height)]; - self.img.contentMode = UIViewContentModeCenter; - [self addSubview:_img]; - - self.clipsToBounds = YES; + [self setup]; } return self; } +-(void) setup { + self.img = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, self.frame.size.width, self.frame.size.height)]; + self.img.contentMode = UIViewContentModeCenter; + [self addSubview:_img]; + + self.clipsToBounds = YES; +} + #pragma mark - Automatic Animate /** diff --git a/Vendoo.xcodeproj/project.pbxproj b/Vendoo.xcodeproj/project.pbxproj index ffbf866..6cc5f36 100644 --- a/Vendoo.xcodeproj/project.pbxproj +++ b/Vendoo.xcodeproj/project.pbxproj @@ -7,7 +7,7 @@ objects = { /* Begin PBXBuildFile section */ - 1BD4D4EBDE19E2FBA2CCB40C /* Pods_VendooUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8FACABBA7656B6698731A6B0 /* Pods_VendooUITests.framework */; }; + 1AF4536D4F368F9FDA9FC557 /* Pods_Vendoo_VendooUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D1FC6F6278B48A7BA9A9E03 /* Pods_Vendoo_VendooUITests.framework */; }; 3E0F76FC1D01B2D7004A0159 /* Listing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E0F76FB1D01B2D7004A0159 /* Listing.swift */; }; 3E1AA4301D0D9B3F005FCCBB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3E1AA42F1D0D9B3F005FCCBB /* Main.storyboard */; }; 3E1AA4321D0DA071005FCCBB /* MenuPanelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E1AA4311D0DA071005FCCBB /* MenuPanelViewController.swift */; }; @@ -27,8 +27,6 @@ 3E7CF3FC1CF5FE9400F486B2 /* RecoverPasswordViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7CF3FB1CF5FE9400F486B2 /* RecoverPasswordViewController.swift */; }; 3E7CF3FE1CF5FF8200F486B2 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3E7CF3FD1CF5FF8200F486B2 /* GoogleService-Info.plist */; }; 3E7CF4011CF6366300F486B2 /* EtsyRESTAPIManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7CF4001CF6366300F486B2 /* EtsyRESTAPIManager.swift */; }; - 3E7CF4041CF6450D00F486B2 /* ListingObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7CF4031CF6450D00F486B2 /* ListingObject.swift */; }; - 3EA6689F1D0278E900EE57A8 /* TradingProxy in Resources */ = {isa = PBXBuildFile; fileRef = 3EA6689E1D0278E900EE57A8 /* TradingProxy */; }; 3EA668A11D02836C00EE57A8 /* EbayWebServiceManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EA668A01D02836C00EE57A8 /* EbayWebServiceManager.swift */; }; 3EB2F5161CF442CF002E6D2C /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3EB2F5151CF442CF002E6D2C /* Security.framework */; }; 3EC325111CF703A600626C48 /* ItemCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EC325101CF703A600626C48 /* ItemCell.swift */; }; @@ -41,9 +39,10 @@ 3EC3252D1CF894C400626C48 /* ItemImagePickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EC3252C1CF894C400626C48 /* ItemImagePickerViewController.swift */; }; 3EC3252F1CF894E500626C48 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3EC3252E1CF894E500626C48 /* AVFoundation.framework */; }; 3ECEDB871CF9C722003566B3 /* ListingPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ECEDB861CF9C722003566B3 /* ListingPreviewViewController.swift */; }; + 3EDE75AE1D67B92F00BC3472 /* CategoryPopUpController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EDE75AD1D67B92F00BC3472 /* CategoryPopUpController.swift */; }; 3EFB0E331D0B968300A05D7A /* SideMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EFB0E321D0B968300A05D7A /* SideMenuView.swift */; }; - CA20AB81F709511F1A8C7963 /* Pods_VendooTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D05AEDAE485B93305CC629B5 /* Pods_VendooTests.framework */; }; - D5995A6D02C7FCA4F561AAB3 /* Pods_Vendoo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8F69918E43DC1276F42551F /* Pods_Vendoo.framework */; }; + 3F8E0464700649BDD8B552B1 /* Pods_Vendoo_VendooTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B876489113F498AF1D2FD7E9 /* Pods_Vendoo_VendooTests.framework */; }; + A87525ED0EE7D42D9A7708D8 /* Pods_Vendoo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 23ECC3C8465826BD6AC74A02 /* Pods_Vendoo.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -64,9 +63,8 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 06804DD03B93C7E2714D5566 /* Pods-VendooTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VendooTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests.debug.xcconfig"; sourceTree = ""; }; - 1B0AD5D22E5B4D8197481769 /* Pods-VendooTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VendooTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests.release.xcconfig"; sourceTree = ""; }; - 368DE81C9F5991477528A929 /* Pods-VendooUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VendooUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests.release.xcconfig"; sourceTree = ""; }; + 23ECC3C8465826BD6AC74A02 /* Pods_Vendoo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Vendoo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 3AB871700182B3C683FC9049 /* Pods-Vendoo-VendooUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Vendoo-VendooUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests.release.xcconfig"; sourceTree = ""; }; 3E0F76FB1D01B2D7004A0159 /* Listing.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Listing.swift; sourceTree = ""; }; 3E1AA42F1D0D9B3F005FCCBB /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = ""; }; 3E1AA4311D0DA071005FCCBB /* MenuPanelViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MenuPanelViewController.swift; sourceTree = ""; }; @@ -92,9 +90,7 @@ 3E7CF3FB1CF5FE9400F486B2 /* RecoverPasswordViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecoverPasswordViewController.swift; sourceTree = ""; }; 3E7CF3FD1CF5FF8200F486B2 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; 3E7CF4001CF6366300F486B2 /* EtsyRESTAPIManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EtsyRESTAPIManager.swift; sourceTree = ""; }; - 3E7CF4031CF6450D00F486B2 /* ListingObject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListingObject.swift; sourceTree = ""; }; 3EA668961D026E7800EE57A8 /* Vendoo-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Vendoo-Bridging-Header.h"; sourceTree = ""; }; - 3EA6689E1D0278E900EE57A8 /* TradingProxy */ = {isa = PBXFileReference; lastKnownFileType = folder; path = TradingProxy; sourceTree = ""; }; 3EA668A01D02836C00EE57A8 /* EbayWebServiceManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EbayWebServiceManager.swift; sourceTree = ""; }; 3EA668A21D02ECB100EE57A8 /* libicucore.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libicucore.tbd; path = usr/lib/libicucore.tbd; sourceTree = SDKROOT; }; 3EB2F5151CF442CF002E6D2C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; @@ -108,13 +104,15 @@ 3EC3252C1CF894C400626C48 /* ItemImagePickerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ItemImagePickerViewController.swift; sourceTree = ""; }; 3EC3252E1CF894E500626C48 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; 3ECEDB861CF9C722003566B3 /* ListingPreviewViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListingPreviewViewController.swift; sourceTree = ""; }; + 3EDE75AD1D67B92F00BC3472 /* CategoryPopUpController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CategoryPopUpController.swift; sourceTree = ""; }; 3EFB0E321D0B968300A05D7A /* SideMenuView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SideMenuView.swift; sourceTree = ""; }; - 6979B7B8AF7AC049C2F23196 /* Pods-Vendoo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Vendoo.release.xcconfig"; path = "Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo.release.xcconfig"; sourceTree = ""; }; - 8FACABBA7656B6698731A6B0 /* Pods_VendooUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_VendooUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C9F6F7897E53ED9583C965E3 /* Pods-Vendoo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Vendoo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo.debug.xcconfig"; sourceTree = ""; }; - D05AEDAE485B93305CC629B5 /* Pods_VendooTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_VendooTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F04540FDEF587384AABE5D4B /* Pods-VendooUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VendooUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests.debug.xcconfig"; sourceTree = ""; }; - F8F69918E43DC1276F42551F /* Pods_Vendoo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Vendoo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 7D1FC6F6278B48A7BA9A9E03 /* Pods_Vendoo_VendooUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Vendoo_VendooUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A44ED233D6B5454EF92FEB08 /* Pods-Vendoo-VendooUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Vendoo-VendooUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests.debug.xcconfig"; sourceTree = ""; }; + B876489113F498AF1D2FD7E9 /* Pods_Vendoo_VendooTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Vendoo_VendooTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E16BF843456476262BD075A1 /* Pods-Vendoo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Vendoo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo.debug.xcconfig"; sourceTree = ""; }; + E25BEE3F146F38C121B72346 /* Pods-Vendoo-VendooTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Vendoo-VendooTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests.debug.xcconfig"; sourceTree = ""; }; + E2F692D9C9BF2781499C4131 /* Pods-Vendoo-VendooTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Vendoo-VendooTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests.release.xcconfig"; sourceTree = ""; }; + F4EEC78476192D3033A50037 /* Pods-Vendoo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Vendoo.release.xcconfig"; path = "Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo.release.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -124,7 +122,7 @@ files = ( 3EC3252F1CF894E500626C48 /* AVFoundation.framework in Frameworks */, 3EB2F5161CF442CF002E6D2C /* Security.framework in Frameworks */, - D5995A6D02C7FCA4F561AAB3 /* Pods_Vendoo.framework in Frameworks */, + A87525ED0EE7D42D9A7708D8 /* Pods_Vendoo.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -132,7 +130,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - CA20AB81F709511F1A8C7963 /* Pods_VendooTests.framework in Frameworks */, + 3F8E0464700649BDD8B552B1 /* Pods_Vendoo_VendooTests.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -140,13 +138,26 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1BD4D4EBDE19E2FBA2CCB40C /* Pods_VendooUITests.framework in Frameworks */, + 1AF4536D4F368F9FDA9FC557 /* Pods_Vendoo_VendooUITests.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 116C77F40682DF397923F698 /* Pods */ = { + isa = PBXGroup; + children = ( + E16BF843456476262BD075A1 /* Pods-Vendoo.debug.xcconfig */, + F4EEC78476192D3033A50037 /* Pods-Vendoo.release.xcconfig */, + E25BEE3F146F38C121B72346 /* Pods-Vendoo-VendooTests.debug.xcconfig */, + E2F692D9C9BF2781499C4131 /* Pods-Vendoo-VendooTests.release.xcconfig */, + A44ED233D6B5454EF92FEB08 /* Pods-Vendoo-VendooUITests.debug.xcconfig */, + 3AB871700182B3C683FC9049 /* Pods-Vendoo-VendooUITests.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; 3E1AA4331D0DD0B2005FCCBB /* Settings */ = { isa = PBXGroup; children = ( @@ -181,8 +192,8 @@ 3E6CC36C1CF2A94B00E00A70 /* VendooTests */, 3E6CC3771CF2A94B00E00A70 /* VendooUITests */, 3E6CC3541CF2A94B00E00A70 /* Products */, - 58601EFD2871BD1BB6866596 /* Pods */, D989DD70699180D9DB9DA709 /* Frameworks */, + 116C77F40682DF397923F698 /* Pods */, ); sourceTree = ""; }; @@ -237,39 +248,21 @@ 3E7CF3FF1CF6363200F486B2 /* EtsyServices */ = { isa = PBXGroup; children = ( - 3E7CF4021CF644E400F486B2 /* EtsyObjects */, 3E1B1F0A1D2493EE00DBCF08 /* EtsySettingsViewController.swift */, 3E7CF4001CF6366300F486B2 /* EtsyRESTAPIManager.swift */, ); name = EtsyServices; sourceTree = ""; }; - 3E7CF4021CF644E400F486B2 /* EtsyObjects */ = { - isa = PBXGroup; - children = ( - 3E7CF4031CF6450D00F486B2 /* ListingObject.swift */, - ); - name = EtsyObjects; - sourceTree = ""; - }; 3EA668941D026E2A00EE57A8 /* EbayServices */ = { isa = PBXGroup; children = ( - 3EA668951D026E4000EE57A8 /* ObjC */, 3EA668A01D02836C00EE57A8 /* EbayWebServiceManager.swift */, 3E1B1F081D24926C00DBCF08 /* EbaySettingsViewController.swift */, ); name = EbayServices; sourceTree = ""; }; - 3EA668951D026E4000EE57A8 /* ObjC */ = { - isa = PBXGroup; - children = ( - 3EA6689E1D0278E900EE57A8 /* TradingProxy */, - ); - name = ObjC; - sourceTree = ""; - }; 3EC3250C1CF7026C00626C48 /* AppAuthentication */ = { isa = PBXGroup; children = ( @@ -324,6 +317,7 @@ 3E1DC3CC1D4232490091BC60 /* CategoriesTableViewController.swift */, 3EC3252C1CF894C400626C48 /* ItemImagePickerViewController.swift */, 3ECEDB861CF9C722003566B3 /* ListingPreviewViewController.swift */, + 3EDE75AD1D67B92F00BC3472 /* CategoryPopUpController.swift */, ); name = NewItemPostingSession; sourceTree = ""; @@ -338,28 +332,15 @@ name = Menu; sourceTree = ""; }; - 58601EFD2871BD1BB6866596 /* Pods */ = { - isa = PBXGroup; - children = ( - C9F6F7897E53ED9583C965E3 /* Pods-Vendoo.debug.xcconfig */, - 6979B7B8AF7AC049C2F23196 /* Pods-Vendoo.release.xcconfig */, - 06804DD03B93C7E2714D5566 /* Pods-VendooTests.debug.xcconfig */, - 1B0AD5D22E5B4D8197481769 /* Pods-VendooTests.release.xcconfig */, - F04540FDEF587384AABE5D4B /* Pods-VendooUITests.debug.xcconfig */, - 368DE81C9F5991477528A929 /* Pods-VendooUITests.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; D989DD70699180D9DB9DA709 /* Frameworks */ = { isa = PBXGroup; children = ( 3EA668A21D02ECB100EE57A8 /* libicucore.tbd */, 3EC3252E1CF894E500626C48 /* AVFoundation.framework */, 3EB2F5151CF442CF002E6D2C /* Security.framework */, - F8F69918E43DC1276F42551F /* Pods_Vendoo.framework */, - D05AEDAE485B93305CC629B5 /* Pods_VendooTests.framework */, - 8FACABBA7656B6698731A6B0 /* Pods_VendooUITests.framework */, + 23ECC3C8465826BD6AC74A02 /* Pods_Vendoo.framework */, + B876489113F498AF1D2FD7E9 /* Pods_Vendoo_VendooTests.framework */, + 7D1FC6F6278B48A7BA9A9E03 /* Pods_Vendoo_VendooUITests.framework */, ); name = Frameworks; sourceTree = ""; @@ -371,12 +352,15 @@ isa = PBXNativeTarget; buildConfigurationList = 3E6CC37D1CF2A94B00E00A70 /* Build configuration list for PBXNativeTarget "Vendoo" */; buildPhases = ( - F467CC8AF77423C2B3AAB223 /* 📦 Check Pods Manifest.lock */, + 8D532FDF55F208776F1284EF /* 📦 Check Pods Manifest.lock */, + F467CC8AF77423C2B3AAB223 /* [CP] Check Pods Manifest.lock */, 3E6CC34F1CF2A94B00E00A70 /* Sources */, 3E6CC3501CF2A94B00E00A70 /* Frameworks */, 3E6CC3511CF2A94B00E00A70 /* Resources */, - 057830C90EFCCD7B10B4BA6D /* 📦 Embed Pods Frameworks */, - 2496EED87CE01F1EAE73BD6A /* 📦 Copy Pods Resources */, + 057830C90EFCCD7B10B4BA6D /* [CP] Embed Pods Frameworks */, + 2496EED87CE01F1EAE73BD6A /* [CP] Copy Pods Resources */, + 7A9D276114F95F89DAFE1AF3 /* 📦 Embed Pods Frameworks */, + B01688A25CD5C8E51F5A75BF /* 📦 Copy Pods Resources */, ); buildRules = ( ); @@ -391,12 +375,15 @@ isa = PBXNativeTarget; buildConfigurationList = 3E6CC3801CF2A94B00E00A70 /* Build configuration list for PBXNativeTarget "VendooTests" */; buildPhases = ( - 9F58E69456F56F20E6643056 /* 📦 Check Pods Manifest.lock */, + 2A9BA63E4CE4638416B6A19E /* 📦 Check Pods Manifest.lock */, + 9F58E69456F56F20E6643056 /* [CP] Check Pods Manifest.lock */, 3E6CC3651CF2A94B00E00A70 /* Sources */, 3E6CC3661CF2A94B00E00A70 /* Frameworks */, 3E6CC3671CF2A94B00E00A70 /* Resources */, - BB2BE6BA5C2D594FCCDF5838 /* 📦 Embed Pods Frameworks */, - 6484261450FDD9D1DF56ED0B /* 📦 Copy Pods Resources */, + BB2BE6BA5C2D594FCCDF5838 /* [CP] Embed Pods Frameworks */, + 6484261450FDD9D1DF56ED0B /* [CP] Copy Pods Resources */, + A89EA347AD44796A1A56446E /* 📦 Embed Pods Frameworks */, + 5DEC03FE0948D72B49061A3C /* 📦 Copy Pods Resources */, ); buildRules = ( ); @@ -412,11 +399,13 @@ isa = PBXNativeTarget; buildConfigurationList = 3E6CC3831CF2A94B00E00A70 /* Build configuration list for PBXNativeTarget "VendooUITests" */; buildPhases = ( - 99EF583910BFA3B053CE8591 /* 📦 Check Pods Manifest.lock */, + BCA592620202EE5EBFCD3DCA /* 📦 Check Pods Manifest.lock */, + 99EF583910BFA3B053CE8591 /* [CP] Check Pods Manifest.lock */, 3E6CC3701CF2A94B00E00A70 /* Sources */, 3E6CC3711CF2A94B00E00A70 /* Frameworks */, 3E6CC3721CF2A94B00E00A70 /* Resources */, - E5E78F727C025682CA6C7DBC /* 📦 Copy Pods Resources */, + E5E78F727C025682CA6C7DBC /* [CP] Copy Pods Resources */, + 8BE7DC0B35EAB7F5975A58B8 /* 📦 Copy Pods Resources */, ); buildRules = ( ); @@ -440,6 +429,7 @@ TargetAttributes = { 3E6CC3521CF2A94B00E00A70 = { CreatedOnToolsVersion = 7.3.1; + DevelopmentTeam = AP9PJ45KS8; }; 3E6CC3681CF2A94B00E00A70 = { CreatedOnToolsVersion = 7.3.1; @@ -481,7 +471,6 @@ 3E7CF3FE1CF5FF8200F486B2 /* GoogleService-Info.plist in Resources */, 3E1AA4301D0D9B3F005FCCBB /* Main.storyboard in Resources */, 3E6CC3601CF2A94B00E00A70 /* Assets.xcassets in Resources */, - 3EA6689F1D0278E900EE57A8 /* TradingProxy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -502,7 +491,82 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 057830C90EFCCD7B10B4BA6D /* 📦 Embed Pods Frameworks */ = { + 057830C90EFCCD7B10B4BA6D /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 2496EED87CE01F1EAE73BD6A /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 2A9BA63E4CE4638416B6A19E /* 📦 Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "📦 Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + 5DEC03FE0948D72B49061A3C /* 📦 Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "📦 Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 6484261450FDD9D1DF56ED0B /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 7A9D276114F95F89DAFE1AF3 /* 📦 Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -517,7 +581,82 @@ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 2496EED87CE01F1EAE73BD6A /* 📦 Copy Pods Resources */ = { + 8BE7DC0B35EAB7F5975A58B8 /* 📦 Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "📦 Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Vendoo-VendooUITests/Pods-Vendoo-VendooUITests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 8D532FDF55F208776F1284EF /* 📦 Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "📦 Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + 99EF583910BFA3B053CE8591 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + 9F58E69456F56F20E6643056 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + A89EA347AD44796A1A56446E /* 📦 Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "📦 Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Vendoo-VendooTests/Pods-Vendoo-VendooTests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + B01688A25CD5C8E51F5A75BF /* 📦 Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -532,59 +671,14 @@ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Vendoo/Pods-Vendoo-resources.sh\"\n"; showEnvVarsInLog = 0; }; - 6484261450FDD9D1DF56ED0B /* 📦 Copy Pods Resources */ = { + BB2BE6BA5C2D594FCCDF5838 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "📦 Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 99EF583910BFA3B053CE8591 /* 📦 Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "📦 Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 9F58E69456F56F20E6643056 /* 📦 Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "📦 Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - BB2BE6BA5C2D594FCCDF5838 /* 📦 Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "📦 Embed Pods Frameworks"; + name = "[CP] Embed Pods Frameworks"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; @@ -592,22 +686,7 @@ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-VendooTests/Pods-VendooTests-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - E5E78F727C025682CA6C7DBC /* 📦 Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "📦 Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - F467CC8AF77423C2B3AAB223 /* 📦 Check Pods Manifest.lock */ = { + BCA592620202EE5EBFCD3DCA /* 📦 Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -622,6 +701,36 @@ shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; showEnvVarsInLog = 0; }; + E5E78F727C025682CA6C7DBC /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-VendooUITests/Pods-VendooUITests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + F467CC8AF77423C2B3AAB223 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -634,7 +743,6 @@ 3E4897D11D0067030069F742 /* FirebaseManager.swift in Sources */, 3E1AA4351D0DD173005FCCBB /* SettingsViewController.swift in Sources */, 3E0F76FC1D01B2D7004A0159 /* Listing.swift in Sources */, - 3E7CF4041CF6450D00F486B2 /* ListingObject.swift in Sources */, 3E6CC3571CF2A94B00E00A70 /* AppDelegate.swift in Sources */, 3EC3251E1CF734C100626C48 /* NetworksTableViewController.swift in Sources */, 3EC325201CF7C3AB00626C48 /* NetworkTableViewCell.swift in Sources */, @@ -652,6 +760,7 @@ 3EC325151CF7104300626C48 /* ItemTableViewController.swift in Sources */, 3EFB0E331D0B968300A05D7A /* SideMenuView.swift in Sources */, 3E1B1F091D24926C00DBCF08 /* EbaySettingsViewController.swift in Sources */, + 3EDE75AE1D67B92F00BC3472 /* CategoryPopUpController.swift in Sources */, 3E6CC3591CF2A94B00E00A70 /* SignInViewController.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -701,7 +810,6 @@ /* Begin XCBuildConfiguration section */ 3E6CC37B1CF2A94B00E00A70 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9F6F7897E53ED9583C965E3 /* Pods-Vendoo.debug.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; @@ -738,6 +846,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 9.3; + LINK_WITH_STANDARD_LIBRARIES = YES; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -751,7 +860,6 @@ }; 3E6CC37C1CF2A94B00E00A70 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6979B7B8AF7AC049C2F23196 /* Pods-Vendoo.release.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; @@ -782,7 +890,9 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 9.3; + LINK_WITH_STANDARD_LIBRARIES = YES; MTL_ENABLE_DEBUG_INFO = NO; + ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_OBJC_BRIDGING_HEADER = ""; TARGETED_DEVICE_FAMILY = "1,2"; @@ -794,17 +904,19 @@ }; 3E6CC37E1CF2A94B00E00A70 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9F6F7897E53ED9583C965E3 /* Pods-Vendoo.debug.xcconfig */; + baseConfigurationReference = E16BF843456476262BD075A1 /* Pods-Vendoo.debug.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = "\"Vendoo/**\" \"Pods/**\""; INFOPLIST_FILE = Vendoo/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LINK_WITH_STANDARD_LIBRARIES = YES; New_Setting = ""; - ONLY_ACTIVE_ARCH = NO; + ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( "$(inherited)", "-l\"c++\"", @@ -880,26 +992,30 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.Kroleo.Vendoo; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + SDKROOT = iphoneos; SWIFT_INCLUDE_PATHS = ""; SWIFT_OBJC_BRIDGING_HEADER = "Vendoo/Vendoo-Bridging-Header.h"; USER_HEADER_SEARCH_PATHS = "\"Vendoo/**\" \"Pods/**\""; - VALID_ARCHS = "arm64 armv7 armv7"; + VALID_ARCHS = "arm64 armv7 armv7s"; }; name = Debug; }; 3E6CC37F1CF2A94B00E00A70 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6979B7B8AF7AC049C2F23196 /* Pods-Vendoo.release.xcconfig */; + baseConfigurationReference = F4EEC78476192D3033A50037 /* Pods-Vendoo.release.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; GCC_SYMBOLS_PRIVATE_EXTERN = YES; INCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = "\"Vendoo/**\" \"Pods/**\""; INFOPLIST_FILE = Vendoo/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LINK_WITH_STANDARD_LIBRARIES = YES; New_Setting = ""; - ONLY_ACTIVE_ARCH = NO; + ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( "$(inherited)", "-l\"c++\"", @@ -975,16 +1091,18 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.Kroleo.Vendoo; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + SDKROOT = iphoneos; SWIFT_INCLUDE_PATHS = ""; SWIFT_OBJC_BRIDGING_HEADER = "Vendoo/Vendoo-Bridging-Header.h"; USER_HEADER_SEARCH_PATHS = "\"Vendoo/**\" \"Pods/**\""; - VALID_ARCHS = "arm64 armv7 armv7"; + VALID_ARCHS = "arm64 armv7 armv7s"; }; name = Release; }; 3E6CC3811CF2A94B00E00A70 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 06804DD03B93C7E2714D5566 /* Pods-VendooTests.debug.xcconfig */; + baseConfigurationReference = E25BEE3F146F38C121B72346 /* Pods-Vendoo-VendooTests.debug.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; INFOPLIST_FILE = VendooTests/Info.plist; @@ -998,7 +1116,7 @@ }; 3E6CC3821CF2A94B00E00A70 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1B0AD5D22E5B4D8197481769 /* Pods-VendooTests.release.xcconfig */; + baseConfigurationReference = E2F692D9C9BF2781499C4131 /* Pods-Vendoo-VendooTests.release.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; INFOPLIST_FILE = VendooTests/Info.plist; @@ -1012,7 +1130,7 @@ }; 3E6CC3841CF2A94B00E00A70 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F04540FDEF587384AABE5D4B /* Pods-VendooUITests.debug.xcconfig */; + baseConfigurationReference = A44ED233D6B5454EF92FEB08 /* Pods-Vendoo-VendooUITests.debug.xcconfig */; buildSettings = { INFOPLIST_FILE = VendooUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -1025,7 +1143,7 @@ }; 3E6CC3851CF2A94B00E00A70 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 368DE81C9F5991477528A929 /* Pods-VendooUITests.release.xcconfig */; + baseConfigurationReference = 3AB871700182B3C683FC9049 /* Pods-Vendoo-VendooUITests.release.xcconfig */; buildSettings = { INFOPLIST_FILE = VendooUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; diff --git a/Vendoo.xcodeproj/project.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate b/Vendoo.xcodeproj/project.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate index ff56d4d..06b8adb 100644 Binary files a/Vendoo.xcodeproj/project.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate and b/Vendoo.xcodeproj/project.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Vendoo.xcworkspace/xcshareddata/Vendoo.xcscmblueprint b/Vendoo.xcworkspace/xcshareddata/Vendoo.xcscmblueprint deleted file mode 100644 index c91593c..0000000 --- a/Vendoo.xcworkspace/xcshareddata/Vendoo.xcscmblueprint +++ /dev/null @@ -1,30 +0,0 @@ -{ - "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "A19E30B46E376221BA857AAEF4A8709E78AC4F1E", - "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { - - }, - "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { - "2079FCD6EC349AEFB6C50B82CE5C2C9BE898E484" : 0, - "A19E30B46E376221BA857AAEF4A8709E78AC4F1E" : 0 - }, - "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "ABB61D7B-98E4-4514-A26A-4F2C83856662", - "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { - "2079FCD6EC349AEFB6C50B82CE5C2C9BE898E484" : "..\/Vendoo", - "A19E30B46E376221BA857AAEF4A8709E78AC4F1E" : "Vendoo\/" - }, - "DVTSourceControlWorkspaceBlueprintNameKey" : "Vendoo", - "DVTSourceControlWorkspaceBlueprintVersion" : 204, - "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "Vendoo.xcworkspace", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/kroleo\/Vendoo.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "2079FCD6EC349AEFB6C50B82CE5C2C9BE898E484" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/bitbucket.org\/vendoo\/vendoo_v1.0", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "A19E30B46E376221BA857AAEF4A8709E78AC4F1E" - } - ] -} \ No newline at end of file diff --git a/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate b/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate index 325e34c..fff33d0 100644 Binary files a/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate and b/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate-base b/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate-base deleted file mode 100644 index fdaef2a..0000000 Binary files a/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate-base and /dev/null differ diff --git a/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate-ours b/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate-ours deleted file mode 100644 index 8a12093..0000000 Binary files a/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate-ours and /dev/null differ diff --git a/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate-theirs b/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate-theirs deleted file mode 100644 index c5d7912..0000000 Binary files a/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/UserInterfaceState.xcuserstate-theirs and /dev/null differ diff --git a/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index dfbaa09..d9f43cb 100644 --- a/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/Vendoo.xcworkspace/xcuserdata/okechi.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -9,45 +9,29 @@ shouldBeEnabled = "No" ignoreCount = "0" continueAfterRunningActions = "No" - filePath = "Vendoo/EtsyRESTAPIManager.swift" - timestampString = "491361523.935232" + filePath = "Vendoo/EbayWebServiceManager.swift" + timestampString = "493665751.744" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "231" - endingLineNumber = "231" - landmarkName = "authorizeApp(_:)" + startingLineNumber = "517" + endingLineNumber = "517" + landmarkName = "parser(_:foundCharacters:)" landmarkType = "5"> - - - - @@ -57,13 +41,13 @@ shouldBeEnabled = "No" ignoreCount = "0" continueAfterRunningActions = "No" - filePath = "Vendoo/EtsyRESTAPIManager.swift" - timestampString = "491361523.935232" + filePath = "Vendoo/EbayWebServiceManager.swift" + timestampString = "493665751.744" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "523" - endingLineNumber = "523" - landmarkName = "sendPOSTRequest(_:body:onCompletion:)" + startingLineNumber = "248" + endingLineNumber = "248" + landmarkName = "listItem(_:completion:)" landmarkType = "5"> @@ -73,253 +57,13 @@ shouldBeEnabled = "Yes" ignoreCount = "0" continueAfterRunningActions = "No" - filePath = "Vendoo/EtsyRESTAPIManager.swift" - timestampString = "491361523.935232" - startingColumnNumber = "9223372036854775807" - endingColumnNumber = "9223372036854775807" - startingLineNumber = "403" - endingLineNumber = "403" - landmarkName = "sendGETRequest(_:onCompletion:)" - landmarkType = "5"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -329,13 +73,13 @@ shouldBeEnabled = "No" ignoreCount = "0" continueAfterRunningActions = "No" - filePath = "Vendoo/EtsyRESTAPIManager.swift" - timestampString = "491485573.176495" + filePath = "Vendoo/EbayWebServiceManager.swift" + timestampString = "493665751.744" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "637" - endingLineNumber = "637" - landmarkName = "sendPOSTRequest(_:body:onCompletion:)" + startingLineNumber = "252" + endingLineNumber = "252" + landmarkName = "listItem(_:completion:)" landmarkType = "5"> @@ -345,284 +89,76 @@ shouldBeEnabled = "No" ignoreCount = "0" continueAfterRunningActions = "No" - filePath = "Vendoo/EtsyRESTAPIManager.swift" - timestampString = "491485573.176495" + filePath = "Vendoo/CategoriesTableViewController.swift" + timestampString = "493602540.110913" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "653" - endingLineNumber = "653" - landmarkName = "sendPOSTRequest(_:body:onCompletion:)" + startingLineNumber = "575" + endingLineNumber = "575" + landmarkName = "tableView(_:didSelectRowAtIndexPath:)" landmarkType = "5"> - - - - + startingLineNumber = "546" + endingLineNumber = "546" + offsetFromSymbolStart = "15"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + startingLineNumber = "546" + endingLineNumber = "546" + offsetFromSymbolStart = "1620"> @@ -633,60 +169,60 @@ shouldBeEnabled = "No" ignoreCount = "0" continueAfterRunningActions = "No" - filePath = "Vendoo/EtsyRESTAPIManager.swift" - timestampString = "491460836.27789" + filePath = "Vendoo/CategoryPopUpController.swift" + timestampString = "493584180.958182" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "582" - endingLineNumber = "582" - landmarkName = "sendPOSTRequest(_:body:onCompletion:)" + startingLineNumber = "21" + endingLineNumber = "21" + landmarkName = "viewDidLoad()" landmarkType = "5"> + startingLineNumber = "80" + endingLineNumber = "80" + offsetFromSymbolStart = "6470"> + startingLineNumber = "80" + endingLineNumber = "80" + offsetFromSymbolStart = "4987"> @@ -694,48 +230,432 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -746,92 +666,28 @@ ignoreCount = "0" continueAfterRunningActions = "No" filePath = "Vendoo/ListingPreviewViewController.swift" - timestampString = "491663148.106172" + timestampString = "493663551.342447" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "319" - endingLineNumber = "319" + startingLineNumber = "268" + endingLineNumber = "268" landmarkName = "publishItem(_:)" landmarkType = "5"> - - - - - - - - - - - - - - @@ -842,11 +698,11 @@ ignoreCount = "0" continueAfterRunningActions = "No" filePath = "Vendoo/ListingPreviewViewController.swift" - timestampString = "491705464.709697" + timestampString = "493662437.215315" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "326" - endingLineNumber = "326" + startingLineNumber = "500" + endingLineNumber = "500" landmarkName = "publishItem(_:)" landmarkType = "5"> @@ -857,13 +713,29 @@ shouldBeEnabled = "Yes" ignoreCount = "0" continueAfterRunningActions = "No" - filePath = "Vendoo/FacebookGraphAPIManager.swift" - timestampString = "491705591.378973" + filePath = "Vendoo/EbayWebServiceManager.swift" + timestampString = "493665751.744" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "187" - endingLineNumber = "187" - landmarkName = "makePOSTResquest(_:params:onComplete:)" + startingLineNumber = "212" + endingLineNumber = "212" + landmarkName = "addImagesToListing(_:imageURL:onCompletion:)" + landmarkType = "5"> + + + + diff --git a/Vendoo/.DS_Store b/Vendoo/.DS_Store index 1b9a41c..8d98363 100644 Binary files a/Vendoo/.DS_Store and b/Vendoo/.DS_Store differ diff --git a/Vendoo/CategoriesTableViewController.swift b/Vendoo/CategoriesTableViewController.swift index f654cea..c8e14c9 100644 --- a/Vendoo/CategoriesTableViewController.swift +++ b/Vendoo/CategoriesTableViewController.swift @@ -8,7 +8,7 @@ import UIKit -class CategoriesTableViewController: UIViewController, UITableViewDelegate, UITableViewDataSource { +class CategoriesTableViewController: UIViewController, UITableViewDelegate, UITableViewDataSource, UIPopoverPresentationControllerDelegate { private var itemListingDictionary: Dictionary! = Dictionary() private var graphManager: FacebookGraphAPIManager! = nil @@ -16,37 +16,63 @@ class CategoriesTableViewController: UIViewController, UITableViewDelegate, UITa private var etsyManager: EtsyRESTAPIManager! = nil private var ebayManager: EbayWebServiceManager! = EbayWebServiceManager() private var selectedCategory: String! + private var selectedSub: String! private var categories = ["Accessories", + "Antiques", "Art", - "Bath & Beauty", + "Baby", "Bags & Purses", + "Bath, Beauty & Health", "Books", + "Business & Industrial", + "Cameras & Photo", "Candles", + "Cell Phones & Accessories", "Ceramics & Pottery", "Children", - "Clothing", + "Clothing & Shoes", + "Coins & Paper Money", + "Collectibles", + "Computers/Tablets & Networking", + "Consumer Electronics", + "Crafts", "Crochet", "Dolls & Miniatures", + "DVDs & Movies", + "Entertainment Memorabilia", "Everything Else", "Furniture", "Geekery", + "Gift Cards & Coupons", "Glass", "Holidays", - "Houseware", - "Jewelry", + "Home/Houseware & Garden", + "Jewelry & Watches", "Knitting", "Music", + "Musical Instruments & Gear", "Needlecraft", "Paper Goods", "Patterns", + "Pet Supplies", + "Pottery & Glass", "Plants and Edibles", "Quilts", + "Real Estate", + "Specialty Services", + "Sporting Goods", + "Sports Memorabilia & Fan Shop", + "Stamps", "Supplies", - "Toys", + "Tickets & Experiences", + "Toys & Hobbies", + "Travel", + "Video Games & Consoles", "Vintage", "Wedding", "Woodworking"] + @IBOutlet weak var table: UITableView! @@ -101,7 +127,396 @@ class CategoriesTableViewController: UIViewController, UITableViewDelegate, UITa dispatch_async(dispatch_get_main_queue(), { cell.categoryName.text = self.categories[indexPath.row] - //ebay + switch (cell.categoryName.text!) { + case ("Accessories") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Antiques") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Art") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Baby") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Bags & Purses") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Bath, Beauty & Health") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Books") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Business & Industrial") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Cameras & Photo") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Candles") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Cell Phones & Accessories") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Clothing & Shoes") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Ceramics & Pottery") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Children") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Coins & Paper Money") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Collectibles") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Computers/Tablets & Networking") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Consumer Electronics") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Crafts") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Dolls & Miniatures") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("DVDs & Movies") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Entertainment Memorabilia") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Everything Else") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Furniture") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Gift Cards & Coupons") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Geekery") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Glass") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Holidays") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Home/Houseware & Garden") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Jewelry & Watches") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Knitting") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Music") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Musical Instruments & Gear") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Needlecraft") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Paper Goods") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Patterns") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Pet Supplies") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Pottery & Glass") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Plants and Edibles") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Quilts") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Real Estate") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Specialty Services") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Sporting Goods") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Sports Memorabilia & Fan Shop") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Stamps") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Supplies") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Tickets & Experiences") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Toys & Hobbies") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Travel") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Video Games & Consoles") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = true //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = false //ebay + //ask to drill into ebay categories + cell.shouldAskAboutLeafCategories = true + break + case ("Vintage") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Wedding") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + case ("Woodworking") : + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = false //facebook + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 2, inSection: 0))?.hidden = false //etsy + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 1, inSection: 0))?.hidden = true //amazon + cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true //ebay + break + default: + break + } + + /*//ebay if(true){ cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 0, inSection: 0))?.hidden = true } @@ -117,7 +532,7 @@ class CategoriesTableViewController: UIViewController, UITableViewDelegate, UITa //facebook if(false){ cell.networks.cellForItemAtIndexPath(NSIndexPath(forRow: 3, inSection: 0))?.hidden = true - } + }*/ }) @@ -125,10 +540,55 @@ class CategoriesTableViewController: UIViewController, UITableViewDelegate, UITa return cell } + /* + For certain marketplaces such as ebay, leaf categories must be used when posting + */ + func navigateCategories () { + self.providesPresentationContextTransitionStyle = true + self.definesPresentationContext = true + self.modalPresentationStyle = UIModalPresentationStyle.OverCurrentContext + var popoverContent = self.storyboard?.instantiateViewControllerWithIdentifier("NavigateCategory") as! CategoryPopUpController + popoverContent.modalPresentationStyle = UIModalPresentationStyle.Popover + var popover = popoverContent.popoverPresentationController + popoverContent.preferredContentSize = CGSizeMake(50,50) + popover!.delegate = self + popover!.sourceView = self.view + popover!.sourceRect = CGRectMake(100,100,50,50) + + popoverContent.setManagers(self.ebayManager) + popoverContent.loadCategories(self.selectedCategory, selectedCatCompletion: { + (categoryID, error) -> Void in + self.selectedSub = categoryID as! String + self.dismissViewControllerAnimated(true, completion: { + () -> Void in + self.performSegueWithIdentifier("NetworkSelectionSegue", sender: self) + }) + }) + + self.presentViewController(popoverContent, animated: true, completion: nil) + } func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) { self.selectedCategory = self.categories[indexPath.row] - self.performSegueWithIdentifier("NetworkSelectionSegue", sender: self) + let cell: CategoryCell! = tableView.cellForRowAtIndexPath(indexPath) as! CategoryCell//tableView.dequeueReusableCellWithIdentifier("CategoryCell", forIndexPath: indexPath) as? CategoryCell + if(cell.shouldAskAboutLeafCategories){ + var alert = UIAlertController(title: "Explore Subcategories", message: "Would you like to see the subcategories for \(self.selectedCategory). NOTE: Only Required If Posting to Ebay", preferredStyle: .Alert) + + alert.addAction(UIAlertAction(title: "Yes", style: .Default, handler: {(action: UIAlertAction!) in + self.navigateCategories() + })) + + alert.addAction(UIAlertAction(title: "Cancel", style: .Cancel, handler: {(action: UIAlertAction!) in + })) + alert.addAction(UIAlertAction(title: "No", style: .Default, handler: {(action: UIAlertAction!) in + self.performSegueWithIdentifier("NetworkSelectionSegue", sender: self) + })) + self.presentViewController(alert, animated: true, completion: nil) + + } + else { + self.performSegueWithIdentifier("NetworkSelectionSegue", sender: self) + } } /* @@ -176,6 +636,7 @@ class CategoriesTableViewController: UIViewController, UITableViewDelegate, UITa if(segue.identifier == "NetworkSelectionSegue") { self.itemListingDictionary["category"] = self.selectedCategory + self.itemListingDictionary["ebaySubCategoryID"] = self.selectedSub (segue.destinationViewController as! NetworksTableViewController).setListingDictionary(self.itemListingDictionary) (segue.destinationViewController as! NetworksTableViewController).setManagers(self.graphManager, fireManager: self.firManager, ebayManager: self.ebayManager, etsyManager: self.etsyManager ) diff --git a/Vendoo/CategoryCell.swift b/Vendoo/CategoryCell.swift index c71f8aa..28aff5d 100644 --- a/Vendoo/CategoryCell.swift +++ b/Vendoo/CategoryCell.swift @@ -12,6 +12,7 @@ class CategoryCell: UITableViewCell, UICollectionViewDelegate { @IBOutlet weak var categoryName: UILabel! @IBOutlet weak var networks: UICollectionView! + var shouldAskAboutLeafCategories = false override func awakeFromNib() { diff --git a/Vendoo/CategoryPopUpController.swift b/Vendoo/CategoryPopUpController.swift new file mode 100644 index 0000000..8807fc1 --- /dev/null +++ b/Vendoo/CategoryPopUpController.swift @@ -0,0 +1,130 @@ +// +// CategoryPopUpController.swift +// Vendoo +// +// Created by Okechi Onyeje on 8/19/16. +// Copyright © 2016 Okechi Onyeje. All rights reserved. +// + +import UIKit + +class CategoryPopUpController: UIViewController { + @IBOutlet weak var table: UITableView! + + var categoryList: [Int: AnyObject] = Dictionary>() + var parentCategory: [String] = [] + var ebayManager: EbayWebServiceManager! + private var completion: ServiceResponse! + + + override func viewDidLoad() { + super.viewDidLoad() + + self.table.delegate = self + self.table.dataSource = self + // Uncomment the following line to preserve selection between presentations + + + } + + override func didReceiveMemoryWarning() { + super.didReceiveMemoryWarning() + // Dispose of any resources that can be recreated. + } + + func setManagers(ebayManager: EbayWebServiceManager){ + self.ebayManager = ebayManager + } + + //@FIXME: Fix category selection for retrieving categories id values, hybrid categories don't work with this and have to manually add these + func loadCategories( selectedCategory: String, selectedCatCompletion: ServiceResponse?) { + self.parentCategory.append(selectedCategory) + var catCode: String! + + if(self.parentCategory.count == 1) { + var dict = EbayWebServiceManager.settingsDictionary["categories"] as! Dictionary> + var infoDict = dict[selectedCategory]! + catCode = infoDict["cat_id"] as! String + self.completion = selectedCatCompletion + }else { + for (index, catInfo) in self.categoryList { + let level = Int(catInfo["level"] as! String) + if(( level! == (self.parentCategory.count))) { + let name = catInfo["name"] as! String + if ((name == selectedCategory)){ + catCode = catInfo["id"] as! String + break + } + } + } + } + + self.ebayManager.getSubCategories(selectedCategory, detailLevel: self.parentCategory.count + 1, catCode: catCode, onCompletion: { + (dict, error) -> Void in + var index = 0 + for (category, information) in dict as! Dictionary> { + if(Int(information["level"] as! String) == (self.parentCategory.count + 1)) { + self.categoryList[index] = Dictionary() + var categoryDict = self.categoryList[index]! as! Dictionary + + categoryDict["name"] = category + categoryDict["isLeaf"] = information["isLeaf"] as! Bool + categoryDict["id"] = information["cat_id"] as! String + categoryDict["level"] = information["level"] as! String + + self.categoryList[index] = categoryDict + + index+=1 + } + } + self.table.reloadData() + }) + } + + @IBAction func navigateBack() { + self.categoryList = Dictionary>() + if(self.parentCategory.count == 1) { + self.parentCategory.popLast() + self.presentingViewController?.dismissViewControllerAnimated(true, completion: nil) + } + else { + self.parentCategory.popLast() + self.loadCategories(self.parentCategory.popLast()! as String, selectedCatCompletion: nil) + } + } +} + +extension CategoryPopUpController : UITableViewDelegate { + func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) { + let cell = self.table.cellForRowAtIndexPath(indexPath) + var categoryDict = categoryList[indexPath.row] as! Dictionary + + if (!(categoryDict["isLeaf"] as! Bool)) { + self.loadCategories((cell?.textLabel?.text!)!, selectedCatCompletion: nil) + }else { + self.completion(categoryDict["id"] as! String, nil) + } + } +} + +extension CategoryPopUpController: UITableViewDataSource { + + func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int { + return self.categoryList.count + } + + func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell { + let cell = self.table.dequeueReusableCellWithIdentifier("SubCat Cell") + var categoryDict = categoryList[indexPath.row] as! Dictionary + + cell?.textLabel?.text = categoryDict["name"] as? String + if (categoryDict["isLeaf"] as! Bool) { + dispatch_async(dispatch_get_main_queue(), { + cell?.accessoryView?.hidden = true + }) + } + + return cell! + } + +} diff --git a/Vendoo/EbaySettingsViewController.swift b/Vendoo/EbaySettingsViewController.swift index f4229fc..c916219 100644 --- a/Vendoo/EbaySettingsViewController.swift +++ b/Vendoo/EbaySettingsViewController.swift @@ -20,6 +20,8 @@ class EbaySettingsViewController: UIViewController { @IBOutlet weak var ebaySite: UIButton! + @IBOutlet weak var postalCode: UIButton! + @IBOutlet weak var shippingBtn: UIButton! @IBOutlet weak var paymentBtn: UIButton! @@ -38,6 +40,8 @@ class EbaySettingsViewController: UIViewController { // Do any additional setup after loading the view. if(wereDefaultsChanged) { //change button labels to reflect user selected defaults + }else{ + } dispatch_async(dispatch_get_main_queue(), { print(EbayWebServiceManager.settingsDictionary["userID"] as? String) @@ -100,6 +104,10 @@ extension EbaySettingsViewController { @IBAction func selectShipping(sender: AnyObject) { } + @IBAction func selectPostalCode(sender: AnyObject) { + + } + @IBAction func selectPayment(sender: AnyObject) { } diff --git a/Vendoo/EbayWebServiceManager.swift b/Vendoo/EbayWebServiceManager.swift index 748bd93..59d8111 100644 --- a/Vendoo/EbayWebServiceManager.swift +++ b/Vendoo/EbayWebServiceManager.swift @@ -15,8 +15,8 @@ protocol EbayWebServiceManagerDelegate { class EbayWebServiceManager: NSObject { - - + + //API Manager class variables //----------------------------------------------// let baseURL = "https://api.sandbox.ebay.com/ws/api.dll" @@ -26,20 +26,25 @@ class EbayWebServiceManager: NSObject { private var certID: String! private var mutableData: NSMutableData = NSMutableData() private var currentElementName:NSString = "" + private var catID: NSString! + private var catLevel: NSString! + private var currentCategory: String! + private var catDetailLevel: Int! = 1 private var userEmail:String = (NSUserDefaults.standardUserDefaults().objectForKey("email") as? String)! private var signinURL: String! private var xmlResponseDictionary: Dictionary = Dictionary() var delegate: EbayWebServiceManagerDelegate? var isAuthorized: Bool = NSUserDefaults.standardUserDefaults().boolForKey("ebayAuthorized") static var settingsDictionary = Dictionary() - //let tradingClient = EBayTradingServiceClient.sharedClient() + private var subCategories = Dictionary>() + private var completion: ServiceResponse! + private var isGettingSubCategories: Bool = false + private var isRevisingListing: Bool = false //---------------------------------------------// - //let tradingClient = SOAPEngine() override init(){ super.init() - // self.tradingClient.debug = true if let path = NSBundle.mainBundle().pathForResource("Services", ofType: "plist"), dict = NSDictionary(contentsOfFile: path) as? [String: AnyObject] { self.apiKey = ((dict["Ebay"] as! Dictionary)["consumerKey"] as! String) @@ -58,7 +63,7 @@ class EbayWebServiceManager: NSObject { EbayWebServiceManager.settingsDictionary = (NSUserDefaults.standardUserDefaults().objectForKey("ebaySettings") as? Dictionary)! } else{ - + EbayWebServiceManager.settingsDictionary = ([ "listingType":"FixedPriceItem", "condition":"1500", @@ -74,7 +79,7 @@ class EbayWebServiceManager: NSObject { ], "payment":"PayPal", "return":"ReturnsNotAccepted", - "postalCode":"00000" + "postalCode":"21216" ] as Dictionary) @@ -82,13 +87,13 @@ class EbayWebServiceManager: NSObject { NSUserDefaults.standardUserDefaults().setBool(true, forKey: "ebayDefaultsOverriden") } - + } } func reinit() { - + EbayWebServiceManager.settingsDictionary = (NSUserDefaults.standardUserDefaults().objectForKey("ebaySettings") as? Dictionary)! } @@ -117,7 +122,7 @@ extension EbayWebServiceManager { var mutableData : Void = NSMutableData.initialize() } } - + func authorizeApp(){ let soapMessage = "" + @@ -128,10 +133,10 @@ extension EbayWebServiceManager { let url = NSURL(string: self.baseURL) let theRequest = NSMutableURLRequest(URL: url!) theRequest.addValue("GetSessionID", forHTTPHeaderField: "X-EBAY-API-CALL-NAME") - + self.requestMaker(soapMessage, theRequest: theRequest) - + } func deauthorizeApp(){ @@ -164,18 +169,163 @@ extension EbayWebServiceManager { } } - func listItem(){ + private func getPaypalEmail(onCompletion: ServiceResponse){ + var soapMessage = "" + + "" + + "" + + "\(self.xmlResponseDictionary["eBayAuthToken"] as! String)" + + "" + soapMessage = soapMessage + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "true" + + "en_US" + + " string High" + + "" + + let url = NSURL(string: self.baseURL) + let theRequest = NSMutableURLRequest(URL: url!) + theRequest.addValue("GetUserPreferences", forHTTPHeaderField: "X-EBAY-API-CALL-NAME") + self.completion = onCompletion + self.requestMaker(soapMessage, theRequest: theRequest) + } + + func addImagesToListing(listingID: String, imageURL: String, onCompletion: ServiceResponse) { + + var soapMessage = "" + + "" + + "" + + "\(self.xmlResponseDictionary["eBayAuthToken"] as! String)" + + "" + + soapMessage = soapMessage + "en_US" + + "" + + "\(listingID)" + + "" + + "\(imageURL.stringByReplacingOccurrencesOfString("&", withString: "&"))" + + "" + + "" + + let url = NSURL(string: self.baseURL) + let theRequest = NSMutableURLRequest(URL: url!) + theRequest.addValue("ReviseItem", forHTTPHeaderField: "X-EBAY-API-CALL-NAME") + self.completion = onCompletion + self.requestMaker(soapMessage, theRequest: theRequest) + + } + + func listItem(params: [String: String], completion: ServiceResponse?){ + var dict = EbayWebServiceManager.settingsDictionary + var emailRetrievalGroup = dispatch_group_create() + var soapMessage = "" + + "" + + "" + + "\(self.xmlResponseDictionary["eBayAuthToken"] as! String)" + + "" + + if((dict["payment"] as? String) == "PayPal") { + dispatch_group_enter(emailRetrievalGroup) + if((EbayWebServiceManager.settingsDictionary["paypal_email"]) == nil) { + self.getPaypalEmail({ + (any, error) -> Void in + dispatch_group_leave(emailRetrievalGroup) + }) + + }else { + dispatch_group_leave(emailRetrievalGroup) + } + + + dispatch_group_notify(emailRetrievalGroup, dispatch_get_main_queue(), { + soapMessage = soapMessage + "" + + "\(params["title"] as String!)" + + "\(params["description"] as String!)" + + "" + + "\(params["category_id"] as String!)" + + "" + + "\(params["price"] as String!)" + + "\(dict["condition"] as! String!)" + + "US" + + "USD" + + "3" + + "\(dict["listingDuration"] as! String!)" + + "\(dict["listingType"] as! String!)" + + "\(dict["payment"] as! String!)" + + "\(dict["paypal_email"] as! String!)" + + "\(dict["postalCode"] as! String!)" + + "\(params["quantity"] as String!)" + + "" + + "\(dict["return"] as! String!)" + + "Vendoo requires seller to set up return policy manually." + + "" + + "" + + "" + + "\(dict["shipping"]!["shippingServicePriority"] as! String!)" + + "\(dict["shipping"]!["shippingService"] as! String!)" + + "0.00" + + "\(dict["shipping"]!["shippingServiceAdditionalCost"] as! String!)" + + "" + + "" + + "US" + + "" + + let url = NSURL(string: self.baseURL) + let theRequest = NSMutableURLRequest(URL: url!) + theRequest.addValue("AddItem", forHTTPHeaderField: "X-EBAY-API-CALL-NAME") + self.completion = completion! + self.requestMaker(soapMessage, theRequest: theRequest) + + }) + } } func fetchToken() { let soapMessage = "" + - "\(self.xmlResponseDictionary["SessionID"] as! String!)" + "\(self.xmlResponseDictionary["SessionID"] as! String!)" let url = NSURL(string: self.baseURL) let theRequest = NSMutableURLRequest(URL: url!) theRequest.addValue("FetchToken", forHTTPHeaderField: "X-EBAY-API-CALL-NAME") - + + self.requestMaker(soapMessage, theRequest: theRequest) + } + + func getSubCategories(selectedCategory: String, detailLevel: Int, catCode: String, onCompletion: ServiceResponse) { + self.isGettingSubCategories = true + //var dict = EbayWebServiceManager.settingsDictionary["categories"]! + var soapMessage = "" + + "" + + "" + + "\(self.xmlResponseDictionary["eBayAuthToken"] as! String)" + soapMessage = soapMessage + "" + + "\(catCode)" + + "0" + + "ReturnAll\(detailLevel)" + + "" + + let url = NSURL(string: self.baseURL) + let theRequest = NSMutableURLRequest(URL: url!) + theRequest.addValue("GetCategories", forHTTPHeaderField: "X-EBAY-API-CALL-NAME") + + self.completion = onCompletion + self.catDetailLevel = detailLevel self.requestMaker(soapMessage, theRequest: theRequest) } } @@ -195,13 +345,17 @@ extension EbayWebServiceManager: NSURLConnectionDelegate { func connectionDidFinishLoading(connection: NSURLConnection!) { let response = NSString(data: mutableData, encoding: NSUTF8StringEncoding) + print(response) - let xmlParser = NSXMLParser(data: mutableData) + var response_fixed = response!.stringByReplacingOccurrencesOfString("&", withString: "and") + let data_fixed = response_fixed.dataUsingEncoding(NSUTF8StringEncoding) + print(response_fixed) + let xmlParser = NSXMLParser(data: data_fixed!) xmlParser.delegate = self xmlParser.parse() xmlParser.shouldResolveExternalEntities = true } - + func connection(connection: NSURLConnection, willSendRequestForAuthenticationChallenge challenge: NSURLAuthenticationChallenge) { challenge.sender!.performDefaultHandlingForAuthenticationChallenge!(challenge) @@ -217,6 +371,21 @@ extension EbayWebServiceManager: NSXMLParserDelegate { func parser(parser: NSXMLParser, foundCharacters string: String) { switch (self.currentElementName) { + + /* + This case will be developed further to allow error handling with ebay and stateful operations + */ + case "Ack": + if(string == "Success") { + if(isRevisingListing) { + self.completion(nil, nil) + self.isRevisingListing = false + } + } + break + /* + Used to authorize user to allow posting new listings to ebay sites and fetches all necessary information when posting to Ebay + */ case "SessionID": self.xmlResponseDictionary["SessionID"] = string var str = "\(signinURL)&SessID=\(string)" @@ -275,14 +444,96 @@ extension EbayWebServiceManager: NSXMLParserDelegate { } break - case "HardExpirationTime" : - print(string) + case "DefaultPayPalEmailAddress": + var dict = (EbayWebServiceManager.settingsDictionary) + dict["paypal_email"] = string + EbayWebServiceManager.settingsDictionary = dict + NSUserDefaults.standardUserDefaults().setObject(EbayWebServiceManager.settingsDictionary, forKey: "ebaySettings") + self.completion(nil, nil) break case "UserID" : print(string) EbayWebServiceManager.settingsDictionary["userID"] = string NSUserDefaults.standardUserDefaults().setObject(EbayWebServiceManager.settingsDictionary, forKey: "ebaySettings") + print(self.xmlResponseDictionary["eBayAuthToken"]) + let soapmessage = "" + + "" + + "\(self.xmlResponseDictionary["eBayAuthToken"] as! String)" + + "0ReturnAll1" + + "" + + let url = NSURL(string: self.baseURL) + let theRequest = NSMutableURLRequest(URL: url!) + theRequest.addValue("GetCategories", forHTTPHeaderField: "X-EBAY-API-CALL-NAME") + + self.requestMaker(soapmessage, theRequest: theRequest) break + /* + Used to build both the top level categories, and subcategories on request during item listing workflow + */ + case "CategoryID" : + self.catID = string + break + case "CategoryLevel": + self.catLevel = string + break + case "CategoryName" : + if(!self.isGettingSubCategories) { + if((EbayWebServiceManager.settingsDictionary["categories"]) == nil) { + EbayWebServiceManager.settingsDictionary["categories"] = Dictionary>() + } + var dict: Dictionary> = (EbayWebServiceManager.settingsDictionary["categories"]!) as! Dictionary> + + dict[string] = ["cat_id": self.catID, "isLeaf": false, "level": self.catLevel] + EbayWebServiceManager.settingsDictionary["categories"] = dict + NSUserDefaults.standardUserDefaults().setObject(EbayWebServiceManager.settingsDictionary, forKey: "ebaySettings") + } + else { + if "\(self.catDetailLevel)" == self.catLevel { + if((self.subCategories[string] == nil )){ + self.subCategories[string] = ["cat_id": self.catID, "isLeaf": false, "level": self.catLevel] + } + } + + + } + + self.currentCategory = string + break + + case "LeafCategory": + if (!self.isGettingSubCategories) { + var dict: Dictionary> = (EbayWebServiceManager.settingsDictionary["categories"]!) as! Dictionary> + + dict[self.currentCategory]!["isLeaf"] = true + } + else { + if (self.catDetailLevel == Int((self.subCategories[self.currentCategory]!["level"] as! String))) { + + self.subCategories[self.currentCategory]!["isLeaf"] = true + } + + } + break + case "CategoryCount": + if(self.isGettingSubCategories){ + self.completion(self.subCategories, nil) + self.isGettingSubCategories = false + self.subCategories = Dictionary>() + } + break + + /* + Used during the listing creation process to save the new listing id, as well as adding pictures to the new listing + */ + case "ItemID": + self.completion(string, nil) + break + + case "ReviseItemResponse": + self.isRevisingListing = true + break + default: //print(string) print("\(self.currentElementName):\(string)") diff --git a/Vendoo/EtsyRESTAPIManager.swift b/Vendoo/EtsyRESTAPIManager.swift index 5efd292..d24a554 100644 --- a/Vendoo/EtsyRESTAPIManager.swift +++ b/Vendoo/EtsyRESTAPIManager.swift @@ -12,7 +12,6 @@ import Foundation import SwiftyJSON import OAuthSwift import Locksmith -import AFNetworking typealias ServiceResponse = (AnyObject?, NSError?) -> Void @@ -54,7 +53,7 @@ class EtsyRESTAPIManager: NSObject { "responseType": "token"]) - //something is wrong when here when logging back in with a diff user + //FIXME: something is wrong when here when logging back in with a diff user if(self.isAuthorized){ let dictionary = Locksmith.loadDataForUserAccount(self.userEmail, inService: "vendoo_oauth_etsy") let oauthDictionary = dictionary?["etsy_oauth"] as? Dictionary diff --git a/Vendoo/FacebookGraphAPIManager.swift b/Vendoo/FacebookGraphAPIManager.swift index 90c538d..1355b78 100644 --- a/Vendoo/FacebookGraphAPIManager.swift +++ b/Vendoo/FacebookGraphAPIManager.swift @@ -11,8 +11,6 @@ import OAuthSwift import FBSDKCoreKit import FBSDKLoginKit import FBSDKShareKit -import AeroGearHttp -import AeroGearOAuth2 import OAuthSwift import Locksmith diff --git a/Vendoo/ListingObject.swift b/Vendoo/ListingObject.swift deleted file mode 100644 index ca88778..0000000 --- a/Vendoo/ListingObject.swift +++ /dev/null @@ -1,25 +0,0 @@ -// -// ListingObject.swift -// Vendoo -// -// Created by Okechi Onyeje on 5/25/16. -// Copyright © 2016 Okechi Onyeje. All rights reserved. -// - -import Foundation -import SwiftyJSON - -class ListingObject { - /* example usage to make reading JSON in swift even easier - will make this type of object for every object from api needed - - var pictureURL: String! - var username: String! - - required init(json: JSON) { - pictureURL = json["picture"]["medium"].stringValue - username = json["username"].stringValue - } - - */ -} \ No newline at end of file diff --git a/Vendoo/ListingPreviewViewController.swift b/Vendoo/ListingPreviewViewController.swift index bb908a1..a402872 100644 --- a/Vendoo/ListingPreviewViewController.swift +++ b/Vendoo/ListingPreviewViewController.swift @@ -143,11 +143,132 @@ extension ListingPreviewViewController { let newListingRef = self.firManager.ref.child("Users").child("\(self.firManager.user_email)").child("user_Listings").childByAutoId() let postingGroup: dispatch_group_t = dispatch_group_create() + //post to ebay if(self.networksDictionary["ebay"]!){ + dispatch_group_enter(postingGroup) + var categoryCode: String! + var dict = EbayWebServiceManager.settingsDictionary["categories"]! + switch self.itemCategory.text { + case "Antiques": + categoryCode = (dict["Antiques"] as! Dictionary)["cat_id"] as! String + break + case "Art": + categoryCode = (dict["Art"] as! Dictionary)["cat_id"] as! String + break + case "Baby": + categoryCode = (dict["Baby"] as! Dictionary)["cat_id"] as! String + break + case "Bath, Beauty & Health": + categoryCode = (dict["Health and Beauty"] as! Dictionary)["cat_id"] as! String + break + case "Books": + categoryCode = (dict["Books"] as! Dictionary)["cat_id"] as! String + break + case "Business & Industrial": + categoryCode = (dict["Business and Industrial"] as! Dictionary)["cat_id"] as! String + break + case "Cameras & Photo": + categoryCode = (dict["Cameras and Photo"] as! Dictionary)["cat_id"] as! String + break + case "Cell Phones & Accessories": + categoryCode = (dict["Cell Phones and Accessories"] as! Dictionary)["cat_id"] as! String + break + case "Clothing & Shoes": + categoryCode = (dict["Clothing, Shoes and Accessories"] as! Dictionary)["cat_id"] as! String + break + case "Coins & Paper Money": + categoryCode = (dict["Coins and Paper Money"] as! Dictionary)["cat_id"] as! String + break + case "Collectibles": + categoryCode = (dict["Collectibles"] as! Dictionary)["cat_id"] as! String + break + case "Computers/Tablets and Networking": + categoryCode = (dict["Computers/Tablets and Networking"] as! Dictionary)["cat_id"] as! String + break + case "Consumer Electronics": + categoryCode = (dict["Consumer Electronics"] as! Dictionary)["cat_id"] as! String + break + case "Crafts": + categoryCode = (dict["Crafts"] as! Dictionary)["cat_id"] as! String + break + case "Dolls & Miniatures": + categoryCode = (dict["Dolls and Bears"] as! Dictionary)["cat_id"] as! String + break + case "DVDs & Movies": + categoryCode = (dict["DVDs & Movies"] as! Dictionary)["cat_id"] as! String + break + case "Entertainment Memorabilia": + categoryCode = (dict["Entertainment Memorabilia"] as! Dictionary)["cat_id"] as! String + break + case "Everything Else": + categoryCode = (dict["Everything Else"] as! Dictionary)["cat_id"] as! String + break + case "Gift Cards & Coupons": + categoryCode = (dict["Gift Cards and Coupons"] as! Dictionary)["cat_id"] as! String + break + case "Home/Houseware & Garden": + categoryCode = (dict["Coins and Paper Money"] as! Dictionary)["cat_id"] as! String + break + case "Jewelry & Watches": + categoryCode = (dict["Jewelry and Watches"] as! Dictionary)["cat_id"] as! String + break + case "Musical Instruments & Gear": + categoryCode = (dict["Musical Instruments and Gear"] as! Dictionary)["cat_id"] as! String + break + case "Pet Supplies": + categoryCode = (dict["Pet Supplies"] as! Dictionary)["cat_id"] as! String + break + case "Pottery & Glass": + categoryCode = (dict["Pottery and Glass"] as! Dictionary)["cat_id"] as! String + break + case "Real Estate": + categoryCode = (dict["Real Estate"] as! Dictionary)["cat_id"] as! String + break + case "Specialty Services": + categoryCode = (dict["Specialty Services"] as! Dictionary)["cat_id"] as! String + break + case "Sporting Goods": + categoryCode = (dict["Sporting Goods"] as! Dictionary)["cat_id"] as! String + break + case "Sports Memorabilia & Fan Shop": + categoryCode = (dict["Sports Mem, Cards and Fan Shop"] as! Dictionary)["cat_id"] as! String + break + case "Tickets & Experiences": + categoryCode = (dict["Tickets and Experiences"] as! Dictionary)["cat_id"] as! String + break + case "Toys & Hobbies": + categoryCode = (dict["Toys and Hobbies"] as! Dictionary)["cat_id"] as! String + break + case "Travel": + categoryCode = (dict["Travel"] as! Dictionary)["cat_id"] as! String + break + case "Video Games & Consoles": + categoryCode = (dict["Video Games and Consoles"] as! Dictionary)["cat_id"] as! String + break + default: + break + } + let body: [String: String] = [ "title": self.itemTitle.text, + "quantity":self.itemQuantity.text, + "description":self.itemDescription.text, + "price":self.itemPrice.text, + "category_id":self.itemListingDictionary["ebaySubCategoryID"] as! String + ] + + self.ebayManager.listItem(body, completion: { + (listingID, error) -> Void in + if((self.newInProgressListing["networkIDs"] == nil)){ + self.newInProgressListing["networkIDs"] = Dictionary() + } + var networkIDs = (self.newInProgressListing["networkIDs"] as! Dictionary) + networkIDs["ebay"] = listingID as! String + self.newInProgressListing["networkIDs"] = networkIDs + dispatch_group_leave(postingGroup) + }) } - + //post to amazon if(self.networksDictionary["amazon"]!){ @@ -168,7 +289,7 @@ extension ListingPreviewViewController { case "Art": categoryCode = EtsyRESTAPIManager.settingsDictionary["categories"]!["art"] as! Int break - case "Bath & Beauty": + case "Bath, Beauty & Health": categoryCode = EtsyRESTAPIManager.settingsDictionary["categories"]!["bath_and_beauty"] as! Int break case "Bags & Purses": @@ -186,7 +307,7 @@ extension ListingPreviewViewController { case "Children": categoryCode = EtsyRESTAPIManager.settingsDictionary["categories"]!["children"] as! Int break - case "Clothing": + case "Clothing & Shoes": categoryCode = EtsyRESTAPIManager.settingsDictionary["categories"]!["clothing"] as! Int break case "Crochet": @@ -210,10 +331,10 @@ extension ListingPreviewViewController { case "Holidays": categoryCode = EtsyRESTAPIManager.settingsDictionary["categories"]!["holidays"] as! Int break - case "Houseware": + case "Home/Houseware & Garden": categoryCode = EtsyRESTAPIManager.settingsDictionary["categories"]!["housewares"] as! Int break - case "Jewelry": + case "Jewelry & Watches": categoryCode = EtsyRESTAPIManager.settingsDictionary["categories"]!["jewelry"] as! Int break case "Knitting": @@ -240,7 +361,7 @@ extension ListingPreviewViewController { case "Supplies": categoryCode = EtsyRESTAPIManager.settingsDictionary["categories"]!["supplies"] as! Int break - case "Toys": + case "Toys & Hobbies": categoryCode = EtsyRESTAPIManager.settingsDictionary["categories"]!["toys"] as! Int break case "Vintage": @@ -369,19 +490,35 @@ extension ListingPreviewViewController { listingImageRef.putData(UIImageJPEGRepresentation(self.itemPicture.image!, 0.8)!, metadata: nil,completion: {(metadata, error) -> Void in - newListingRef.setValue(self.newInProgressListing) + //for ebay due to its unique posting flow, will use firbase image storage url to add pictures + dispatch_group_enter(postingGroup) + if (self.networksDictionary["ebay"]!){ + var networkIDs = self.newInProgressListing["networkIDs"] as! Dictionary + + self.ebayManager.addImagesToListing(networkIDs["ebay"] as! String, imageURL: (metadata?.downloadURL()?.absoluteString)!, onCompletion: { + (_, _) -> Void in + dispatch_group_leave(postingGroup) + }) + }else{ + dispatch_group_leave(postingGroup) + } - // self.alert.title = "Listing saved with error" - // self.alert.message = "Your listing has been saved but something went wrong when trying to publish to facebook" + dispatch_group_notify(postingGroup, dispatch_get_main_queue(), { + newListingRef.setValue(self.newInProgressListing) + + // self.alert.title = "Listing saved with error" + // self.alert.message = "Your listing has been saved but something went wrong when trying to publish to facebook" + + + //let alert = UIAlertController(title: "Listing Published", message: "Your listing has been published", preferredStyle: .Alert) + + // self.alert.addAction(UIAlertAction(title: "OK", style: .Default, handler:{(action: UIAlertAction!) in self.alert.dismissViewControllerAnimated(true, completion: nil)})) + + //register new listing id in global path of firebase root' + self.firManager.ref.child("Global_listings").child(newListingRef.key).setValue(newListingRef.key) + }) - //let alert = UIAlertController(title: "Listing Published", message: "Your listing has been published", preferredStyle: .Alert) - - // self.alert.addAction(UIAlertAction(title: "OK", style: .Default, handler:{(action: UIAlertAction!) in self.alert.dismissViewControllerAnimated(true, completion: nil)})) - - //register new listing id in global path of firebase root' - self.firManager.ref.child("Global_listings").child(newListingRef.key).setValue(newListingRef.key) - }) diff --git a/Vendoo/Main.storyboard b/Vendoo/Main.storyboard index 2a49c19..98bbf3b 100755 --- a/Vendoo/Main.storyboard +++ b/Vendoo/Main.storyboard @@ -1997,6 +1997,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2209,21 +2260,21 @@ + +