diff --git a/ios/Podfile b/ios/Podfile index 09acc5fcf..78cc308fb 100755 --- a/ios/Podfile +++ b/ios/Podfile @@ -3,10 +3,10 @@ platform :ios, '9.0' target 'eSteem' do - pod 'AppCenter/Push', '~> 1.14.0' - pod 'AppCenter/Crashes', '~> 1.14.0' - pod 'AppCenter/Analytics', '~> 1.14.0' - pod 'AppCenterReactNativeShared', '~> 1.13.0' + pod 'AppCenter/Push', '~> 2.2.0' + pod 'AppCenter/Crashes', '~> 2.2.0' + pod 'AppCenter/Analytics', '~> 2.2.0' + pod 'AppCenterReactNativeShared', '~> 2.2.0' # Uncomment the next line if you're using Swift or would like to use dynamic frameworks # use_frameworks! diff --git a/ios/Podfile.lock b/ios/Podfile.lock index bfed8638a..dcbdc6c31 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,13 +1,13 @@ PODS: - - AppCenter/Analytics (1.14.0): + - AppCenter/Analytics (2.2.0): - AppCenter/Core - - AppCenter/Core (1.14.0) - - AppCenter/Crashes (1.14.0): + - AppCenter/Core (2.2.0) + - AppCenter/Crashes (2.2.0): - AppCenter/Core - - AppCenter/Push (1.14.0): + - AppCenter/Push (2.2.0): - AppCenter/Core - - AppCenterReactNativeShared (1.13.0): - - AppCenter/Core (= 1.14.0) + - AppCenterReactNativeShared (2.2.0): + - AppCenter/Core (= 2.2.0) - boost-for-react-native (1.63.0) - BugsnagReactNative (2.21.0): - BugsnagReactNative/Core (= 2.21.0) @@ -43,7 +43,7 @@ PODS: - React - SDWebImage/Core - SDWebImage/GIF - - react-native-netinfo (3.2.1): + - react-native-netinfo (4.1.3): - React - react-native-version-number (0.3.6): - React @@ -109,10 +109,10 @@ PODS: - yoga (0.59.8.React) DEPENDENCIES: - - AppCenter/Analytics (~> 1.14.0) - - AppCenter/Crashes (~> 1.14.0) - - AppCenter/Push (~> 1.14.0) - - AppCenterReactNativeShared (~> 1.13.0) + - AppCenter/Analytics (~> 2.2.0) + - AppCenter/Crashes (~> 2.2.0) + - AppCenter/Push (~> 2.2.0) + - AppCenterReactNativeShared (~> 2.2.0) - BugsnagReactNative (from `../node_modules/bugsnag-react-native`) - CodePush (from `../node_modules/react-native-code-push`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) @@ -172,8 +172,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - AppCenter: 02c5efe08d3bbab5421ae41d5f7aa7238906b817 - AppCenterReactNativeShared: 00f470c3c17b47718db8733cbe811ccdcfd86282 + AppCenter: c809e69d93218b9861b4f8e54ded8dcf4d2131e7 + AppCenterReactNativeShared: 5751a607a8aa06ebf19b48bf9d92bf3a75dab04e boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c BugsnagReactNative: 9f273f292378a016977f578e4467cf84b7182b07 CodePush: a503ca0caee269e68d8faaafe4414990ec282520 @@ -184,7 +184,7 @@ SPEC CHECKSUMS: QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022 React: 76e6aa2b87d05eb6cccb6926d72685c9a07df152 react-native-fast-image: 6d50167ad4d68b59640ceead8c2bc4e58d91d8bd - react-native-netinfo: 0da34082d2cec3100c9b5073bb217e35f1142bdd + react-native-netinfo: e2c8a843bb18ab6c3f1e6cbead694491b36e3ffd react-native-version-number: b415bbec6a13f2df62bf978e85bc0d699462f37f RNIap: ee89b7442f32161016fe213a3434ee1fc19c1a80 RNImageCropPicker: 6134b66a3d5bc13e2895a97c630a4254006902b4 @@ -192,6 +192,6 @@ SPEC CHECKSUMS: SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8 yoga: 92b2102c3d373d1a790db4ab761d2b0ffc634f64 -PODFILE CHECKSUM: 88a2b7d9ae1d1f455784f33483316a2254fed44a +PODFILE CHECKSUM: afb8c6a227837e2a901eaed832d5bb66c6fd9cec COCOAPODS: 1.7.5 diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/AppCenter b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/AppCenter index e755ba5e0..bea2947a4 100644 Binary files a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/AppCenter and b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/AppCenter differ diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/AppCenter.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/AppCenter.h index 155569c13..6ff9d8882 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/AppCenter.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/AppCenter.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSAbstractLog.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSAbstractLog.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSAbstractLog.h index be4245ba1..e90b7ffa3 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSAbstractLog.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSAbstractLog.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import @interface MSAbstractLog : NSObject diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSAppCenter.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSAppCenter.h index 549da6ef8..c6ceb9ca9 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSAppCenter.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSAppCenter.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSConstants.h" @@ -74,6 +77,13 @@ */ + (BOOL)isConfigured; +/** + * Check whether app is running in App Center Test Cloud. + * + * @return true if running in App Center Test Cloud, false otherwise. + */ ++ (BOOL)isRunningInAppCenterTestCloud; + /** * Change the base URL (schema + authority + port only) used to communicate with the backend. * diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSAppCenterErrors.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSAppCenterErrors.h index e85f34516..a29c7aa1e 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSAppCenterErrors.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSAppCenterErrors.h @@ -1,29 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import +#define MS_APP_CENTER_BASE_DOMAIN @"com.Microsoft.AppCenter." + NS_ASSUME_NONNULL_BEGIN #pragma mark - Domain -extern NSString *const kMSACErrorDomain; +static NSString *const kMSACErrorDomain = MS_APP_CENTER_BASE_DOMAIN @"ErrorDomain"; -#pragma mark - Log +#pragma mark - General -// Error codes -NS_ENUM(NSInteger){kMSACLogInvalidContainerErrorCode = 1}; +// Error codes. +NS_ENUM(NSInteger){MSACLogInvalidContainerErrorCode = 1, MSACCanceledErrorCode = 2, MSACDisabledErrorCode = 3}; -// Error descriptions -extern NSString const *kMSACLogInvalidContainerErrorDesc; +// Error descriptions. +static NSString const *kMSACLogInvalidContainerErrorDesc = @"Invalid log container."; +static NSString const *kMSACCanceledErrorDesc = @"The operation was canceled."; +static NSString const *kMSACDisabledErrorDesc = @"The service is disabled."; #pragma mark - Connection -// Error codes -NS_ENUM(NSInteger){kMSACConnectionPausedErrorCode = 100, kMSACConnectionHttpErrorCode = 101}; +// Error codes. +NS_ENUM(NSInteger){MSACConnectionPausedErrorCode = 100, MSACConnectionHttpErrorCode = 101}; -// Error descriptions -extern NSString const *kMSACConnectionHttpErrorDesc; -extern NSString const *kMSACConnectionPausedErrorDesc; +// Error descriptions. +static NSString const *kMSACConnectionHttpErrorDesc = @"An HTTP error occured."; +static NSString const *kMSACConnectionPausedErrorDesc = @"Canceled, connection paused with log deletion."; -// Error user info keys -extern NSString const *kMSACConnectionHttpCodeErrorKey; +// Error user info keys. +static NSString const *kMSACConnectionHttpCodeErrorKey = @"MSACConnectionHttpCode"; NS_ASSUME_NONNULL_END diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSChannelGroupProtocol.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSChannelGroupProtocol.h index 5cb5c668c..8b0aa9577 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSChannelGroupProtocol.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSChannelGroupProtocol.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSChannelProtocol.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSChannelProtocol.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSChannelProtocol.h index 5f844d262..5198b8669 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSChannelProtocol.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSChannelProtocol.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSEnable.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSConstants.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSConstants.h index e09b21e9e..047c9f711 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSConstants.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSConstants.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import /** @@ -63,3 +66,105 @@ typedef NS_ENUM(NSInteger, MSInitializationPriority) { MSInitializationPriorityHigh = 750, MSInitializationPriorityMax = 999 }; + +/** + * Enum with the different HTTP status codes. + */ +typedef NS_ENUM(NSInteger, MSHTTPCodesNo) { + + // Invalid + MSHTTPCodesNo0XXInvalidUnknown = 0, + + // Informational + MSHTTPCodesNo1XXInformationalUnknown = 1, + MSHTTPCodesNo100Continue = 100, + MSHTTPCodesNo101SwitchingProtocols = 101, + MSHTTPCodesNo102Processing = 102, + + // Success + MSHTTPCodesNo2XXSuccessUnknown = 2, + MSHTTPCodesNo200OK = 200, + MSHTTPCodesNo201Created = 201, + MSHTTPCodesNo202Accepted = 202, + MSHTTPCodesNo203NonAuthoritativeInformation = 203, + MSHTTPCodesNo204NoContent = 204, + MSHTTPCodesNo205ResetContent = 205, + MSHTTPCodesNo206PartialContent = 206, + MSHTTPCodesNo207MultiStatus = 207, + MSHTTPCodesNo208AlreadyReported = 208, + MSHTTPCodesNo209IMUsed = 209, + + // Redirection + MSHTTPCodesNo3XXSuccessUnknown = 3, + MSHTTPCodesNo300MultipleChoices = 300, + MSHTTPCodesNo301MovedPermanently = 301, + MSHTTPCodesNo302Found = 302, + MSHTTPCodesNo303SeeOther = 303, + MSHTTPCodesNo304NotModified = 304, + MSHTTPCodesNo305UseProxy = 305, + MSHTTPCodesNo306SwitchProxy = 306, + MSHTTPCodesNo307TemporaryRedirect = 307, + MSHTTPCodesNo308PermanentRedirect = 308, + + // Client error + MSHTTPCodesNo4XXSuccessUnknown = 4, + MSHTTPCodesNo400BadRequest = 400, + MSHTTPCodesNo401Unauthorised = 401, + MSHTTPCodesNo402PaymentRequired = 402, + MSHTTPCodesNo403Forbidden = 403, + MSHTTPCodesNo404NotFound = 404, + MSHTTPCodesNo405MethodNotAllowed = 405, + MSHTTPCodesNo406NotAcceptable = 406, + MSHTTPCodesNo407ProxyAuthenticationRequired = 407, + MSHTTPCodesNo408RequestTimeout = 408, + MSHTTPCodesNo409Conflict = 409, + MSHTTPCodesNo410Gone = 410, + MSHTTPCodesNo411LengthRequired = 411, + MSHTTPCodesNo412PreconditionFailed = 412, + MSHTTPCodesNo413RequestEntityTooLarge = 413, + MSHTTPCodesNo414RequestURITooLong = 414, + MSHTTPCodesNo415UnsupportedMediaType = 415, + MSHTTPCodesNo416RequestedRangeNotSatisfiable = 416, + MSHTTPCodesNo417ExpectationFailed = 417, + MSHTTPCodesNo418IamATeapot = 418, + MSHTTPCodesNo419AuthenticationTimeout = 419, + MSHTTPCodesNo420MethodFailureSpringFramework = 420, + MSHTTPCodesNo420EnhanceYourCalmTwitter = 4200, + MSHTTPCodesNo422UnprocessableEntity = 422, + MSHTTPCodesNo423Locked = 423, + MSHTTPCodesNo424FailedDependency = 424, + MSHTTPCodesNo424MethodFailureWebDaw = 4240, + MSHTTPCodesNo425UnorderedCollection = 425, + MSHTTPCodesNo426UpgradeRequired = 426, + MSHTTPCodesNo428PreconditionRequired = 428, + MSHTTPCodesNo429TooManyRequests = 429, + MSHTTPCodesNo431RequestHeaderFieldsTooLarge = 431, + MSHTTPCodesNo444NoResponseNginx = 444, + MSHTTPCodesNo449RetryWithMicrosoft = 449, + MSHTTPCodesNo450BlockedByWindowsParentalControls = 450, + MSHTTPCodesNo451RedirectMicrosoft = 451, + MSHTTPCodesNo451UnavailableForLegalReasons = 4510, + MSHTTPCodesNo494RequestHeaderTooLargeNginx = 494, + MSHTTPCodesNo495CertErrorNginx = 495, + MSHTTPCodesNo496NoCertNginx = 496, + MSHTTPCodesNo497HTTPToHTTPSNginx = 497, + MSHTTPCodesNo499ClientClosedRequestNginx = 499, + + // Server error + MSHTTPCodesNo5XXSuccessUnknown = 5, + MSHTTPCodesNo500InternalServerError = 500, + MSHTTPCodesNo501NotImplemented = 501, + MSHTTPCodesNo502BadGateway = 502, + MSHTTPCodesNo503ServiceUnavailable = 503, + MSHTTPCodesNo504GatewayTimeout = 504, + MSHTTPCodesNo505HTTPVersionNotSupported = 505, + MSHTTPCodesNo506VariantAlsoNegotiates = 506, + MSHTTPCodesNo507InsufficientStorage = 507, + MSHTTPCodesNo508LoopDetected = 508, + MSHTTPCodesNo509BandwidthLimitExceeded = 509, + MSHTTPCodesNo510NotExtended = 510, + MSHTTPCodesNo511NetworkAuthenticationRequired = 511, + MSHTTPCodesNo522ConnectionTimedOut = 522, + MSHTTPCodesNo598NetworkReadTimeoutErrorUnknown = 598, + MSHTTPCodesNo599NetworkConnectTimeoutErrorUnknown = 599 +}; diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSCustomProperties.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSCustomProperties.h index a5db06db8..17e4a2af8 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSCustomProperties.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSCustomProperties.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import /** diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSDevice.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSDevice.h index f2d82fe04..587a22ad7 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSDevice.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSDevice.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSWrapperSdk.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSEnable.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSEnable.h index 407ecdbab..e092b1a50 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSEnable.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSEnable.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import /** diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSLog.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSLog.h index 047f1ed76..d62aa6224 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSLog.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSLog.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import @class MSDevice; diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSLogWithProperties.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSLogWithProperties.h index 50841d934..f9fdd5ca7 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSLogWithProperties.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSLogWithProperties.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSAbstractLog.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSLogger.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSLogger.h index db1080fe9..7eb5c3beb 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSLogger.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSLogger.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSConstants.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSService.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSService.h index 38964a1cf..72c929da5 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSService.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSService.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import /** diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSServiceAbstract.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSServiceAbstract.h index 54af17ba6..d51e1e1db 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSServiceAbstract.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSServiceAbstract.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSService.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSWrapperLogger.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSWrapperLogger.h index 43ba1254d..1e17ff132 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSWrapperLogger.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSWrapperLogger.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSConstants.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSWrapperSdk.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSWrapperSdk.h index aa74b3a30..29b5a583a 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSWrapperSdk.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSWrapperSdk.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import @interface MSWrapperSdk : NSObject diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/AppCenterAnalytics b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/AppCenterAnalytics index e733662df..68e4db6f8 100644 Binary files a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/AppCenterAnalytics and b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/AppCenterAnalytics differ diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/AppCenterAnalytics.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/AppCenterAnalytics.h index a46df3895..c5fcf55a5 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/AppCenterAnalytics.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/AppCenterAnalytics.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSAbstractLog.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAbstractLog.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAbstractLog.h index be4245ba1..e90b7ffa3 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAbstractLog.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAbstractLog.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import @interface MSAbstractLog : NSObject diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalytics.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalytics.h index 8ac03b572..43b3b3079 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalytics.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalytics.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import "MSAnalyticsTransmissionTarget.h" #import "MSServiceAbstract.h" @@ -57,9 +60,9 @@ NS_ASSUME_NONNULL_BEGIN * * @param eventName Event name. Cannot be `nil` or empty. * @param properties Dictionary of properties. Keys and values must not be `nil`. - * @param flags Optional flags. Events tracked with the MSFlagsPersistenceCritical flag will take precedence over all other events in + * @param flags Optional flags. Events tracked with the MSFlagsCritical flag will take precedence over all other events in * storage. An event tracked with this option will only be dropped if storage must make room for a newer event that is also marked with the - * MSFlagsPersistenceCritical flag. + * MSFlagsCritical flag. * * @discussion Additional validation rules apply depending on the configured secret. * @@ -128,9 +131,9 @@ NS_ASSUME_NONNULL_BEGIN * * @param eventName Event name. * @param properties Typed properties. - * @param flags Optional flags. Events tracked with the MSFlagsPersistenceCritical flag will take precedence over all other events in + * @param flags Optional flags. Events tracked with the MSFlagsCritical flag will take precedence over all other events in * storage. An event tracked with this option will only be dropped if storage must make room for a newer event that is also marked with the - * MSFlagsPersistenceCritical flag. + * MSFlagsCritical flag. * * @discussion The following validation rules are applied: * @@ -196,6 +199,15 @@ NS_ASSUME_NONNULL_BEGIN */ + (MSAnalyticsTransmissionTarget *)transmissionTargetForToken:(NSString *)token; +/** + * Set the send time interval for non-critical logs. + * Must be between 3 seconds and 86400 seconds (1 day). + * Must be called before Analytics service start. + * + * @param interval The flush interval for logs. + */ ++ (void)setTransmissionInterval:(NSUInteger)interval; + @end NS_ASSUME_NONNULL_END diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalyticsAuthenticationProvider.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalyticsAuthenticationProvider.h index 1ae0638b3..a9b4cbda4 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalyticsAuthenticationProvider.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalyticsAuthenticationProvider.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSAnalyticsAuthenticationProviderDelegate.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalyticsAuthenticationProviderDelegate.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalyticsAuthenticationProviderDelegate.h index 9f50a22e9..bbca0fe76 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalyticsAuthenticationProviderDelegate.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalyticsAuthenticationProviderDelegate.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import @class MSAnalyticsAuthenticationProvider; diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalyticsTransmissionTarget.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalyticsTransmissionTarget.h index 00f275569..1a97af33e 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalyticsTransmissionTarget.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSAnalyticsTransmissionTarget.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSAnalyticsAuthenticationProvider.h" @@ -38,9 +41,9 @@ NS_ASSUME_NONNULL_BEGIN * * @param eventName event name. * @param properties dictionary of properties. - * @param flags Optional flags. Events tracked with the MSFlagsPersistenceCritical flag will take precedence over all other events in + * @param flags Optional flags. Events tracked with the MSFlagsCritical flag will take precedence over all other events in * storage. An event tracked with this option will only be dropped if storage must make room for a newer event that is also marked with the - * MSFlagsPersistenceCritical flag. + * MSFlagsCritical flag. */ - (void)trackEvent:(NSString *)eventName withProperties:(nullable NSDictionary *)properties flags:(MSFlags)flags; @@ -74,9 +77,9 @@ NS_ASSUME_NONNULL_BEGIN * * @param eventName Event name. * @param properties Typed properties. - * @param flags Optional flags. Events tracked with the MSFlagsPersistenceCritical flag will take precedence over all other events in + * @param flags Optional flags. Events tracked with the MSFlagsCritical flag will take precedence over all other events in * storage. An event tracked with this option will only be dropped if storage must make room for a newer event that is also marked with the - * MSFlagsPersistenceCritical flag. + * MSFlagsCritical flag. * * @discussion The following validation rules are applied: * diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSConstants+Flags.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSConstants+Flags.h index 38ecb1ae7..0634d1651 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSConstants+Flags.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSConstants+Flags.h @@ -1,8 +1,13 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import typedef NS_OPTIONS(NSUInteger, MSFlags) { - MSFlagsNone = (0 << 0), // => 00000000 - MSFlagsPersistenceNormal = (1 << 0), // => 00000001 - MSFlagsPersistenceCritical = (1 << 1), // => 00000010 - MSFlagsDefault = MSFlagsPersistenceNormal + MSFlagsNone = (0 << 0), // => 00000000 + MSFlagsNormal = (1 << 0), // => 00000001 + MSFlagsCritical = (1 << 1), // => 00000010 + MSFlagsPersistenceNormal DEPRECATED_MSG_ATTRIBUTE("please use MSFlagsNormal") = MSFlagsNormal, + MSFlagsPersistenceCritical DEPRECATED_MSG_ATTRIBUTE("please use MSFlagsCritical") = MSFlagsCritical, + MSFlagsDefault = MSFlagsNormal }; diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSEventLog.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSEventLog.h index 6e4133950..5e428c1a4 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSEventLog.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSEventLog.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import "MSLogWithNameAndProperties.h" @class MSEventProperties; diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSEventProperties.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSEventProperties.h index 6640b3f0c..84388eb52 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSEventProperties.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSEventProperties.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSLogWithNameAndProperties.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSLogWithNameAndProperties.h index 41ee73a66..3491cf6c3 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSLogWithNameAndProperties.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSLogWithNameAndProperties.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSLogWithProperties.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSLogWithProperties.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSLogWithProperties.h index 50841d934..f9fdd5ca7 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSLogWithProperties.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSLogWithProperties.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSAbstractLog.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSPropertyConfigurator.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSPropertyConfigurator.h index 8fa661e82..4522652b8 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSPropertyConfigurator.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSPropertyConfigurator.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSService.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSService.h index 38964a1cf..72c929da5 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSService.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSService.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import /** diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSServiceAbstract.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSServiceAbstract.h index 54af17ba6..d51e1e1db 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSServiceAbstract.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSServiceAbstract.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSService.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/AppCenterCrashes b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/AppCenterCrashes index 19889cd2b..8486bf25c 100644 Binary files a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/AppCenterCrashes and b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/AppCenterCrashes differ diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/AppCenterCrashes.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/AppCenterCrashes.h index bd503fdf3..d2920b3f1 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/AppCenterCrashes.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/AppCenterCrashes.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSCrashHandlerSetupDelegate.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSAbstractLog.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSAbstractLog.h index be4245ba1..e90b7ffa3 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSAbstractLog.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSAbstractLog.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import @interface MSAbstractLog : NSObject diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSCrashHandlerSetupDelegate.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSCrashHandlerSetupDelegate.h index 2f1204686..0a214be04 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSCrashHandlerSetupDelegate.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSCrashHandlerSetupDelegate.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import /** diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSCrashes.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSCrashes.h index 97538b076..35827f784 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSCrashes.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSCrashes.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import "MSErrorReport.h" #import "MSServiceAbstract.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSCrashesDelegate.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSCrashesDelegate.h index d734084db..ecc249f04 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSCrashesDelegate.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSCrashesDelegate.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import @class MSCrashes; diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSErrorAttachmentLog+Utility.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSErrorAttachmentLog+Utility.h index 2584e1d57..585c353c5 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSErrorAttachmentLog+Utility.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSErrorAttachmentLog+Utility.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import "MSErrorAttachmentLog.h" // Exporting symbols for category. diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSErrorAttachmentLog.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSErrorAttachmentLog.h index 3fe546ae4..3ffc3c71e 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSErrorAttachmentLog.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSErrorAttachmentLog.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSAbstractLog.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSErrorReport.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSErrorReport.h index e29f4d143..a8cf71e34 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSErrorReport.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSErrorReport.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import @class MSDevice; diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSService.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSService.h index 38964a1cf..72c929da5 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSService.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSService.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import /** diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSServiceAbstract.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSServiceAbstract.h index 54af17ba6..d51e1e1db 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSServiceAbstract.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSServiceAbstract.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSService.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSWrapperCrashesHelper.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSWrapperCrashesHelper.h index b1d738399..ece7a6b2e 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSWrapperCrashesHelper.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework/Headers/MSWrapperCrashesHelper.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSCrashHandlerSetupDelegate.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/AppCenterPush b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/AppCenterPush index 8bc3dd059..351f348b0 100644 Binary files a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/AppCenterPush and b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/AppCenterPush differ diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/AppCenterPush.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/AppCenterPush.h index 4d427574e..da2758ff6 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/AppCenterPush.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/AppCenterPush.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSPush.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSPush.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSPush.h index f197be899..0c48b71d4 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSPush.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSPush.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import "MSServiceAbstract.h" #import "MSPushDelegate.h" diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSPushDelegate.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSPushDelegate.h index 8033b6f37..6abd7420d 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSPushDelegate.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSPushDelegate.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import @class MSPush; diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSPushNotification.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSPushNotification.h index f6b7ff2b4..712190dad 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSPushNotification.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSPushNotification.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import @interface MSPushNotification : NSObject diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSService.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSService.h index 38964a1cf..72c929da5 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSService.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSService.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import /** diff --git a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSServiceAbstract.h b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSServiceAbstract.h index 54af17ba6..d51e1e1db 100644 --- a/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSServiceAbstract.h +++ b/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterPush.framework/Headers/MSServiceAbstract.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import #import "MSService.h" diff --git a/ios/Pods/AppCenterReactNativeShared/AppCenterReactNativeShared/AppCenterReactNativeShared.framework/AppCenterReactNativeShared b/ios/Pods/AppCenterReactNativeShared/AppCenterReactNativeShared/AppCenterReactNativeShared.framework/AppCenterReactNativeShared index db08d2601..e8a6cd1ae 100644 Binary files a/ios/Pods/AppCenterReactNativeShared/AppCenterReactNativeShared/AppCenterReactNativeShared.framework/AppCenterReactNativeShared and b/ios/Pods/AppCenterReactNativeShared/AppCenterReactNativeShared/AppCenterReactNativeShared.framework/AppCenterReactNativeShared differ diff --git a/ios/Pods/AppCenterReactNativeShared/AppCenterReactNativeShared/AppCenterReactNativeShared.framework/Headers/AppCenterReactNativeShared.h b/ios/Pods/AppCenterReactNativeShared/AppCenterReactNativeShared/AppCenterReactNativeShared.framework/Headers/AppCenterReactNativeShared.h index e30a11134..06c1e3c54 100644 --- a/ios/Pods/AppCenterReactNativeShared/AppCenterReactNativeShared/AppCenterReactNativeShared.framework/Headers/AppCenterReactNativeShared.h +++ b/ios/Pods/AppCenterReactNativeShared/AppCenterReactNativeShared/AppCenterReactNativeShared.framework/Headers/AppCenterReactNativeShared.h @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + #import @class MSWrapperSdk; diff --git a/ios/Pods/AppCenterReactNativeShared/AppCenterReactNativeShared/LICENSE.md b/ios/Pods/AppCenterReactNativeShared/AppCenterReactNativeShared/LICENSE similarity index 100% rename from ios/Pods/AppCenterReactNativeShared/AppCenterReactNativeShared/LICENSE.md rename to ios/Pods/AppCenterReactNativeShared/AppCenterReactNativeShared/LICENSE diff --git a/ios/Pods/Headers/Private/react-native-netinfo/RNCConnectionState.h b/ios/Pods/Headers/Private/react-native-netinfo/RNCConnectionState.h new file mode 120000 index 000000000..11fff7133 --- /dev/null +++ b/ios/Pods/Headers/Private/react-native-netinfo/RNCConnectionState.h @@ -0,0 +1 @@ +../../../../../node_modules/@react-native-community/netinfo/ios/RNCConnectionState.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-netinfo/RNCConnectionStateWatcher.h b/ios/Pods/Headers/Private/react-native-netinfo/RNCConnectionStateWatcher.h new file mode 120000 index 000000000..f34ef3f4a --- /dev/null +++ b/ios/Pods/Headers/Private/react-native-netinfo/RNCConnectionStateWatcher.h @@ -0,0 +1 @@ +../../../../../node_modules/@react-native-community/netinfo/ios/RNCConnectionStateWatcher.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-netinfo/RNCConnectionState.h b/ios/Pods/Headers/Public/react-native-netinfo/RNCConnectionState.h new file mode 120000 index 000000000..11fff7133 --- /dev/null +++ b/ios/Pods/Headers/Public/react-native-netinfo/RNCConnectionState.h @@ -0,0 +1 @@ +../../../../../node_modules/@react-native-community/netinfo/ios/RNCConnectionState.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-netinfo/RNCConnectionStateWatcher.h b/ios/Pods/Headers/Public/react-native-netinfo/RNCConnectionStateWatcher.h new file mode 120000 index 000000000..f34ef3f4a --- /dev/null +++ b/ios/Pods/Headers/Public/react-native-netinfo/RNCConnectionStateWatcher.h @@ -0,0 +1 @@ +../../../../../node_modules/@react-native-community/netinfo/ios/RNCConnectionStateWatcher.h \ No newline at end of file diff --git a/ios/Pods/Local Podspecs/react-native-netinfo.podspec.json b/ios/Pods/Local Podspecs/react-native-netinfo.podspec.json index 93b667d86..ac2f9f192 100644 --- a/ios/Pods/Local Podspecs/react-native-netinfo.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-netinfo.podspec.json @@ -1,16 +1,17 @@ { "name": "react-native-netinfo", - "version": "3.2.1", + "version": "4.1.3", "summary": "React Native Network Info API for iOS & Android", "license": "MIT", "authors": "Matt Oakes ", "homepage": "https://github.com/react-native-community/react-native-netinfo#readme", "platforms": { - "ios": "9.0" + "ios": "9.0", + "tvos": "9.2" }, "source": { "git": "https://github.com/react-native-community/react-native-netinfo.git", - "tag": "3.2.1" + "tag": "4.1.3" }, "source_files": "ios/**/*.{h,m}", "dependencies": { diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index bfed8638a..dcbdc6c31 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -1,13 +1,13 @@ PODS: - - AppCenter/Analytics (1.14.0): + - AppCenter/Analytics (2.2.0): - AppCenter/Core - - AppCenter/Core (1.14.0) - - AppCenter/Crashes (1.14.0): + - AppCenter/Core (2.2.0) + - AppCenter/Crashes (2.2.0): - AppCenter/Core - - AppCenter/Push (1.14.0): + - AppCenter/Push (2.2.0): - AppCenter/Core - - AppCenterReactNativeShared (1.13.0): - - AppCenter/Core (= 1.14.0) + - AppCenterReactNativeShared (2.2.0): + - AppCenter/Core (= 2.2.0) - boost-for-react-native (1.63.0) - BugsnagReactNative (2.21.0): - BugsnagReactNative/Core (= 2.21.0) @@ -43,7 +43,7 @@ PODS: - React - SDWebImage/Core - SDWebImage/GIF - - react-native-netinfo (3.2.1): + - react-native-netinfo (4.1.3): - React - react-native-version-number (0.3.6): - React @@ -109,10 +109,10 @@ PODS: - yoga (0.59.8.React) DEPENDENCIES: - - AppCenter/Analytics (~> 1.14.0) - - AppCenter/Crashes (~> 1.14.0) - - AppCenter/Push (~> 1.14.0) - - AppCenterReactNativeShared (~> 1.13.0) + - AppCenter/Analytics (~> 2.2.0) + - AppCenter/Crashes (~> 2.2.0) + - AppCenter/Push (~> 2.2.0) + - AppCenterReactNativeShared (~> 2.2.0) - BugsnagReactNative (from `../node_modules/bugsnag-react-native`) - CodePush (from `../node_modules/react-native-code-push`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) @@ -172,8 +172,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - AppCenter: 02c5efe08d3bbab5421ae41d5f7aa7238906b817 - AppCenterReactNativeShared: 00f470c3c17b47718db8733cbe811ccdcfd86282 + AppCenter: c809e69d93218b9861b4f8e54ded8dcf4d2131e7 + AppCenterReactNativeShared: 5751a607a8aa06ebf19b48bf9d92bf3a75dab04e boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c BugsnagReactNative: 9f273f292378a016977f578e4467cf84b7182b07 CodePush: a503ca0caee269e68d8faaafe4414990ec282520 @@ -184,7 +184,7 @@ SPEC CHECKSUMS: QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022 React: 76e6aa2b87d05eb6cccb6926d72685c9a07df152 react-native-fast-image: 6d50167ad4d68b59640ceead8c2bc4e58d91d8bd - react-native-netinfo: 0da34082d2cec3100c9b5073bb217e35f1142bdd + react-native-netinfo: e2c8a843bb18ab6c3f1e6cbead694491b36e3ffd react-native-version-number: b415bbec6a13f2df62bf978e85bc0d699462f37f RNIap: ee89b7442f32161016fe213a3434ee1fc19c1a80 RNImageCropPicker: 6134b66a3d5bc13e2895a97c630a4254006902b4 @@ -192,6 +192,6 @@ SPEC CHECKSUMS: SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8 yoga: 92b2102c3d373d1a790db4ab761d2b0ffc634f64 -PODFILE CHECKSUM: 88a2b7d9ae1d1f455784f33483316a2254fed44a +PODFILE CHECKSUM: afb8c6a227837e2a901eaed832d5bb66c6fd9cec COCOAPODS: 1.7.5 diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index 75c54cef7..09e332262 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -39,933 +39,937 @@ /* Begin PBXBuildFile section */ 004DC6CBB00C61E9D96DCEBD15DE95FD /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 012176014AF089894C4121468EE5D700 /* en.lproj */; }; - 0069F318B0B1A68B8C953993949B1361 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 734D9BA78400E963BAA8E3A1F5E76A83 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00AF1FC03CA2E97B81AEC62BB8F0A871 /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A7451D926425B96DBCBEF7ADD6E5BE7 /* BSG_KSCrashSentry_MachException.c */; }; - 00D966DF4ADC3ADD240232616FCFDDC6 /* JWTErrorDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 6545C5E2EF0D60AD46A25A0114E497DB /* JWTErrorDescription.m */; }; + 0069F318B0B1A68B8C953993949B1361 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = E27E0457F501F85990C08AD8F7AF03E5 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00AF1FC03CA2E97B81AEC62BB8F0A871 /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = F766F69ECE2F17F3240FDAC76BCCBB5C /* BSG_KSCrashSentry_MachException.c */; }; + 00D966DF4ADC3ADD240232616FCFDDC6 /* JWTErrorDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = E78AA2487C72226BF88B3DAD892E0589 /* JWTErrorDescription.m */; }; 00E86EB7D4E7031601AD4DB9C88D63BC /* UIApplication+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46250B0482503DF94CC4C2D68C867FCA /* UIApplication+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00F318AAEABF5C28B04231F19317A714 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D68028B3804BDA9164C3ABDB3307B2B /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0188B688D082C6E97A38226BE680FC93 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CAF6E5A36D623477F72F8857505D31FA /* RCTSinglelineTextInputViewManager.m */; }; - 01BDC1D68905648238341C694BB229D2 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 0973B7B06059728EC03C81A2794B12FC /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00F318AAEABF5C28B04231F19317A714 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A4875499936C23A645D16DA11CCFD1C /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0188B688D082C6E97A38226BE680FC93 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DB0952466462B231FE52BB63A604DBC /* RCTSinglelineTextInputViewManager.m */; }; + 01BDC1D68905648238341C694BB229D2 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C3FA47527739CF91FDC5FFBC508FF29 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; 02BAA916E7649D222A4893AA94E6DEB1 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45CBFF19B84C73985C742E04157CBFF4 /* fast-dtoa.cc */; }; 02CA984D15A8D8EB4A80A164E03BA6C4 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = C4708ED072CB9AB745907733848C65FB /* SDWebImageTransition.m */; }; 03061B47DC2349C926C804617843A274 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F502D0D8F78D0E95832C7988C6330863 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 03436EA73175DBEE74264D1ADF48689E /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DE93E00EABD41D4BEABE5D102ED687E /* SDImageCacheConfig.m */; }; - 0366EB496F236AFC5755360521896B49 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CFA23C30D3569B2DCC060EB0BF7D52C /* RCTAnimatedNode.m */; }; + 0366EB496F236AFC5755360521896B49 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 24FFE2751DC7AB0B51DFC4C4CBA6A559 /* RCTAnimatedNode.m */; }; 03AD48619925AA1D36DBAE727BA84415 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F1C8F8AC7DF7515CE70621BEC35477D /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03EAFE1E1824E4E98A35113C46BAEE60 /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 70B7BA411755A3051FE089C8A051C27E /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04158F4E33AD3C9DBB2ECD217CBC6EDB /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = B355BC4FE79B6D7EC15659E247782694 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0486EC55BA1E05C4A1F7735A7705911C /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 412ED565977E983A249F8FC245ABC2E1 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04A980DAA82ADC1FE2E7FCCC111345C3 /* unzip.h in Headers */ = {isa = PBXBuildFile; fileRef = A7BE7B50F8AA719802DFD6162510FC90 /* unzip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0507991B3CC7F940019C8CD726263B02 /* aestab.c in Sources */ = {isa = PBXBuildFile; fileRef = 4C89CD87C591C346BB2FD2BA46ED4DDF /* aestab.c */; }; - 05233C182411A0889FF5720ED1F93402 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = D272A0A281914155D221004A4D42527B /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05562704E3FE82CE5BC6C90EC468645C /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E69F2AA05F0D35E8DF4E649DC389E05 /* RCTStyleAnimatedNode.m */; }; + 03EAFE1E1824E4E98A35113C46BAEE60 /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 59C79B3EEA9733E24BD557183BEFC392 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04158F4E33AD3C9DBB2ECD217CBC6EDB /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = D16122C71577129A442ED86A6A2433A6 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0486EC55BA1E05C4A1F7735A7705911C /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C614ABF8517C44FCCC3843C9893FE28 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04A980DAA82ADC1FE2E7FCCC111345C3 /* unzip.h in Headers */ = {isa = PBXBuildFile; fileRef = C794CD3134A28EF70538FC91DFDA4A6C /* unzip.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0507991B3CC7F940019C8CD726263B02 /* aestab.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E1C74EB944BA54849EAA063A41E1121 /* aestab.c */; }; + 05233C182411A0889FF5720ED1F93402 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = FD5CFFA7E634A1C1C7A0A7BC5D818699 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05562704E3FE82CE5BC6C90EC468645C /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = CA381E83797DFA71142772F54A40E041 /* RCTStyleAnimatedNode.m */; }; 05D3AE936637CEB598722025A2407249 /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 464F28C3DFE1483D365139C4ACE33453 /* UIApplication+RSKImageCropper.m */; }; - 05E59DCD6B00097168D4D15EA9257EE3 /* JWTAlgorithmRSBase.m in Sources */ = {isa = PBXBuildFile; fileRef = A93E6020D9C4751EA4F2E7F729D3AC68 /* JWTAlgorithmRSBase.m */; }; - 069C43E6A6AD12ACAD9A8670A2163E9C /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 7546475A49FD77B211EA95D9D61F0767 /* BSG_KSCrashSentry_NSException.m */; }; - 06B2A6CF688BEE3B9B55CEAF94A90520 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 51C61F28A81AF6954CAD351A3F929D7C /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07071721854875107EE2056CE24FE08C /* CodePush-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AC0DDCE32938B6F0780C705FF28C998C /* CodePush-dummy.m */; }; - 074846AE9D1ACE71B371E25E872788DA /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 090C7AC318184C0DB2B0B2B58D30FF06 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05E59DCD6B00097168D4D15EA9257EE3 /* JWTAlgorithmRSBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EE92A5D1F876E642CD4A81CF9F9505C /* JWTAlgorithmRSBase.m */; }; + 069C43E6A6AD12ACAD9A8670A2163E9C /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = A21E484932D053A131F00EA79B4F4C27 /* BSG_KSCrashSentry_NSException.m */; }; + 06B2A6CF688BEE3B9B55CEAF94A90520 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 10E59ABAE80CAB0B119DF9C9DBF040EC /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07071721854875107EE2056CE24FE08C /* CodePush-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E42BD45CF133E3FCED9BEDF0AE53182D /* CodePush-dummy.m */; }; + 074846AE9D1ACE71B371E25E872788DA /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 639E8B54958A65E9ADA5469338956547 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; 074AE22DCD44F5A1FBC27F43C941D7A9 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = E69FFCFF90B9497FC1E764E22E10BBA3 /* bignum-dtoa.cc */; }; - 08DC53CF1143DCC5BFB59E076BCCA820 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F20D8470C4545F3CB553E788AACD5AA /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08F712467A9B888ADA84C364BF64829F /* IAPPromotionObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE195FB11ACAB30F4348A8DE8EE6AE2 /* IAPPromotionObserver.m */; }; + 08DC53CF1143DCC5BFB59E076BCCA820 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D43C2DC2158C11365F49B497E2117F2 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08F712467A9B888ADA84C364BF64829F /* IAPPromotionObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 551FFA1C55B1ECBD8FD060E7FA73C636 /* IAPPromotionObserver.m */; }; 097B358FE604D29FEEF81DA2C56A5983 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 390980C7F13F4B3EBFDAA984CBFC59B0 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 098F3528AB2F139C84803CD621A81C1C /* JWTCryptoKeyExtractor.m in Sources */ = {isa = PBXBuildFile; fileRef = 13816692E512A008B6E44D50E8789FEB /* JWTCryptoKeyExtractor.m */; }; - 0994D0A98F7FB5DC01043DBF78813267 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = DDC92D442C85E66579DE9259C2CA60BA /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 098F3528AB2F139C84803CD621A81C1C /* JWTCryptoKeyExtractor.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E5613B56071ADEDF2A23B12A54D1B54 /* JWTCryptoKeyExtractor.m */; }; + 0994D0A98F7FB5DC01043DBF78813267 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DCFC65E99C730DC6EC5F2D316202EF5 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; 09AF004190F9CB5F8B64A129768AC053 /* SDWebImageImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 44BE8AC36706A8633A08F46D9A43604C /* SDWebImageImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09BF501E5D39DD1FBB586255B73BB2B7 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F7EB2D8D87B7D4CEA61B4AA2A7AEB782 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09D5A91458BB6E7874E704F635DBFD9E /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 2CC7AC615C42394AADDBE306F18D28C1 /* unzip.c */; }; - 0A33FC0B6364F682EF80B4598A9D397B /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 96C6170BD98998D8F651DFF8F361A83D /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 0A36E5D38EF2606F8F17300629CCDD9B /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EBF809A0107FB1738C294D6599A6FA7 /* RCTImageBlurUtils.m */; }; + 09BF501E5D39DD1FBB586255B73BB2B7 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = ABD0F5F69EA214F9F5A31A75A46539CF /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09D5A91458BB6E7874E704F635DBFD9E /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 92ED0659E87BF18BECE2E7CCA1F22CA1 /* unzip.c */; }; + 0A33FC0B6364F682EF80B4598A9D397B /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71292A053B46732171C7993431E47BAC /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 0A36E5D38EF2606F8F17300629CCDD9B /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = F07EBCF26A1E9D0D4AD4DDDB02D0764D /* RCTImageBlurUtils.m */; }; 0A68FAA17B5E1A8823F5A9C759715D77 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = D1E5D2FAD1AA01125EE2E64B2754CAC5 /* cached-powers.cc */; }; - 0ABBE37A8E619B243868FD557B0F812E /* JWTClaimsSetSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 717A2E5A77F6D47547632D75A1A2C096 /* JWTClaimsSetSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0ACBD272FA99F01917D375AC31996E43 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = AC6E3484BA7E6AB9C8A3DBACC4749A3D /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B19E25FE7C09500CE94E5634EA33128 /* JWTAlgorithmRSBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 18769F67E19F789A505D06F28E28E813 /* JWTAlgorithmRSBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0ABBE37A8E619B243868FD557B0F812E /* JWTClaimsSetSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AD5EAEBBAAC67FB69DC84614D6C5A81 /* JWTClaimsSetSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0ACBD272FA99F01917D375AC31996E43 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A09D04CA95D274A3E43AA63238B694E /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B19E25FE7C09500CE94E5634EA33128 /* JWTAlgorithmRSBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 399BB7070F6EF8F194C66B748C20FBE2 /* JWTAlgorithmRSBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0B2E3DAD5A81E462902706C26AA72DBB /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = E0E02E23A8D9BEE20D246B5FDECADEED /* signalhandler.cc */; }; - 0B35E0C276A8B815F05CE585485BEC0F /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = B801FDFAEE7C2A1FF14104596A4F2439 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B663F3207F421811081050C29F3CFEE /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A1EBC8DAD32494521DEE4479E47C874 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 0B6946F729A638371821E412EC1F5A2F /* JWTClaimsSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 11CDCEFFA82A0A458F07E3CF9EB1D55D /* JWTClaimsSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B7211BB14B35DCA1B50BAABCF239BF5 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 21AFAB412F9AE01DDC6A517FCECFED35 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B7A48967C973C4EC6498E48DE4A7833 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA22E656E31E6CE4074FDEABB5A85E9 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 0C18B07C3737C280EA29041E7C68C285 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D11E4B840B7640E88115412130DD7A4 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C4842E77A4E336C5A28DD56E109FE89 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E954B3201FECD1718A174309077823C /* RCTInterpolationAnimatedNode.m */; }; - 0CEAEAB7807339AF3C050B738A3CD08A /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = D8AAC0F97B61584CC5529C125B3E4924 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 0D0C78061C7D843FE6D67B7597111902 /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E6A8F0D8A37C43C1D468DE6CDB05316 /* BSG_KSCrashSentry_Signal.c */; }; - 0DDCA6BA0C44D4B76FC8FEF30525CF28 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 65487EC58B48096AFEF09B952E8C7057 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E4FA05B6A6C9823A8ED48C9CCE47D81 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 8495F8EAB9324AF8A894EDA9A0984675 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 0E89CDE0FF1729A50B12CAB52D2B5879 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 901D44162C53B2C03FF9FBD10BD0D807 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E8BDD7C987A584A291D0F6DD1609EF6 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 799064FE6927BD1C39E7BA315229C06D /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B35E0C276A8B815F05CE585485BEC0F /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A3E87C9C8B01B0EA145B82349AED0F8 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B663F3207F421811081050C29F3CFEE /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 738FA5BE62EAEF5A809FF4DD42DFA710 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 0B6946F729A638371821E412EC1F5A2F /* JWTClaimsSet.h in Headers */ = {isa = PBXBuildFile; fileRef = D89B617818370481D11322F5A2BB56C0 /* JWTClaimsSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B7211BB14B35DCA1B50BAABCF239BF5 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = DABF7FA87D0B6FF6FDEA46D6AAD38DCE /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B7A48967C973C4EC6498E48DE4A7833 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FF729C58BB2A3D8D9B12DC3CC121F540 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 0C18B07C3737C280EA29041E7C68C285 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA9706FD31B307C047642C8715F063A /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C4842E77A4E336C5A28DD56E109FE89 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 03702406E38088B7CBD658F1F15523D5 /* RCTInterpolationAnimatedNode.m */; }; + 0CEAEAB7807339AF3C050B738A3CD08A /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BDDB098C9D522C0922F578F21259C47 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 0D0C78061C7D843FE6D67B7597111902 /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C8EDB8F88377B301799ABD14EC814B7 /* BSG_KSCrashSentry_Signal.c */; }; + 0DDCA6BA0C44D4B76FC8FEF30525CF28 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 6528FB70EEFEE9E23C2DD90DBF416E5B /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E4FA05B6A6C9823A8ED48C9CCE47D81 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 629326B11B471EC1903DA62F335150BB /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 0E89CDE0FF1729A50B12CAB52D2B5879 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA6F99E230F479DCD6DEDC35D43D064 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E8BDD7C987A584A291D0F6DD1609EF6 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4760E2B4A5B86FBD7736C46241EBE1CB /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0E8F6F43770B5617416A5954A25A66A4 /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F920A75F2D2BC64613BCFAF861B4538 /* CGGeometry+RSKImageCropper.m */; }; 0F072AC869B41B790C5454E29FB56EBB /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 126672375AB5B60A7A2AD2A8262384FA /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F7E3E181279109945485DBE9C295116 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = B65385F876268B978BE750617867610E /* BSGSerialization.m */; }; - 0F84F7D56F5D0ED618FB8C9EB095C444 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 77DBB90B471546A5580C12175BA7EC73 /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FA3A6873F54CAE8FB853231609F148A /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 43E0D52A3CB44FDECDD4FFDCFB57D607 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10450BBEC1560F4A99D8F9430590566A /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 5899B81DCB757085FF7FAA8C420D877F /* UIImage+Resize.m */; }; - 10A147B861120A9F60B0E0E426B083A9 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = D2CC1F5A5854B87C492AD2F809658DAD /* RCTConvert+CoreLocation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 11700C0C9E0ADD29BD8945F7C5DB0198 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 444C1AB7370238877BEE5FDBA2AFB12B /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 11C74D88D3B8A073A394C97AF21D9674 /* JWTDeprecations.h in Headers */ = {isa = PBXBuildFile; fileRef = 35E7C26CCD211778B28DE593145FCB1A /* JWTDeprecations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12260BCA127D928C33FAA2D44E1DE34C /* RCTWKWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 742ABBE2DD998822964AC69FDCA18142 /* RCTWKWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1260A0FA782B902163E0159F49E044C0 /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3ACB45E703D874ED333AC2A47A3872 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 126C20C469077D7B065132B6D922A997 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = E7A27F701C4C64B103C859B2B65346EC /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1277EFF1AF710BAFF1BDDED51A3D95A8 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 958184A62A0AE213367CEC7883857538 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12926654E0CD8418CC71D2375CEEFC27 /* JWTAlgorithmDataHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = 032958D272BD8865C6CBE947FDD011DA /* JWTAlgorithmDataHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12A5635C2EE422168CDB8FF9126DAE8B /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 099253A5B91AB35C42171D8C3F8F32F9 /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 12E1354EBC44FA9E561BF789F0022106 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = D2107815759571AD60B84441C90804BC /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1306A3802798D7FFFFC1BDEBB87DAF6C /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 006F04C8A5029A4B468CAB5D0EFF9264 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 137CD426200D9F45EBD18872ACDDE9B5 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = B03936A7260B383A9AA1B91D8ED47DF1 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F7E3E181279109945485DBE9C295116 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 1930AFDA192661701B6C3E61FF5B4491 /* BSGSerialization.m */; }; + 0F84F7D56F5D0ED618FB8C9EB095C444 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF299B56F89FAA686076DE67741EBC5 /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FA3A6873F54CAE8FB853231609F148A /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B00ACF4B964A7C4FAF0A137D612C375 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10450BBEC1560F4A99D8F9430590566A /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 80635232CF06D214D3BA14029A36981E /* UIImage+Resize.m */; }; + 10A147B861120A9F60B0E0E426B083A9 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 135D6B95DE496DA417DD235C86AA8406 /* RCTConvert+CoreLocation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 11700C0C9E0ADD29BD8945F7C5DB0198 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B83A885E4C4ED23A265FA85590EF40F0 /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 11C74D88D3B8A073A394C97AF21D9674 /* JWTDeprecations.h in Headers */ = {isa = PBXBuildFile; fileRef = C3591D7E1FDCD5E9DB823B2A60AF84FD /* JWTDeprecations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12260BCA127D928C33FAA2D44E1DE34C /* RCTWKWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7462E373190C76B0DD0E273082CF2D2F /* RCTWKWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1260A0FA782B902163E0159F49E044C0 /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = D47D1D71878997FD0B1CB020DC84DB53 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 126C20C469077D7B065132B6D922A997 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A201EA7A3643972DCF9704087C8C1E7 /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1277EFF1AF710BAFF1BDDED51A3D95A8 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9B4211B4883C13828AA4B3DE19A0E7 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12926654E0CD8418CC71D2375CEEFC27 /* JWTAlgorithmDataHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = B6CAA72DDAF5DE9D13B81458123C25B0 /* JWTAlgorithmDataHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12A5635C2EE422168CDB8FF9126DAE8B /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = C8AFCE990CD33824617CBB405BD7F271 /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 12E1354EBC44FA9E561BF789F0022106 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 02B233F1C9E1C4551E40694EF27B2758 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1306A3802798D7FFFFC1BDEBB87DAF6C /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = FCA6D94704003A94FB680FAAAC2B3C5C /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 137CD426200D9F45EBD18872ACDDE9B5 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A99DA1EEC52FC92FD18C1A7C5E98E54 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; 13C1F0FA601FBB4544ACD9D57124E3F9 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A00A45AACC5856B101F53BE99AA44001 /* de.lproj */; }; - 13F4BD5FDA6A9845338AD6A5785ED666 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 210F1138F299BA4F228A7DBA4B5A6024 /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14A227995052CF0AAE5DD1A5466DF3A6 /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AEF0CEE262F2516B7E2B26A35EF2B1B /* RCTUITextView.m */; }; - 14AC2EA5E36CF7863913A4826F140BB7 /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 79B515F02236063E56A8AA3CBFE89D09 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15CA2F888F3DCFF1173583AFED385C7E /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 13771E1C5191B6E7D68FA37D747932B9 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13F4BD5FDA6A9845338AD6A5785ED666 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 143EB3B16454A67A775AF770C25C56ED /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14A227995052CF0AAE5DD1A5466DF3A6 /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = BCEAB89E71B0FF70FCF619B32A98D0F1 /* RCTUITextView.m */; }; + 14AC2EA5E36CF7863913A4826F140BB7 /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 03D55784B95EABC9DBB468ED77026264 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15CA2F888F3DCFF1173583AFED385C7E /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = DF73032674153369D083E2A2F3EA841D /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; 15D0C6054D995F578E9AFFB49715959B /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D23AA1B23912F0E9CF8760C7EB222A8 /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 1662A5861673F067FDCA44774CD43322 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F9A9A588EEBC982D347ABBFFA67AA083 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 168C8508F9D7A317058D8685E492C55B /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = C8AAA99A0587C5185868AA68B2FFBF3D /* Compression.m */; }; - 16C1BBD3A04567026DEDF44930A698BF /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = 125AF3E5F058C822A8FC739304EDD3C0 /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1662A5861673F067FDCA44774CD43322 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FE5B715B8CBE1DE752E10C1AECAFFDC /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 168C8508F9D7A317058D8685E492C55B /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C844F6AD91838871A4B8B9F6C2F334E /* Compression.m */; }; + 16C1BBD3A04567026DEDF44930A698BF /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = E27CC061553329BD75C9A1FA75789C53 /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; 16EC4768B6BC59E87E87CAB348F9CAF2 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = F69AE82BE164B614B45AF41E4E22FC98 /* SDAnimatedImageRep.m */; }; - 1705BE500D7600002A7A95F5C3EB6AC8 /* JWTCoding+ResultTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 40FB805F2C1A31EE1CD28B67F148F830 /* JWTCoding+ResultTypes.m */; }; - 171491CB27A12E91EF88C62C5762D8B6 /* JWTErrorDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = AF4AAEB3C8DC4D784A946E7C7CC6698E /* JWTErrorDescription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 174A0A8BEF493B595708EE290458B204 /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F938D6C5CE955B7E2AFCA68C8DC1848 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1765CC8146E69239971CF960E86B662D /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A740AD2D7AE286D5F1331134B90BA688 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 177FFE85FF3AAFABCBF48471A9F7C999 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A687153E1EAF4BAAEE9981F258A6629 /* RCTImageEditingManager.m */; }; - 17E62CED9B97CC7F2C1B4F384F0BCB9B /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 45A39503E0CD462062103FC203E0AC4B /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 181ED76E839C146D7AFCFDCD2DEB0842 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BD760A46C299C0D1D99F4B10A30B4FA /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1705BE500D7600002A7A95F5C3EB6AC8 /* JWTCoding+ResultTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D653DD6E6C4210D3854986FD9B6A9AF /* JWTCoding+ResultTypes.m */; }; + 171491CB27A12E91EF88C62C5762D8B6 /* JWTErrorDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = E0E0DDCF9AC365283C0AFAC2662778F2 /* JWTErrorDescription.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 174A0A8BEF493B595708EE290458B204 /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = EA0719109234408DD5181153C1B6745F /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1765CC8146E69239971CF960E86B662D /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5541E648360C0947F3A1EC5CC809D8E9 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 177FFE85FF3AAFABCBF48471A9F7C999 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D6986BFB3B0B848B9614D153597532CE /* RCTImageEditingManager.m */; }; + 17E62CED9B97CC7F2C1B4F384F0BCB9B /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = F662DB447D0DABB213B13E387F2E5895 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 181ED76E839C146D7AFCFDCD2DEB0842 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A7A9CDC252F75E49F2B056618E15E9C /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1886194BC2AAB1A912B4728BFC33B5D5 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 500CD235BE5B3293056B13F781DD399B /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 193C7D698449A5021DB75CA80EFBBF2E /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AC7F4AE3FA51BBEC01C9A90D1F07270 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19460519DE71BB280FA6DCE4BC0C1719 /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A41DEB6DAB0D59FDCA8DB23D9BC664B /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 193C7D698449A5021DB75CA80EFBBF2E /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 37A570A2FCD502C59636F9E65F70B273 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19405964A3742BB1B9E27DE9B4ED0B89 /* RNCNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 968FEEB8E24879CFC1DC3BCEB4CA3FBF /* RNCNetInfo.m */; }; + 19460519DE71BB280FA6DCE4BC0C1719 /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A30B95083980151CC28BA51FB84B10 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1A24FC993FF9E94570D0EBDE0CC150B3 /* FLAnimatedImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81E02D5E54E00B3EC1848FD6A945782D /* FLAnimatedImage-dummy.m */; }; - 1A364DE8566712E26D18C359A8E55F0D /* JWTClaim.m in Sources */ = {isa = PBXBuildFile; fileRef = E3A6150297C10609956B5BF8F30B4CC4 /* JWTClaim.m */; }; - 1A93A237915BE3B7CB5257AAB031E55C /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D53A37316E3B862997D34ABFD50F2D7 /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 1ADF2327DDE707C688DA1075A71910B6 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 01411DD69A9C6A893382ECEA2F1DF014 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AE046AF5DE437C95E5414560D00C765 /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 03B776AE68C9F8DC6C5364A4ED435F9C /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AE6C8D931AB45590F7ABBB8084D2D24 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FA3EB9F698F5BA0F6D5EB4D40C4C1B9 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B347375B777EE97B7031259AAF19167 /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 19A1988ACFB461A31FF9A118982B1603 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B3D0CE2E711B5B0F954B0C0D75A28D8 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E5A786C618D31FCAF19E1ED6F3BC0ED0 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B4CE0DB9F2311FD817B4E4F9FF99009 /* aescrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 3052C6B09FF65AEDB85204E3D87F5377 /* aescrypt.c */; }; - 1B92B23C75B5108F6333F61720EBD597 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = A7F7C4245F211D3996E6FCE0C14705BE /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C7E7E72EC6172810F8969E0634FCBB3 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0257E56D82F830B5B6793D524ECA2388 /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D50D9C5B216ED2BF960C4074A2402B2 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = D9371FFE35CF07F8DA9F9BD39DDDFDC4 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D7CD978C253E76F8D39C45B6CFD05E1 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8501526ADDD3DB0434AB4144BD5CC318 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 1D8850D020D37C558181F01488B5A48D /* CodePushUpdateUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A616DBFF5B66AA8D2C75BE120A3E4DE6 /* CodePushUpdateUtils.m */; }; - 1D9FC57C0822DE34446BD6D8D236A8A3 /* RNIap-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AC2E3D6385C2D41681D84A88CBF2FD9 /* RNIap-dummy.m */; }; + 1A364DE8566712E26D18C359A8E55F0D /* JWTClaim.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D46EDF3771551FC103FCB03D04CE276 /* JWTClaim.m */; }; + 1A93A237915BE3B7CB5257AAB031E55C /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 00044949BAA13C5B2C80AC378C4D2784 /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 1ADF2327DDE707C688DA1075A71910B6 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E36D2B16D05E20B0B5822FA5AF38C49 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1AE046AF5DE437C95E5414560D00C765 /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 67640E859B21AC8ED7CCFEFE55F06CE4 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1AE6C8D931AB45590F7ABBB8084D2D24 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A74F88D778FF570CBA4C8BA55A651CB /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B347375B777EE97B7031259AAF19167 /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = AA59289A5D912DD6DDA5728B26936932 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B3D0CE2E711B5B0F954B0C0D75A28D8 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 676F80678DD3947B5AE9EE1D842881A3 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B4CE0DB9F2311FD817B4E4F9FF99009 /* aescrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = F99F8E1B717A26C5E96F6EBAA18D3FDA /* aescrypt.c */; }; + 1B92B23C75B5108F6333F61720EBD597 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F682EC2313EAD5F9539E479C14A3F92 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C7E7E72EC6172810F8969E0634FCBB3 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C6219F85694B7EB4147FB00D30655B7 /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D50D9C5B216ED2BF960C4074A2402B2 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AC54816E21A086AEA280F8CBF61F5FD /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D7CD978C253E76F8D39C45B6CFD05E1 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28E4A6E4E7C7EFB8967B2FC138692B81 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 1D8850D020D37C558181F01488B5A48D /* CodePushUpdateUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 82CFC79F88D44E7027C001B076EA8348 /* CodePushUpdateUtils.m */; }; + 1D9FC57C0822DE34446BD6D8D236A8A3 /* RNIap-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 40C962B572591AA914739F31FCB2A17E /* RNIap-dummy.m */; }; 1DDC6AFF9544E2C26BABF6699C9D6B8F /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C955E81412523AFDBD6093A74CC53404 /* QBImagePicker.storyboard */; }; - 1DDE2EC700DB9C90D98EA33832B94D55 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0D0ED667DA5B4D3659DABC5FB1F7F5E5 /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 1E2589A75DDCD8858D4B2FB7FCE5CBD6 /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB69C23043B68A38BA9B3036483002B /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E7C45B219387086352FF0BC9C16C2E0 /* BSG_KSCrashState.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B7B7E964596530E3BAC691B96F9A233 /* BSG_KSCrashState.c */; }; - 1E9467E222A8CB85F48BBDB8578742C3 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E1B8EEBEBC82C67C443838F09DA85E1 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 1E9CDF06EA0D9399E97F9CE57D337E48 /* BSG_KSZombie.h in Headers */ = {isa = PBXBuildFile; fileRef = 8862ECAA0D48983093B39245073DBCC4 /* BSG_KSZombie.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DDE2EC700DB9C90D98EA33832B94D55 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = C9EF1AB1AE385A79DBFABB54451C015A /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 1E2589A75DDCD8858D4B2FB7FCE5CBD6 /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A14C96A044250B856086202945D3D7F /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E7C45B219387086352FF0BC9C16C2E0 /* BSG_KSCrashState.c in Sources */ = {isa = PBXBuildFile; fileRef = 124D5403914F6A7CD0DB198435BDF052 /* BSG_KSCrashState.c */; }; + 1E9467E222A8CB85F48BBDB8578742C3 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D722486604B469B5C17B39904037068 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 1E9CDF06EA0D9399E97F9CE57D337E48 /* BSG_KSZombie.h in Headers */ = {isa = PBXBuildFile; fileRef = C03EE39F0086BD1A6656D65BEF2A13F3 /* BSG_KSZombie.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1F5D4861704012039092BC493966D62A /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 086136880FCE34A8A27A0BA07648F5CD /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1F6FAD2F479F57316F5B2A4BDC3D616D /* SDWebImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7080553F2279C3907632C0B8ACAEBA02 /* SDWebImageCodersManager.m */; }; - 1F823D585164936784B3C849F2BBD179 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 066E0D6D063E01D63C6A8EA8001E312C /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 1FB177575A79D053CC8E424EDCC529B7 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 92969D18DBE7BF3DBFECFD5BC84FADAB /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FE920A151276B8EC3B4E43DEBF9FB7D /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = 728198BC326171AC6FDDC991D6675637 /* BSG_KSCrashSentry.c */; }; - 202F9B6FEFEAC8136AEEF2CF87152062 /* CodePushDownloadHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A45CCC6FFB23B6A55DA5B3389583D60E /* CodePushDownloadHandler.m */; }; + 1F823D585164936784B3C849F2BBD179 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 540EA3C73D4C20273B11E133E5934723 /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 1FB177575A79D053CC8E424EDCC529B7 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = AE22E6C606EEEEA068BFC72C6AA05440 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FE920A151276B8EC3B4E43DEBF9FB7D /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = 478EDD4BBA380EFF7877F7774E7165BB /* BSG_KSCrashSentry.c */; }; + 202F9B6FEFEAC8136AEEF2CF87152062 /* CodePushDownloadHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4123309CE479DBDCE623035C886D9926 /* CodePushDownloadHandler.m */; }; 2030B9B66AB8664093BA31AB00045F4B /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05ABA8005EEF0BA34A682330C303E3D6 /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 20423A377DCF88B0FA973C70B4614A7E /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6AD864E6C5FCC08C9087C940DBB18D /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20423A377DCF88B0FA973C70B4614A7E /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AD8AE54C427F4423C052DFA98AEC4C7 /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; 204BB3DDD58655FDF8A73F404B5FE278 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 71E6EEC5A68A4BBA282CBB42021B3A15 /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 204FDA010F2DA867968895DBB77B61CC /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C62B537BD7C137BAA3DCD66F9684761 /* SSZipArchive.m */; }; - 20961BB6407F1D17575980F9455836FE /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = C97F8100C19A137BE3B84A41CFCFE5A6 /* RCTShadowView+Layout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 20EC3F5ECBD9B8B4EA41549AA1BD507B /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AD8E10A628C0F3F3EAAE7784C7F635D /* BugsnagReactNative.m */; }; - 212B99F2737CE65CD1B47F599AE6F7F4 /* CodePushErrorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BF64E9146B5CF97320668447D44D2E1 /* CodePushErrorUtils.m */; }; - 2139A8A21D1FBCF97A154E770636CCE0 /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 73FEE340B1169D806C2792A6C705B7E4 /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 218D456228AF7C668D944D782D5A1DA8 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 6660B5BDCE9248EFE075EAB1605141AA /* RCTConvert+Text.m */; }; - 21E544CCD7AE1E1463DD90EF4E1BEA8F /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 56C3A393F623C589534085657B11130C /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 224F3D3C0ABC43D2097E44106BDED940 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3180D8A38753CA355EC8ADD28560524E /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 225D2E2E3AAE716D8C74A12D1B5D2F4E /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C877F9DDE9494CFD783AC166960D5F0B /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 227CE094C17DA153A0E40AEFFBD9F668 /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = AF71C151E382B473377C8B0589928D72 /* BSGOutOfMemoryWatchdog.m */; }; + 204FDA010F2DA867968895DBB77B61CC /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = A3CA8127381AD6473CD96A6865D273DD /* SSZipArchive.m */; }; + 20961BB6407F1D17575980F9455836FE /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 20CB086D8DE898E1F79F5631E3D6A657 /* RCTShadowView+Layout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 20EC3F5ECBD9B8B4EA41549AA1BD507B /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = B6F6402A1DCD19A437FDD3F6310F5660 /* BugsnagReactNative.m */; }; + 212B99F2737CE65CD1B47F599AE6F7F4 /* CodePushErrorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 48B5E7FAAE032EDA52197586A52E0321 /* CodePushErrorUtils.m */; }; + 2139A8A21D1FBCF97A154E770636CCE0 /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E73CCF202799BAFD3921B6E83EBE7A5 /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 218D456228AF7C668D944D782D5A1DA8 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = A9D8B4A6A5BFD6E8C73B119E9F9D5F66 /* RCTConvert+Text.m */; }; + 21E544CCD7AE1E1463DD90EF4E1BEA8F /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E29971795B61FEDDFF6178FFE10FEE37 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 224F3D3C0ABC43D2097E44106BDED940 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 60C0F5E6122CDFBCC0D0572AD99FF97A /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 225D2E2E3AAE716D8C74A12D1B5D2F4E /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 391DD5A31A070D222107220889B9160E /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 227CE094C17DA153A0E40AEFFBD9F668 /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = EFD38033A614C4FF8CC31B322A25C7AE /* BSGOutOfMemoryWatchdog.m */; }; 22835B4C7FA1B1FA3DA6D88B64AE2D63 /* SDWebImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 56FD16000D8205047AF60FA8F641BACA /* SDWebImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2292C2A5EDDEE752A36610B591A8DFCD /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 57E87CA499A0068EB17F3A14ADB3ADFB /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 229616542891155E3DC149CD575F8116 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = C7AC39CA81899A578D8BF5E0E462F66C /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 231F0FBB820CDC6B1725187D162CA49D /* SSZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = CAA0B49207950D100F4854F69AD77B23 /* SSZipArchive.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2325E61A0E505820D4E9A1EB71FF7531 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 75A98EE765714E0F346DA9CD751B04AD /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23288D3CDE3C2FB2EDFB50985412D8D7 /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 62BBC5C6FC94E5F09DDB528E79B1F018 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23A82B7808F4C8E6799B3E74BA792800 /* JWTAlgorithmDataHolder.m in Sources */ = {isa = PBXBuildFile; fileRef = A12120CE2B98CF4913D8518F3ED08B58 /* JWTAlgorithmDataHolder.m */; }; - 23AEC719E3E9390C976C22840AFD56DF /* JWTClaimsSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A94F16196577FAE9F8910808CABFC48 /* JWTClaimsSet.m */; }; - 23FB056ADB42194530102B0E4631603B /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 698F9737FA7862F3A5C281CD00598D2E /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 247D97E48DC89452C07CFF72012643B4 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E017B64C7C09B1E1A025F779030617C /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2292C2A5EDDEE752A36610B591A8DFCD /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = D3357BDEBF3BBD42446A1F95539F5EC8 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 229616542891155E3DC149CD575F8116 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 77208289E63C82C4C195CF2528B61980 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 231F0FBB820CDC6B1725187D162CA49D /* SSZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BAA19174B1201E10BA9B77EF89E1FBB /* SSZipArchive.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2325E61A0E505820D4E9A1EB71FF7531 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 830FDDB3530A3ADA2110B49C80F85641 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23288D3CDE3C2FB2EDFB50985412D8D7 /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = D5ECFB7D9C221E8ED27A960778FDB6B9 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23A82B7808F4C8E6799B3E74BA792800 /* JWTAlgorithmDataHolder.m in Sources */ = {isa = PBXBuildFile; fileRef = B206BFBFA4A9B2050979F0C104FC2DFA /* JWTAlgorithmDataHolder.m */; }; + 23AEC719E3E9390C976C22840AFD56DF /* JWTClaimsSet.m in Sources */ = {isa = PBXBuildFile; fileRef = E41868A777B72E5A4027F887B5DE0732 /* JWTClaimsSet.m */; }; + 23FB056ADB42194530102B0E4631603B /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 31948149D28440CB1D5CC8EE113D0265 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 247D97E48DC89452C07CFF72012643B4 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 361C4BFA7DEC1FF6FB289B4BC91383E8 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 247E4D1020AC62EBB43233E90DD2F7EA /* RNCConnectionState.m in Sources */ = {isa = PBXBuildFile; fileRef = 917DF6FA9EE000739ADD0981EE8FE35A /* RNCConnectionState.m */; }; 24BAD500688CBE220F197CF557F17837 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 64A07545D18FE054885F6DFB350994DD /* diy-fp.cc */; }; - 2503A6B5843911B0F3431CCD00B9B106 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1089F164EF8D3F8C12B98174BD703149 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2503A6B5843911B0F3431CCD00B9B106 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 07922C7159C1FA202B8D39958CB62447 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 25331C0B4DE11A912C45AA7554451780 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 025B5011493F0FF571ADB1F80D283015 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 253CF183CB32BC6DE40F9D84130FAC65 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 90D94F2A17FCDA754D42950C9FD2180E /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25DD39102788A19A34978E6AA389471E /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BA072BC487324266A3DD3635711CD70 /* RCTSinglelineTextInputView.m */; }; - 2635EE151CE7F976C50E7693D13AF239 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = C34BD7EDED6E4C5A42A16D6FE8785675 /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 268974585C3B57EC671F01687623462E /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 36A690AC49C9FBF3D317617E718A78F6 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2697D6B8556D535B906966050D231C69 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 28B7FB8F597133E912DB81BB14A6B9BF /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26F9EA87CFD73DB2A1528E92A3D4CFEB /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FEDD6D82DF3193D9C7B5BFBF84FF13A /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 270488D2900F2E54DD70456946F46F7F /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B24BF26894FC87013282F5BDAC28A32 /* RCTResizeMode.m */; }; - 277E858E87D9BB18EA9690BD85E5944F /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 79E4CD65FC5ACE0C0501F8FB3B1B4625 /* BugsnagReactNative-dummy.m */; }; - 279FBC382BE21848B96E10AC7AF12343 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 735AB602E9BD9E105C297C094322295C /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 27DC97EE88D16C98E4F38085137709D8 /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = E3787B15EC16ED8E476ACC29DCB4C8AD /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27FD82EEBA257F5EE2F3C0EE573A7EB4 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D73227B73E7AD4972E918004BB34059 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2849230F2AA0CB36745B83EBE886A694 /* JWTCoding+VersionTwo.h in Headers */ = {isa = PBXBuildFile; fileRef = D06AF919448CEFC4B6B61C25E0448403 /* JWTCoding+VersionTwo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28B42AFCDD75460D51DD507F5A4BB694 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC61C7A16D3302ED8063BE8B5AD3410 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28DCE6C875B2D8B62B359539C4132FAD /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = 20821782C63202ADC76B78C7B0401BBE /* BSG_KSCrashType.c */; }; - 28DEDBA0AA21933206235E7FEB26DEB7 /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FAFDE0BB16772DC4F1776A614B7EF3F /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28FA536CB0AA2612CC33658325407C5F /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C1D15918342D99552F229CFB0B4216 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29315925F56E180BF824095B2D03297A /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 636F7489F01E368C1E48198B32A14F34 /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 29552E86DF297C63E02F663AFBDD6BA7 /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D9D614E39E2AF53DCA0C2A688C9CF42 /* BSG_KSMach.c */; }; - 29CB6B9B2C5230963EE878370E7F1E02 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D44B184FFA44D74CF01CF48D1BAD4503 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A214AA21CFABA57DD48EA8BD2ECB91F /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F045DE68C6F1EF59EB05D373AEE32FAC /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A2CF3C7029F909575C96F34F17C78A4 /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BFB431E0421A1094FC083596EC40DE3 /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A593AB2EBB3C638CE85A6BA161349C3 /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 95840866E9308B094A6AFA42AC150BD8 /* RCTImageViewManager.m */; }; - 2B813A395239DBF439800E4187F71205 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F0DBC3E4BBF258EA4AAE95A5BC78DCA /* RCTActionSheetManager.m */; }; - 2BCEB39B11181B6BA4A4605C9F56BB8D /* entropy.c in Sources */ = {isa = PBXBuildFile; fileRef = D0959C508B5768C6ACA77D08DA3A8291 /* entropy.c */; }; + 253CF183CB32BC6DE40F9D84130FAC65 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = CE5F6476D39510FFC6E5C1AFAF870868 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25DD39102788A19A34978E6AA389471E /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = DFC23BB11A4B5914EEED64EC3AB9AB89 /* RCTSinglelineTextInputView.m */; }; + 2635EE151CE7F976C50E7693D13AF239 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 0874DB5581BAD67B701C80331A72C0DF /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 268974585C3B57EC671F01687623462E /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 82584C7F0B2B3669C74A586B3721EB82 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2697D6B8556D535B906966050D231C69 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CA89837DEC37351CEC52C87D273FC6D /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26F9EA87CFD73DB2A1528E92A3D4CFEB /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = B78619DD409C8606D4FEFA3BB2C76FC3 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 270488D2900F2E54DD70456946F46F7F /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 604D3862358C760CE6B9032DB21DCD65 /* RCTResizeMode.m */; }; + 277E858E87D9BB18EA9690BD85E5944F /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3769872BA07CC9B0BDC0B798C23A6E04 /* BugsnagReactNative-dummy.m */; }; + 279FBC382BE21848B96E10AC7AF12343 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A3C26BEBDEF6199C7916880D4CCAF0A /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 27DC97EE88D16C98E4F38085137709D8 /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EAE178AEB3A55234E957290C9CC6E28 /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27FD82EEBA257F5EE2F3C0EE573A7EB4 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 76CB8BF1D62D7F941BD513FB43BCFD13 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2849230F2AA0CB36745B83EBE886A694 /* JWTCoding+VersionTwo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CA409818CB08928CB2C5C6182748E1B /* JWTCoding+VersionTwo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28B42AFCDD75460D51DD507F5A4BB694 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 66DBD3259208B36A0970D38801B81B61 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28DCE6C875B2D8B62B359539C4132FAD /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = 501A6DF81AE9449E9E6C3C14F3FB2B2F /* BSG_KSCrashType.c */; }; + 28DEDBA0AA21933206235E7FEB26DEB7 /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D802E03C47A042E9FC7A1D3A33241FC /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28FA536CB0AA2612CC33658325407C5F /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7296E06B14727BFB9399E0F54C5ABBFE /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29315925F56E180BF824095B2D03297A /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 040D43AF44B91FEA49C779EE060D195E /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 29552E86DF297C63E02F663AFBDD6BA7 /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 32603B0162758F2F6C4A4BD956815130 /* BSG_KSMach.c */; }; + 29CB6B9B2C5230963EE878370E7F1E02 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A21AD4B27C81B4ED0AA321CB4D9DDA4F /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A214AA21CFABA57DD48EA8BD2ECB91F /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D844C3CB35199FB3F1CA541C7DF62ADA /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A2CF3C7029F909575C96F34F17C78A4 /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 37357CE95A3B1899E791A2814D5A4F74 /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A593AB2EBB3C638CE85A6BA161349C3 /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 929A9CD4D2367C61332F497B074ED0E7 /* RCTImageViewManager.m */; }; + 2B813A395239DBF439800E4187F71205 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 66E769107FA27CE8593A4F7907E8B296 /* RCTActionSheetManager.m */; }; + 2BCEB39B11181B6BA4A4605C9F56BB8D /* entropy.c in Sources */ = {isa = PBXBuildFile; fileRef = EEB7E5A025B187740ADF6C1643926CDE /* entropy.c */; }; 2C5F200D741D9C0FC8FBEFE28F4B4CDD /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F180A406B4CBB21D5E0037A700B442A /* QBAssetsViewController.m */; }; - 2C6D95D779B5CC730DEFA919B6AAE37B /* aesopt.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C45565B5FEFE72611372693ECDE6C6 /* aesopt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CE2CF3F1042E15C97A3240293CA6533 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = BA93D73F72F0D4F041303C34C8643638 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D30B37C0F5812A8E6098610137E2065 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6584D40E558C4F1919ECD619C3E6FFBD /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D9675FB174265A23DE3A6FCC60E7F75 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A7ECAEE4095BEAC79C6FEDFCDF8948 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DFC716292FEB8D4C390C36E0C579DC3 /* mztools.h in Headers */ = {isa = PBXBuildFile; fileRef = 483EF5DFDCDD87FEDB9ABDDE778E4132 /* mztools.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C6D95D779B5CC730DEFA919B6AAE37B /* aesopt.h in Headers */ = {isa = PBXBuildFile; fileRef = DBCD0ACD13C6E61306C11EF56B7B21C4 /* aesopt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CE2CF3F1042E15C97A3240293CA6533 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F766F8E0B8A89435D06D80F944C602 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D30B37C0F5812A8E6098610137E2065 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACA60AF5499009E7563BE91B20EFE1 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D9675FB174265A23DE3A6FCC60E7F75 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 00164C6DC906C378AD1ECB1AEA2DFAF0 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DFC716292FEB8D4C390C36E0C579DC3 /* mztools.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DD2CA7C70FBE51646E93D0461CEB1E6 /* mztools.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2E03CFF9CFD2D43F973EC2C942328AC4 /* FLAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E2468AF38A6A937770CA2FC875A8749 /* FLAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E0EC3738B45543A986AFE5401BBE787 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 81634F7B71A9DB9832C5EE9F868108BD /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E27163BF585C575EA243BB30DF84FC3 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = E8B6A30566C42EB791BE2CDE5A0DFEFA /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E5CEDD394EA4FF7834F2912F0614240 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D685AB93AAC0620B9B19A313E2AC5CA /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E747048F78EF0DD3B1FE87209701A47 /* Common.h in Headers */ = {isa = PBXBuildFile; fileRef = 53B1EFB0AE9FAD42F64E4A911B018C87 /* Common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EA7FB6CF482FCEB9490C921F2ABC671 /* JWTCoding+VersionOne.h in Headers */ = {isa = PBXBuildFile; fileRef = 226F6AAD15A054117BFE3CCCBEC09B3F /* JWTCoding+VersionOne.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EB4AB8568346F268A2FD90F7D6387D0 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = EA51B8E52F25E525FE4E128D537F7BB4 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E0EC3738B45543A986AFE5401BBE787 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = F669E4D330D279138814C19DA463B25F /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E27163BF585C575EA243BB30DF84FC3 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 59C3828550D522F88BE1323CF9C20825 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E5CEDD394EA4FF7834F2912F0614240 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = A5AF9C5C91AFA86AAFE21F81BC52FD6B /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E747048F78EF0DD3B1FE87209701A47 /* Common.h in Headers */ = {isa = PBXBuildFile; fileRef = 89EF01B0F8E36CA88CB564BB57D28579 /* Common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EA7FB6CF482FCEB9490C921F2ABC671 /* JWTCoding+VersionOne.h in Headers */ = {isa = PBXBuildFile; fileRef = C15455C611F84EFDE449A8EDED7DF6DE /* JWTCoding+VersionOne.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EB4AB8568346F268A2FD90F7D6387D0 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1679212833653DE646F3EB10FDFEBE67 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2EF5C521F00F7CFF2DB85B6C7FBE0F7C /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EB87471E8F12D0DF9C85AF43B23FFAC /* UIView+WebCacheOperation.m */; }; - 2F04BC67B2C5A12AA09C901D39D401AF /* pwd2key.c in Sources */ = {isa = PBXBuildFile; fileRef = CAE15777EC24D91935F0C624C670EAF9 /* pwd2key.c */; }; - 2F3697FDD7F5CBE3344E6BCF97F07C0B /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C231A569D55AE6F0C60EDA020639C6F /* NSError+BSG_SimpleConstructor.m */; }; + 2F04BC67B2C5A12AA09C901D39D401AF /* pwd2key.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D1A99F8894368C484355B2EAE8E6918 /* pwd2key.c */; }; + 2F3697FDD7F5CBE3344E6BCF97F07C0B /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = D92CDE2646725B15837A1D6BACAE6E54 /* NSError+BSG_SimpleConstructor.m */; }; 2F5CAC6EE0BEE2CC2A1100DD1C0EF0E6 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E0396DF259C3769D10A55D8209C8638 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FC6BD66CAC028D6208F80172361A158 /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 83CB48BE8BB6B001D3DC8AC256C13F55 /* BSG_KSMach_x86_64.c */; }; - 2FFEC7A9814E3AA73FA7D1436FE1ACDE /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7034EA0E4180872A286D6F863893ECC1 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 2FC6BD66CAC028D6208F80172361A158 /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = B6FE1E8613E0BF3DC681E42C324868C7 /* BSG_KSMach_x86_64.c */; }; + 2FFEC7A9814E3AA73FA7D1436FE1ACDE /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B7384DD4B6517CD380A93CE78579D8A /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 300305A32157B10CDBA7192B59D35A5D /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F0E8D2C7E0FD36E347958EBBAC75BA /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 302D682BC3D3EEE4347468D0DEEFBA57 /* FLAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 29A64F4A452D1E3116407F4592A2A7D1 /* FLAnimatedImageView+WebCache.m */; }; - 30593301FEBEED97AB794DB7F2F1AFE2 /* fileenc.c in Sources */ = {isa = PBXBuildFile; fileRef = 85CCED732A2835CE16447B25DDB55CD9 /* fileenc.c */; }; + 30593301FEBEED97AB794DB7F2F1AFE2 /* fileenc.c in Sources */ = {isa = PBXBuildFile; fileRef = 83922DC90A9C0AA1E66F46809123F3AD /* fileenc.c */; }; 30629C34135422B3C766F81F285C17D8 /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F9ED056A40E08A36EBB9CA02C23433D2 /* QBAlbumsViewController.m */; }; - 30DA1D56AA214EA8B967A880D5D98B1D /* JWTAlgorithmFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = EDBE193A364337B8A25A5F43FB999956 /* JWTAlgorithmFactory.m */; }; + 30DA1D56AA214EA8B967A880D5D98B1D /* JWTAlgorithmFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 0369DF9E5B2E1A88D783F1AF62C18783 /* JWTAlgorithmFactory.m */; }; 30F1920807EF6CF5AAA64E531CD63F3C /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = D1D8FCBB31963B9DC1A41AF37DFB9A89 /* UIImage+ForceDecode.m */; }; - 3102E759FAE620EE0618DDF5B6394CBB /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 18F6C13A13F184823BE33F4A3C3F29FF /* RCTInspector.mm */; }; - 3137446C0FE6F2BFA8B509CA7D563DFF /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F9A535D65A0CC82E6CF6022A65492F1A /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 317D53352F01808805D5248D18D8DF7F /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B4F33CA66CE658C29B4F09FEA5FC3F3F /* RCTImageUtils.m */; }; - 3180818A09EC609817B7427A231681A6 /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = 11D0C0C84EEC3688B86BB329F15DA544 /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3192D848C4047379920C522732370612 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 910E3C5D766886AA734B499689CD8FBF /* RCTAdditionAnimatedNode.m */; }; - 31FCE0793687F49FEFB344D877694A07 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1D76E327FA2A14DF9A32317F1BDCBE /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32201066465D4AB7309E64B9E9E5D2C5 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CF809E151280970BDC721745F3C7EBF /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3102E759FAE620EE0618DDF5B6394CBB /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 74F249F5C548C5A49545829C435FBBC0 /* RCTInspector.mm */; }; + 3137446C0FE6F2BFA8B509CA7D563DFF /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D5A979E7B86B01C5244C5B51AF482471 /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 317D53352F01808805D5248D18D8DF7F /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 245C3E32FB3248E01C2213513DB683C3 /* RCTImageUtils.m */; }; + 3180818A09EC609817B7427A231681A6 /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = DE8CD17D6CFE0A93BB61162B04431132 /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3192D848C4047379920C522732370612 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A72878FC66DB2D164A3E4943548D53E5 /* RCTAdditionAnimatedNode.m */; }; + 31FCE0793687F49FEFB344D877694A07 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 47C990CB2D4BAB17F04DA470536E0DF8 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32201066465D4AB7309E64B9E9E5D2C5 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C52DA1552C6C3042B2F37970C70A64F3 /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3236D85F8DBBCE4AFB8CD8D6D4E22E66 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 936664B2589C42E39044677080C7569F /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32CDCFD87B2B0B784EEB407227D6214D /* RCTAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E0E832FD0CA50636B29C42B0D9AEED0 /* RCTAssetsLibraryRequestHandler.m */; }; - 3335D65531482F64B3A34551E4F22DF5 /* RNIapIos.m in Sources */ = {isa = PBXBuildFile; fileRef = BBB9AA853C5D8F69441CB6ABB62A0DAA /* RNIapIos.m */; }; - 33B98C8B1B725312F599F0AA1A9FD17E /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = AE56363AD7FCEF6AF20BF429A6762E38 /* RCTSpringAnimation.m */; }; - 33C1A57101E43E256378C73ABE8AD025 /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 27857374E0E62D5FD986714E5DB42743 /* BugsnagSessionTrackingApiClient.m */; }; - 33E3AD1C4536906DB8354B82615EE816 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 28EE1A4A4976915D85C739052583BF14 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 345C82FC6DB945DEE76421C30829D1E5 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = DB71B09C42BE1D4CCE119FBB240C2D27 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 34FC057933720AFAA34A536A9EC68A0C /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = F2BCCCEC3D5AD7206F73A20BCF5A6A0E /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 35082AEC103481DB4B52680DB6FE6D5B /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 424F82CCDA581786558614C358C6DF2E /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 32CDCFD87B2B0B784EEB407227D6214D /* RCTAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D2A93E35211E37A284DB87B5920BDF4A /* RCTAssetsLibraryRequestHandler.m */; }; + 3335D65531482F64B3A34551E4F22DF5 /* RNIapIos.m in Sources */ = {isa = PBXBuildFile; fileRef = B84851D9461F8BE8C801776A936DE2FC /* RNIapIos.m */; }; + 33B98C8B1B725312F599F0AA1A9FD17E /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 28C3E7A3A80F79747C4A6410B845ED08 /* RCTSpringAnimation.m */; }; + 33C1A57101E43E256378C73ABE8AD025 /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 269A87FEFCD7947DD3ECD75AA645C914 /* BugsnagSessionTrackingApiClient.m */; }; + 33E3AD1C4536906DB8354B82615EE816 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B5E0CF1D04C238CD598D11EE1408169 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 345C82FC6DB945DEE76421C30829D1E5 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 92979B88585C2F6F4BE6C44CBF2C2613 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 34FC057933720AFAA34A536A9EC68A0C /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 41B1ACB449E842A9478EF216B4B6CF69 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 35082AEC103481DB4B52680DB6FE6D5B /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 237811F0A0F29D73F3E348B47B6EE2E3 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 3509E840892B6A4B9BEBAEAA14FF3E3D /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 13485452E57225E53F0F01C0C66B6DEE /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; 350A93733DD269C75C5091826CC811AA /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD1AA82163E6786A8E8C206249757289 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 351D795DC9D009708FA796CA2CDB205A /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7631F43069445A036E2E491043270F5B /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 355E10CC721621641AE05D101A8D0A0B /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BFB2CE883E4DD5337806D81635C3648 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3588D3F2F45C6665B41C9F65081189EA /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A3F707740435632CD68A0C0C4368CE99 /* RCTTransformAnimatedNode.m */; }; - 3595DC7810617F76792DB8FBC2C7739F /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 01E6E703971BC583ADC451305D355AD1 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35F07103BA9CBC21D527EC694DE36700 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9BABEEFEAEF16BA65379D3A53E3BEF37 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 3691E841AADE5CD20CC5EC958D2AB839 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B2D66F503E941681438E20399227E08 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 351D795DC9D009708FA796CA2CDB205A /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C7AA97E763ABE466DA7E8054E43413E /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 355E10CC721621641AE05D101A8D0A0B /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = CC132C16FC0156DEFCD466C18A9D86F7 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3588D3F2F45C6665B41C9F65081189EA /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FEB0FB402D8AE281E69DF6A9E7F7051 /* RCTTransformAnimatedNode.m */; }; + 3595DC7810617F76792DB8FBC2C7739F /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B89B0A708C7CD741DD21FCFDE098B194 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35F07103BA9CBC21D527EC694DE36700 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A6CD7CEDC237ED07DD395295353677F /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 3691E841AADE5CD20CC5EC958D2AB839 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = C72A37888403BE1AF250D0F8FDBCA793 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; 36AEFB0850E705BB962361C23E1D14B9 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4EEE9E54CCFF690FE7E067F30CAB872 /* bignum.cc */; }; - 36C9CF5D971252719B536629574534F3 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F9952C1A3F3FAD3C749CE3217FA66F6 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36F5D9CDD36D1DA4EB6DF7F5FEF65EB8 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D8307C44A5DAE5B6CF8204127C88D70 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 372297F60FFCA0FE60B8334AB83E63CC /* RCTWKWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC2D5CEDE78803161D8B57350263364 /* RCTWKWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 378CFB37593E45778413ED83E7F554CC /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 826E02A8C402E700938245C285335B2C /* RCTProfileTrampoline-arm64.S */; }; - 38099CC68044259420F1FA5AC5DDE2EB /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 256A668518C529854B0A8439614594FF /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 386727E6506D990D96F35960D0353883 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 9964771FB7A3C6254E8738AB5B42BAFD /* ioapi.c */; }; - 38D20CAD4C82E50923F738FDAFA1766F /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = C548D9DBE7FB309F6ED24057268F9CC3 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36C9CF5D971252719B536629574534F3 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CC14D75BD1F88EDAE4A6BF42A05D39 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36F5D9CDD36D1DA4EB6DF7F5FEF65EB8 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = EBC3851CA042C32191A960C51D76E623 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 372297F60FFCA0FE60B8334AB83E63CC /* RCTWKWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1617BD3CD5CE84978FD0C9E7D80A63E4 /* RCTWKWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 378CFB37593E45778413ED83E7F554CC /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 8ACA0319ADA0FE4EFA55BC2ECB32C8BC /* RCTProfileTrampoline-arm64.S */; }; + 38099CC68044259420F1FA5AC5DDE2EB /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 454542AD53ACA6655CB8B3D463C029A2 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 386727E6506D990D96F35960D0353883 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 73C05A117F936CBD8699A7E29A446A00 /* ioapi.c */; }; + 38D20CAD4C82E50923F738FDAFA1766F /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CE632B20B033111DA59FE0A7B9966CF /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 38ED8AF0550DB31592AC14E414457CF9 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 57C3268858AB450E8222E9E749BAC88D /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; 39274A2FC1A35247D63594616393548A /* SDWebImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 716F71918020A1B150BB64BE7BCCF8C8 /* SDWebImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39693C07F43C91371DE6C32CC8C86863 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 575A97DB95D9C0851363BC90C7A9ED62 /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 397E8380F679CC3C329CDD61653DFDA0 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = E15ED2B6F54D1004BCCA201D7EC16831 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 39693C07F43C91371DE6C32CC8C86863 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A35324E9FFEBD3D0A95D8D35550A8AFF /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 397E8380F679CC3C329CDD61653DFDA0 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3C633464F6C0389A5AAE51D98A602448 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 3980B3F4E028FE28B4560221A651BEAF /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 0738413BC2A0045D917DF14C9BFF84D8 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39BB9819CD0E60F85B64B945BEE1168D /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = C1BA70F34887A5D397121D7507E3EB69 /* RCTPackagerClient.m */; }; - 3A2081653F5D36092B81E9FD56EBFC2F /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = F9276A4E6F0CFB601A182C7A2C056712 /* BSG_KSCrashReport.c */; }; - 3A494CC906D922789662A94074734C6D /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 65723F614732A9852C807421967C8124 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A5260A972A12A75B975D6DAC5037026 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 17F57B4BA05EB278CF9D8CC0495F92B4 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AB1283CB4870EF2C8F9C787CF1D4934 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A1BE4153B2B656B45EC5FDEE53615B1 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3ADB65ABD3141A0C361862DFFBEA4A94 /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B4C2D61EFB55B528C7127CA39782674D /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 3B073E5E0B26DA88922054EC60DF1433 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5558AE96A1927974919B3DE8D3577560 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B0DC0185C3F38AA20AA403C6E16D3A6 /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 48B0D2275F0543CB8534D5190831E805 /* BugsnagApiClient.m */; }; - 3B9E1D1DB4C728F3D449E82AC562A4B0 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B5E8B386B4DCD57E1B4DFED61DF4720 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BC264A569BE7EBE9D7EACD0FE3362DD /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C58D0F8637572FCCB40C21E61B30D0C8 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C88FCE1B32C3E227353599E8C7A3D65 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B5C501422C782DD5606E5AC81773ED43 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 3CE42C66C1C59FD788EC8C0BB5932FE5 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B04209138DD16527784D54FF4CF683C /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DE519A930028FCD86F6BE157D08424A /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E89AC448059D2E130E9AE6441F4138D /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E3AE1B7EDF014177FA1162BD4604B25 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = BDFB4B1381FE867E976AFA72F9AF4B07 /* RCTWebSocketExecutor.m */; }; - 3E9123081FC7A2CA62F86C483E7A8B39 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = CCDF2759E50A195DB421D521E3B8EB17 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39BB9819CD0E60F85B64B945BEE1168D /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = A245688E233825190086B2049A952167 /* RCTPackagerClient.m */; }; + 3A2081653F5D36092B81E9FD56EBFC2F /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = BC36E916734E446A69E3D86EDE75516C /* BSG_KSCrashReport.c */; }; + 3A494CC906D922789662A94074734C6D /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C5ABC01C03122767A1C989208AEA4E5 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A5260A972A12A75B975D6DAC5037026 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 2340D1EAB5DBE48E767C52CDC7E96E49 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3AB1283CB4870EF2C8F9C787CF1D4934 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = C7BFB3FFCF53B9D4AE8CB30E06F9DA6D /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3ADB65ABD3141A0C361862DFFBEA4A94 /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 776CD00E790D737933FB5C681A642D9B /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 3B073E5E0B26DA88922054EC60DF1433 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C969EEB466742A8FC5BC2B397556A614 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B0DC0185C3F38AA20AA403C6E16D3A6 /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 39AE135BC1334B56D7ADD153779A82C3 /* BugsnagApiClient.m */; }; + 3B9E1D1DB4C728F3D449E82AC562A4B0 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A497796EC33F4D6F71F7F4655611C6B /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BC264A569BE7EBE9D7EACD0FE3362DD /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = EEB5D494761DD0A34DCF9B6A0A1E25A9 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C88FCE1B32C3E227353599E8C7A3D65 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 4003E60FEBF4B89D537FC2662EA11C98 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 3CE42C66C1C59FD788EC8C0BB5932FE5 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E34D548E820033EABE482405BAF2034 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DE519A930028FCD86F6BE157D08424A /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = E96841DBC1A44729FD021D67D433C934 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E3AE1B7EDF014177FA1162BD4604B25 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = CCC5897D8FEC82769133FDF650CB4E91 /* RCTWebSocketExecutor.m */; }; + 3E9123081FC7A2CA62F86C483E7A8B39 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C6ABDC7FCF00B5AA9BAD7C3F4B11E6 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3EB1F163467487F34C4445743BA2AC0A /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = FD168EAD7A2A49F4C20385305D9A9963 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3F0EF1DD88BD37133ED8E03532C9E51B /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = D23B34F3321CA17C2481F45DBEE9B75A /* raw_logging.cc */; }; 3F335BF50988C6C65B63E8EA4B14CDB1 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = BBACDBFBEA08FB3C88999AD81A701B07 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F7F582435DBBD3B43C0DBF8B6476A30 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 881AD1FC6B564063691912745FC38C3D /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FAE610FA5876F9EB80CFBC20752FED0 /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 5ABEBB7479DF04ECF84F5FAF76C34536 /* sha1.c */; }; + 3F7F582435DBBD3B43C0DBF8B6476A30 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F3F6E0A3C6D0C1F875B4BA2DD72668 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FAE610FA5876F9EB80CFBC20752FED0 /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 448A68883818EFE761A8DA9A455E617E /* sha1.c */; }; 3FBFC5F7615804403470528EEA1D128D /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F2064A2CC0B2A0C25A4ECD214BCFF03 /* SDWebImageDownloaderOperation.m */; }; - 3FDDEE8DA4C946BCA116EB05E88A7397 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 151830F2F6BA58BE679DD83ACBAD9AD8 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 4049F2701F155BA76F8E076528180EE4 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = EEF39AA67B7329CB91F302B5D120ACD6 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 40974973FAA586D5A6AFD0E2F91DF30D /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 49775817BF7AD30E3574FC89BD4BDF7A /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 41817FA01B82F5E14B1FC271B3A9A82D /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = E746F27D4545911789E901E4F822C68B /* RCTMultilineTextInputView.m */; }; - 41AEADA152CE67A7516F05EC39DF56E8 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 41A91B3D43A61E5B94107AD8E2EC2C72 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FDDEE8DA4C946BCA116EB05E88A7397 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 40A4E2B47E5BB9A64F55EE07E69B24C7 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 4049F2701F155BA76F8E076528180EE4 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6E95CBCDEE4A9C2F2A29644FD49B4E02 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 40974973FAA586D5A6AFD0E2F91DF30D /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F31BE5EC206BA6CCD549899C86B51CB /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 41817FA01B82F5E14B1FC271B3A9A82D /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = C7F06D96DB1E89C5F1663240762A51F5 /* RCTMultilineTextInputView.m */; }; + 41AEADA152CE67A7516F05EC39DF56E8 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 824CCA5261F7E3301691076FF8209BC8 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; 41C04EF894F4614B3C6AE88A02424D88 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 651E222933928E99CAA1C9CE561C4A63 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 422BA5BB8BC549C87E84A75C46D0CC3E /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF22D64C65CE0BB5EB4BB618F486653 /* RSKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42E10F45DB9F1C0F099174CB6D2010A1 /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 136C1AF53B2988DC18BC9698CE8DC8B2 /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 436EA4B8FE0B91FA123E7C4C8A42699E /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EF34B287B7D8E5A02DF4B51D70EE00D /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 438EBBD69B5FF94697F19059B6251C27 /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A878E883D6FD2F4FE6C29398915BFD1 /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43EF34FCD6464131DE12618996AE60A7 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AF9733DF22BB140AF22EFCF388506A1 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 445AC89BAE578DD6B91400AA926D0EC6 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AFF257BCD46DDEC9CBFA7523055F811 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4492CF9A4977754A9240EFB5B2061C9F /* RCTWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8349FAD8DA813B160D4A1C35502C4288 /* RCTWebViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 42E10F45DB9F1C0F099174CB6D2010A1 /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 50331D6F56D07A13D2ECBC48AC97CAFF /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 436EA4B8FE0B91FA123E7C4C8A42699E /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B1C97ACF887A8CA3588EBB40EC06FFE /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 438EBBD69B5FF94697F19059B6251C27 /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AC427E4C54BDE6C7002A70E7AF2D3FC /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43EF34FCD6464131DE12618996AE60A7 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = ED43BBE400FEE358EE5374A9728D3C7E /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 445AC89BAE578DD6B91400AA926D0EC6 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 597656AD16C0A33B194D59AAA9E9D1C4 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4492CF9A4977754A9240EFB5B2061C9F /* RCTWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CC4B621D5FCFD8129171B74C6BF4872 /* RCTWebViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 44A24B73FA65C8C9EA685A428FC8F552 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 956578827250E709EB3E2517C8503191 /* QBSlomoIconView.m */; }; - 4507780E2F0A79536C261044644C7FA7 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 95CFD07F0B3BB331DC7E27C9B9970BEE /* RCTImageCache.m */; }; - 452527992F22035488D4D1CD2AD0AEB0 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 679E693EEEBD03A0A48AA55028B2CE51 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45C9CDAB6690A0FB0D64B9959D38C78E /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FD8565DDBF345594A06C68A045B750F /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45E77EAD396BD426B8CEA5118F465FA0 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = CF29B7B37421A7B823C8CD9941A87ECA /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46950ACF0C4B4B60DB939CCDD5E46C76 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ADA0CDD3EFF2CC34ECD53873C32ED89 /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 479133DD1520912149E0B82EB13FAC23 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D99FD9F069BC3D5D2AC7FCE32C23182 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47DA084F1A0F9736E386CA6682858BAA /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D97920C8A8056C8507E3E7CB37B046E3 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 47DA9D9D7E6DBB7CE87EC877D2369288 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E093650AC797509D49D906056C80D30 /* RCTConvert+FFFastImage.m */; }; - 47ECD3019F4BD9B6C5791FF5ADA49108 /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = F318042C930279639F801F570EBA2223 /* RCTNetworking.mm */; }; + 4507780E2F0A79536C261044644C7FA7 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AF5DB84DB1633F0610E05ACAF3B10D9E /* RCTImageCache.m */; }; + 452527992F22035488D4D1CD2AD0AEB0 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DEF0DFA6EE0827AEECFCAD8B20FC13C /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45C9CDAB6690A0FB0D64B9959D38C78E /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = BA7F9015D5F8610E8B5A98CE61158499 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45E77EAD396BD426B8CEA5118F465FA0 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E16F5506A43D4F61A4B6528CBCE0E66 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46950ACF0C4B4B60DB939CCDD5E46C76 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5846CE9BD5BFA348274F178DB496C013 /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 479133DD1520912149E0B82EB13FAC23 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C681C2E8BFFCBF78FC89F3759F83DDA /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47DA084F1A0F9736E386CA6682858BAA /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 5697E1B919BB1EB9960AD0DD11B329A1 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 47DA9D9D7E6DBB7CE87EC877D2369288 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B6974F52363A32051E6F240506C00B8 /* RCTConvert+FFFastImage.m */; }; + 47ECD3019F4BD9B6C5791FF5ADA49108 /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = E3DABA267BDF697B7F0CB5B932E092E1 /* RCTNetworking.mm */; }; 48123A941049E0F53D11E5C776054C92 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = BE4C995ECAAB7346D4E3B177FB47E6FF /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48456CB771E816290035F1B3369B84F7 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 86EB3EB900FE8990018992C4AD5831A8 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 484A2C79148E534BAD16C7EB7FD32344 /* JWTAlgorithmNone.h in Headers */ = {isa = PBXBuildFile; fileRef = B48B63CCC04DD0045FD428B84C379A59 /* JWTAlgorithmNone.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 484AC1916801D150858673A0BC70E4BF /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 64218951B3ECCD68D00CC1BEF65DCAE1 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 4872B86391C19F893F21256260274E2D /* CodePushPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = FC7B6C8B529300253AA6A0B748DB05F2 /* CodePushPackage.m */; }; - 487DED8B84712CBAAD929683FEDDE4D6 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = CEF2930075B40F11F923B373377894E8 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 48F47ACA078D284F7D2E2A1E182DD792 /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = B71748D204640235E3F59FCB8922D7AF /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48456CB771E816290035F1B3369B84F7 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC261A7C9C473E0B9856DD7702200A38 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 484A2C79148E534BAD16C7EB7FD32344 /* JWTAlgorithmNone.h in Headers */ = {isa = PBXBuildFile; fileRef = B26D604DC5CF9F871EE6CB86EA2C4768 /* JWTAlgorithmNone.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 484AC1916801D150858673A0BC70E4BF /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F90FFD1EAB424A6B7C76D36BE22999E /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 4872B86391C19F893F21256260274E2D /* CodePushPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B926C17121B1CCE2DA8A8E286FD1FB9 /* CodePushPackage.m */; }; + 487DED8B84712CBAAD929683FEDDE4D6 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = AE2B4605537749C8389107622AA8E932 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 48F47ACA078D284F7D2E2A1E182DD792 /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = AC0F1F995D2FD563CDB9E5EA7A0247C9 /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4904FFE7D545638355E2C0D2C563A7D6 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = A85FF99CE79A450DA84D3B545C7EEB3C /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 495B592CF792C855855EFCDD127AFCD0 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D872F366EF80D154BAAC4C72DC97165 /* RCTTrackingAnimatedNode.m */; }; - 498DFC9EB71CF5A096313A58FBCC8703 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = F5A02626679AF9A591512ACF02A4B4AA /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 495B592CF792C855855EFCDD127AFCD0 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 93248475E6291E1173E2A64C2868D44A /* RCTTrackingAnimatedNode.m */; }; + 498DFC9EB71CF5A096313A58FBCC8703 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 4965C907C6CBA14C552BE9D4568118E9 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 49D10F43F36633BE53F05197C144C1F4 /* RSKImageCropViewController+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D7508C76BE4E45B305B7A7DC48A464D /* RSKImageCropViewController+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AC3D334A96CBD0855F6054A24822458 /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 7356213FD5520422719E9CE6492E34B5 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AE2350F8656EA7ED369E8A65E415D56 /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = D9297504DA03CB194E36C5D8B11CCFC2 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AE873EE1DA13FCA9D2C9D778BF54876 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = F0A8865536C9AB5D6B55E043C8FE15E2 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B58C3CCE9A7391658A7FED0184B928B /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = E6A978B14704D8908DA04297469AAC99 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 4B68F4ADF4EA6B3CA52994D98E2AD2EA /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 72D2629F9A5A5BDC8F6AA52E9AB64C50 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B6B56CE839CB6A42C5CC7FB0BF6056B /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = D637CE154AF3031C2DD1BE18EA2880EF /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AC3D334A96CBD0855F6054A24822458 /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CEE79F4716E5A35CFE2E1AE9E7CAF86 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AE2350F8656EA7ED369E8A65E415D56 /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B28F6EA11394842EFF1A489B7165D63 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AE873EE1DA13FCA9D2C9D778BF54876 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 691CF0D01C884E42FEEADF975E96823C /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B58C3CCE9A7391658A7FED0184B928B /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 72D63C88DBF05109444CD5C8BC7A8897 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 4B68F4ADF4EA6B3CA52994D98E2AD2EA /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = CC32F5A1DB0EDFED41BF687A7CA46ED6 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B6B56CE839CB6A42C5CC7FB0BF6056B /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D43C6A8211250E7D33BFAC71E5D54D8 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4BFDACB81E3092DB0866144351B856FA /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 64F0C790B1A451ABA12480646E45BC4B /* QBAlbumCell.m */; }; - 4C0D5BF1E4F2D4D6E85F628ABA45DB80 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 99079EECDC6CC7D298427F9A839F5E0F /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DDEC532833DBFCCC74329D646B9FD80 /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 72411C890E14B126EFA2AE457BAAB63B /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EE70A2291B84C15BB1E070F7BC332DF /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CD549C4C37821D91989638DAC66CD8A1 /* RCTRawTextViewManager.m */; }; - 4EFD11102134C2D7FB868D58C5220BFC /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBFF70466C991B226C75F8B6D8A8A24F /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 4F396973FE9FAEABF8DC5BFFB18ACB46 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A1922F32E531D66439095F7DF2F22E4 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5068219C053C562AB042D94F1C79CE73 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272B6216B5F6C0BCA136E6443C631D46 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 506CB892784F363B2E0669C416859DDE /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D305D5624310DA4E5C0092955771AC89 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51816A1C2514EE2B096A942A5D97A867 /* JWTCryptoKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BCC92E4F5DA7E9AEA8AEAB11A0866D7 /* JWTCryptoKey.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51CCDA6876FED21DD8CC5E5952610BC1 /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A15E554181632C3204C377DA52BD8D /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C0D5BF1E4F2D4D6E85F628ABA45DB80 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FC35B3EAA90C91D5A0294A0EC10F06B /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DDEC532833DBFCCC74329D646B9FD80 /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E016E7795D02BBB5F632A66C51C25D /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EE70A2291B84C15BB1E070F7BC332DF /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F578A65BD0E2AD44A1669310BED121C /* RCTRawTextViewManager.m */; }; + 4EFD11102134C2D7FB868D58C5220BFC /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 02DA2F450BF8CFB00A2F1EF284848845 /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 4F396973FE9FAEABF8DC5BFFB18ACB46 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8736CC0EF60C60A10AD3DA27D5E2516D /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5068219C053C562AB042D94F1C79CE73 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = BDF9BCDFCB387DDEA5BCDFC9F159AEA9 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 506CB892784F363B2E0669C416859DDE /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B029F26738D72CC78241F802D6B0F0D /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51816A1C2514EE2B096A942A5D97A867 /* JWTCryptoKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 03D26DEE646FCA1A6A6ACBF8692F30AF /* JWTCryptoKey.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 518F39EAB5231ED6849DAC70F2B2138C /* RNCConnectionStateWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = BBD44CA602FF543EA4CA3BB45F8D4072 /* RNCConnectionStateWatcher.m */; }; + 51CCDA6876FED21DD8CC5E5952610BC1 /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = DA14D8508420A27F05CA13C58729EAD9 /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5245A903AA8F5EDD280886E52EA06B7F /* SDWebImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = D48AB34AAF4CFC337ECDC65017C19654 /* SDWebImageCoderHelper.m */; }; - 529CDBE67B5C07415B5BDDF493E60B76 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D9DA67DFA911B2909223A44923EDB02 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52ECD0E465843DE2F8D06B76C6725F14 /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 68ECF8D6E0FC4617E1A8709D97E2DD5A /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 536C98B1CFEBCADF71A345A3DD3B9B9C /* BSG_KSCrashSentry_Deadlock.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D135C7F751894DD66C17417B7C6A68D /* BSG_KSCrashSentry_Deadlock.m */; }; - 539FCDAA701926931F37E4A633462DCF /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B981777CE5A60457B0269787104F3D4 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 53CE0B1B5E08C4157D10B892C7F8502A /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 134354A98CECE65BE7F723DD0E23B28A /* FFFastImageViewManager.m */; }; - 53F476B76C12550B7A5792D3E9BAE96C /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 006F27C225F9D7FA4A239F057C9C34CB /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5456CA77AB2A75E733CB9EA20EE2F7EE /* hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D8EBF587E91DED01C693946E97FA9B /* hmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 548DC1DD1E262B0498741022753AA9DD /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C18350B9E94515666BCA4BCC0EF7A79 /* RCTDivisionAnimatedNode.m */; }; + 529CDBE67B5C07415B5BDDF493E60B76 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F54D16483FFBB2EBBDC6A3A41EEF1F /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52ECD0E465843DE2F8D06B76C6725F14 /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = FFE13FCED4D546CA9D55BAC9DB5AD28A /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 536C98B1CFEBCADF71A345A3DD3B9B9C /* BSG_KSCrashSentry_Deadlock.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F9E88931705BDA02C16A163718AC64C /* BSG_KSCrashSentry_Deadlock.m */; }; + 539FCDAA701926931F37E4A633462DCF /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EFEACFFE1315C395FE1DEECA4A090A2 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 53CE0B1B5E08C4157D10B892C7F8502A /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D80833D97D18FD62B1D5D0EE15092C21 /* FFFastImageViewManager.m */; }; + 53F476B76C12550B7A5792D3E9BAE96C /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 2762E9D425A26EC32A803270E04AE1A8 /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5456CA77AB2A75E733CB9EA20EE2F7EE /* hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = E9E5FEC6683C72E7FC61841FC6407AF7 /* hmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 548DC1DD1E262B0498741022753AA9DD /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 51DA129B225328D7A71BEF412334479F /* RCTDivisionAnimatedNode.m */; }; 54BC3B9E37A12BAA033FA969A2617A59 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 560AC6C73C3F646DDF98B92BC4AF5213 /* Folly-dummy.m */; }; - 54C9795B7083E74A52F0FA91564AC9E8 /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F0F8698AB09F3C00982A84C01EBC993 /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54E03C0050A46835854ACA3C5254B86A /* JWTClaimsSetSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = DFA42367D810B9126F850A184AFBAEC4 /* JWTClaimsSetSerializer.m */; }; - 5551D76C343B2BC945233818C2A577D7 /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FC7098377F473DABEAE8943BD2ADA96 /* BugsnagSessionFileStore.m */; }; - 5568CCDE95505973DC619C2177FC1A2C /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 13696D1C168DADB362C3B770613D45BF /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55B86A0F79616A14FCE3727333148D47 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 24425899C7954B6D8168B7F2A018E8C9 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55C9B2F0425A8605A89B74ECA02C4970 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = CAB75C0EAD093902FC7EA0C8582668E5 /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55F3C38877B4CB93C0438EB5D6D2EAC2 /* RCTConvert+CodePushUpdateState.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C5FA14233BEF722B071EB43D9886A34 /* RCTConvert+CodePushUpdateState.m */; }; + 54C9795B7083E74A52F0FA91564AC9E8 /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BB3EAF163D2E92A7C647AFAFA64095E /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54E03C0050A46835854ACA3C5254B86A /* JWTClaimsSetSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 035D8D0AEED5E52887B847A2762B5C0C /* JWTClaimsSetSerializer.m */; }; + 5551D76C343B2BC945233818C2A577D7 /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B8A9CCCED94EEF145F9A9CAAD103087 /* BugsnagSessionFileStore.m */; }; + 5568CCDE95505973DC619C2177FC1A2C /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = B851F1FBF7066D9453A0115D0D4A79AB /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55B86A0F79616A14FCE3727333148D47 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 83FE2E8C8E0DF588CBADD278C4504638 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55C9B2F0425A8605A89B74ECA02C4970 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 51604488EB6E6B7904B4A5C6CFC69DB1 /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55F3C38877B4CB93C0438EB5D6D2EAC2 /* RCTConvert+CodePushUpdateState.m in Sources */ = {isa = PBXBuildFile; fileRef = E5BEA652C8CFD2F3DB99D15DD717966C /* RCTConvert+CodePushUpdateState.m */; }; 560772924855508A02702CAECDF31ECB /* FLAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 69F8998751535A2627A5E9322DA04A56 /* FLAnimatedImage.m */; }; - 562A973970841E6A19CD0A7971E59988 /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E87997461D19A968A735856F1467063 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 565BB585AC0D0E1382AE07BB3C2B7668 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 772815C9D2E25C8A6D829E7F54EABEEB /* BugsnagSessionTracker.m */; }; + 562A973970841E6A19CD0A7971E59988 /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F06BDEB8F63F06E566D174BE4477C05 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 565BB585AC0D0E1382AE07BB3C2B7668 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = A421EBF59B414D6326B6F2F6DF3E581B /* BugsnagSessionTracker.m */; }; 565C9AC72A3847FCD3884E37A647A951 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5329E219C2D7DEF70B5A55D8C9D8B9FB /* NSButton+WebCache.m */; }; - 56D66233180EB7978E21259BD2F7F26E /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D64DAF3F21FCB2819181CF59255B136 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56FB0DAA44DA8C8D19585D97FFD6015F /* pwd2key.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A1B739079985B5B977B87D1AF446A6C /* pwd2key.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 577CB2E488DECAD72F62D5C98141714D /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 34CFEE94394559E5A37F315FBFD0F7A6 /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5845D99AC971838517099E79CFF9915F /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 79BDF55C9742E53C0CEB9E359CF07EE3 /* BugsnagFileStore.m */; }; - 585A2A9706770C7E2EA266149525C207 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = E6617E2E31C7C9CD7DA345FA51509351 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58885AF224F9BABF6C2F0084936FDAAD /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 041B37EFB69F01D2B5D30B57371B5294 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58BA472B8A7D804064FD09E9F7D92A97 /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = 8254D95FA6F940C60EDF0CB827FF4463 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 58C4EEE7E74E554D3193EB4EFF271094 /* RNVersionNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = F7617C92D291C93346D4C8E27C888866 /* RNVersionNumber.m */; }; - 590C18CE633E018F9F957E9288538A94 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 42CD3593897AD000DF098DC496950BF4 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 590E0B2494D7A8359B2896D0B55F6FA0 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = FD47AA34F0324072A984EED163DD6299 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 59464AFFBC4AFA9782AE5F3439DD81AB /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A365BB5D9B8138718927D5DA79ED3746 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59658C86E5B3DB52F9F1270F11077D8B /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 742558583C4D30801C867EB4926C9080 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 59EC5CB80CEF8457C87FAFD73A28CE7F /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = D6F372FB593080A0596D9CB8F8A6C291 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 56D66233180EB7978E21259BD2F7F26E /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 52541C6D38CA4B0E262DF5A42F0D274E /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56FB0DAA44DA8C8D19585D97FFD6015F /* pwd2key.h in Headers */ = {isa = PBXBuildFile; fileRef = 988D1D369C72891BA31BB06E8BA74C65 /* pwd2key.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 577CB2E488DECAD72F62D5C98141714D /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 596D7F1A85F1023756B455A23918139A /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5845D99AC971838517099E79CFF9915F /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = BB1E194D310B010DE33A13B04A67939D /* BugsnagFileStore.m */; }; + 585A2A9706770C7E2EA266149525C207 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = FAB232AC7EA869547FB374838E47EC07 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58885AF224F9BABF6C2F0084936FDAAD /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FDC138A30C7B32F81BD7C07857E2C5B /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58BA472B8A7D804064FD09E9F7D92A97 /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = A23D4259DE00FBCA25151856B320E7F4 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 58C4EEE7E74E554D3193EB4EFF271094 /* RNVersionNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A9987A913523FE909BF0C24E3781ECC /* RNVersionNumber.m */; }; + 590C18CE633E018F9F957E9288538A94 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DBAD302A5C9D4B3E98F63503EB2B08F4 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 590E0B2494D7A8359B2896D0B55F6FA0 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = A6626FB096AFE2C996843DBF1447258A /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 59464AFFBC4AFA9782AE5F3439DD81AB /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = EAF92CAE9C3E21C4F371A3EA7149F148 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59658C86E5B3DB52F9F1270F11077D8B /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC496AD14F7E92D7D6771D30B72F499 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 59EC5CB80CEF8457C87FAFD73A28CE7F /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C27597D7B02FD55E1CEA3CD7CF44F48 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 59FADE0CEC33A256D432C82628910292 /* RSKImageCropper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 129CFDF7D6ED40CD12B225226F69EC75 /* RSKImageCropper-dummy.m */; }; - 5A0E82896B6C087F5BF528D512BC58AE /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D6BF0F8AB3883673CC506209E8C8B37 /* RCTImageStoreManager.m */; }; - 5A13D9B960B08A221FF98C6E69CC04E8 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 77F4B887E7FC66AA2DD9C1CE3A204849 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A240CF543744404007B57C339AF721F /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9FE3E39DDE6DD41A7D9CC650B86C3DAD /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 5A0E82896B6C087F5BF528D512BC58AE /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 30FC16B54E9498A6881C3657C6439857 /* RCTImageStoreManager.m */; }; + 5A13D9B960B08A221FF98C6E69CC04E8 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9D78B851C7AEC54862BEEC6B0A1E69B /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A240CF543744404007B57C339AF721F /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 79781BAEC20F95F76C4E6BEC82E011F9 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; 5A4C40B5E434840EF73E42EB49BA1E7E /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C157A9E1B0FD934C2D4ABBFBC806F00F /* UIButton+WebCache.m */; }; - 5A7BDD97A3F52AE5804E4BDDCB41958D /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = AA2E8E7B2DB0BF7CDC420330B47E9A0D /* RCTShadowView+Internal.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 5AF584D7C2E875E7FF3A305A5E33F1D1 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 700AD41CF4F1B8BE5BF2C4D9F85DA0F5 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A7BDD97A3F52AE5804E4BDDCB41958D /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 09CD3B2A5FF1E6FD0A404073006D1761 /* RCTShadowView+Internal.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 5AF584D7C2E875E7FF3A305A5E33F1D1 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = C14F517E25D6140921F207A73DA2D7E8 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5B56171E42319206A9164ED9C71D4D93 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = DB86582C95E5602B075BBC7A939FBDA0 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B9D9CB322933A80D04774DFBC8EBE02 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = EB270342863244E0562623AE75BB6C04 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 5BA5363C6FFEB646F553DD2AA13FE781 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = E93004CEBC185BB7B5567F96BC9FA9FC /* RCTInputAccessoryViewContent.m */; }; - 5BD0C22D428D96ED5652236B7586847D /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = A2EC1DA6126E98BE848EA16FF446CCD6 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BE47BF26DA23D3121C43D46609E8CD0 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C452A1EED4B02CC91C31B73020DA3D4 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C16E9A88F5DC7704BA8BD06F922F2D0 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF3B3162FAA60BDE3EAD67D87EC43282 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 5C8DF81303563447117E3ABAB962A216 /* JWTAlgorithmHSBase.m in Sources */ = {isa = PBXBuildFile; fileRef = F38259876A60448B428DADB984D99C81 /* JWTAlgorithmHSBase.m */; }; - 5CD50BC2F1166F5FEA7C984740275287 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CBC4545091B60387B4F0689DB97C786 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CDD1FA1D935CD73416B2E9DE13444FB /* RNVersionNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 55C23A83B6E84F60618230EB9108DFE6 /* RNVersionNumber.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CDD867FD0665A6526E3DE53263A361A /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AED8A5E808CBBFE027378D377C4B6B4 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B9D9CB322933A80D04774DFBC8EBE02 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 764D389DCFB882F770BB4751F7660A3D /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 5BA5363C6FFEB646F553DD2AA13FE781 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = AB34BADE1EA291457E1E101C46F40E6A /* RCTInputAccessoryViewContent.m */; }; + 5BD0C22D428D96ED5652236B7586847D /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 87516DAC3EE6BA102FE59F509563A60F /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BE47BF26DA23D3121C43D46609E8CD0 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = AA356FF98C87B3F735D7718B012308B1 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C16E9A88F5DC7704BA8BD06F922F2D0 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B2BC180B5836761150EE5DACE976F40 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 5C3A24E0B3B19CCADAE474436BDF8B51 /* react-native-netinfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 61310A286C67257B04F0CBFA16009E58 /* react-native-netinfo-dummy.m */; }; + 5C8DF81303563447117E3ABAB962A216 /* JWTAlgorithmHSBase.m in Sources */ = {isa = PBXBuildFile; fileRef = D6DE98178B27227975E7E1C2C49F3FF9 /* JWTAlgorithmHSBase.m */; }; + 5CD50BC2F1166F5FEA7C984740275287 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = BC2E9C912EDFF56ACE608E453093ADC8 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CDD1FA1D935CD73416B2E9DE13444FB /* RNVersionNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3DA7EEEF340BFC5514684F5723E83C /* RNVersionNumber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CDD867FD0665A6526E3DE53263A361A /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E15BEE4691410FEA31715534103D1721 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5CE33AF95F46CAACDC3AA9FDAF33C063 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99EB8E06B2BC798A7F7C246C9E8C2297 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 5D0F4014E7D0446217E676F7526590CC /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2A2ADAC113326BE54C8052CE67C1860 /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 5D807049A2CCE94543468D48C6AB1528 /* JWTAlgorithmESBase.m in Sources */ = {isa = PBXBuildFile; fileRef = D51631867582BA65EDCE2B50A96E0860 /* JWTAlgorithmESBase.m */; }; - 5D8DBF6B897C0530AB8D0D6B9BCD20CD /* react-native-version-number-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FD166A1D16BED3D7E8ECC8A5D46C2A5 /* react-native-version-number-dummy.m */; }; - 5E2555D29E02F34B5E5EAFB0787E590C /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = 7778D6B114F178FC2161A9BA5D477AF0 /* BSG_KSMach_Arm64.c */; }; + 5D807049A2CCE94543468D48C6AB1528 /* JWTAlgorithmESBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 582E7F6ADE2114FFB9422BDDC22ED731 /* JWTAlgorithmESBase.m */; }; + 5D8DBF6B897C0530AB8D0D6B9BCD20CD /* react-native-version-number-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0B41507E209852CFE9C94B83919B2 /* react-native-version-number-dummy.m */; }; + 5E2555D29E02F34B5E5EAFB0787E590C /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A28C88B283E7C62DF54111FCF1E5886 /* BSG_KSMach_Arm64.c */; }; 5E25641E86C6BE7D0AEB4904A21BD82C /* RSKTouchView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFE6E4D4FE2C1E0869C42F498A5E1B1 /* RSKTouchView.m */; }; - 5EC939274BE3AB2D157BC3B84E3EE28C /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 7FFC5EAFA13F3312CA58099253063B42 /* zip.c */; }; - 5ED796611BA7553FFB2031E7F62C450D /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = E32692026A877281BEC9D97C40E9973A /* RCTImageView.m */; }; - 5FA9FEDE39D46275DFA531B4ACDFBED8 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A746C345F3020BA34FC766543F550EC /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FF3B7FA4B473F5DFC25540F2139A414 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AE8120B9A127E399BF72899493038FE /* RCTAnimationUtils.m */; }; - 603923B6531E03F7CF1B3501ACE25AA6 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = A6BDD596607BEC91635719C64AABB7E4 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6082632223D8EECBC1379D9E12861101 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 35531725F7E50048D7D04241DAFFE967 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EC939274BE3AB2D157BC3B84E3EE28C /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE2FF1C97E8E425C8250184709BA2DA /* zip.c */; }; + 5ED796611BA7553FFB2031E7F62C450D /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = DE4F3AF416C1FD6F7889D78EED96136E /* RCTImageView.m */; }; + 5FA9FEDE39D46275DFA531B4ACDFBED8 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 26156C2EAD8E6B51E497121A8C67A2E3 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FF3B7FA4B473F5DFC25540F2139A414 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E1BC9F8AAA005D054B5E700CA5A3C103 /* RCTAnimationUtils.m */; }; + 603923B6531E03F7CF1B3501ACE25AA6 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = D3AB67D621FDA19AD86170867C5EB135 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6082632223D8EECBC1379D9E12861101 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 33659B3BE9DD8703CF3D948A05C2B4E0 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 60E3EB96241F61C683BE96D3609A26D2 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9034DBBF057B593A18B9D3705E4C241E /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61261879B94CCE6951113A06AE013414 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 258C87E863068FA64554374F6C52F32F /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 615611413721AB81B0478844E238C5EB /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 03C9A27D8D2D9D9F26ABB65DD62570AD /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61261879B94CCE6951113A06AE013414 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A4F5875FB1B6DE78DD9E9459E025BE3 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 615611413721AB81B0478844E238C5EB /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AC19BDF43A9D12FA8DBAD5E7ADB9D2A /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6162EFD331F2EB5090894496F2EC25B8 /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DEBB5EC42963E07E9DA5E19136A4C78 /* UIImage+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; 61E7D5628BD1405A5D099112EC9EB6AE /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 176D4EBF445F49E234D82F426D377209 /* zh-Hans.lproj */; }; - 6296CC4F289A70A7A88FA04A418A7F91 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C941FB6A035F8BAD9CDD4DBAC973EF /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 62A2B5778C372BCAFF3D8E6FDFA065E4 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FF3CEA859B9B8564CAF61E6DD8D26F3 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62A39F1813D79AA36530070A3458589D /* JWTClaimsSetVerifier.h in Headers */ = {isa = PBXBuildFile; fileRef = B18B7B653634E4A56D496051CE71799B /* JWTClaimsSetVerifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6323EDCBF2906A135993E26B343A4BB8 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 55FEC9242674EE6A908947613E6EAA36 /* RCTBaseTextShadowView.m */; }; - 633A84FF38704914591CC2654714EC2A /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F41E68B79BD4F7A56D45CC730035F67 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63837F1439487EB8E4892C47591EFC24 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 306EBD861E4992B674C5C27B79D52D14 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6483E943FD5B760F67B5234E317E42DA /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B366E95E9A4CED26D330E74C45E5B616 /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64A95C2E0BA2236A5A05711362997630 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = EE544A8422778973FA6BCA0FB63C4254 /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64C6FFD9418CCBAAFC22B9CE1F319700 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B641AB93DC0A3CADED0A20F8CA72D74 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64C79E708DCF86E2388BE49B82FE4C76 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = E3BA2CA6D0411E6AA2FA17FED7939192 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64C98A9246BD50474501F938010A84A0 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F5F4E7EA8E7843B569498E6A1676A1D /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 64D35EED57A484E39AA01004719921AE /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ACEDF4580D7DE331EDEAD2EB515E2A83 /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 652491DA64BC1D8E7841A24EB98E7E35 /* JWT.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E99F49E8AB46AAF979CE38BD61432FD /* JWT.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6296CC4F289A70A7A88FA04A418A7F91 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 51698979CDA5F55ECE9CA431356EAABE /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 62A2B5778C372BCAFF3D8E6FDFA065E4 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED5A4797FFC78E4EEC496ED9D568FE3 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62A39F1813D79AA36530070A3458589D /* JWTClaimsSetVerifier.h in Headers */ = {isa = PBXBuildFile; fileRef = CA623A30B0ED3EED457C737CB8F9AB1E /* JWTClaimsSetVerifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6323EDCBF2906A135993E26B343A4BB8 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F37181845007FED474D6690EEFB37BE /* RCTBaseTextShadowView.m */; }; + 633A84FF38704914591CC2654714EC2A /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 548DE0A060ED92F6B2603726CB40CC3E /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63837F1439487EB8E4892C47591EFC24 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F9B2EDC39CDC0980F10B95102DE2418 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6483E943FD5B760F67B5234E317E42DA /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F330A387BB6E8C84D038F6B72B45D07F /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64A95C2E0BA2236A5A05711362997630 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 1902D2574306A3FC2307F0D5C68BF22C /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64C6FFD9418CCBAAFC22B9CE1F319700 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E0AEDB16F4AC63A050057208E1E414D /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64C79E708DCF86E2388BE49B82FE4C76 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = E86F0537F4CB1F12E7E38C3860414259 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64C98A9246BD50474501F938010A84A0 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = F1456C23DC9DD70605DBD2DEA97F1876 /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 64D35EED57A484E39AA01004719921AE /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A13D686FC8C49BF782D5E2DA722B417 /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 652491DA64BC1D8E7841A24EB98E7E35 /* JWT.h in Headers */ = {isa = PBXBuildFile; fileRef = 258FECC08FBF0F78702EC958724F8DFE /* JWT.h */; settings = {ATTRIBUTES = (Project, ); }; }; 65378B03120DE022128DFF32F2409773 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = D02340AC33D992B6A0F1ADDBE54A4597 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65670BD71161BE52352D1BBC0FDBB89B /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D50A6B3D42E875797D4D16822BC1302 /* FFFastImageView.m */; }; - 65752B2A39C0AD228190ECFEF571A4E1 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = E44B4565F1506B316F72FB5314DC297B /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65E095AFACDB20A7422B5BC8B2B48B00 /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CD1265AE4E1B918881FDE3174C84342 /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65F89FDA6618A91DE9C4B3A41A9AB932 /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 67D7BCCA542607E491144D5D7C2C2EF7 /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65670BD71161BE52352D1BBC0FDBB89B /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4115EEC32116CBD9B46DA97754523DD2 /* FFFastImageView.m */; }; + 65752B2A39C0AD228190ECFEF571A4E1 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8771D6B94A1DEF6E6AFB76B007CD19A1 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65E095AFACDB20A7422B5BC8B2B48B00 /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F02BCCEAFAA709BDA7C94A83BE640A2 /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65F89FDA6618A91DE9C4B3A41A9AB932 /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F700E3A404C2BF51A4D0F7F50692CFC /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6679D403D67F31C9A8006630C95E400E /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 442107BA7ABB7DE82A58B6BDB58441A9 /* demangle.cc */; }; - 66AF7D85AD5F2C23F16BB580C9F4A2A4 /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = D16F0372D265162F8FD52DF0F990F47B /* BSG_KSCrashReportStore.m */; }; - 66BA41834056D2DC3883C15B3C8474CF /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 526DBC1AA87B9C16642B1CF157EE396B /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66AF7D85AD5F2C23F16BB580C9F4A2A4 /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 322CAC07E76EC061975C3580A427FA3A /* BSG_KSCrashReportStore.m */; }; + 66BA41834056D2DC3883C15B3C8474CF /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 75B3429300086874F0447BE782B0BA1A /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 66C45AC4DE035D9C9898785B4CB20C86 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D513B76B2F3CF7FB45352D54302724E /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6788F097A22DCF7B7911647C3A125AEE /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C78809AE078EA357750DD019CD6CD6F3 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 679A9C67FEA3A4520670860658319E8A /* CodePush.h in Headers */ = {isa = PBXBuildFile; fileRef = 3091FAD2BC4ABEE3F14BF28629258BDA /* CodePush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67A15F488DC9246C7491F665477850FD /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 33E8A15B6C6B9C9578D6EEA71928CCDE /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 6844ECDA474B901958249A0F47073EE2 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51CE3FBC44EC6DFE85CD1B22EF20F54E /* RCTBlobManager.mm */; }; - 6985D549CC67F07C3AFEE498869E6C01 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D4396A12EBAE0D4C9F314E7B09872F /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 69A2133178D61BA18D8B55723196ECFE /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E2986407522D5D5394A33F9BF25F437 /* RCTTextSelection.m */; }; - 69C355B2BB569D30DCECE38DD60707B1 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C26E1CF8981595B551C0EEAFBC8F752 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69D995F8E01758045661EFA74C4BC6F1 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = CF4416CB001F2CFEE6499D21A55AAAA2 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 6BA922FFD00D28F62FD3CCEF1E759499 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = D3163F4A1991EF427FF714D8E1B54A48 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BCE995F9E97EA57FE7FCA3C76B2DC75 /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = A2A9172C0328CA759DE7DD087FC0AA95 /* BSG_KSCrashCallCompletion.m */; }; + 6788F097A22DCF7B7911647C3A125AEE /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C484186407537909F3A6404838609EA6 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 679A9C67FEA3A4520670860658319E8A /* CodePush.h in Headers */ = {isa = PBXBuildFile; fileRef = 4655434C0C63B3676410745F24C54608 /* CodePush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67A15F488DC9246C7491F665477850FD /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 837DD28A3265D6215138F1586D6CCD0D /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 6844ECDA474B901958249A0F47073EE2 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = F06E266AFE2EBDF0F0DDA860C331F8F5 /* RCTBlobManager.mm */; }; + 6985D549CC67F07C3AFEE498869E6C01 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 51C1803AE28C13683686912466F10CA2 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 69A2133178D61BA18D8B55723196ECFE /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 1895E2926D4271514B4BD55F5C344C73 /* RCTTextSelection.m */; }; + 69C355B2BB569D30DCECE38DD60707B1 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 612A4F98ED867A97D2C2F5697AAF5E33 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69D995F8E01758045661EFA74C4BC6F1 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 32D29166ADFD1B1BA7F00400618BF145 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 6BA922FFD00D28F62FD3CCEF1E759499 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C4056ABD48D7461B17814CAF5F99C16 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BCE995F9E97EA57FE7FCA3C76B2DC75 /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 80411170308C8CD2570A13FF58743BB1 /* BSG_KSCrashCallCompletion.m */; }; 6BF345A21B128329BABD0FF08059B1B1 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C90302CD347895E3D3BE896A8AB61EC /* QBAssetCell.m */; }; - 6C399DE7FA24782C7F40BB32F40842E1 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FCACA89B3BC54A344C9A9B3D484DD1A /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 6C3A906A9CF0CB29EA479ABA8609DF47 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DAC5C76D281ABCF042129CFFB874A34 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C67202C6DA74DBE3ABBCF3DCF71A4F3 /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 314082E9624A8881667AFDC6A12EED74 /* BugsnagCollections.m */; }; - 6C8B6F25B720A762DF11EAB581F9D9C4 /* RCTImagePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B3E4E4753EAF1FD5E874A5A9CDDBC17 /* RCTImagePickerManager.m */; }; - 6D0E01F388D8B71E09077B9326ED1236 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 36E03C2025EB9563C800A2BC0FAA92CE /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C399DE7FA24782C7F40BB32F40842E1 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EFA1032FA877E1426035EFA749320AA /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 6C3A906A9CF0CB29EA479ABA8609DF47 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 88F12B9416C6E9550DCAB45BF1C035F3 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C67202C6DA74DBE3ABBCF3DCF71A4F3 /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = DB12A6250CCA0A2C25273A4AE543CDF1 /* BugsnagCollections.m */; }; + 6C8B6F25B720A762DF11EAB581F9D9C4 /* RCTImagePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4580EF7CE2F2B4DFAEF7A92729F87EDD /* RCTImagePickerManager.m */; }; + 6D0E01F388D8B71E09077B9326ED1236 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E9847278E4B4CE6BAB30C9FD59EF989 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6D34B6545D96C6D6DEE74D2A7AF5B18C /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 05E2B469EFF434A5A53D3DCC1796F875 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E177B90BEC6AFC5355DC34A8F31FE84 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = DF0959BD49A17F28395717087C804DDC /* RCTBaseTextInputShadowView.m */; }; - 6E4E4E5BAE8AE3B3ED175FF383DCD788 /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = EB5514D6055072D5D7573D5181281F0E /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E5FE6312BC3C8A5ECE8E1E8F4C6D6A0 /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 664B7944B350349CE2154316600953C7 /* BSG_KSMach_Arm.c */; }; - 6EAC2D39965183EDE835764180EA8E56 /* JWTClaim.h in Headers */ = {isa = PBXBuildFile; fileRef = 910ED015A5B73B91E45E3A29A40D6129 /* JWTClaim.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F051E092366418F9B99C1230A9384FA /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = F76F6068347242492B0EB50C4A4C4B06 /* BSG_KSSignalInfo.c */; }; + 6E177B90BEC6AFC5355DC34A8F31FE84 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CA90B849DD75B0F88309138EE101F80 /* RCTBaseTextInputShadowView.m */; }; + 6E4E4E5BAE8AE3B3ED175FF383DCD788 /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = C61914506C35E376BE1EC8BA85E692B1 /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E5FE6312BC3C8A5ECE8E1E8F4C6D6A0 /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = D206FB22E230DDF3938751C11AD8E775 /* BSG_KSMach_Arm.c */; }; + 6EAC2D39965183EDE835764180EA8E56 /* JWTClaim.h in Headers */ = {isa = PBXBuildFile; fileRef = 11D1AC0788D0E6E72CAAF2536AE79C04 /* JWTClaim.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F051E092366418F9B99C1230A9384FA /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 6383CECF3ADFF3293549FDA610C9305E /* BSG_KSSignalInfo.c */; }; 6F4106C39B68B489590A1D233FEB2CDD /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C868A874BA4ADD6AC57087F8505E9146 /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 6F71B114764FF02709D1E5DC7026E7DD /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 03175459F37F59939D9E2A1FC54B5C11 /* RCTWebSocketModule.m */; }; - 6FAA0BB977309E7F3658E68D6BC7F919 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = BDE96E12C7BD7E88E41993030BA3CDFC /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F71B114764FF02709D1E5DC7026E7DD /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CE90092676A89DFD3C2DFC45F4CF0BC /* RCTWebSocketModule.m */; }; + 6FAA0BB977309E7F3658E68D6BC7F919 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = B262396DF1DB5CF540587DA8224B6908 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6FB558BF725E0512D4909C33349A2343 /* Pods-eSteem-tvOSTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EBC839C7D7EDD0D1DD270D9B7B3BFC6 /* Pods-eSteem-tvOSTests-dummy.m */; }; - 6FD8C06AE4C08CA2C34742916DA03107 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 057FB2823F5780BFE18C3DE1A108D1B7 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 6FD8C06AE4C08CA2C34742916DA03107 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = C82840C40A7C05A004E8C8666918BE98 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 702890D378CE446846B0321D58D30456 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = ADD4C829CA5C6B7743BDE442AC339F91 /* fixed-dtoa.cc */; }; - 706A5DD7A9590718F2A5904D652F8F79 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = DF96B7FD9C5B48402C7E200D24C8CB05 /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 706A5DD7A9590718F2A5904D652F8F79 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 02F4A535508666FE4BD46DF319304848 /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; 70DEE3419B947E8D27B93297941AB2C6 /* CGGeometry+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = C8AAAB17FA581EE8E00183CBB6B80F04 /* CGGeometry+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 714AA0D0A7EA9D887FCBCE733434A762 /* YGMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D0A9767DD32886215FC29020AFFF95C /* YGMarker.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 719387B185834921BE6B76E9ACF0FFE7 /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 2758344F1FD75A58927551E45B2CD9D2 /* BSG_KSLogger.m */; }; + 714AA0D0A7EA9D887FCBCE733434A762 /* YGMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0CFDC3C4B1ED33207995A07E2F5D8280 /* YGMarker.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 719387B185834921BE6B76E9ACF0FFE7 /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 567AFEAD74D8F9963F121C7AEE25D4BD /* BSG_KSLogger.m */; }; 71A55FAED045F64CE6F36A0E2A1C1F8B /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 886F666D91A537BA558CE398B24925AA /* es.lproj */; }; - 71D006228846962F83C4A32C9537272A /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = AF1B3D60E5B5228DA06AAB76ED953761 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71D006228846962F83C4A32C9537272A /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = B489DF853CA37E800C0D8FEB3234E33D /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; 71D07555FBDFF3B309E3CF18FC4F8C3E /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 655ABDC841C3758C7402BDD35CA64088 /* utilities.cc */; }; 71E70FCE21AEBCD07C6F9B5C163F3495 /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 39208B645F224B6679EA2458DF6E61F9 /* QBVideoIndicatorView.m */; }; - 721C74A91739F8B9D4236BE98CB205FD /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 876A97742AFF80CB665A37C36B884C94 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 722673B3FCEF5DC3C73BC18A7E23F024 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB12F69CFB310E32B09C4BB1C5752FB6 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 725200F9A2051D7B5A0C2EC72EE25C73 /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 98948C91C16BCE838CF2F36BD288895B /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 721C74A91739F8B9D4236BE98CB205FD /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BEF27CB8D18643079DE0ADF011A74A7 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 722673B3FCEF5DC3C73BC18A7E23F024 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED1D9E34FB80C44EC1BF2B9229166745 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 725200F9A2051D7B5A0C2EC72EE25C73 /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 59C7977B191A2D5E02D4ED32357D756F /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 72789CA19CDEC868B00B0D7784D2EBC9 /* Pods-eSteem-tvOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38D15A3A495553F71D762CC9B9994070 /* Pods-eSteem-tvOS-dummy.m */; }; - 73015F5F214135104C51CC1CFB98CC43 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A18BBC3E090606E5FC16CB4855B5348 /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 736C15D7AD2526241277109895BFFD70 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = E9B3C2C4A33E19DA251552E8AD7BDA3C /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 73ACB665CAD5760289DEB13D380D3B74 /* CodePush.m in Sources */ = {isa = PBXBuildFile; fileRef = FD507E89F79F17CE491D645B4A64951B /* CodePush.m */; }; + 73015F5F214135104C51CC1CFB98CC43 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = AFB6B8CAE4B0F3A2A0123FA7A9D42C47 /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 736C15D7AD2526241277109895BFFD70 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D61D33AAD431AD5BABC06A10A242B36 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 73ACB665CAD5760289DEB13D380D3B74 /* CodePush.m in Sources */ = {isa = PBXBuildFile; fileRef = E5E6E8DCA413794FA3953A72D0050913 /* CodePush.m */; }; 73C252D6D439A47FFF19E380AC65524B /* SDWebImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DABC78884EFC2A57C4C01DF6A6CF4EE /* SDWebImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73C47C62D23B944EF220C19BE9E499A1 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 78DF3167FBAABD4212ADBC7AE6C2794F /* NSTextStorage+FontScaling.m */; }; - 73CC6E49F00500AD9648E222CE70981F /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 188FF5C10AF5F6745ED2151C8BB08A0B /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 747B6A8C30061F17E836CD86D3690DFF /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 26ABC1CA4E1490D997BB309E529C2718 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7481918E435E047B5AE3FCAA32FE5327 /* RCTWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E91DF8EB599E4A7C51596DE6C0C5DCC /* RCTWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74C4D4224FC29C59EA58DD09E9611E8E /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = C1F907BE34F953DE9EA0C01F57688872 /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73C47C62D23B944EF220C19BE9E499A1 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 210FDA388F8B6C6CCEB0FE0EF9859F6B /* NSTextStorage+FontScaling.m */; }; + 73CC6E49F00500AD9648E222CE70981F /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 24219872069ACCD56A0EDAD6603805A5 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 747B6A8C30061F17E836CD86D3690DFF /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0631BD42B01E1755E3CEC62C5B38A42D /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7481918E435E047B5AE3FCAA32FE5327 /* RCTWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 08ACB1FC53AE690E436D8072F3E94FEA /* RCTWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74C4D4224FC29C59EA58DD09E9611E8E /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 29215642CBE4F3B08ED5D53340AE087D /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; 74E522D4DC0B704EFF4C597E25B3FCDB /* RSKImageCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A3042B307A6F24219C87FC70AD9BFE08 /* RSKImageCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 750076621965CD8FAA0795C7087CA0AC /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E2EBDA6FB6DE41CB850841ED39D642 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 751A530A6E965AA25B7C0ACFF2B28045 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 930844F126E11F54040FDC1BA633341F /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 754DC265EDC84445A12DA4D3EC17E20E /* JWTCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 346E8B558370D4BB322653AA0E15A038 /* JWTCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75B04A049E56A42ABD879CE7CED0144D /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C0E7D7AF315B7EB4A4D86FA1CD0DFEC /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 762587424F614199114EBADCF6B8B6EF /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5972A4FC13F32986D906218AD3DD2C25 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 764737C1412A06EAE79DA9BA3B5D181C /* aes_via_ace.h in Headers */ = {isa = PBXBuildFile; fileRef = 47CDB5B51F5BD294C5F8FEC553FBBC42 /* aes_via_ace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7650026547D12F4599CA3C6C9898A2E5 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EDBFF7877530274C6A43AF776778226 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76BC0999DA2EA9A6081DB4C550F559FB /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7634BD66CE34F73B1DC3C1C50590555F /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76E05B74C05DAB48D6EE52B926098BDE /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F9C8468A7984DCD39CF59534A3A3E8D /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76EC748904CB36924AAFD3246A1F547B /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = FC2BD1BD01592553F846CE9C11AC39AE /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 77233AB7F3DB1A416E2C6F76231C564F /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B0D61D861B3BC97586A1D2BFE5354602 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 772DC80DA7AEA8AA7537C0D3347266E8 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 54A20CCBCCFEFDA6668211444BEC6117 /* RCTMultiplicationAnimatedNode.m */; }; - 77BC534D11B48B0EA35327C2EAEE8A53 /* RNCNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C740BD0A4270F3ED9F660D29F5BB7078 /* RNCNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77CF694F5FFDE08A9D341A3A18BF609B /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BD72C2D970169C58071122935DE4892 /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 780E0AA8D83BB49B3946B7D4D4BD349D /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBCD34C0DA3ECCDD422AFAACCDBAACC1 /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 7833056D747A8088E116855157A01864 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D0C8D3786974F64C760CB818F38DD3E /* RCTBaseTextViewManager.m */; }; - 7963AE554E80553DBA9497D466A8260C /* ioapi.h in Headers */ = {isa = PBXBuildFile; fileRef = 384BCFC7F91229E814D4762078C86984 /* ioapi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7966E3BF78689F331065B5361FE96E60 /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE00DE3D5CC12B544C314D5BEA01224 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 796C3A55B6926466DDB76C8D7AFDBE23 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 966EF82111E0B8D4DE7F28CAD27933D6 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79BE6E95D65EE8C796EA081A297F1DAF /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = AE1D4604B7FAAD114CE09F1D6C522491 /* BugsnagConfiguration.m */; }; - 79E17A5ADBE0ACF7C37B8EAEB8E7BFAB /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F99E2C9B9A515AAC3668737F14874C7 /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A3B97FF6E7B2959B7F68C52DE161A20 /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F5B9619126B7DF8A2391D8BB2A2ABF69 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A78735C2D9FA072DC8D59457CB35C0C /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C669363CD51DDB7D1D0428242B50EF98 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AD40622BD065D7E2EA331ED8C656968 /* RCTWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = F0BF2442F149464746353D7C1426868A /* RCTWebView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 7B23E9B1F004F3BC1F7B9E414C3D8791 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = CA2818E60BABF3F9B303834E9249141F /* RCTProfileTrampoline-i386.S */; }; - 7B45C29092FEBFD0391A8008767BCBF6 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 81442E9BEFAFC27324E84407EFCFFDA1 /* ImageCropPicker.m */; }; - 7BC6036DFACBB51AC8AE33FD2DBD4E53 /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C7E8C029C9C2809438E0462335FDEE1 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BD8CD126657195322D97F16AA16BD12 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E712B7E4FDB91F1C9220838D8808A35 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 7C2BFBA5860E3C3D7206B26C32ED495D /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 59C2B1E639C26551E9B563F31A3EE49B /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 750076621965CD8FAA0795C7087CA0AC /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 645D51C46CFAB922F0897A7F838B67FF /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 751A530A6E965AA25B7C0ACFF2B28045 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F6D3B96BBB6C287014AE8B91410CE96 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 754DC265EDC84445A12DA4D3EC17E20E /* JWTCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 67F5725753D88060CEDB1F05569949CC /* JWTCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75B04A049E56A42ABD879CE7CED0144D /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 27AF12E104C3909DBF8F0FEDF9719035 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 762587424F614199114EBADCF6B8B6EF /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B4C18EBFA43637C04AAF545A3C0FDE4 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 764737C1412A06EAE79DA9BA3B5D181C /* aes_via_ace.h in Headers */ = {isa = PBXBuildFile; fileRef = 87DB24154830C50135EB34F2335E62B3 /* aes_via_ace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7650026547D12F4599CA3C6C9898A2E5 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EADC7B3A2FECADAF92B600EF66356FD /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76BC0999DA2EA9A6081DB4C550F559FB /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 870FCF859DAF873DA09C4F7F008BC02A /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76E05B74C05DAB48D6EE52B926098BDE /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CD0E5738A2C47867DBC5023BCBCCEB2 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76EC748904CB36924AAFD3246A1F547B /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B52E7F85F2CC9634F2E9D0D7DB379CE /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 77233AB7F3DB1A416E2C6F76231C564F /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1FBC140FF36091B4F9E737B5BD5026B7 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 772DC80DA7AEA8AA7537C0D3347266E8 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A2110D75A1F2EA5E9344B91FB838F666 /* RCTMultiplicationAnimatedNode.m */; }; + 77CF694F5FFDE08A9D341A3A18BF609B /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 69CBE1B37A188006267551FDEC348435 /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 780E0AA8D83BB49B3946B7D4D4BD349D /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 216C68636019820A519473B080146F4D /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 7833056D747A8088E116855157A01864 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C12CA1835D2C5F6026E7A9A4C57FF428 /* RCTBaseTextViewManager.m */; }; + 7963AE554E80553DBA9497D466A8260C /* ioapi.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ED90AD1EA42FAA31E01B8469F2DF4AC /* ioapi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7966E3BF78689F331065B5361FE96E60 /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CA407DB823D7EE1A91F5640C581F723 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 796C3A55B6926466DDB76C8D7AFDBE23 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = F4DD3EC05102FF39D2186FB54BC4A149 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79BE6E95D65EE8C796EA081A297F1DAF /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F312D6D2A47EAE996B1047F01E26AF5 /* BugsnagConfiguration.m */; }; + 79E17A5ADBE0ACF7C37B8EAEB8E7BFAB /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 669E1BC0D922A63B78F67BCFD3666BA8 /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A3B97FF6E7B2959B7F68C52DE161A20 /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0036485C90445AF3B4158B39FE9C3B26 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A78735C2D9FA072DC8D59457CB35C0C /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F94CF91337D7B4C2BAFEA9CB98B78F0 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AD40622BD065D7E2EA331ED8C656968 /* RCTWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 24D64D8FBCFBC6518A8CB6AB941E89B0 /* RCTWebView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 7B23E9B1F004F3BC1F7B9E414C3D8791 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 582B1FB8120434CB62E384D8DB7EDE01 /* RCTProfileTrampoline-i386.S */; }; + 7B45C29092FEBFD0391A8008767BCBF6 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BFDFF035BB6FE54CB9B74C0FE4E94AF /* ImageCropPicker.m */; }; + 7BC6036DFACBB51AC8AE33FD2DBD4E53 /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = 7281381A16580A28B564679A82BFF018 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BD8CD126657195322D97F16AA16BD12 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 2757CDFE4E5B37CC3A45F706BD6C0EF8 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 7C2BFBA5860E3C3D7206B26C32ED495D /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 705B40009D21A842D3FA33127060EEEC /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 7C46636A544DCFA212AF07E93EB2E4A1 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 763051FEAE51CAB7C00D720EF9E01D3E /* double-conversion.cc */; }; - 7C49544D52977F5CAFD3E46EEB9CF9C4 /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 592CCFDF364A5388B2590EACE92955C8 /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D0F63F2ACBC75FCDAAFB197F6B6501B /* RCTWKWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 25146AF500A3B0E9632FEADAE1D5E2AA /* RCTWKWebViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 7C49544D52977F5CAFD3E46EEB9CF9C4 /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A43F9B70BE3779D9439E8FB59251756 /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D0F63F2ACBC75FCDAAFB197F6B6501B /* RCTWKWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 07DCBE692A3223AA0FFACB3A067B6966 /* RCTWKWebViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 7D2E37F6F99D4E30A3FD5616D71FC304 /* NSImage+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 093B8FC6237622D1ABC62A31F6355D7B /* NSImage+WebCache.m */; }; - 7D4163D4322A10772C5C8DF6D0571E07 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 8618934FB35D0899CA3C7C34B48A39A2 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 7DA7796C48146436DB924E859B9B0A8D /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = CA09315395B6D9CAF5787E11ED7C21A4 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 7E7C8875A6EB06E6FE9BE21EACDC0C29 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 21E9DE06463DC58C164B7B94F4BC57D1 /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 7F19632DAF6FE1A08F5E7E9290B4C2AD /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = A508916B6E5CB5F0366EB5B5C91517E2 /* BSG_KSCrashDoctor.m */; }; + 7D4163D4322A10772C5C8DF6D0571E07 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AC0D23A3C040DAD6E07EB76723FB6E2 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 7DA7796C48146436DB924E859B9B0A8D /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 801BED6225DDF652BDBD00CD00F39A51 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 7E7C8875A6EB06E6FE9BE21EACDC0C29 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD207EE50EAB53FA8B47C3A3F12D1F7A /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 7F19632DAF6FE1A08F5E7E9290B4C2AD /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 62A109D95F8E30A512F0FFFB203E4326 /* BSG_KSCrashDoctor.m */; }; 7F27CCDEC74B4FBE0655318DC02119A2 /* SDWebImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 623981A6841DBFF4328D7E4922D6783B /* SDWebImageCoder.m */; }; - 7F74275221BD1F4AA5AA1F01BC9D95FC /* react-native-fast-image-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E38462CA720AFF8A6024D4B39E9F658 /* react-native-fast-image-dummy.m */; }; + 7F74275221BD1F4AA5AA1F01BC9D95FC /* react-native-fast-image-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 801CE6818277FDC7635E57CDEDD10191 /* react-native-fast-image-dummy.m */; }; 7FD84C2C5366472870996B8A3CD33E20 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = BD41390EF74D5469542D23875FEA208F /* strtod.cc */; }; - 801CAF5C16B6A9E15FF67A27A2CC4084 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7935F7B6CF916E32ED4C658CBE350CBB /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 802C8C9796FDCED4107970073E0CCB06 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 52C0A01D1CDAE1471290DC116D60A356 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 802CDA7605ED25587DF77C76CBF430A7 /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D9E6001548A060E44EB784F38DD66BC4 /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 804017816E821056267B2A02474054EB /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 64348CDE2F511C7A87E45D89CA145583 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 807106D2EBC151A9227E16B4FD175289 /* RCTWKWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 984873A72E7A6D01ACB9854B73A38226 /* RCTWKWebView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 801CAF5C16B6A9E15FF67A27A2CC4084 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEF7E298B200A067B33C03725ABADEB0 /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 802C8C9796FDCED4107970073E0CCB06 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EC450B7E48241876EA723AD7861EC56 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 802CDA7605ED25587DF77C76CBF430A7 /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EFB0A4148DEBFF52753E032DD5E951AF /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 804017816E821056267B2A02474054EB /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 008C572314BA137574E8714D3C447D39 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 807106D2EBC151A9227E16B4FD175289 /* RCTWKWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 73DCC25302EC52DEA15916E5750A169C /* RCTWKWebView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 8097CB543C5B313F8A9A5063BAE79992 /* RSKImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 958D26A28B3B10A13686684D25EB322A /* RSKImageScrollView.m */; }; - 809BFDC1C292B632AFC2F369D77F894C /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 81E8B1D635AECFBC2E56293E5EC7227A /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 809C4E706090E1DE3AEEB6ACE7147B35 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = CA77B3CFBDC01C526F0019591F014BE0 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 809BFDC1C292B632AFC2F369D77F894C /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = B52FAFD7030F42172646C71AF121FF3B /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 809C4E706090E1DE3AEEB6ACE7147B35 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 8499FA05D4F5B09191B466EE32861D94 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; 813F03C3A7EE1C153B4206E26F1BDA7B /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 6881D34703BE1CEB0183A9DE9A2CDED7 /* UIImage+RSKImageCropper.m */; }; - 819AF3855CE42954E1AB4C80379F9A27 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BF59C8D21728BD6A71E1AA2148B7018 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81C7EF112279CF375F6FB52E986AC46F /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 28B260C6E2E5C64A592004680E60634E /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 819AF3855CE42954E1AB4C80379F9A27 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 612076A62E05F0ED2FCC882712EF56AF /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81C7EF112279CF375F6FB52E986AC46F /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C19496D379195B3C3A96A6650212ECD5 /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 81F2AC03B2763BA336FABFD877A53CD4 /* RSKImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 75B76CC9AAD78C14594D6DB5EF7D5CF3 /* RSKImageScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 82444EF06A2067FB8B0AB470BA5E6F02 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 10FA5AD10E04E16FF1AA6A6B70F8FE80 /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 828854015F694809FB76739BB7499050 /* NSDictionary+BSG_Merge.m in Sources */ = {isa = PBXBuildFile; fileRef = EB79A7B90118D22F0D30668E096C14AE /* NSDictionary+BSG_Merge.m */; }; - 82C5D8A0F26C91F8C214012FE741DEA8 /* RCTImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 62DF2F73400D73802D03CFA5A3DFDB7C /* RCTImageLoader.m */; }; - 833BC25BFEF5346C3864E9F71028D71C /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1867D9F9F597E53F9D21447EFF9F8D98 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 838346E50292E109DF81B0BBA8781084 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B422B531182BF9FAAB2CEAF02A021EA /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 841293A5F4375F83DB5B5AF733096A5E /* JWTBase64Coder.m in Sources */ = {isa = PBXBuildFile; fileRef = C67D2DC30841372164FA3D03F974090D /* JWTBase64Coder.m */; }; - 8415184E79450312A6C6EF9A3C62D2BD /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = F5555416C9EE76FE048A5D2BC33D17D7 /* RCTDevLoadingView.m */; }; - 84B8C215E6F8F73CA67BC0B4F229BDBD /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F5AAA884BBA3BE3E49436C340A71FA6F /* RCTValueAnimatedNode.m */; }; - 84C97624AD0CA94FCD6AF39432A078CB /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = AD5EA373AF04312F0050425C280F2738 /* RCTProfileTrampoline-x86_64.S */; }; - 8558358B447256212D987923C70A8E7E /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 643C19ED2E1E7DD414C41136C9E8B50D /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85E12C758F51A8C28DCF53107B252B21 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = AAA80532685021E402EC80334B3D365B /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85F11FB7C30957F3B13E9A026E587F42 /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 100430A5431BD49281905574DB950E3E /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 86092FB44E1DBEA18AD19B5042CEF72B /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = E359E1674FB62CAD3FAB5A6713FE6863 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 828854015F694809FB76739BB7499050 /* NSDictionary+BSG_Merge.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CBC7D894371B1F7E4B4E2E3193B9895 /* NSDictionary+BSG_Merge.m */; }; + 82C5D8A0F26C91F8C214012FE741DEA8 /* RCTImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = F06CDBF37E74E6C5FBE80ED8352CE2EA /* RCTImageLoader.m */; }; + 833BC25BFEF5346C3864E9F71028D71C /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 5859931AEDDE519307371772C99B35AF /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 838346E50292E109DF81B0BBA8781084 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A72A9E950B9EC929FFF4A29C692EE7B6 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 841293A5F4375F83DB5B5AF733096A5E /* JWTBase64Coder.m in Sources */ = {isa = PBXBuildFile; fileRef = 48EA25E558CBAEE636E6B54CEF93E816 /* JWTBase64Coder.m */; }; + 8415184E79450312A6C6EF9A3C62D2BD /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 887323F166424BF9059102E4E6D04629 /* RCTDevLoadingView.m */; }; + 84B8C215E6F8F73CA67BC0B4F229BDBD /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F031DB42BD99185476F5878946289A /* RCTValueAnimatedNode.m */; }; + 84C97624AD0CA94FCD6AF39432A078CB /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 16E5270697753975DA1AC50F3A11E07F /* RCTProfileTrampoline-x86_64.S */; }; + 8558358B447256212D987923C70A8E7E /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 2212897362BDF7186A7A3154BE2F4CDB /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85E12C758F51A8C28DCF53107B252B21 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CC821E4A821DE828762EF0F9213F35B /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85F11FB7C30957F3B13E9A026E587F42 /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9990F6CDB1DA064674BA4F0D301B56 /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 86092FB44E1DBEA18AD19B5042CEF72B /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C6A6AA7C8AE7AC9AD0E91589CBEB7D /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8627F3550AEA80C5DF084D5478F8FEE9 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = E5ABBFA01F2FF051D4F3EA859ECF739B /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 866E08DB293DE67AE863D63B7B0AC954 /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = F0A01F719B27AA5CBC1C73AFA7CC264B /* mztools.c */; }; - 867D24A821A69FA00E044355E84487C3 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A75A740D863B053D0476554F23C0C4F /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 869ED040D8E6B09842D87DA521020849 /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E92AD93C069B336A361BBB4DA5061EB7 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 866E08DB293DE67AE863D63B7B0AC954 /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = 7FDABC9A2501C8A87A52EBED279231A7 /* mztools.c */; }; + 867D24A821A69FA00E044355E84487C3 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 76BED2A26D9E30E2E4980CE5FA36EDF3 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 869ED040D8E6B09842D87DA521020849 /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D28C5917AB87265CD9CDD1255EC55951 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 870D351F38C54A674C7A868C729379A1 /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CD0FF372C113F85FDDAB98373E3CAE4 /* QBCheckmarkView.m */; }; - 870F6B18D03CBD30077F1FA00004DE49 /* RCTCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6181A27F4C9A2D94D8E4BCD4821792D9 /* RCTCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 877453CA097FCFAB32F127A5DAE07BC4 /* RCTWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = A7313758EAEC8FBA1111D42423CBCB43 /* RCTWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87DBAEDA88D5C067C8F0D6C595458B10 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFE22723E73BCDF6EBE947FA301040B4 /* RCTPackagerConnection.mm */; }; - 87EC1438E501E54088728B6C158F9E28 /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 09BCF0C5F7EDE11743B9AC85F81400F6 /* RCTModuloAnimatedNode.m */; }; - 8863BC80F3A37D889FAA2AE1F27DB429 /* fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = B60B1C35E523AD2CC1213F08C60E99DB /* fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 886C3D5A77B1B9B2B175661879270DE7 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = A0B74B104C3114FE3347BBF1D975AF82 /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 8963A2E780D5FDA54ADEA20A4030C266 /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B90373D15CCFD1DEB24963AAA9D64490 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 89AF8533729C5485B407649A120A813C /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B7D3262CFBED6DAE30BD28A08799B76 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89F9F2D471C583C820185D27FA15086E /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 66B0F2FDA6D4FAED37D84B4648E2660B /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A12B27691C8FFD2335F9BD20DB5D00E /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 17ECDF47B8F4B12AA0405AB183C24EF2 /* FFFastImageSource.m */; }; - 8A8EBA522BD2D34D687DCD78F6241C18 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FDB00D2BFF412B95B47FE751435CE5E /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 8A9227F99B9C570F11DFFCAB992CDFCB /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1626F005CA0E37995BA2502D954AEBEB /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B9884B7C83D9380F9CBEA21611156D9 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B9506C32120BDF0A61479BB984571905 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BB3721DCC69AFBB791E586686BE1FAF /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1C11A097B91AF23C954BF1C8E996A771 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 8C826BA9437660F67592FB9BEBE90237 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 923D89E8F38A37F4D38E49ECF87EC1C5 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 8C9CF05ECB40180944442CAB90E5617D /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 340A7AE253F2B2CDC8B236EFB062A3BC /* RCTNativeAnimatedModule.m */; }; + 870F6B18D03CBD30077F1FA00004DE49 /* RCTCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C86C180E49C96F0FD23EC0BF5E409720 /* RCTCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 877453CA097FCFAB32F127A5DAE07BC4 /* RCTWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = FD98A389C512E2F269CDA6F956B657C2 /* RCTWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87DBAEDA88D5C067C8F0D6C595458B10 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5259F47634534E823D5A274293C917BE /* RCTPackagerConnection.mm */; }; + 87EC1438E501E54088728B6C158F9E28 /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 23153148E9A5C78C33831D18BF7632F9 /* RCTModuloAnimatedNode.m */; }; + 8863BC80F3A37D889FAA2AE1F27DB429 /* fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AF5CFA533EEA41902BF559B8B733E6 /* fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 886C3D5A77B1B9B2B175661879270DE7 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 84DF840ED1D1B99DA698D20DBC235B23 /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 8963A2E780D5FDA54ADEA20A4030C266 /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6691336DA891877F6369C25432F3B986 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 89AF8533729C5485B407649A120A813C /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C2E3BE6B131CF912D4157980121D78C5 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89F9F2D471C583C820185D27FA15086E /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D4EEFC49567D32D19228C283712A2AE /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A12B27691C8FFD2335F9BD20DB5D00E /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 72108DB4E6DBC62EF86145FD77904073 /* FFFastImageSource.m */; }; + 8A8EBA522BD2D34D687DCD78F6241C18 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B36098184F422E653650D86F9EFCBB4 /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 8A9227F99B9C570F11DFFCAB992CDFCB /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = CAC4B69CC51BAB0EF563B0F5623C048D /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B9884B7C83D9380F9CBEA21611156D9 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EF94792ACF3ADAE9415BD8E1AF37F84 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BB3721DCC69AFBB791E586686BE1FAF /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 885657E020D3730334C6D0F4B609FEBC /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 8C826BA9437660F67592FB9BEBE90237 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F565731D094FA8124F716FA5E149F2FB /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 8C9CF05ECB40180944442CAB90E5617D /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = F304CB8E8AED5A0985C45F2505C78B99 /* RCTNativeAnimatedModule.m */; }; 8D1176DB2885CAC27BAB921CB92ECA94 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE00D62886ABC01AA5CE996BBED59E6F /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 8D6AE8CFA59FF910EF2F8ED995A283E2 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A315FE8A296A5B9B1D026795093C854 /* UIView+WebCache.m */; }; - 8DC3AE4987C29CDDF90F4D20179BC7B2 /* MF_Base64Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = E88714415C24ED55779FDAFF602E73AD /* MF_Base64Additions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E74C0345054B72DD076EBF0CA650711 /* JWTBase64Coder.h in Headers */ = {isa = PBXBuildFile; fileRef = 37B9534BC29A0A98A75B558A24C05B72 /* JWTBase64Coder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EDC14FCB63A384A8721D50A52CC848C /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B3EB953EF187B647ADD990B5DC761B1 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DC3AE4987C29CDDF90F4D20179BC7B2 /* MF_Base64Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = A449794B33CAC18C7B20A6AB5C9DA682 /* MF_Base64Additions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E74C0345054B72DD076EBF0CA650711 /* JWTBase64Coder.h in Headers */ = {isa = PBXBuildFile; fileRef = AD991E6F74A9E24DF465A735786D6090 /* JWTBase64Coder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EDC14FCB63A384A8721D50A52CC848C /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 87895A5D48E4F9DF8B75F4C6FA5C030B /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8EE4C17E2875C136E4D853A547D6B905 /* RSKTouchView.h in Headers */ = {isa = PBXBuildFile; fileRef = 41436352BB9F1169C2896FB69782AC35 /* RSKTouchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F034C29255CDB6411A3CCC1FC19EBE2 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 955C6A1DCC9616300731F1D38080C2BD /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F0EDD813EB700FD52ED089092B03910 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DBE20B23A36A41CFCC445A49B7F1733 /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FBB0822C84C13D630F9CAB94F253089 /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AC8352093D573C2A372AF5A2825F9272 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 8FC5E2BBA53137C5354C02A8A1B8F438 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AA31D2673AEF611A990D3913727975A /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9015371BF7DAEFF1A36A35998748F29B /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FDF0561131B993B946576E64D71E0E8C /* RCTSubtractionAnimatedNode.m */; }; - 9061D366AFCDDD4503CE039691B56AB9 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = D168AC2F5C098A845EBFC5FB6058425A /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91364C965D2EC2E4D18421B2834D0C1C /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = BB3B8AE62F65DFAE0CB8CA3392FC0B57 /* BSG_KSJSONCodec.c */; }; - 925BC624256AF7F4BA128C9ACD00CD4D /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 70391F935431723EB9F568C7DD4BE831 /* RCTNetworkTask.m */; }; - 92CA87CFD13D86570827D8444A7ADD12 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7D9D0413BF6DABC99612F5BBA9332AD5 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 92D08330F347A983F860036C268B0148 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = B0E3139CB49E32BB963310475EB90252 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F034C29255CDB6411A3CCC1FC19EBE2 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = AF2818B513C752C93C4C2A0A82BD63F1 /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F0EDD813EB700FD52ED089092B03910 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = C44C481E006197B1F1B19F36E356FECF /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FBB0822C84C13D630F9CAB94F253089 /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A74EBFFE36B38E4E32BBE09574623064 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 8FC5E2BBA53137C5354C02A8A1B8F438 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 90C54D0CAB217E145C4548B1FCBC3F5F /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9015371BF7DAEFF1A36A35998748F29B /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 319A4F10644960AC8075D4CFECF779EA /* RCTSubtractionAnimatedNode.m */; }; + 9061D366AFCDDD4503CE039691B56AB9 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 15B8F3DEB69C16DF21A75D7CD92663F2 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91364C965D2EC2E4D18421B2834D0C1C /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = EE9B4E24DF67AAD7CD40D8D300B491B0 /* BSG_KSJSONCodec.c */; }; + 922F3BD9FEE22D18CDDCB10732E0E56B /* RNCNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8484664C7D4C75CAF261566051F09366 /* RNCNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 925BC624256AF7F4BA128C9ACD00CD4D /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = FDE4F9E1146E6C512229D5FB7E5D901F /* RCTNetworkTask.m */; }; + 92CA87CFD13D86570827D8444A7ADD12 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0259992345D7B75B3F24A44910667CEA /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 92D08330F347A983F860036C268B0148 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E4EC65A5C8EFA75E178AFA40908B2BB /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 92DA6376EB1E0059D56FF5AFE551AD76 /* ColdClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C7571682487B76FF0B34CFD597C37D77 /* ColdClass.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 92DF67E9B0F900F7EF81FF25A0EA7385 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A6BB9E6EE87BD6B393551C0027DD3EB7 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 934D7A3D964BE4B35E3FB6B62F93D214 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = CBC2EA80FEE6C25D492E087729EF37CB /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 93CCC0C57A1B339CFBD54743E9A65E01 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 47FA40A56A037D0FCF17DB5B5C32CB90 /* hmac.c */; }; + 92DF67E9B0F900F7EF81FF25A0EA7385 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7E53B9CB201141D9A7D3B6E35987EF /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 934D7A3D964BE4B35E3FB6B62F93D214 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = EE3CCB6D8ED71ED6BCFF69114D60270E /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 93CCC0C57A1B339CFBD54743E9A65E01 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = AF7C67F8BA40C07A9BDE04710D89364A /* hmac.c */; }; 94B8EE53CDDAC46B5241443DD2B610ED /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B329A890CFEF24A268F52417E4A1A95F /* ja.lproj */; }; - 94BFE9CCD9A75220643AFE8E3C8E099B /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = D18441D0F64E8812B1EDD479CD7F4476 /* BSG_KSMach_x86_32.c */; }; - 94F124A33870DC878AE91AC8D58D7D33 /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 66AD1A50AE946E14064AA6551344F46B /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 95D26B062B33C8816B5163C30B0305DF /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = EF9DFCBC769B321E6D4AB9C7A2ABADDF /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 964D71BA38C9D69081D642582AEA759F /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = A42D6437668DA58AC5E2BB65E26FBA7C /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9666985E1CC981975B9F1C5118C23DF7 /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = DFA2A477C16F4576443BF8B6525D66BB /* BugsnagMetaData.m */; }; - 967D7021DF2DDA2C5A123DB7DBBA3540 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 940161AC4B328C6DA5A5BD84DE7C6D09 /* RCTMultilineTextInputViewManager.m */; }; - 96E22551E4C405700FAF0644CEC1C634 /* BSG_KSSafeCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A913166B3773E1504A42F545AC739F6 /* BSG_KSSafeCollections.m */; }; - 96EB42571D4E7B63EE4FBEBDBE905E77 /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F806A59C4F067804E79A7AEF5E81957F /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 9794CC6E64C6B767909AF2A997C07704 /* RNCNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0687B2228D5D77144A44AEC8C614CFE6 /* RNCNetInfo.m */; }; - 97E6F67D6BAD3B7588D2B2B3AFFDA6FD /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 81E2451D0738E797DDEACDE655B2AA7F /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 97F13C17DA51824404559CE9E883BFE3 /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 34203981B4EE814F76D538174EC9F026 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9811A07CFE3E6B26E546B43D1494676D /* RCTCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C561C6AC8DB4685B7D7538AB3B1C8FC2 /* RCTCameraRollManager.m */; }; - 98570269CD38CFFCD63392058B6D68FB /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = F0BCD6861CFBB35471102E2C6388DD85 /* BugsnagUser.m */; }; - 9909FC7BCC0F3F5AE121762D345D2C1B /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C05A8E67CE2460C74FF4195B23FFB63 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 991016D20CA65734177CEE9BE090403E /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = E3FF8FEAEC7AB760D63F2E0294A4E9B3 /* RCTEventAnimation.m */; }; - 99B388B5CB425D60F9A43BD07B3A1E94 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 533DD5F37784E2E2371B05C08244A42E /* RCTPropsAnimatedNode.m */; }; - 99B5C12722FBA2383236B30D8D544C1E /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 31FF56F9994FF5C9F37FF3DC527E1929 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A9564711293D48E0D52AF5E7821E903 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 080D2CE1F988FFD46B54A796621DC60F /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 9AC1FA35410546C6D9E8EE318B46B311 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = F1C20C74AF182D8DACF038960071C787 /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94BFE9CCD9A75220643AFE8E3C8E099B /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD4CD3D10A8BCE7888B2EF222CBEEB /* BSG_KSMach_x86_32.c */; }; + 94F124A33870DC878AE91AC8D58D7D33 /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 89F08FF28AD306FA0AAA1387F417BB0E /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 95D26B062B33C8816B5163C30B0305DF /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 44ADCB0EF110FA331A64639DDD244EC6 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 964D71BA38C9D69081D642582AEA759F /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = F4CDFBD5D66DF248AE3EF9FD43F6EAF7 /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9666985E1CC981975B9F1C5118C23DF7 /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = F14E5131F38A14B6139307C9A4355AD9 /* BugsnagMetaData.m */; }; + 967D7021DF2DDA2C5A123DB7DBBA3540 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 578D6164C773326163651FFFE3F28B60 /* RCTMultilineTextInputViewManager.m */; }; + 96E22551E4C405700FAF0644CEC1C634 /* BSG_KSSafeCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = BB21DB085C9D156AEA673B80F32C57AE /* BSG_KSSafeCollections.m */; }; + 96EB42571D4E7B63EE4FBEBDBE905E77 /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7EB481E38C58E638991551B8AB390535 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 97E6F67D6BAD3B7588D2B2B3AFFDA6FD /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DBB3EA06BBCE2A248394344B191A9AF /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 97F13C17DA51824404559CE9E883BFE3 /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5872FA93BE10279E5D674F413B5D18E3 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9811A07CFE3E6B26E546B43D1494676D /* RCTCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DD4B0A8B3980594A2476816547280B4E /* RCTCameraRollManager.m */; }; + 98570269CD38CFFCD63392058B6D68FB /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 5187EC4B649A584D07EE93ADEDBE45C3 /* BugsnagUser.m */; }; + 9909FC7BCC0F3F5AE121762D345D2C1B /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = 206F28CB523E3F574DFC254D8D20A8AF /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 991016D20CA65734177CEE9BE090403E /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = C8DB6FDC7CB748367C583B9C401A3379 /* RCTEventAnimation.m */; }; + 99B388B5CB425D60F9A43BD07B3A1E94 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E442289D3D16A803726FC3F80170FD6 /* RCTPropsAnimatedNode.m */; }; + 99B5C12722FBA2383236B30D8D544C1E /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AA69BEFA6BCC4AB5472E8045D48FC46 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A9564711293D48E0D52AF5E7821E903 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE28D1F95470BF126C7FC55526C09897 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 9AC1FA35410546C6D9E8EE318B46B311 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A00B9EC2C4417A2A99D3FC31DBA7AD5 /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9AD1B3CC87476E5FABF732D02FF20A80 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = C40E1F1D1A35E560F59A6821EE82262B /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B1E3C484323AFD1AE2F55840FD99FC9 /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B46CADF68CDAF4D77970A09EF71B08F /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B24959E0DE9C4A83A9060865BFAB3EF /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DE34DC90C7AE44D5680724A3A938A9BF /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B1E3C484323AFD1AE2F55840FD99FC9 /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C20AD964CFEE1258FE0F422B7C95F9E /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B24959E0DE9C4A83A9060865BFAB3EF /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46038EAB45238B888FC8D8171D73C3C2 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9B7093349498C49CA2524507AB88A888 /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6313BE17D5EADC128B35E20A29553BB3 /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C40F55DF365F5D26FF6FDF2F3379518 /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 287FA2D0444FA7D6C40E7926EE5AE0D8 /* RCTGIFImageDecoder.m */; }; - 9C4E93C65B88D899C96F91FB4C3909A8 /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 45AC745130F76706B5058344CF04C3AE /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C79CDCC6078EE20089EB94B42C988BF /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = F82B341F1A7362FC694C95AF9B97B2AD /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CB9ED17F0341C5182AD490AEC09F2D2 /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E7DB1EE5ACA7E98E1CB07349C9DD4D9 /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CCD6DF09683CF330D24AA5FC4B1B998 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2057C263EA9FE14A8E54705B4D36E9C2 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CF24836EE8003EBF3A43D6C887E9ED2 /* MF_Base64Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = A60116E7B9BD918C5B34EEEE4EBF94E2 /* MF_Base64Additions.m */; }; - 9CF3E70117E17951D47088107F6DE89C /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A0512152E0108549F532F23E9313865 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D1FA6D9A42CBE50361D8AD177C165BB /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DDB3D7A487D6B002498433FC2EE0315 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 9C40F55DF365F5D26FF6FDF2F3379518 /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = C2EEA6E52CE1DB72A72652684E673FA9 /* RCTGIFImageDecoder.m */; }; + 9C4E93C65B88D899C96F91FB4C3909A8 /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 420C908ADDCFE5A94B51D10DA9B906B5 /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C79CDCC6078EE20089EB94B42C988BF /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = F447560B7EB151A4A7C2D8821BDEC678 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CB9ED17F0341C5182AD490AEC09F2D2 /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = BF188ADF1DBEB808966BF21E145921E0 /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CCD6DF09683CF330D24AA5FC4B1B998 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D671AD91C1D079737E9037FDF84FA3F /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CF24836EE8003EBF3A43D6C887E9ED2 /* MF_Base64Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = FE63E1F52F82DCFF1DBEC853808755D7 /* MF_Base64Additions.m */; }; + 9CF3E70117E17951D47088107F6DE89C /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = B65185BA32E0C3BF3D64438CA2E7E81B /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D1FA6D9A42CBE50361D8AD177C165BB /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 18EB2DAA819FC62E32A5B849D5292005 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 9D21091BBA1C78CC54DE416DB1B418D3 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8D1FE5D880F81B6C96312C65ED9C1A5C /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 9DF2CE74B6A97E45A81FF56EA34F2683 /* SDWebImageImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AA6CBA71D1F2C69F602E7AC20219422 /* SDWebImageImageIOCoder.m */; }; - 9E0D99BDEC43ADE505D4E2F8832C6316 /* CodePushUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D4231982F844DD7E619ECFA05856CB0 /* CodePushUtils.m */; }; - 9E30A067B6E090C88125CE1D6119D16B /* CodePushConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = DE558B35620CCBF7A5743607B4A30B1D /* CodePushConfig.m */; }; + 9E0D99BDEC43ADE505D4E2F8832C6316 /* CodePushUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = CF0E79EC0265F8C3502C4C28080EC279 /* CodePushUtils.m */; }; + 9E30A067B6E090C88125CE1D6119D16B /* CodePushConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B7CD911A6A64447F8BF6F70241D3D07 /* CodePushConfig.m */; }; 9E4BBE0119827EEAD976D9C79E52D0BF /* SDWebImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = B5290B22FB1E06A7204F4C426F7D435C /* SDWebImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F52D0A750229D3C28A2E79DD9950946 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 89C9B085271DC497B132E139956CDC93 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FAD2C04E891E20A79121C5BBCD20A2E /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BEBB6157EA0715E387C85216B193AD7 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FD31A20084916C4432E1E3A4D1BDC23 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34841567457AC9F175326BB483EFF004 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 9FE55D20D4B1D3F434480F98E67E629C /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D08499A9E4F2A00632E0098E925E5F /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FFE8DC954CBC2EFD969607FA7F451B5 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = B1096A8530DBC1C8184DD63C41BB5CC6 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A00BA92BFFBBCBE18091D5DCF3654E99 /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 7822BA0A45F06E152FB6B762BB971401 /* BugsnagNotifier.m */; }; - A099C9EDD6026333CB20C5013FA9CE88 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 63A47915BBFA77A558DB6D2C878D7BA6 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - A0B9EFD71C4B4C6AEADC1381610D03CB /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = E53C9797E1608A4B71D6C31374F57A69 /* Bugsnag.m */; }; - A175CE0E2696BD4EBB7FC0B8984CF878 /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF10D42A636F08C5997D599C8FB889B3 /* RCTRawTextShadowView.m */; }; - A1885363C60C401F92B0BE39893B0687 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 984FA855EB099FABB9DDB2B89E453DAC /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 9F52D0A750229D3C28A2E79DD9950946 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F4ECDD7F5FB9CB9C257843AD086EB611 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FAD2C04E891E20A79121C5BBCD20A2E /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = B9142E3A3135DDBB9DC314170C70F6E6 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FD31A20084916C4432E1E3A4D1BDC23 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 09F27387348C33134378CE057B3151D8 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 9FE55D20D4B1D3F434480F98E67E629C /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5277C67FCCEDDD339F4EA31C1EDA3738 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FFE8DC954CBC2EFD969607FA7F451B5 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D9613F172B450FB5BC748E2DB17022F /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A00BA92BFFBBCBE18091D5DCF3654E99 /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = B738C79647F5F6AD600EC6B5F6B2E245 /* BugsnagNotifier.m */; }; + A099C9EDD6026333CB20C5013FA9CE88 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = CFCCDDF00CF8712B93D54E3AA0C375C4 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + A0B9EFD71C4B4C6AEADC1381610D03CB /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = F28308BBC9CB4763EE1B6F683EEA49B0 /* Bugsnag.m */; }; + A175CE0E2696BD4EBB7FC0B8984CF878 /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C4688A1BF36F209F603907D2686BA0E /* RCTRawTextShadowView.m */; }; + A1885363C60C401F92B0BE39893B0687 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C06AEE7938E5C23D3423BE8D7481370 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; A2A108D5C8C9AE9D7118BCE4C37F7521 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 743210A8828C82B9A7416AEDE5538CE4 /* UIImageView+HighlightedWebCache.m */; }; - A2A8D25B9D9D7C4947C87A486586E7D9 /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = A09385CBEE546C34D0A86341A06C2AE1 /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A327D7728A7A1BF6E8DF38DCE5777830 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F7A3A052BF70FD91400CCE7F8617BAC /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - A33A760ACFD86BFF941A5A8CE2E37094 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED40CB4773C996857FE11894686C68B6 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - A37B7DE8F7A0233F8032FEEC60ABD35C /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 32A5DB54AE1007E0E0B5A8406915E57A /* BSG_KSFileUtils.c */; }; - A3ABE74A2E38870A608C270DD9FC1AFE /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5964004E1C5BCCD0AB4B30E8C37E598F /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A40E9570222652563B9D102912156F93 /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D375A575A5DA985B2972F8A4C2087E5 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - A46D4ABB2A36F9F3BD59706E1E6DBD34 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CB23A73D50C57283C52C29AF806FBD4 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A47BE8FAE88B6E3B93B6A3152AE38152 /* BSG_KSZombie.c in Sources */ = {isa = PBXBuildFile; fileRef = AF1EC39F322DE32070440F237B027B96 /* BSG_KSZombie.c */; }; - A4D8A4F06B3F6D46F5863FB42AEA23D8 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BDF8981BEB3EFCDADAA6FFBB45B4391 /* RCTInspectorPackagerConnection.m */; }; - A4F33116B6EA05E7FE54F234D9A9D91A /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = A0C42B746E036D6E07A77E7EC0D89170 /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4FA664571FEE0C333C4871FA7AC8ABA /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E44549F004B1679509ED1218220D48DA /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - A52E4FB1F26BB0DE74D4782D0501C00D /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = E480E6C7D78A896E60E8B832D49936D7 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5850DF84F35676F7498CA69637871D8 /* JWTAlgorithmFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = E91354A1345C17375AEC6675B7833498 /* JWTAlgorithmFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2A8D25B9D9D7C4947C87A486586E7D9 /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C4E1C51B5086ED16746335C4A4D2839 /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A327D7728A7A1BF6E8DF38DCE5777830 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3C2A62A7EF3780B8706E38F7A96938C6 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + A33A760ACFD86BFF941A5A8CE2E37094 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F304C3ACBC620BACEC069CA926D82615 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + A37B7DE8F7A0233F8032FEEC60ABD35C /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = E89CDFD22A9FC696A3330A16C15A258A /* BSG_KSFileUtils.c */; }; + A3ABE74A2E38870A608C270DD9FC1AFE /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = D6D647667BDF5E71B92AE5474B9FB3C4 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A40E9570222652563B9D102912156F93 /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 880F0371D1C8E31E98E26168E799B45B /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + A46D4ABB2A36F9F3BD59706E1E6DBD34 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C1A56D092A480687A42C64DEDBAF1FB /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A47BE8FAE88B6E3B93B6A3152AE38152 /* BSG_KSZombie.c in Sources */ = {isa = PBXBuildFile; fileRef = D642729E9E64836ABAECD8B8EA129B31 /* BSG_KSZombie.c */; }; + A4D8A4F06B3F6D46F5863FB42AEA23D8 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0784403B2F413C648B701DC38DE7EE /* RCTInspectorPackagerConnection.m */; }; + A4F33116B6EA05E7FE54F234D9A9D91A /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 23ECC8FBD0108308404510AA0A7A9A4C /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4FA664571FEE0C333C4871FA7AC8ABA /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E7D59953E96691C997056A00DE957DA /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + A52E4FB1F26BB0DE74D4782D0501C00D /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = E83728D42744AF27109965B5A23B6ECB /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5850DF84F35676F7498CA69637871D8 /* JWTAlgorithmFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = AA147B5397A42595055B5B72227A43FA /* JWTAlgorithmFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; A62003B4D8D15B936859699393CF68C4 /* SDWebImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 614A62E03EA710C3E8D0C0BE3018C15C /* SDWebImageFrame.m */; }; - A642263F329421A6A87842950650C107 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = EC693E6F05A75F7D57F660293551EB79 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6BB75028BF86DC9E0A1014B7DB868A1 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D24D192D864811F1E5ADF5E3AA8F47FA /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - A6E7870E94448945A974243A150BA3A6 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 53438B860D661379671C9553DE8F6C16 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A711D38339926A800C15AB60188CDBAA /* CodePushTelemetryManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BB2781BEEA584A591989130D51E8DDB /* CodePushTelemetryManager.m */; }; - A7648E9D5A9044F271777B86E23963DD /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = F132D50345FB384A14A28C6E7D07F882 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A642263F329421A6A87842950650C107 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C5A32E040421AB182A9F3EF1BF473F2 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6BB75028BF86DC9E0A1014B7DB868A1 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 336353C07B2CAA5868BCFF28026F3B77 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + A6E7870E94448945A974243A150BA3A6 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A1845348E4873298997075EA72D6CDF /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A711D38339926A800C15AB60188CDBAA /* CodePushTelemetryManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B94B2AF60839A2AA86EE4784DB716A8 /* CodePushTelemetryManager.m */; }; + A7648E9D5A9044F271777B86E23963DD /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 64A35DF538A08E6E052E361EF66B3DE8 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; A786E70D4B7F736EEC952E747E1469F0 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 95982F7F6A9C3FAAC2289D90BF6A79D7 /* UIImageView+WebCache.m */; }; - A7FF63DCB15818788FFE1193D62A78D9 /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 27BF7B4BBBF8F571B4807A61ADA7C6FD /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A80366CCD63B227FA49F08B768823AFA /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F247738737B5EEB8BA19A819B9600F3 /* BugsnagSession.m */; }; - A82F339609EA06C7F62FECF16D2738AC /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAC83FBB5BABA772F7C87C1F576117F6 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + A7FF63DCB15818788FFE1193D62A78D9 /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FE71E8BE2C0AA342B0B3CABB8927731 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A80366CCD63B227FA49F08B768823AFA /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 05E7B05B75850E7E36407662F64059A7 /* BugsnagSession.m */; }; + A82F339609EA06C7F62FECF16D2738AC /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = BE844E89DB72EAA417F8F1633097B139 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; A835B03141633010F5230E288D4500CC /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 38E81C229B79E8C798EE99DBFDB8FF3A /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A873EAA678A11B19E92362A2790DE6E5 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AA9FB7E54FECABDD6F4A31D4CE4F258 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8EF2B888749F5900346C796AE754F2F /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 469CADFDA2A8AD84961B02FE1E1C8D18 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - A99CEF7EDD4215635275B980FBF1FC45 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FB148E410CEC78CC6683E39BAD315A3 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9B3E1D8BF94F8E4BAB9901CAAAF6BB5 /* sha1.h in Headers */ = {isa = PBXBuildFile; fileRef = 7834D20230672D208988C16B325DE1B2 /* sha1.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9DDFF3DBE11A65C0570009D3D526151 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 63F5C2686350CB874786EBBC7CA5EDDD /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA4B7B29CDF5B7669DFFF8FF5377CC7C /* aestab.h in Headers */ = {isa = PBXBuildFile; fileRef = D3327BD452E8B573E1D749048F61141B /* aestab.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA8E2C671ACAD021DEA6D2B27F4CCB88 /* JWTCryptoKey.m in Sources */ = {isa = PBXBuildFile; fileRef = CD986C3DFE5920247108373C745176CC /* JWTCryptoKey.m */; }; - AABAB90A368FFD809BF5F8D50B4ABB65 /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = FC5F6DF79D2D14D7BB1E5CEC010AD7DC /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAD97FCF74F77DACAFCB92C6A07F35EE /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 9EF4226BDB065DA5097BD67A9323545F /* BSG_KSSysCtl.c */; }; - ABCF597A944E39492B4E34EB26C62F4D /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = A51C981CA960854A6E476AB855293B98 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABD220613ECCD5DF0FC2A49B307D0AD1 /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DC77CFB3C562333DA02AFB0C925107F /* BSGConnectivity.m */; }; - AC42AA8493E48945BC2870A48ADF7595 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D9E769317BDA96653D6083ABDA7D8CE /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC43C5B00DC3CF67D4EDA556F86D9C90 /* JWTAlgorithmDataHolderChain.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A2671FFD26532EFC80ED6BBE3DE2884 /* JWTAlgorithmDataHolderChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD32D93B694E0A986653CA9C2BA6897D /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = AA76E5E17F71BB286BABE940FFE06D43 /* RCTBaseTextInputView.m */; }; - AD735F2186E211859642BA7D6627EC0D /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F426291BB1D3AB77D41989D8CB840513 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD7DCDC964482AC56DE61D8D6DBB1452 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = A9761A9FAD882A8AE6E8FD152E87AD2A /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A873EAA678A11B19E92362A2790DE6E5 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD9F101FA57724E573961BFA1C79947 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8EF2B888749F5900346C796AE754F2F /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8D16300C0FEC9035BF244C4101FC1FB7 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + A99CEF7EDD4215635275B980FBF1FC45 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DFC839555DFD23F5A279E2906260F4AD /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9B3E1D8BF94F8E4BAB9901CAAAF6BB5 /* sha1.h in Headers */ = {isa = PBXBuildFile; fileRef = 386E74A738E822E2E27BE317DFAC1EDD /* sha1.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9DDFF3DBE11A65C0570009D3D526151 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C09B05907FAD1F1D11E008E827AE1B5B /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA4B7B29CDF5B7669DFFF8FF5377CC7C /* aestab.h in Headers */ = {isa = PBXBuildFile; fileRef = DD8D838D99CCD0A24FACDA5C232DD27E /* aestab.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA8E2C671ACAD021DEA6D2B27F4CCB88 /* JWTCryptoKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 7550ACB225EB7107E54C94E62884DE5B /* JWTCryptoKey.m */; }; + AABAB90A368FFD809BF5F8D50B4ABB65 /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 04C23DB6B2A11BEFB5C2413E8AB98C33 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAD97FCF74F77DACAFCB92C6A07F35EE /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 09FC071C79E47E68F87032859821E651 /* BSG_KSSysCtl.c */; }; + ABCF597A944E39492B4E34EB26C62F4D /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 82F0DA0A0E005D83E2892BE40915DB78 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABD220613ECCD5DF0FC2A49B307D0AD1 /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = DA2E2147A41F51F2A09797358C52B351 /* BSGConnectivity.m */; }; + AC42AA8493E48945BC2870A48ADF7595 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 41090FEAA0E3ABD3A562BD7D2C236301 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC43C5B00DC3CF67D4EDA556F86D9C90 /* JWTAlgorithmDataHolderChain.h in Headers */ = {isa = PBXBuildFile; fileRef = CDC1B2BCC69440245BF7821E3A92322E /* JWTAlgorithmDataHolderChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD32D93B694E0A986653CA9C2BA6897D /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 89CFB7D35CDDFF4934C123EEE27DD5B2 /* RCTBaseTextInputView.m */; }; + AD735F2186E211859642BA7D6627EC0D /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C7A3279439A1C89588057584B151190D /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD7DCDC964482AC56DE61D8D6DBB1452 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = DB3A4864A33CF290B388403F94C3FEC6 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; ADB0239F1EE0C8E547112A9F2D866F7B /* RSKImageCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D836DE72E6FF25EFBD133DCDBF80CD9F /* RSKImageCropViewController.m */; }; ADB7418021F061709A4941D1F00DDE81 /* SDWebImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A42AF6FAA62E32BF785704220334BFD /* SDWebImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE20B97215AA05DACD92E621C11FD070 /* JWTCoding+ResultTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 135DC3EA2DB2B09B917EEFB46483898E /* JWTCoding+ResultTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE6A76260F249B6B2B122BE2D3198231 /* prng.h in Headers */ = {isa = PBXBuildFile; fileRef = AC85433882C1BDD49380BD7A612B0F5E /* prng.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE9EA11CA37DD5BE8CD96EAAE109E0A8 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 47EBBA97B39AB6102FE0D435B48329DB /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEA646BA288C053540D963CFD9637B51 /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = EFA0BE7314B0E9144A5174E15E0F864B /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEF6B32EBD7DB93970FEB191D8D9CDB4 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = C5465344786FA21F8E81D6A0F910A3DE /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEFD2975B1795F6BE95CB2430CD68C97 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 57E38A360DBE3957C63EA18166C68618 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - AF1D4E92DD58D8C61E4B29D2D1F6978D /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 36D738D0AE40964237C18516D31FDFF6 /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF4134E1E6983394F0FCBD199C457DD1 /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = C39452A1D1B4D219FE947A64A6790B3C /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF873D60D8205D31902156E1B4C2BC33 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = DED43D072929753C5E65EFB561B01DBA /* BSG_KSJSONCodecObjC.m */; }; - AFED22E41D2940B323D8E8BBE37113AB /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = EFDA750914EF07708D0226680D098813 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - AFFEA1C8D64878A9972EA4D849DD0DE2 /* NSDictionary+BSG_Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = 67C7C9C8E2DFB420DE4180B3FD6255C6 /* NSDictionary+BSG_Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B00B8D39DAB2511C6DA2881CBF5BB555 /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C208172B427BC40FD7FA604371387D8E /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B05A77595B854AAD8BC6CB650C6E07D3 /* RCTImagePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 36FE69B150E7426D98DBC0EDDC7C0D01 /* RCTImagePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B140692C58918091B1FAE7872940A30E /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EFE075176A011EEACD4F5F473472788 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1A5294BA6A7759E9F6B658A1E9CA17D /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE9B818F8F21B7D78B44AEDF87C047A /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B206D1696688F75AA76565EB9F7A5BF4 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46F1715666562D66D4B08B0FE8D2E2C6 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE20B97215AA05DACD92E621C11FD070 /* JWTCoding+ResultTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AF59B42B291CF4611233784771D7FC9 /* JWTCoding+ResultTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE6A76260F249B6B2B122BE2D3198231 /* prng.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C8CE2AAE2AEFC8F05B526185B6DD220 /* prng.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE9EA11CA37DD5BE8CD96EAAE109E0A8 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 709250441B41108586A83C70C239F386 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEA646BA288C053540D963CFD9637B51 /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F3EBF136C3ACB536DF54A915A0A25133 /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEF6B32EBD7DB93970FEB191D8D9CDB4 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = C17430AEB9B88D42CC05AB20780FE4B5 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEFD2975B1795F6BE95CB2430CD68C97 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 253433E6948A2FFCF579D5CEF9769B8F /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + AF1D4E92DD58D8C61E4B29D2D1F6978D /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 503118390A0BC60E002D778D5E6CE280 /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF4134E1E6983394F0FCBD199C457DD1 /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 44D1D452A0DE2C337BD276CFE2585A5B /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF873D60D8205D31902156E1B4C2BC33 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 3846BB2756B24847D23BF5C92D80781C /* BSG_KSJSONCodecObjC.m */; }; + AFED22E41D2940B323D8E8BBE37113AB /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F0DC222812BC59B29A6EEC5F8076122 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + AFFEA1C8D64878A9972EA4D849DD0DE2 /* NSDictionary+BSG_Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BEA4AC87D4AE65D14F588BD9F49F374 /* NSDictionary+BSG_Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B00B8D39DAB2511C6DA2881CBF5BB555 /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BBAF72B386E9889771A3A28AF30B0C6 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B05A77595B854AAD8BC6CB650C6E07D3 /* RCTImagePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5950ADBF2ED6848D710FD8221F025EF9 /* RCTImagePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B140692C58918091B1FAE7872940A30E /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A86B6D91687E7B15AE7E13BB1ED0798 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1A5294BA6A7759E9F6B658A1E9CA17D /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = E31BEFD6B9CE3BDEFB119C28B2272864 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B206D1696688F75AA76565EB9F7A5BF4 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2905CED5ED4640DA9A1A87F2B2046D0D /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; B28576CC1223DF92B557AD5B3CF6FD41 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = CBD0CD7C1FEB457673601CB5AE98A1B2 /* logging.cc */; }; B28B3C3312242F7DFD9A49CC8293CD6E /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 58B5386AAA77054E61ADA2EA703EA796 /* QBVideoIconView.m */; }; - B2A20E8C1DF147837202343E64CD06FF /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E654A0C75AB0670B7BCBD168BD1239C /* BSG_KSDynamicLinker.c */; }; - B34B426488D7E57866033867C0312746 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = A8309780337757843A3440BFD9F8F483 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - B3779D14274533B9D78DC21B5C3653B0 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D1EA9A2460C09CB0242C4C174C48F1C /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B37E5C19133892E7886C0267E636E532 /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C9A3BA0F605863DA6F45EC6900B33AD3 /* RNImageCropPicker-dummy.m */; }; - B3832FC830DAA62E2E65C4063F291F37 /* React-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FDB1F260DEC6EB59C4A574E39285D7E /* React-dummy.m */; }; + B2A20E8C1DF147837202343E64CD06FF /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = EAE6B8BE6548ACD2A35D8CFF044C676E /* BSG_KSDynamicLinker.c */; }; + B34B426488D7E57866033867C0312746 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 7635115DDD3BDFE7EBC3944EB6EBE40C /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + B3779D14274533B9D78DC21B5C3653B0 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = A793721418183EE5FB5656D0D003B97F /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B37E5C19133892E7886C0267E636E532 /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 537ABE82107D28EECDD6A5F806EC33CC /* RNImageCropPicker-dummy.m */; }; + B3832FC830DAA62E2E65C4063F291F37 /* React-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A98826862AB4983D2B39297566CDDE1 /* React-dummy.m */; }; B39AFFF4FF8C3050C5A48C8FA6E8FF37 /* SDWebImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 97BECABCBB5188B150CE9DFABBBD7384 /* SDWebImageGIFCoder.m */; }; - B40DE7EFFFA9529D35A8634D53B2819E /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DA56FC114C9C0489AF46F96A8F0CD24F /* RCTVirtualTextViewManager.m */; }; - B43BF2E17C5758607CEFDF6BED90E61F /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = 3674077ACA0D4A46E21E6C45FF67B66C /* BugsnagHandledState.m */; }; - B48EBC24241ADDE5E0EE19426BAEA2DF /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 33D5A1D1B258034FD9647E1F0190F568 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - B538BB609BB75175B51FDC278D907EE8 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DF39E1269A16ED19E5C3ADE92B05377 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B40DE7EFFFA9529D35A8634D53B2819E /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 766634973B08E514196ADCC7288539BD /* RCTVirtualTextViewManager.m */; }; + B43BF2E17C5758607CEFDF6BED90E61F /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = 575B07AA3FF13620B398033C12F34E90 /* BugsnagHandledState.m */; }; + B48EBC24241ADDE5E0EE19426BAEA2DF /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 20D662B62F27619E5C544BD74A28824C /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + B538BB609BB75175B51FDC278D907EE8 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = FC5A95C190AAF71065D192C6FFCD4E4D /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; B539EE2F76F7F3744DB259A004A18CAC /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 739ED2E1E180DAB0AD4510432B81DB4B /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5C10DD903707D07A2C1CAF80CF695E8 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = ED5E975D290C1B42627F624974FFC608 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6D79C571A59962AD5929E04C7E90E34 /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1F851842BBA9C25CC88EA552BDA064 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - B6E231EBA6E1C7F2F90E047CA0F16AD2 /* RCTPhotoLibraryImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E520A660131C8CDD72523700BBC93BD /* RCTPhotoLibraryImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B745A43190989CDFFE91A2DD8342C16B /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = A6B582DE9A806453FB636FC7A90E397B /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B780CC5204A097333B59808A03D780D8 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C1F4113E99DE9292F823AEA49BAAB8 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - B79802CA54D874625FAB85F25FF47A20 /* JWTAlgorithmHSBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A0120054DE3CB984831D5CD5212226F /* JWTAlgorithmHSBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7DCC42D70084AD6FFC735453364DF45 /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 12EC5B3E25A46527C706DBDE8CFD997F /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B81808ADA4C0F77FE4EEDCE6FF07BF92 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3156558D5CF7899CEDBF2D047CCBC78C /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - B85FFA45CECD3D0628D07D8CAD0178F6 /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 02823218404588CE3DA3313B9A5B5899 /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8795BF75889B0EF118686391A36023C /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E9C30327053DE6C9F8D840A8D9A003AC /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5C10DD903707D07A2C1CAF80CF695E8 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 76B1EA2751F0B6F684A02BC67EB37EF8 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6D79C571A59962AD5929E04C7E90E34 /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AC9297B59DE2D91347361D69D08FF561 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + B6E231EBA6E1C7F2F90E047CA0F16AD2 /* RCTPhotoLibraryImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = B03B2BDD4FEC374472BD9F60DD067E1A /* RCTPhotoLibraryImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B745A43190989CDFFE91A2DD8342C16B /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 52A066DA691F04F46204E486722D01B1 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B780CC5204A097333B59808A03D780D8 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C183B713C2D4C6DFFF21EE0C2B019A59 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + B79802CA54D874625FAB85F25FF47A20 /* JWTAlgorithmHSBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 23AA256688A17EF165705299742D4C5F /* JWTAlgorithmHSBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7DCC42D70084AD6FFC735453364DF45 /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ACBEA8E73E192D881E31F5BEC03151C /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B81808ADA4C0F77FE4EEDCE6FF07BF92 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = C2B9A28045DB2829CFD6DB5311C6162D /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + B85FFA45CECD3D0628D07D8CAD0178F6 /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = F95E65C9439FF5376D519153FBFB771F /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8795BF75889B0EF118686391A36023C /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = A533AA1C521CCB10B1E324068340181F /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; B89567EF7368A8E2800354C41C70AF9A /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F43438D0DCF75C641B350C4B3B4D945 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8FCD16F7A7D779A101F4C67D8BDED0A /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 526DEAD3451A4F9E9F22A43A74FDE075 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8FCD16F7A7D779A101F4C67D8BDED0A /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 08301D80327E3DE39C9D021B67739FA7 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; B93C4B6FA525F102CC09D48C1132AADD /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EFA6434AACD7E265CDDA35CB17EB213 /* SDWebImageManager.m */; }; - B966CD987EA0D65E3710D32DB05ABA41 /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BA42CD6E39B7DED49AE18047B63B0E6 /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B96B5DCDC7531130817268ACA5713EB4 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EDCC32D8D480FE39790439A6C6F55D9 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B966CD987EA0D65E3710D32DB05ABA41 /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = FD964A95805CDF9AA39F223B4BA9B018 /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B96B5DCDC7531130817268ACA5713EB4 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ED8BC382CC6059FA2FC2D00198D6293 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; B972B64B8111293DEBE683B428195EFD /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D131BBF98A26198368DD1535E990F086 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; B9F13B97FB4C561DC26CCEDF08536FD6 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = F8C28D85EFA3D9B24DC644A40C5CF053 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA482907924CBF317752E904049844C4 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A144E6967279BA50A2A2E4175AD68C26 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - BA6903852DC2CDEFEC0735CEC2BF7D51 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D8C153E974DA8F930614EE8EEF14DEFD /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - BA7494073AA46EC1D913A5777AE55E7E /* JWTCryptoSecurity.h in Headers */ = {isa = PBXBuildFile; fileRef = 68A9524F65D2E54DDFEA8EA3E239CA54 /* JWTCryptoSecurity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BADA92C6C6648B147575607011612844 /* RNIapIos.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C0264C9ED1B9B2B764DA46D4A0ADBD2 /* RNIapIos.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAE79ADBBF29AA38B5D5106F5C33405C /* yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 933B16EE6870AEC65372717098047CAF /* yoga-dummy.m */; }; + BA482907924CBF317752E904049844C4 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 10B48EF5D2D8F51AFBE9B7185A0EC422 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + BA6903852DC2CDEFEC0735CEC2BF7D51 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 29711C4BB57D988992AC8AD71DC3EC5E /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + BA7494073AA46EC1D913A5777AE55E7E /* JWTCryptoSecurity.h in Headers */ = {isa = PBXBuildFile; fileRef = C1D2A47C0E89835E14E48A86A549C3D1 /* JWTCryptoSecurity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BADA92C6C6648B147575607011612844 /* RNIapIos.h in Headers */ = {isa = PBXBuildFile; fileRef = F3445342A98D1D0B26168028F02CAAE6 /* RNIapIos.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAE79ADBBF29AA38B5D5106F5C33405C /* yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 15F55570ABAC3B1A13AE8C1424234142 /* yoga-dummy.m */; }; BC6722BCA5AF40CA743192B32EAA68A5 /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 684088C2F691FF90A0555014F22E30C1 /* glog-dummy.m */; }; - BC9BF6236D75C8CFAA864A2928071F67 /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E285EB896FE39D300BDA78DA6CA57CE /* BSG_RFC3339DateTool.m */; }; - BCFE4B2F03DE9428A3E23A6A2DDF4BA3 /* prng.c in Sources */ = {isa = PBXBuildFile; fileRef = D745C9A5362AE564E9CBB21C24595B25 /* prng.c */; }; - BD09BA60FC22B48D25F14BD143FEE1A7 /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 75BF8EDF5F1F23CEED5CF857FCF7EF6D /* BugsnagErrorReportApiClient.m */; }; - BDC2B2016F8091674B817D2EF8D08118 /* aeskey.c in Sources */ = {isa = PBXBuildFile; fileRef = 5908283DF0FD9C8903B9152C3860158E /* aeskey.c */; }; + BC9BF6236D75C8CFAA864A2928071F67 /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 17DDBBC535900BC3ED4FD49CA55B363E /* BSG_RFC3339DateTool.m */; }; + BCFE4B2F03DE9428A3E23A6A2DDF4BA3 /* prng.c in Sources */ = {isa = PBXBuildFile; fileRef = B87BCFCF8B4DD33E3E5067356A81FE2C /* prng.c */; }; + BD09BA60FC22B48D25F14BD143FEE1A7 /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D231397216CD7DF0062F0DD7DC62F4F /* BugsnagErrorReportApiClient.m */; }; + BDC2B2016F8091674B817D2EF8D08118 /* aeskey.c in Sources */ = {isa = PBXBuildFile; fileRef = 5EA0FA9FEAE56C6D42E07BFAB286ED15 /* aeskey.c */; }; BDC76C1D94B0C2D18BD800ADD18940C3 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DE0E9F831516916D1743974589A94C21 /* SDWebImage-dummy.m */; }; - BE296EF91DA98505976D530C85A615BE /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 8508961EF2FD884CE878244BB47AA62E /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE5B7CA69B713D5BBBE5799FE098D906 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = BEE0346314036EBAF6B9F9448C0015EF /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE9072D449AC5C99BA5B6FE0BC613BDF /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BF42497BCEBE999A8ABF56ADAA5DC2D /* RCTFrameAnimation.m */; }; + BE296EF91DA98505976D530C85A615BE /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 07BFF22A02ACAF445B303D1917FC1978 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE5B7CA69B713D5BBBE5799FE098D906 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 3302921DCA4AFB4D07D25105FDC3A606 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE9072D449AC5C99BA5B6FE0BC613BDF /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 13DF67323D23346358E261B7BF50109C /* RCTFrameAnimation.m */; }; BEAACB445A8428E8D8A345DFAAF5C23F /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 743339C3D198997C9E94321401FCBFAA /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF342F0582F1F561E95812C328F4FF59 /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = C73B0F3D18B17AF0583B446C4565A6A5 /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEED0BE207B80B4B89191CA79C5ED964 /* RNCConnectionStateWatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 2757A187941144621675DB405435AE66 /* RNCConnectionStateWatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF342F0582F1F561E95812C328F4FF59 /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = B28CB603A1B50DA829E73662E121880D /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; BF5AC39524CD26F6A69DB7CEA472EC2A /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4618717C7FB65A18C65314551F1E98A9 /* symbolize.cc */; }; - BF7786B2DE13A813FCFB879AA864C3D6 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8660989B99E4C12E641BC6EB64F524EC /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C004EA7A1E85E474580014F090CAA080 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BAA36F4D1BD738963A48594772BA752 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C01878000DB8460A25058CA8D6694BAB /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 6594C5CEA6419ED76E17BE249FEB8416 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - C033B745E411FD505CCB97D0B5A01CC1 /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CB5CA0D94121CFF2CA5EE90F24D716D /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - C06B31238C15D1F8E2F84D02ED9A88FF /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FEA615B1772AF3157637C666F733203B /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0BD050F932AFD377D8B7A82CC9E5127 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 599DCC58E78CF1EA7D61544F3FA034D4 /* RCTInspectorDevServerHelper.mm */; }; - C0EAEF9750A275B3642BF2852E16E4A0 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = D9F5DE1F944E403B7CD3ACAA7076D757 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + BF7786B2DE13A813FCFB879AA864C3D6 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 396E03ED20117874E84EAF247CBF5B5B /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C004EA7A1E85E474580014F090CAA080 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B331D84E70C613D26DA4BA85049A76 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C01878000DB8460A25058CA8D6694BAB /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D77F43E632ABFD6A828504C331F40AE /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + C033B745E411FD505CCB97D0B5A01CC1 /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37C22AB47936C1C29E5BFA9B2911A9E8 /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + C06B31238C15D1F8E2F84D02ED9A88FF /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 72DB7DF8E4ACFAB74CB764F39F8294C0 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0BD050F932AFD377D8B7A82CC9E5127 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1BF173BCDC55026B42FA34C35BCAAFB8 /* RCTInspectorDevServerHelper.mm */; }; + C0EAEF9750A275B3642BF2852E16E4A0 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 12EA56847B538E09A58FB941998B332F /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; C144BEFC8B945F90127414B4D56678B3 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1945C57238C839124332BF5A141A74AE /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - C16C390DC5948C301AD7F3AD78BC37F5 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 910AA88397E491B485459E40420D8AC2 /* BSG_KSCrashSentry_CPPException.mm */; }; - C1BD9484A2CB07EF5DCFFD88F71B761B /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = D5724DCB32ED0B944D79F39214349E5B /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1C85FC9E5DB19A8D200A61F5C161B36 /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A764C9EFD69C1EBBDE4BAF09B576A3B7 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1F507A19118248D93680DDA0C7CD315 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = AAF0A2890AB3B713114B6BC79DB623CD /* RCTReconnectingWebSocket.m */; }; - C20A1ABF69BDE1BC74B63646FF3DE8BC /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = EEAEC7CA6A939C4AACF42CBF42D5B0BE /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2615C5CDC783AF429D728EF6CE51FC8 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = DF396C9EE65F94E95482300A5FE00D81 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C16C390DC5948C301AD7F3AD78BC37F5 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = A2A0BF1447D3600DC830A6D4CBB32048 /* BSG_KSCrashSentry_CPPException.mm */; }; + C1BD9484A2CB07EF5DCFFD88F71B761B /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 166F2E4BAB5A222FE7D33B364141E17A /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1C85FC9E5DB19A8D200A61F5C161B36 /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DB44679F9BD02A47558D73366AD2F9D /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1F507A19118248D93680DDA0C7CD315 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 941E8193875913835EE937ECA74ECE69 /* RCTReconnectingWebSocket.m */; }; + C20A1ABF69BDE1BC74B63646FF3DE8BC /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = B965EAC0D446DA5A1EF8932B50868929 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2615C5CDC783AF429D728EF6CE51FC8 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 54ADFB6E3552FDF585E92D1C4228B68A /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; C2E97288BA88ACEE6381A11972074C05 /* NSImage+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 755DD9BB4C95426EBBBC65B008B0B48A /* NSImage+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C339CA9E11CD0D52295F5A06BA7B1505 /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 700B4FA2A2B8AC32EDBA259DEADF5344 /* RCTDataRequestHandler.m */; }; + C339CA9E11CD0D52295F5A06BA7B1505 /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 09F1B90779EE95AF530D4EA7B12CD1E0 /* RCTDataRequestHandler.m */; }; C37B7AAC41A6ABF365602D5CD5B8BEE1 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CAC6F52FE50D79FFC12EE4ECBCEA97C /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C41EF1830FFB04827549B29F76C47B8A /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E63A781755CA9D3A166F24D47A71DA4 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - C474B9BC40D34F948B081FBD90C6B0DA /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 989E96EB04A9CA58C8DCECB0CB843059 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + C41EF1830FFB04827549B29F76C47B8A /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = D236C38640AE60311EECCF2DFA43E2F4 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + C474B9BC40D34F948B081FBD90C6B0DA /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E4D814B6C5EE2CAFECB3A68AE4152CC0 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; C4A5AECA166DFB2496A94D633A2F65C3 /* Pods-eSteemTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E9689DEB21A801ABB813516796CABDF7 /* Pods-eSteemTests-dummy.m */; }; - C4BCFCA75388A1D79B246EE8BDF9EF5A /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FF02D3E5D21506ADFA0A288645891271 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - C4DA8BD810D2753D3815FE8BB21B7C00 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 68EAA4F4C51F5895170A198C76A45B03 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4DEA72D62FFDCB58F9ADAD4B0FDE536 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7519D15751153B08B1BB8259D50161C5 /* RCTNetInfo.m */; }; - C507F193CE3E437040E737E73B3FAC31 /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 8153B821232BEE10970AF2BEBCB75BA7 /* BugsnagKSCrashSysInfoParser.m */; }; + C4BCFCA75388A1D79B246EE8BDF9EF5A /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7474BFE16E22EA4BD18687C80FD42162 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + C4DA8BD810D2753D3815FE8BB21B7C00 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = F232806ACA489A9699A4EFEE81313ECB /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4DEA72D62FFDCB58F9ADAD4B0FDE536 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E224D6891FCF31E7CD086F06F30717F /* RCTNetInfo.m */; }; + C507F193CE3E437040E737E73B3FAC31 /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FA8D42ED6BB1DB6DD9140ACCD8F4A96 /* BugsnagKSCrashSysInfoParser.m */; }; C5BCD94B63B90C18F0EFD9B5BA8A307B /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = E933DBF3629F99BAFDAC491A4676D156 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5E2028397596F9D262D121893C1D75E /* RCTPhotoLibraryImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = D6F3B748F4F8FF5168F21A2DA1EA4811 /* RCTPhotoLibraryImageLoader.m */; }; - C5E3A9DD1EB4A643516742460F62A45F /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 6686C6D782A6532CB146C047424B4083 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C63EC51E27B2054B4FBD02EEDD010384 /* RCTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 25CA8477F2912A57AD6D3B1B8FAF7AB9 /* RCTPlatform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - C66867D757B794B7383F27599C4D15AD /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D2F469CDFD6EAA32B72612B47767D0A0 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - C6D453016608DA88BBCCF579AA191C5F /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D51C98B93701AF6ADB549423420E4A2B /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6E02C30858F8F2EA54644BC56EFF09E /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = CA6542E5739A9C8F9B5B41302D1CB2C2 /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - C75EE7AFEF41859B2BADCB94126F3370 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 12F76CA0864EB1C4785431A4C5E39650 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7F42436AB716E4F310C88E70B595288 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 777CA93F4C19CB528A86DB2CB4EDA6DA /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - C7F63D080BBA5F49A2A35905DEF95B8F /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DF520F5766A5E326C3B97A0569D54741 /* RCTFileRequestHandler.m */; }; - C7FE1BC167FB1502DBD4D29706CFB2F7 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 108A75EADEA9C77114144D1BF1BF80B1 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C80DAA3FA1BB66FB9DC732E746318B3F /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 660CDFF62DA17C0B3BD8F633C885B2E3 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C85BA2052AC4F0D31EB30BD9147A6CC6 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD3D3592B762902655E79A79B226568 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5E2028397596F9D262D121893C1D75E /* RCTPhotoLibraryImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = E629A2A201989DBB445B51636AD16CA1 /* RCTPhotoLibraryImageLoader.m */; }; + C5E3A9DD1EB4A643516742460F62A45F /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = C95E07384375170B7078B6ABC08EAC53 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C63EC51E27B2054B4FBD02EEDD010384 /* RCTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = A59D46E20DBF9ECB6B25CC84973377AB /* RCTPlatform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + C66867D757B794B7383F27599C4D15AD /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1701568D5E42E384672A6F43CE44E9C4 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + C6D453016608DA88BBCCF579AA191C5F /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BA71B820762AF5691F8893B50351BEC7 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6E02C30858F8F2EA54644BC56EFF09E /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B68EC927EDB04D2D1BD0A187E13C385 /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + C75EE7AFEF41859B2BADCB94126F3370 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A614D298A50C0455A7090AE4C05F6B3D /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7F42436AB716E4F310C88E70B595288 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C501DA29107DAC04C2C99FD77CD8CAB /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + C7F63D080BBA5F49A2A35905DEF95B8F /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB24C71B3D36CE878B8B136512F25B /* RCTFileRequestHandler.m */; }; + C7FE1BC167FB1502DBD4D29706CFB2F7 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CA38F311B735940D33D942C0C1FF18E /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C80DAA3FA1BB66FB9DC732E746318B3F /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CD81802FE0360525EEF8396AA6F2506 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C85BA2052AC4F0D31EB30BD9147A6CC6 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 9690F572133105AB6D077DBA256CAB0B /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; C85D4BD99F069300A31F363E422EB484 /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1956B6B4DA5BE67ED628FED5E12E80E7 /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C86CBABD76700F2F695AAF93BF668C95 /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 3972AF76C98D5663F2A9DC3F25B13E66 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8C4C8A6E854761D1C0B077D3159B3B8 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C3FEECCFC523845F26011C5FAA0062F /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - C8CAB7FFA2A6ABAF279EF15B83AEB63D /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B615DB63CE9DF6865176ECAFBBF4831 /* RCTUITextField.m */; }; - C8E134512A06ADDA1FCC9B1854983D65 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 67DC6014713FF2B9993E4D00C953BDAA /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C86CBABD76700F2F695AAF93BF668C95 /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = F1AC7864748EB68D45E40B9F10434DA2 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8C4C8A6E854761D1C0B077D3159B3B8 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C54FD664678C3220DF1B2B2008BB51E /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + C8CAB7FFA2A6ABAF279EF15B83AEB63D /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FA5BF3F622F19CF66D99DBDD2DFE4D4 /* RCTUITextField.m */; }; + C8E134512A06ADDA1FCC9B1854983D65 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 88346023688E8B0A7CA0E3E5CB71C43E /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; C99DBF177B11CA315A44F4D360857D99 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CC9AED950C68652415797A2228800DC /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9BE33E2A1808B2C2693716BE42AEAE9 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = 37CDF316ACA36F0B9D4D3343F6AADADF /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9DCB63C81AFC5736B5FCB197C51A6D9 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1865873FFF60A90B3267FDAC4D739325 /* RCTHTTPRequestHandler.mm */; }; - CA131D855ACE87F7DF015420C310D4C1 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 03258332BB411016EE3DF922A87696FB /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA4787617195483F2DA4F3D620519B30 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8940B6383EDDBC56E9872CA9E7E362E4 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA4B9DC3080B2133E9D4CC0907C543BF /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 905A70D971E000937FB2E389A8494E0A /* RCTTextShadowView.m */; }; + C9BE33E2A1808B2C2693716BE42AEAE9 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = 04EA84D5D1E599EE4BDFC83CFAA3D95A /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9DCB63C81AFC5736B5FCB197C51A6D9 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = D0C75A6E333665062161F59F0B327571 /* RCTHTTPRequestHandler.mm */; }; + CA131D855ACE87F7DF015420C310D4C1 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8811F40A04FC596D9474FD057F9D850E /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA4787617195483F2DA4F3D620519B30 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6932E9E0ECD42B7124D93BC6C0D3DA3E /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA4B9DC3080B2133E9D4CC0907C543BF /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 47BD4FFB489C125C4808FF95B99B9133 /* RCTTextShadowView.m */; }; CA58565F5051AFFDA3F31C709C589CD1 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = F656ABCB7127A201CAB67040ACD9BBB6 /* UIImage+GIF.m */; }; CAA4AC6415444AB7A0AABB9A964A444D /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B1E324DF08F4DA0688891666785A753 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAC515C2E230F2507FBF52E9C9C0AF8E /* JWTCoding+VersionThree.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A54ABCCE62B5803E50BF4EE3228F4FE /* JWTCoding+VersionThree.m */; }; - CAD7DD5B80B285D9ACD8D3162677A53A /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 39D7375F98A8C7358F8B3DD6849A5C20 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAC515C2E230F2507FBF52E9C9C0AF8E /* JWTCoding+VersionThree.m in Sources */ = {isa = PBXBuildFile; fileRef = D60C104694EAEB67533352B9B9BDBDBF /* JWTCoding+VersionThree.m */; }; + CAD7DD5B80B285D9ACD8D3162677A53A /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B984E6A7C72C4631224649EE2BBAB17C /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; CAEA05C442E1556ABDDB634213B2812A /* FLAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B12D6929A8DD0EBDF727F40D1F9ED36 /* FLAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; CB5B8D2572B6B211DBA70EAACE57CF4D /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A1F89A57CFFF6176627AD0EFAE41151 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBAF717168F58DE91D5FBF395AFC1EEB /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 9571997A22AFE0A354D94CDFA434BC8D /* BugsnagSink.m */; }; - CBDAC3DFCFD3FC22E94244B7C444B93F /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 846652396AFD7121BF4E7FAE84684D8D /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC0E14D1335137F16D6DD0153EB3651F /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 96D88A0647BE930108BFCD68B2FB440F /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - CC20542399DBAC16B4486BEB3854E134 /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AD06E544EEAA40B0E13F79C9DF5A79F0 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - CC274FFECB6F2C72597970FD6201CDA4 /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A3D6375188D234D3AFB94B3F95544C4 /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC721D6CE71AB417BB5DDDD343538FEA /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 08584A592FA2D5D10784E3011BB2254B /* RCTDecayAnimation.m */; }; - CC7DC3FE25A9A7A86BE6A8BC81590C83 /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA55255259D3D576DC667A14A068436 /* RCTInputAccessoryShadowView.m */; }; - CC8C7A7737653DA0A372FB4748B3DEEF /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D7EA86CC7CEE9FD857831FF9C08DA4D /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCAC149C6C9F2C3DA5372A57EDC6D23D /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 890FEDE51A6A81177271E8685298078B /* BSG_KSSystemInfo.m */; }; + CBAF717168F58DE91D5FBF395AFC1EEB /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 39A178F63ED1A4939DE66E54A2FD1E6E /* BugsnagSink.m */; }; + CBDAC3DFCFD3FC22E94244B7C444B93F /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 29140D91DF672BA523F3B9A388F3505E /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC0E14D1335137F16D6DD0153EB3651F /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0A8701D218227A615AFF6B448BB69910 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + CC20542399DBAC16B4486BEB3854E134 /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E4A8F0751120EE6B655ABCE424A54597 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + CC274FFECB6F2C72597970FD6201CDA4 /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 600608C6FE65CD07861A163A3AA978AC /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC721D6CE71AB417BB5DDDD343538FEA /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = A427E9CA390CB8DFDCF3812DBB0BD10A /* RCTDecayAnimation.m */; }; + CC7DC3FE25A9A7A86BE6A8BC81590C83 /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 72F4F95768CD77DF5FF9465E7DE546C8 /* RCTInputAccessoryShadowView.m */; }; + CC8C7A7737653DA0A372FB4748B3DEEF /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 55FCD2A8E18EE3312B42ABFB9298A174 /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCAC149C6C9F2C3DA5372A57EDC6D23D /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 00EC29587E8FDFACB30452BE9537570B /* BSG_KSSystemInfo.m */; }; CD33535E740772E4F1E42E457C01C583 /* FLAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = E00F7F427F1F8FF155A36A10CB055F67 /* FLAnimatedImageView.m */; }; - CD802303BA992E7C82D78E0AA531E5F2 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FF27792DC9495C1E721A39B1227B09F3 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - CE6653277B082E3569164993F887A996 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A448ECC4ACF280549E0A1EB6EF54ED41 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE9724E157E66C380A5A4B313F77C26A /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A5A9BFCAD72341B988414FBBE9698B15 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CECD62ECC2548896787ADE215115E76A /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7370D4F66F29690DD52540C417328CE7 /* RCTFileReaderModule.m */; }; - CFB1E5F3614E1CEFA43C1C3B0834401D /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 500F6FF2DDFCD13404A083AB8EDA65C4 /* RCTBaseTextInputViewManager.m */; }; - CFDD2C56E708D43A46FE2143000DE13B /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A32C364453447EAF62DE1C514EB2A652 /* RCTInputAccessoryViewManager.m */; }; - D0C6992AA9214F23FE7B2AF3137D5595 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = C8FCE98267BE97A94A814F119D38FC21 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + CD802303BA992E7C82D78E0AA531E5F2 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC478C89BEF9CF1F018E7BDCDF58210E /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + CE6653277B082E3569164993F887A996 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BD80469AB2BFCFD074E508F67A973FD /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE9724E157E66C380A5A4B313F77C26A /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F9AF91E1B2072284D082A27F85EE1A9 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CECD62ECC2548896787ADE215115E76A /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DF878B12590211742A3BAAB46B5058F /* RCTFileReaderModule.m */; }; + CFB1E5F3614E1CEFA43C1C3B0834401D /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DAD6451535D3948ED4D34A65340A1165 /* RCTBaseTextInputViewManager.m */; }; + CFDD2C56E708D43A46FE2143000DE13B /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 878495837F1747F9C66146C2CFBD753B /* RCTInputAccessoryViewManager.m */; }; + D0C6992AA9214F23FE7B2AF3137D5595 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5D0E2747543ABD819C2F397BB139FB1E /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; D0F72B7790F15231D218BBD7A5C4FB88 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = A4CA3468FA6809ACA6A26B305A5E8C49 /* UIImage+MemoryCacheCost.m */; }; - D0FF748CFDE5BFC26ABE7A2C683FBA8F /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 816BCD1B186E794B3C8E7460ABA6CD70 /* BSG_KSObjC.c */; }; + D0FF748CFDE5BFC26ABE7A2C683FBA8F /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 73A6F9C5B62F67905333F1F5DD111FF1 /* BSG_KSObjC.c */; }; D111921430937AE1D35B835F2FABCDCD /* RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7803226A6830A17B178BE90D2D42656B /* RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1E6F4BF5A5E8FC7CC9919FAC7BFFD59 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = D04B7E1C5B29B2AFEE200D38286EB007 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D26CEF930AD1934CAB8432FF8FF65B8B /* JWTCoding+VersionOne.m in Sources */ = {isa = PBXBuildFile; fileRef = C9A85A018987030ACA0CB53C5EDFF97A /* JWTCoding+VersionOne.m */; }; + D1E6F4BF5A5E8FC7CC9919FAC7BFFD59 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = BBA104A3D864AE556CEA1366F2C7B61D /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D26CEF930AD1934CAB8432FF8FF65B8B /* JWTCoding+VersionOne.m in Sources */ = {isa = PBXBuildFile; fileRef = 281A5693E8970DC3735A9564E4D514A1 /* JWTCoding+VersionOne.m */; }; D2717E70624001F087BCFAF7C3AAEB0F /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 749D46EEC46B074304C467BE53FA80D5 /* NSData+ImageContentType.m */; }; - D3687E4780A7F6F8910FCAC9B1A92019 /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 3321DA6DC255504CF45E0B9035C617F7 /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3B5432A2E4055E3EDB2A70CD73F23FD /* RCTExceptionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 281A3F94D9994F32F7D6B9A30D599688 /* RCTExceptionsManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - D3DA9FED2C0D0C34838569CB05724F51 /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 059F37585CFD0D74A548FAB51BEDF390 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D43DE85A34A0F9775C348E2D3C1ECF46 /* YGMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CC6DA88EDB0383260DC444F5A97C1D5 /* YGMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4A0C95FCB485854B723A69DCFDB6A2B /* JWTRSAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = 2458C4E4A5D83CC7853A9B1CAB8CB432 /* JWTRSAlgorithm.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4CBD41A8BBA44ECB06BDC136BB67EAA /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB5392F3988B8A91FDFBB206EB7D342 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3687E4780A7F6F8910FCAC9B1A92019 /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = AB296B0C2D070F61C4D0B9E69E2ED9E0 /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3B5432A2E4055E3EDB2A70CD73F23FD /* RCTExceptionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 40E8C1760D54061C7CD54BCEA0D5A166 /* RCTExceptionsManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + D3DA9FED2C0D0C34838569CB05724F51 /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 499272C4C25C15FB4B0EB3826ABFBE16 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D43DE85A34A0F9775C348E2D3C1ECF46 /* YGMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = B0E8214F33847864E62F0C3FAC5BFCC8 /* YGMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4A0C95FCB485854B723A69DCFDB6A2B /* JWTRSAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E80011D2BD77B6B9A15D0BF20B8624D /* JWTRSAlgorithm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4CBD41A8BBA44ECB06BDC136BB67EAA /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DBDB07A7F2359E2852B81A9E531C88B /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; D52B6187E6DB50D780E98EDC86A835A8 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C68FB07F00A291EA69C4009A5F6A3A8 /* SDWebImagePrefetcher.m */; }; - D555E18520787C6B002458C625328149 /* JWTClaimsSetVerifier.m in Sources */ = {isa = PBXBuildFile; fileRef = B6F6EF92464562633827CBE3A30DEA76 /* JWTClaimsSetVerifier.m */; }; - D56FBE1CD15190587459B7E5874E339D /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 90213C3E2C070E7B62CC05AEB944B666 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D555E18520787C6B002458C625328149 /* JWTClaimsSetVerifier.m in Sources */ = {isa = PBXBuildFile; fileRef = F299F13A77D720BAF75BACD4B74A0CCD /* JWTClaimsSetVerifier.m */; }; + D56FBE1CD15190587459B7E5874E339D /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = B74C35297E1E9F37121D3587850E62E9 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; D6171C8EC6F0B8271D6FEBE6D0BF4192 /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = B14777BEF0EAD2230D30C6F1C58E5D35 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6276A16AC82DB7B6E06AD04B9C5E7E5 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FEE8B5651DCEBADA915B5718FA81E44 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - D643172C68E844157B16CDCF93731FB3 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BCF2F83E88E9241C0E258F97E16DB4D /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6C5C123B8B31FA6BC51349EEEF701A4 /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 80B042263F80B71D6D28312B127E9C53 /* RCTNativeAnimatedNodesManager.m */; }; - D70FAD264D04CB5737B619D1F2FE40BF /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = FCB2074DE0C1E4CB33EBB5049FB88708 /* RCTInputAccessoryView.m */; }; - D77262148C2DCA9E4ECDB3D85CB1F306 /* JWTCryptoSecurity.m in Sources */ = {isa = PBXBuildFile; fileRef = A67685C34AECC85ED5E7D2C00AF89CC1 /* JWTCryptoSecurity.m */; }; + D6276A16AC82DB7B6E06AD04B9C5E7E5 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B609E1479C20121E2AFFABE4204DF9 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + D643172C68E844157B16CDCF93731FB3 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F1029A85B54C184373C4470AD266306 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6C5C123B8B31FA6BC51349EEEF701A4 /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D76ADFE6B5CD75E1A00995E40D72B07A /* RCTNativeAnimatedNodesManager.m */; }; + D70FAD264D04CB5737B619D1F2FE40BF /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B56C4F11634ED2AA3D6F3C12B7B877F /* RCTInputAccessoryView.m */; }; + D77262148C2DCA9E4ECDB3D85CB1F306 /* JWTCryptoSecurity.m in Sources */ = {isa = PBXBuildFile; fileRef = A59A315A4D4640B704D717E180AF819F /* JWTCryptoSecurity.m */; }; D7A942FF0E9C0621E8CCDFB6100CCAB8 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74A67A585466465D673EE9C40BCA0AE5 /* Assume.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - D894D7D0E1F61B9EFA7E17A18E55E8EE /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = D268442A428A802EF8595D3955BA6ADE /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8DE3DF065C3F8D0A8C1150708D6C42B /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2037682A03DE9EB795623635F1084450 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D90A810D9296D3624033D67C98B855EE /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = B9D3E218E83A681EBE5C5DACD01C6471 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D894D7D0E1F61B9EFA7E17A18E55E8EE /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 57F79507B1F59F9B35EC92CDD3AEFC2E /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8DE3DF065C3F8D0A8C1150708D6C42B /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FCD1E793FD1E839FF7FB0A9C1FCEFC3 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D90A810D9296D3624033D67C98B855EE /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = F70807989700B86DA7225F02BA3C8164 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; D9284910A3E0575BEA8C18DC361DD19F /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE546D33AE6A9CFD0B9BBB6D34FB7D7 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; D93B1DC7AE56215E6BC989D8CBA36532 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B929C2E60C624C10584134D68CEED4 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; D95D4975E361303AB9DEF7453B95960F /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEDBAA448DC7760E9E3F5B797382C5EB /* DoubleConversion-dummy.m */; }; - D98330E8361FB74DEFBDAAF15FAC50EB /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 7507A56461E0B7A1DAA3AD74E9770B54 /* RCTSRWebSocket.m */; }; - D9D790C77F41917B97D16BF4021DDB1C /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = FE41BEDB3E477C91D43BAC7506DD3AF1 /* BugsnagCrashSentry.m */; }; - DA175D4EB77EC2A76D95F83302C37F80 /* zip.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F1D505336A1AE30FA631E26433E8BF9 /* zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA1AD1DAEC39BDCEA572B2877B0C3198 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 312CDE70E0681289A8D1C223D87372F5 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - DA1D5DD95E746B9F1B96AD4232711993 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE80D408E1A4780F926D19CE3969692 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA983766C78B0F632CE50CE240AF9858 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D380E055981FC9AB3ED4C16F542A01A6 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAB61E8A4575A6D3AA7CE3CF92A50A58 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = E32A2C73CE40BA348791EB4975FB60E1 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAE45A48B9E545EBC2FA8A0308265CF5 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F9D7EE9F1D7F8EEE78901B3CE4CE3DF /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBD84682D8EE076705730FAC613123A9 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 90AD9719829E0E24B4C770A8D24E5247 /* RCTVirtualTextShadowView.m */; }; - DBDBA3745D97F4E194D8A857D3A44709 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F0CE9996A72417CAAD5DD37384A2A63 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D98330E8361FB74DEFBDAAF15FAC50EB /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = BA88DEA176148AB7B9CD3CFEED84806A /* RCTSRWebSocket.m */; }; + D9D790C77F41917B97D16BF4021DDB1C /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = CD349BD37072D93A282F009E78396750 /* BugsnagCrashSentry.m */; }; + DA175D4EB77EC2A76D95F83302C37F80 /* zip.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4970D240C6BD865ACB1AA8EFEBABC5 /* zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA1AD1DAEC39BDCEA572B2877B0C3198 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = E5F58EE8079B6647F855C247F9360DF5 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + DA1D5DD95E746B9F1B96AD4232711993 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C0BEABA3BF0EA1F40228479070A81EDF /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA983766C78B0F632CE50CE240AF9858 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A5C8C7BC7188D840893D22FA97E52817 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DAB61E8A4575A6D3AA7CE3CF92A50A58 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 821D32972A02FFD61A28287AC6F17AC9 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DAE45A48B9E545EBC2FA8A0308265CF5 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7214246717FF908FAFB8EB2467402574 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBD84682D8EE076705730FAC613123A9 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 090B9081A1C289D4D6620D4BFCF22810 /* RCTVirtualTextShadowView.m */; }; + DBDBA3745D97F4E194D8A857D3A44709 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C1F4FC16ABBBBBB172B7A3E057ED6834 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; DBF0C12E6D5E5563A33B7B4D4DDFF4CF /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22281779BB11E6E5997807318FF0C74B /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - DC375743EC00AFBE3B2ACDD826C027DA /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D2D874B56DC7549D64A0BC480619A3 /* RCTBackedTextInputDelegateAdapter.m */; }; - DCC3A534712644A9C05C231FE635786A /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF7BAFF5DE51659C618A0521FF60E97 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - DCCFCF84966998D70A0955F80D537710 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B651827735E7FEDC589582E2F6DCAF5 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCDB4672937A64DACCC4C510DBA5D9E4 /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E45AB99490BF6EF54B6BCE248BE44D /* RCTDevMenu.m */; }; - DCF77A193A1B7367B4C92D97F41B43A7 /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 456376DC724A9500FD70EC947160D2A2 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD355A6CBF2D7D3F9E031C0CF97BC045 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9423F3667A66CF129D676F21E447D45A /* InspectorInterfaces.cpp */; }; - DD4D1BD187795B2CB88ED7E3154AB2E3 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8247095CA4FD6BE468D704610D3763A8 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD67F16D331517807E80297AA1EA5A71 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = B3C904154920A59C0596149200B3DDF3 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE5BB5D45CEA3BE4366F1285BC0FB2BC /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = B433310B8346DE0F34C12A59DBE39DA2 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DED79E118CBD0C63C0FE245DE0E203C7 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B94D84AC244DFA84BA0D2FD415365B6 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF1D785EF58E0C316DB1431CB9C39DD8 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = 144AB9E75BC75F2B341F386168168544 /* BSG_KSString.c */; }; - DFB6D972F268A148BC5AE18D07A7F7A6 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 635E75E5566BD205C57992813D17EE42 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - DFCC5B00EB9465B333854E44BA7F9DB5 /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BC4E3814B59E81C64580092BCE8154 /* RCTTextAttributes.m */; }; - DFDDF2DC6FA6B7D3E4FAE80DA016BCB6 /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 577987D0EA22F8BDA0AF2A23771CFBA2 /* BugsnagBreadcrumb.m */; }; + DC375743EC00AFBE3B2ACDD826C027DA /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C7C66AA68EAB24CE5D4F286B7A06397 /* RCTBackedTextInputDelegateAdapter.m */; }; + DCC3A534712644A9C05C231FE635786A /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = FE0F17119B9C99B1AE72C6DF2294A56C /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + DCCFCF84966998D70A0955F80D537710 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = E71DB16B3364D6042A9BD7BBF870EEAF /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCDB4672937A64DACCC4C510DBA5D9E4 /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = B3D0BECCD2F2D3A5371966E812064921 /* RCTDevMenu.m */; }; + DCF77A193A1B7367B4C92D97F41B43A7 /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 419ABE6B8377241B6C7FA137D5CA3692 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD355A6CBF2D7D3F9E031C0CF97BC045 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D0EA40A277B2A346B15537E9A2E5203 /* InspectorInterfaces.cpp */; }; + DD4D1BD187795B2CB88ED7E3154AB2E3 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3858C5E9AC7588B859A382F995E4F2EA /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD67F16D331517807E80297AA1EA5A71 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 351D6ECAFA70D538D4584ADB031B5F21 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE5BB5D45CEA3BE4366F1285BC0FB2BC /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = BE125F43C58EF953CC51C49314398289 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DED79E118CBD0C63C0FE245DE0E203C7 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 36F644887E41FB62D59376B8FC488173 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF1D785EF58E0C316DB1431CB9C39DD8 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC0C4F7E374D52E86341D954D4A87A9 /* BSG_KSString.c */; }; + DFB6D972F268A148BC5AE18D07A7F7A6 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 7420C45B07C18310C5FA7DCE04CB4558 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + DFCC5B00EB9465B333854E44BA7F9DB5 /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 58CDA9F4EB7A5BDBD1ED6B347DA78FDB /* RCTTextAttributes.m */; }; + DFDDF2DC6FA6B7D3E4FAE80DA016BCB6 /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 5291BD3F123C59D47D0FD9CDB3EDD47B /* BugsnagBreadcrumb.m */; }; E0538FD247D69FC662D4F112B6329D0E /* Pods-eSteem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 01092AA0F125A4A2B1784C9B9D2A0C5F /* Pods-eSteem-dummy.m */; }; - E09E4EEA4584D85F6E43B9999CB98F26 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FE9DC4D6D0C0846526E3904E4783A13 /* RCTTextView.m */; }; - E0AB80820823B1F6CF1319FAA265B29B /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 378769362C6C6AE23EEAB97220046E0B /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0BE4E817A56EEC184AA6CFD7279CD2A /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = D1AFE6155192CBDCDCD164FBDD033644 /* BSG_KSCrashC.c */; }; - E169E1328A3D3A6DAE35A77208F67088 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DD7E19440D8625EA19EF51A9FDA6F0CD /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E18378478F7CFF44DCDAD8F67712A0D4 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 07F627ED4EE0C0CA080049897A4E096D /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1FD007958108B06F4A29B09DFCD9C87 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 62CD7F017854802D89D9176E4C5EC6EC /* RCTImageShadowView.m */; }; - E207738E2E4832E7803814E3B91BCF38 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 26D28E18A5D3846F222F6CF2C0542AA9 /* RCTTextViewManager.m */; }; + E09E4EEA4584D85F6E43B9999CB98F26 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 79B6BF2588B5EEB99DD1CC3182DE269B /* RCTTextView.m */; }; + E0AB80820823B1F6CF1319FAA265B29B /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B3BF765A6CED8F5381586E8C51A1C1F6 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0BE4E817A56EEC184AA6CFD7279CD2A /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FA8548B6C54B24ABBDA2F5C68699ADA /* BSG_KSCrashC.c */; }; + E169E1328A3D3A6DAE35A77208F67088 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ED733730A01B911918A675B335855BED /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E18378478F7CFF44DCDAD8F67712A0D4 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 13FC90C22B9F79C2C541DABF6BAC1E4B /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1FD007958108B06F4A29B09DFCD9C87 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B4459690421EF035DB8FD3FEA0E7328D /* RCTImageShadowView.m */; }; + E207738E2E4832E7803814E3B91BCF38 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EF9F089E93CEDB0585891894EB9ACFA8 /* RCTTextViewManager.m */; }; E20B9DA81BA44271F160D54C4B3F0CE2 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F330F326CB5C9C9EE086681A214A933 /* QBImagePickerController.m */; }; E21A8F3640D69AFF96A60DB6BBE4B79E /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E54619A976BA77386E9BBB3FCC43BB /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3F77E8E83C38362A906F60C4EE95401 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = F2DC249F0756C5FED0838C06BE21AE37 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3F77E8E83C38362A906F60C4EE95401 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 32AAB88319285ED6F8DC9B011A87597B /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; E41F42D6341870D7941259F2DA2F6CEA /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F091C1EF71DB9430AC2B910C8421B50 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E430CFB2F792BAE2D8DCC663EDE07D2F /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1FB71F9237BDFCF3453D12677B064F38 /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - E435A5C99A3C886E9069229A89D656E0 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8943D63581CE93E8E5732B604F678E7A /* RCTDiffClampAnimatedNode.m */; }; - E4C67BA51A70315B7E5055CAD1A50386 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DA5F90D1BD047BE8E5DFE9556B44576 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4D94EFA3E03B14F2864EF86DFBF162E /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 69B84633A9AFF31625DEEF9D2AE8AE23 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E55B1EC4FF6149269A9BC3E5F30FF960 /* JWTAlgorithmDataHolderChain.m in Sources */ = {isa = PBXBuildFile; fileRef = 500AF2D945098EA2E95A03632DC3659B /* JWTAlgorithmDataHolderChain.m */; }; - E613DFB28F4EEA2D4E372284FD4E2139 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 527A3C8E4C3D854DBF83FCADCA19950B /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6230C1B76DBAB7471584FE9F62E8808 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = D36D147BB312F23F9ADBF08D52EA7F0A /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E64ECE2B81A5F14E76F484F0B0DB0537 /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F622F243B7126001DF364895E84C6FA /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - E6580AF6DD2E55511E2C5FD10B389FB2 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C0DABCFFDC86288CC1AAED6D81ACFB6 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - E6A2BDE3ED09411412D0AB48F2169EBC /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = A87D8CF68E25752DAC9C43C63FAD248E /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6CF5ABAF6611FFCD768EBB7EB01A11B /* brg_types.h in Headers */ = {isa = PBXBuildFile; fileRef = C398619136CDFA406ED9286D4A0E7D93 /* brg_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E763258C4A0068F966AC84AE2AF3AAE8 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6763C4136ADF3B6831CF31EE7778301F /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E430CFB2F792BAE2D8DCC663EDE07D2F /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CB9EDBAA61416F710BCAE206995DCC0 /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + E435A5C99A3C886E9069229A89D656E0 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = CFFF601D705DB67DDCD70B7D38FB5D27 /* RCTDiffClampAnimatedNode.m */; }; + E4C67BA51A70315B7E5055CAD1A50386 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = ECAFC92E59B1D51A9F22CF115C89CB70 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4D94EFA3E03B14F2864EF86DFBF162E /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B99EE2B4C3823A50F57382C7C874D0F /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E55B1EC4FF6149269A9BC3E5F30FF960 /* JWTAlgorithmDataHolderChain.m in Sources */ = {isa = PBXBuildFile; fileRef = 191D83657474CC55373B8A4B7DF1F65E /* JWTAlgorithmDataHolderChain.m */; }; + E613DFB28F4EEA2D4E372284FD4E2139 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A55D9621834712ED98D968A1BA74E94F /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6230C1B76DBAB7471584FE9F62E8808 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ECA1CDD5969489EC8C98CFCFDC2A49D /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E64ECE2B81A5F14E76F484F0B0DB0537 /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F79EBB383C8205A8F976CA1C4337FAC /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + E6580AF6DD2E55511E2C5FD10B389FB2 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BC9B711007551FF2BC09B86D8D5447 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + E6A2BDE3ED09411412D0AB48F2169EBC /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = C15A1EAB44F43D75F09A92853BB69F7C /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6CF5ABAF6611FFCD768EBB7EB01A11B /* brg_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD8CE2743BD5ECB177C09E5A5F6E46B /* brg_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E763258C4A0068F966AC84AE2AF3AAE8 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1079FC1E2C9478CC07D5B9BDFC9BE223 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; E772DA0E4CE5BCA4A8BEEE9358069218 /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = BC13A955835FF9913F685D61F61BB37F /* RSKInternalUtility.m */; }; E7C115A9F05DB079AF0A08B67E74CBC2 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = FED8EBCE8A427F3614592A383ED9885B /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E849AE07D856CB2BAEB9B74CFDB3F89D /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C473627CBF8537F5D16297A98BC02586 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E927CA4EA63C78D42C39395F99EAA2A3 /* JWTAlgorithmNone.m in Sources */ = {isa = PBXBuildFile; fileRef = F33AD2C926BA45EB74A2A4DBC6110FD9 /* JWTAlgorithmNone.m */; }; - E93B48BA3368DCBA7BDD9E24D4F1A977 /* aes.h in Headers */ = {isa = PBXBuildFile; fileRef = B51435598E7E911DA6790B1642F09A86 /* aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E94D7D9F6F5E62C32F0644DBABEF55E3 /* entropy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8028B6E4EDF0DC77B37CEB1954E5F33E /* entropy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E849AE07D856CB2BAEB9B74CFDB3F89D /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D5EBFD2BB81019E3E1E8FDD52B35A89 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E927CA4EA63C78D42C39395F99EAA2A3 /* JWTAlgorithmNone.m in Sources */ = {isa = PBXBuildFile; fileRef = 21865201C1E21F7E6226D6FF99AE5BB5 /* JWTAlgorithmNone.m */; }; + E93B48BA3368DCBA7BDD9E24D4F1A977 /* aes.h in Headers */ = {isa = PBXBuildFile; fileRef = C58345FF59CF4C07355697722BEE2B7E /* aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E94D7D9F6F5E62C32F0644DBABEF55E3 /* entropy.h in Headers */ = {isa = PBXBuildFile; fileRef = 732C9361104DD0C2FA6F81FBEF189642 /* entropy.h */; settings = {ATTRIBUTES = (Project, ); }; }; E9A65429A8C1B82EDD38FFA842A4899E /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E7172CF26D077EAB14F49E831E42ACF /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB6C5CE92412748EBF8EFA556CF65A79 /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = AB4F14F76C756F875C6F1B938876D60A /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB8AFA4F05D385FEF5E2DA40FEDA7A43 /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = A103D476A2C99A8D20F7AFCE837330DC /* crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBAA59DB80249E89880757CB4259232B /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B4BEC69C04EBBC82D175913781CE511 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC3FBB94BAEDE258233E842EB1814458 /* JWTAlgorithmESBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A53024DB3B115ACE9E8FBE74502743E /* JWTAlgorithmESBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC5B1C71FD117CB1CC934AF012566193 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE219B21D4649183E7E122D8906A7CE /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB6C5CE92412748EBF8EFA556CF65A79 /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 36A55D693B25B30603DD23DED1709FD2 /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB8AFA4F05D385FEF5E2DA40FEDA7A43 /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = B1F7CFB44DD46AC5DDDEA17E519EFB9C /* crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBAA59DB80249E89880757CB4259232B /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A34A9E126A6F28F303845A6EFADBA775 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC3FBB94BAEDE258233E842EB1814458 /* JWTAlgorithmESBase.h in Headers */ = {isa = PBXBuildFile; fileRef = AD384B57ACFFDF0E28F1115AA0EEC43A /* JWTAlgorithmESBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC5B1C71FD117CB1CC934AF012566193 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 7227A70EB743D92180942D85A57AF3DD /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; EC63231122A3B79BCCBC6B893DE658B3 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B4F5D222D2C46BB1876ED6A767ABA17 /* UIImage+MultiFormat.m */; }; - ECB840AD8E2B558ADA593DF258D345E7 /* JWTCoding+VersionThree.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D0AC1D47793810B57736490A1939F8D /* JWTCoding+VersionThree.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECC56FE058F523B96E0AF24104AF421A /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A73AB5DA927B50421E5EB918490D7C6 /* BSG_KSCrash.m */; }; - ED361BB4FF0EC2EA16563EE5EE3C5FAA /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1226644126F543824471BC348BDFD0A5 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDB627087339B307DC5BB8A6A918D0EF /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 94ADEF8E3CFFB87C324BE5699159D3EC /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDC76A38AD9162F3C2647DE429311DE5 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CB5B52901BB38E196F4BD79A5D893C8 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDDFBB432699BE073FD72B15A30723B6 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = AEE6E75A6E0383F51AA874B338FC8599 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE40AC7F7E9487287CDEFCB5AE84B66C /* JWTCoding+VersionTwo.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D30C4CCE8BF783227137FBBD376C429 /* JWTCoding+VersionTwo.m */; }; - EEDE345D626D352496FBA427D6A4DD75 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DF4EC784FE48CF1981E96C32C3457E /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF0F81495DA271CAE68FE6D2C6C55AAC /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = FA9AA3432D0F916117500D26795BEBF4 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECB840AD8E2B558ADA593DF258D345E7 /* JWTCoding+VersionThree.h in Headers */ = {isa = PBXBuildFile; fileRef = E3CE292279AB0B8533B0CC093F496264 /* JWTCoding+VersionThree.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECC56FE058F523B96E0AF24104AF421A /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 68675825B6979A65A82423E839F7F595 /* BSG_KSCrash.m */; }; + ED361BB4FF0EC2EA16563EE5EE3C5FAA /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF3877E07667C17B3F8871241698A4C /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDB627087339B307DC5BB8A6A918D0EF /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 10E43DF7242EDB0C11C746EE7E6D32F0 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDC76A38AD9162F3C2647DE429311DE5 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ABB34570EFBB6ACEA9F5DB2BCC3CC98 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDDFBB432699BE073FD72B15A30723B6 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 550153DDEDB2DB459F2EC68042DE882D /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE40AC7F7E9487287CDEFCB5AE84B66C /* JWTCoding+VersionTwo.m in Sources */ = {isa = PBXBuildFile; fileRef = A558832927BA810C976465943C5FD44D /* JWTCoding+VersionTwo.m */; }; + EEDE345D626D352496FBA427D6A4DD75 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D7B75AE7503DF9A5B538919EEB8CF20C /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF0F81495DA271CAE68FE6D2C6C55AAC /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = A10161088EA69D7CEB78AF158F30B13D /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; EF19D5D8D4CBA9939FC8CF12F40F7A57 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FB34ACFB8DC217E0A6136AA35CC0144E /* SDImageCache.m */; }; - EF2905678F33706F0750875BE5C65D04 /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DE954F55304E44AA9E6E78FB281E6F4 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF51E96971FBCC1EBD124C7DC014A4E4 /* JWTCryptoKeyExtractor.h in Headers */ = {isa = PBXBuildFile; fileRef = DE37A1A15671F629E4FAAE5EBB50FAF3 /* JWTCryptoKeyExtractor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0DB1DE3A71FEDA0B261D235C6996FEC /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A04A5EF4389B561CF98D7D2B8609890 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - F108378073D9AECE4551EF39B3319338 /* BSG_KSCrashSentry_Deadlock.h in Headers */ = {isa = PBXBuildFile; fileRef = 15E9B8CE3AF51691A813290FFF4CB08D /* BSG_KSCrashSentry_Deadlock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F10AA6F5D6AAF3C039F389578F2EE333 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 555B8CCD1BCC1F6D9A2CC2C4371B7713 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F12E5D76122BE5665FEB9942FB621D0F /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BAB71E06BE4397B7AAA16FAA218313D /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1B919BCF53B4FABC5E800AC5C01A0D4 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = 65E2455794684BE0EC7CB1167FE16712 /* BugsnagSessionTrackingPayload.m */; }; - F1EF7FB4D6801AD90553C6897491C8A8 /* JWTCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = B8F04BDC85FEF3908E3A9E52D4FAAD0C /* JWTCoding.m */; }; - F2588DD6E5BC5B83CA73BF893C081265 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = DE8A8DD1274D1097A817C621402A169B /* BSG_KSBacktrace.c */; }; - F2DCE0E76D0BCD086F48797F4B24FC92 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B249B0EF220DD0E3478E181D58D71E8 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2DE71ACF615613982ACAB2FDAFE2512 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 01D3B282751B1ADD362AF14694761E2A /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2E07D486080E033996987F64009E903 /* react-native-netinfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46C38BAA4ABD512DB1E8FC6B2C01F322 /* react-native-netinfo-dummy.m */; }; - F2E769A73754A66851AD2778FD22F92E /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A21259D2B2C6C3AA250B1D0C996B44D /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - F363A64E135216309B3E21EAB62B9350 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 464B7C4F8288A197C74C5F7D80DAA8C0 /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - F36678B770AA9DFF5DD65B6942F55F76 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C5404871666A12A0A75668923902CD1 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3DFA7997A7632BFE7F7DD2E54E9FFDD /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = D862A1C6A56C34EFB6F13EC2B9BA2038 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F44018FCE2CFC5776443590D0423B50C /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D74098433AFFE9FCEFDC4ABE5CD3D71 /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F48EC4FAD98935A88FCBEC64DC35CF59 /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD0139EAF4986828A17926BC3ABE4E8 /* RCTLocalAssetImageLoader.m */; }; - F4DDE1EF1CB0B8858323017D1B07D165 /* BSG_KSSafeCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = 9264E9C00DAFB1CC290BE12B9EA2DB47 /* BSG_KSSafeCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4F6587EEC2FC3DFE633FA70D472D2BE /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 92A8323B45C28FD5AD80DFE91F028571 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF2905678F33706F0750875BE5C65D04 /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EE56F09EAFD369B2097554C7DD78BBD /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF51E96971FBCC1EBD124C7DC014A4E4 /* JWTCryptoKeyExtractor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B2E92BA590E8C92D93F632DBF5477CF /* JWTCryptoKeyExtractor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0DB1DE3A71FEDA0B261D235C6996FEC /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DEA449A52E22276F68DC4943CE31881 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + F108378073D9AECE4551EF39B3319338 /* BSG_KSCrashSentry_Deadlock.h in Headers */ = {isa = PBXBuildFile; fileRef = 305D96FFB4989811EA688E5D162B7259 /* BSG_KSCrashSentry_Deadlock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F10AA6F5D6AAF3C039F389578F2EE333 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A6389EEA73BFE9BE563F5C8FC456BBF /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F12E5D76122BE5665FEB9942FB621D0F /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C26E6902D3D69E1C189631629B6D2DD1 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1B919BCF53B4FABC5E800AC5C01A0D4 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = BB1A968372DE867D2FBECB6B08639F80 /* BugsnagSessionTrackingPayload.m */; }; + F1EF7FB4D6801AD90553C6897491C8A8 /* JWTCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DE434DDE8584A2F8B83C3AE11D31789 /* JWTCoding.m */; }; + F2588DD6E5BC5B83CA73BF893C081265 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = 01BE9E3D11EA67E13262437B68C7718F /* BSG_KSBacktrace.c */; }; + F2DCE0E76D0BCD086F48797F4B24FC92 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = B000D1E6D2B98DD4D10DAADDC16307A8 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2DE71ACF615613982ACAB2FDAFE2512 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 71187EC328F3A4A364056C6F9D4D9D65 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2E769A73754A66851AD2778FD22F92E /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A0E31025C56516E640C1C376A2C6DEB0 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + F363A64E135216309B3E21EAB62B9350 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 93C1228EEB36289DCD9AFEC7280F85ED /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + F36678B770AA9DFF5DD65B6942F55F76 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 62F01249EDC984D609936783378FF287 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3DFA7997A7632BFE7F7DD2E54E9FFDD /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 053CE15B44A1D6BB069192F6E68D13E8 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F44018FCE2CFC5776443590D0423B50C /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A22E1EF6F37D7DFF7A4A7278F25A6A /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F48EC4FAD98935A88FCBEC64DC35CF59 /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = F47E6FBBD4B6300759807A3959347F22 /* RCTLocalAssetImageLoader.m */; }; + F4DDE1EF1CB0B8858323017D1B07D165 /* BSG_KSSafeCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = 00AA5442853397414C871D7F2C0387BC /* BSG_KSSafeCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4F6587EEC2FC3DFE633FA70D472D2BE /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2157FFDF672B07B9817D610E1784DAC2 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; F4FD7E920FF8D52218C23DB3AD8BE9EB /* FLAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 22E7F2716BBBC5A7EAE69D49E9114179 /* FLAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F528FE0386EB11913F8AB64801A8DB65 /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = EE60B738DEA5DA3CF73D8940921CC133 /* BSG_KSCrashSentry_User.c */; }; - F54E5123862BEFB75CB78F531B9C6098 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 069C25CAAD9122B0A14C0D75C75DE91D /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5C779084E4CF3DF6D135C09311F95C5 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = C33A55BE95D6DDB063D65C326CBA9479 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5F4EA18FAC1DD676E7C1BA8340F53D1 /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = D9557D32931F7886CB37CFC97484BF05 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F528FE0386EB11913F8AB64801A8DB65 /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = BD6AC9F3D65FB3D87B323E776CBA080F /* BSG_KSCrashSentry_User.c */; }; + F54E5123862BEFB75CB78F531B9C6098 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ABDBE18E1AFB72EB8CF007E1E697520 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5C779084E4CF3DF6D135C09311F95C5 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 695524DFFEA11F4E0411E7EC9DCA4B66 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5F4EA18FAC1DD676E7C1BA8340F53D1 /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C36DDCE3060D1CC942EC30F95CDF765 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; F64F1ECA58AA4B348DDB40B07B77B7F0 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = A80BB3680F06006BBDEB43DFEE7F6D4C /* SDWebImageCompat.m */; }; - F6B2FE079DC6E0681341A326207BB50F /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5A48C0E32618024F17B07031B0028E29 /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - F6FE35604A15B3E1AE6F6E85EF9F2DC1 /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DC7ED643F305A13C450499AD1EACF38 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - F70AB6686BB86C4C220AF644C20D0D8F /* IAPPromotionObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = CEC6D7B71DAC08D8BE281F53DCB17761 /* IAPPromotionObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F711B759EEED1135C6AB62956E15E75A /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 5840BAAF2FE9B8E00B11D355EAA0A9E6 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6B2FE079DC6E0681341A326207BB50F /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9FB6FD133C64FDD33B2200513525F488 /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + F6FE35604A15B3E1AE6F6E85EF9F2DC1 /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EF752F8FB8499D7F2E194B09F84AE8E /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + F70AB6686BB86C4C220AF644C20D0D8F /* IAPPromotionObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A3A1B0AD37DD267D05BA42A7793F723 /* IAPPromotionObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F711B759EEED1135C6AB62956E15E75A /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = ED84B193A1CB455D2C802ADE243BFEE7 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; F7448B544038C85C3C8522310A81FD40 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 07F9F5D28AE7AB24C11CB047DD1A3EA9 /* SDWebImageDownloader.m */; }; - F8078A1D4880260C3B2403989322FC8F /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = F9A874CA3B64B959F84D272AA504A0D2 /* UIView+React.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - F9C8D75BDFFC2293D457289AF0656298 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 475AF00F6DDF9334BDC2511CEEBB6B8F /* RCTProfileTrampoline-arm.S */; }; - F9FF99C992F8C10A015931748033DA7C /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 47C93560A50BB1F7D5EC65FA7AE445CB /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + F8078A1D4880260C3B2403989322FC8F /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 6812B6242FF2FA9B16A146C01E6FB6B2 /* UIView+React.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + F9C8D75BDFFC2293D457289AF0656298 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = D44CAB5EACBD9AE986F7E8A60C02A1F5 /* RCTProfileTrampoline-arm.S */; }; + F9FF99C992F8C10A015931748033DA7C /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CAB22F5449F4F1F56105F71C8EE02D8 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; FA2139280D0DB8CBFE7A6CC71567CB34 /* QBImagePickerController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 39AC5F6EA5E781C79DB1A108205558C2 /* QBImagePickerController-dummy.m */; }; - FA8E684F330130D8F6613D2B49A6640D /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EAF9551D60ECF6F0373B26722695678 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAFF674BFF53C09164BE29CDF10A0B8D /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F97F420B1B21E650320F34BB98BDC10 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB783EE013E362B78730297634CEDA19 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EE06EC5C5E7126908B70CAB1F6C14D3 /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA3B45FF55AB99FECB3964626C2C475B /* RNCConnectionState.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BA9DDD4D8F7D2AAAF552D6667AD2F0A /* RNCConnectionState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA8E684F330130D8F6613D2B49A6640D /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5478AEA22D1A4850F203C2484F09DCD4 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAFF674BFF53C09164BE29CDF10A0B8D /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AAAFEB0C522FCDD09EC00BD47267323 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB783EE013E362B78730297634CEDA19 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = FE423CF84F2E55B08DDD973D9A80A2CB /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; FB8B25F67A2861A3F66073AF6A9596E1 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = A0252F723F1A6F1F943A1A1F06E3254D /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBA0846C32081793EBD02C1EA95467AA /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 80A8BC5081A1F22169A342203F5BD25C /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBDDFAC5A656BB0D5E0A09A2C2426B62 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F0DBF6F5D9EC5B6AAF67A86013E4BE9 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC0B8745F9FBB35E2CEC5EA78205026E /* brg_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = 36E267D10EF64E984A4E3DE75C71CA43 /* brg_endian.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC6134DDCC235868ECD1F14A17A5DF6F /* RCTConvert+CodePushInstallMode.m in Sources */ = {isa = PBXBuildFile; fileRef = A7FE2E905B152B99097E34B2EDD7DBCF /* RCTConvert+CodePushInstallMode.m */; }; - FC75949A853F10454838E0511C2AB750 /* fileenc.h in Headers */ = {isa = PBXBuildFile; fileRef = 70CD06616E7646A2458AFD2450012C07 /* fileenc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCF5EE5544C39FA9DDD17CD14325C355 /* JWTAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = CFED86219ABF7F1D147FBDE58D98A5C6 /* JWTAlgorithm.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD49564D74A79875404754905EED0827 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D2BE6E89AC8A0B8DE40E435A0499226 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + FBA0846C32081793EBD02C1EA95467AA /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A292B29FC7F9174F4A404F28AA6F652E /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBDDFAC5A656BB0D5E0A09A2C2426B62 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DE54816EEE3CEB34BF83992DA072E3D /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC0B8745F9FBB35E2CEC5EA78205026E /* brg_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = 8583769C6B3EB22C25EF9D2366C6E7D2 /* brg_endian.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC6134DDCC235868ECD1F14A17A5DF6F /* RCTConvert+CodePushInstallMode.m in Sources */ = {isa = PBXBuildFile; fileRef = E6E00F4F05257608B8DDF6FA6208D7C7 /* RCTConvert+CodePushInstallMode.m */; }; + FC75949A853F10454838E0511C2AB750 /* fileenc.h in Headers */ = {isa = PBXBuildFile; fileRef = 8206296193E019E3D6477A747827D1D7 /* fileenc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCF5EE5544C39FA9DDD17CD14325C355 /* JWTAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = F4E77E0D868E6681F705B0966D396875 /* JWTAlgorithm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD49564D74A79875404754905EED0827 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = BC3E4782F74F2A1AA84B7287FBCBDF57 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; FD501EE97EB7A2BFC672829BC3EB00BB /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 540B8FC5D334ABB03308DC6020B06BFE /* vlog_is_on.cc */; }; - FD942359EBB439C91010F2C5A9AA4797 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F4EFF50744BBA2EC860C58B44947D6 /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE542111E169ED48FD6EE2733E7C8076 /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = F124978EA26B0D6E48106DBC881B43C8 /* BugsnagCrashReport.m */; }; - FEAEE8FAAE14AF77C16D86F89F4F53FE /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A5DBBFB2F27D7BB6B09369D2F6FB0E7 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FECBC15D02404F2BA7BE4882996199BE /* RCTAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = F0AA94A403C812B5B0225D7C99DADF53 /* RCTAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEEB02235E1371003BA229F335207F31 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = 101B4F186473947960F91667F634D7F6 /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF0B677AD90F2F809B1CF1AD22CC82C8 /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = F0742ADE916880FD78FE29D8EF9AAB3A /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFECADD798B4EF083F55E729A2D5061B /* fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = B15C2DE1B511E8A225653946423776BD /* fishhook.c */; }; + FD942359EBB439C91010F2C5A9AA4797 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = 80A809CB5C560053D58FBDCC52CD52D5 /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE542111E169ED48FD6EE2733E7C8076 /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = AE98F9D14A8E1C84C32A0F91AD2807B7 /* BugsnagCrashReport.m */; }; + FEAEE8FAAE14AF77C16D86F89F4F53FE /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C6DE0D79B2AA44B9DADE34853B3641F /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FECBC15D02404F2BA7BE4882996199BE /* RCTAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A603E7CC8B74E2011CD948A8DA77217 /* RCTAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FEEB02235E1371003BA229F335207F31 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = 38078FF2D9288AEF03E3ABE91F265AB2 /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF0B677AD90F2F809B1CF1AD22CC82C8 /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 225C36FD667A9265A731907E4694BAD5 /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFECADD798B4EF083F55E729A2D5061B /* fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = D550F1575DE62AA0EB6C61C7C1300D60 /* fishhook.c */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -1046,7 +1050,7 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 3B365CC784B83DC1285936BE0CC52541 /* PBXContainerItemProxy */ = { + 3AF6FEF061BCC34F916E58F27BF4F606 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; @@ -1273,1049 +1277,1053 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 006F04C8A5029A4B468CAB5D0EFF9264 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; - 006F27C225F9D7FA4A239F057C9C34CB /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; + 00044949BAA13C5B2C80AC378C4D2784 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + 00164C6DC906C378AD1ECB1AEA2DFAF0 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + 0036485C90445AF3B4158B39FE9C3B26 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; + 008C572314BA137574E8714D3C447D39 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; + 00AA5442853397414C871D7F2C0387BC /* BSG_KSSafeCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSafeCollections.h; sourceTree = ""; }; + 00EC29587E8FDFACB30452BE9537570B /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; 01092AA0F125A4A2B1784C9B9D2A0C5F /* Pods-eSteem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-eSteem-dummy.m"; sourceTree = ""; }; 012176014AF089894C4121468EE5D700 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = QBImagePicker/en.lproj; sourceTree = ""; }; - 01411DD69A9C6A893382ECEA2F1DF014 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; 0164A6629B0E55D55E68348FC21004D1 /* AppCenterPush.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenterPush.framework; path = "AppCenter-SDK-Apple/iOS/AppCenterPush.framework"; sourceTree = ""; }; + 018C71802DFF3F877A3F055384D61E22 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 01A168C308E160BABD648A88B73A9AEF /* AppCenter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenter.xcconfig; sourceTree = ""; }; - 01D3B282751B1ADD362AF14694761E2A /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; - 01E6E703971BC583ADC451305D355AD1 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; - 0257E56D82F830B5B6793D524ECA2388 /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + 01BE9E3D11EA67E13262437B68C7718F /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; + 0259992345D7B75B3F24A44910667CEA /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; 025B5011493F0FF571ADB1F80D283015 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - 02823218404588CE3DA3313B9A5B5899 /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; - 03175459F37F59939D9E2A1FC54B5C11 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; - 03258332BB411016EE3DF922A87696FB /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; - 032958D272BD8865C6CBE947FDD011DA /* JWTAlgorithmDataHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmDataHolder.h; sourceTree = ""; }; - 03B776AE68C9F8DC6C5364A4ED435F9C /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; - 03C9A27D8D2D9D9F26ABB65DD62570AD /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; - 041B37EFB69F01D2B5D30B57371B5294 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; - 057FB2823F5780BFE18C3DE1A108D1B7 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; - 059F37585CFD0D74A548FAB51BEDF390 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + 02B233F1C9E1C4551E40694EF27B2758 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + 02DA2F450BF8CFB00A2F1EF284848845 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + 02F4A535508666FE4BD46DF319304848 /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; + 035D8D0AEED5E52887B847A2762B5C0C /* JWTClaimsSetSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaimsSetSerializer.m; sourceTree = ""; }; + 0369DF9E5B2E1A88D783F1AF62C18783 /* JWTAlgorithmFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmFactory.m; sourceTree = ""; }; + 03702406E38088B7CBD658F1F15523D5 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + 03D26DEE646FCA1A6A6ACBF8692F30AF /* JWTCryptoKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCryptoKey.h; sourceTree = ""; }; + 03D55784B95EABC9DBB468ED77026264 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + 040D43AF44B91FEA49C779EE060D195E /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; + 04C23DB6B2A11BEFB5C2413E8AB98C33 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + 04EA84D5D1E599EE4BDFC83CFAA3D95A /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; + 053CE15B44A1D6BB069192F6E68D13E8 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; 05ABA8005EEF0BA34A682330C303E3D6 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; + 05BD28FC83EB503FD1D83926161B94E8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 05E2B469EFF434A5A53D3DCC1796F875 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = ""; }; + 05E7B05B75850E7E36407662F64059A7 /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; + 0631BD42B01E1755E3CEC62C5B38A42D /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 066E0D6D063E01D63C6A8EA8001E312C /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; - 0687B2228D5D77144A44AEC8C614CFE6 /* RNCNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCNetInfo.m; path = ios/RNCNetInfo.m; sourceTree = ""; }; - 069C25CAAD9122B0A14C0D75C75DE91D /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; 0738413BC2A0045D917DF14C9BFF84D8 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - 07F627ED4EE0C0CA080049897A4E096D /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 07922C7159C1FA202B8D39958CB62447 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + 07BFF22A02ACAF445B303D1917FC1978 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; + 07DCBE692A3223AA0FFACB3A067B6966 /* RCTWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebViewManager.m; sourceTree = ""; }; 07F9F5D28AE7AB24C11CB047DD1A3EA9 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = ""; }; - 080D2CE1F988FFD46B54A796621DC60F /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = NativeToJsBridge.cpp; path = ReactCommon/cxxreact/NativeToJsBridge.cpp; sourceTree = ""; }; - 08584A592FA2D5D10784E3011BB2254B /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; + 08301D80327E3DE39C9D021B67739FA7 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; 086136880FCE34A8A27A0BA07648F5CD /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; - 090C7AC318184C0DB2B0B2B58D30FF06 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageQueueThread.h; path = ReactCommon/cxxreact/MessageQueueThread.h; sourceTree = ""; }; + 0874DB5581BAD67B701C80331A72C0DF /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; + 08ACB1FC53AE690E436D8072F3E94FEA /* RCTWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebViewManager.h; sourceTree = ""; }; + 090B9081A1C289D4D6620D4BFCF22810 /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; 093B8FC6237622D1ABC62A31F6355D7B /* NSImage+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+WebCache.m"; path = "SDWebImage/NSImage+WebCache.m"; sourceTree = ""; }; - 0973B7B06059728EC03C81A2794B12FC /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MethodCall.h; path = ReactCommon/cxxreact/MethodCall.h; sourceTree = ""; }; - 099253A5B91AB35C42171D8C3F8F32F9 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; 0998576F5768B43A9D1670D1CFDBFEE0 /* Pods-eSteem.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteem.debug.xcconfig"; sourceTree = ""; }; - 09BCF0C5F7EDE11743B9AC85F81400F6 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; + 09CD3B2A5FF1E6FD0A404073006D1761 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + 09F1B90779EE95AF530D4EA7B12CD1E0 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTDataRequestHandler.m; path = Libraries/Network/RCTDataRequestHandler.m; sourceTree = ""; }; + 09F27387348C33134378CE057B3151D8 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + 09FC071C79E47E68F87032859821E651 /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; + 0A6389EEA73BFE9BE563F5C8FC456BBF /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; + 0A74F88D778FF570CBA4C8BA55A651CB /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; + 0A8701D218227A615AFF6B448BB69910 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; 0AA6CBA71D1F2C69F602E7AC20219422 /* SDWebImageImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageImageIOCoder.m; path = SDWebImage/SDWebImageImageIOCoder.m; sourceTree = ""; }; - 0B46CADF68CDAF4D77970A09EF71B08F /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; - 0B4D3239448C8EBF90A53D031DD4C813 /* react-native-fast-image-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-fast-image-prefix.pch"; sourceTree = ""; }; + 0AC19BDF43A9D12FA8DBAD5E7ADB9D2A /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + 0AC427E4C54BDE6C7002A70E7AF2D3FC /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; + 0ACBEA8E73E192D881E31F5BEC03151C /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModuleRegistry.h; path = ReactCommon/cxxreact/ModuleRegistry.h; sourceTree = ""; }; + 0B029F26738D72CC78241F802D6B0F0D /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; + 0B1C97ACF887A8CA3588EBB40EC06FFE /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; 0B4F5D222D2C46BB1876ED6A767ABA17 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; - 0B5E8B386B4DCD57E1B4DFED61DF4720 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxNativeModule.h; path = ReactCommon/cxxreact/CxxNativeModule.h; sourceTree = ""; }; - 0B615DB63CE9DF6865176ECAFBBF4831 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; + 0B94B2AF60839A2AA86EE4784DB716A8 /* CodePushTelemetryManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushTelemetryManager.m; path = ios/CodePush/CodePushTelemetryManager.m; sourceTree = ""; }; 0B9E5763C5976FF37F042C04F74C8659 /* libCodePush.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libCodePush.a; path = libCodePush.a; sourceTree = BUILT_PRODUCTS_DIR; }; 0BA5D311D6A6293CABA6269EF949D6DB /* Pods-eSteemTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteemTests.release.xcconfig"; sourceTree = ""; }; - 0BF59C8D21728BD6A71E1AA2148B7018 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + 0BD80469AB2BFCFD074E508F67A973FD /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + 0C681C2E8BFFCBF78FC89F3759F83DDA /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 0C7C66AA68EAB24CE5D4F286B7A06397 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; + 0C8261D9A11CED8B009E5D8F6E3D1539 /* CodePush.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CodePush.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 0C90302CD347895E3D3BE896A8AB61EC /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = QBImagePicker/QBAssetCell.m; sourceTree = ""; }; - 0CD1265AE4E1B918881FDE3174C84342 /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; - 0D0C8D3786974F64C760CB818F38DD3E /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; - 0D0ED667DA5B4D3659DABC5FB1F7F5E5 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; - 0D11E4B840B7640E88115412130DD7A4 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; - 0D135C7F751894DD66C17417B7C6A68D /* BSG_KSCrashSentry_Deadlock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_Deadlock.m; sourceTree = ""; }; + 0CFDC3C4B1ED33207995A07E2F5D8280 /* YGMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGMarker.cpp; path = yoga/YGMarker.cpp; sourceTree = ""; }; 0D23AA1B23912F0E9CF8760C7EB222A8 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - 0D5355F880F2DFE306BC1C17DC2354DD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0D61D33AAD431AD5BABC06A10A242B36 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; 0D7508C76BE4E45B305B7A7DC48A464D /* RSKImageCropViewController+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RSKImageCropViewController+Protected.h"; path = "RSKImageCropper/RSKImageCropViewController+Protected.h"; sourceTree = ""; }; - 0D9D614E39E2AF53DCA0C2A688C9CF42 /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; - 0D9E769317BDA96653D6083ABDA7D8CE /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + 0DD9F101FA57724E573961BFA1C79947 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIDynamic.h; path = ReactCommon/jsi/JSIDynamic.h; sourceTree = ""; }; + 0DE54816EEE3CEB34BF83992DA072E3D /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedProxyCxxModule.h; path = ReactCommon/cxxreact/SharedProxyCxxModule.h; sourceTree = ""; }; + 0E36D2B16D05E20B0B5822FA5AF38C49 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + 0E5613B56071ADEDF2A23B12A54D1B54 /* JWTCryptoKeyExtractor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCryptoKeyExtractor.m; sourceTree = ""; }; 0E7C341FA544E64E23E052A68E4A0A5E /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReact.a; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0E99F49E8AB46AAF979CE38BD61432FD /* JWT.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWT.h; sourceTree = ""; }; - 0F20D8470C4545F3CB553E788AACD5AA /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSBigString.h; path = ReactCommon/cxxreact/JSBigString.h; sourceTree = ""; }; - 0F247738737B5EEB8BA19A819B9600F3 /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; + 0EC450B7E48241876EA723AD7861EC56 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "JsArgumentHelpers-inl.h"; path = "ReactCommon/cxxreact/JsArgumentHelpers-inl.h"; sourceTree = ""; }; + 0ED8BC382CC6059FA2FC2D00198D6293 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; 0F42BFA3DE9E8C68BD20F3B9F1193778 /* Pods-eSteem-tvOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-eSteem-tvOS-acknowledgements.markdown"; sourceTree = ""; }; - 0F9952C1A3F3FAD3C749CE3217FA66F6 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; - 0F99E2C9B9A515AAC3668737F14874C7 /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; - 0F9D7EE9F1D7F8EEE78901B3CE4CE3DF /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; - 0FAFDE0BB16772DC4F1776A614B7EF3F /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 0F578A65BD0E2AD44A1669310BED121C /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; + 0F9E88931705BDA02C16A163718AC64C /* BSG_KSCrashSentry_Deadlock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_Deadlock.m; sourceTree = ""; }; 0FCEC7B48E8B24E0C9F42F6C8BC1F1E5 /* libPods-eSteemTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-eSteemTests.a"; path = "libPods-eSteemTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 0FDB1F260DEC6EB59C4A574E39285D7E /* React-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-dummy.m"; sourceTree = ""; }; - 0FEE8B5651DCEBADA915B5718FA81E44 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; - 100430A5431BD49281905574DB950E3E /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; - 101B4F186473947960F91667F634D7F6 /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; - 1089F164EF8D3F8C12B98174BD703149 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; - 108A75EADEA9C77114144D1BF1BF80B1 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; + 0FE71E8BE2C0AA342B0B3CABB8927731 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; + 1079FC1E2C9478CC07D5B9BDFC9BE223 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + 10B48EF5D2D8F51AFBE9B7185A0EC422 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + 10E43DF7242EDB0C11C746EE7E6D32F0 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; + 10E4A6230279038B87C258A99F668415 /* react-native-netinfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-netinfo.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 10E59ABAE80CAB0B119DF9C9DBF040EC /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; 10FA5AD10E04E16FF1AA6A6B70F8FE80 /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; - 11CDCEFFA82A0A458F07E3CF9EB1D55D /* JWTClaimsSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaimsSet.h; sourceTree = ""; }; - 11D0C0C84EEC3688B86BB329F15DA544 /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; + 11D1AC0788D0E6E72CAAF2536AE79C04 /* JWTClaim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaim.h; sourceTree = ""; }; 11E883912DC8923602E62D0266CE1981 /* Pods-eSteem-tvOSTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-eSteem-tvOSTests-acknowledgements.plist"; sourceTree = ""; }; - 1226644126F543824471BC348BDFD0A5 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - 125AF3E5F058C822A8FC739304EDD3C0 /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; + 124D5403914F6A7CD0DB198435BDF052 /* BSG_KSCrashState.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashState.c; sourceTree = ""; }; 126672375AB5B60A7A2AD2A8262384FA /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/UIView+WebCache.h"; sourceTree = ""; }; 129CFDF7D6ED40CD12B225226F69EC75 /* RSKImageCropper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RSKImageCropper-dummy.m"; sourceTree = ""; }; - 12EC5B3E25A46527C706DBDE8CFD997F /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModuleRegistry.h; path = ReactCommon/cxxreact/ModuleRegistry.h; sourceTree = ""; }; - 12F76CA0864EB1C4785431A4C5E39650 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSExecutor.h; path = ReactCommon/cxxreact/JSExecutor.h; sourceTree = ""; }; - 134354A98CECE65BE7F723DD0E23B28A /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; + 12EA56847B538E09A58FB941998B332F /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; 13485452E57225E53F0F01C0C66B6DEE /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = QBImagePicker/QBAssetCell.h; sourceTree = ""; }; - 135DC3EA2DB2B09B917EEFB46483898E /* JWTCoding+ResultTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+ResultTypes.h"; sourceTree = ""; }; - 13696D1C168DADB362C3B770613D45BF /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; - 136C1AF53B2988DC18BC9698CE8DC8B2 /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; - 13771E1C5191B6E7D68FA37D747932B9 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; - 13816692E512A008B6E44D50E8789FEB /* JWTCryptoKeyExtractor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCryptoKeyExtractor.m; sourceTree = ""; }; - 14309543043D5842921F139EC97A3E4A /* react-native-fast-image.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-fast-image.xcconfig"; sourceTree = ""; }; - 144AB9E75BC75F2B341F386168168544 /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; - 151830F2F6BA58BE679DD83ACBAD9AD8 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; - 1543000B368E9EB734E4DDC8D1E0A1BF /* multi-deployment-testing-ios.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "multi-deployment-testing-ios.md"; path = "docs/multi-deployment-testing-ios.md"; sourceTree = ""; }; - 15E9B8CE3AF51691A813290FFF4CB08D /* BSG_KSCrashSentry_Deadlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Deadlock.h; sourceTree = ""; }; + 135D6B95DE496DA417DD235C86AA8406 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + 13DF67323D23346358E261B7BF50109C /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; + 13FC90C22B9F79C2C541DABF6BAC1E4B /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 1429FE36EE0C632DE9944BB331D39495 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 143EB3B16454A67A775AF770C25C56ED /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; + 15B8F3DEB69C16DF21A75D7CD92663F2 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; + 15F55570ABAC3B1A13AE8C1424234142 /* yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "yoga-dummy.m"; sourceTree = ""; }; 1608C4191CB11826E8CB25FDC5D8F99C /* Pods-eSteem-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteem-tvOS.release.xcconfig"; sourceTree = ""; }; - 1626F005CA0E37995BA2502D954AEBEB /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; + 1617BD3CD5CE84978FD0C9E7D80A63E4 /* RCTWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebViewManager.h; sourceTree = ""; }; + 166F2E4BAB5A222FE7D33B364141E17A /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + 1679212833653DE646F3EB10FDFEBE67 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; 167FC358C7C6F7DCBB670A8AD4C8A003 /* RSKImageCropper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RSKImageCropper-prefix.pch"; sourceTree = ""; }; + 16E5270697753975DA1AC50F3A11E07F /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + 1701568D5E42E384672A6F43CE44E9C4 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; 176D4EBF445F49E234D82F426D377209 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; - 17ECDF47B8F4B12AA0405AB183C24EF2 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; - 17F57B4BA05EB278CF9D8CC0495F92B4 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; - 1865873FFF60A90B3267FDAC4D739325 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTHTTPRequestHandler.mm; path = Libraries/Network/RCTHTTPRequestHandler.mm; sourceTree = ""; }; - 1867D9F9F597E53F9D21447EFF9F8D98 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; - 18769F67E19F789A505D06F28E28E813 /* JWTAlgorithmRSBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmRSBase.h; sourceTree = ""; }; - 188FF5C10AF5F6745ED2151C8BB08A0B /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTExceptionsManager.h; sourceTree = ""; }; - 18F6C13A13F184823BE33F4A3C3F29FF /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + 17DDBBC535900BC3ED4FD49CA55B363E /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; + 17FD823C37A091B2E40343E763C3BFD7 /* setup-windows.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "setup-windows.md"; path = "docs/setup-windows.md"; sourceTree = ""; }; + 1895E2926D4271514B4BD55F5C344C73 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; + 18EB2DAA819FC62E32A5B849D5292005 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 1902D2574306A3FC2307F0D5C68BF22C /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; + 191D83657474CC55373B8A4B7DF1F65E /* JWTAlgorithmDataHolderChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmDataHolderChain.m; sourceTree = ""; }; + 1930AFDA192661701B6C3E61FF5B4491 /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; 1945C57238C839124332BF5A141A74AE /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; 1956B6B4DA5BE67ED628FED5E12E80E7 /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; - 19A1988ACFB461A31FF9A118982B1603 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; - 1A0120054DE3CB984831D5CD5212226F /* JWTAlgorithmHSBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmHSBase.h; sourceTree = ""; }; - 1A1D76E327FA2A14DF9A32317F1BDCBE /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; - 1A913166B3773E1504A42F545AC739F6 /* BSG_KSSafeCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSafeCollections.m; sourceTree = ""; }; - 1AC2E3D6385C2D41681D84A88CBF2FD9 /* RNIap-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNIap-dummy.m"; sourceTree = ""; }; - 1AD3D3592B762902655E79A79B226568 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; - 1ADA0CDD3EFF2CC34ECD53873C32ED89 /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; - 1B24BF26894FC87013282F5BDAC28A32 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTResizeMode.m; path = Libraries/Image/RCTResizeMode.m; sourceTree = ""; }; - 1B422B531182BF9FAAB2CEAF02A021EA /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - 1B7D3262CFBED6DAE30BD28A08799B76 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; - 1BD0139EAF4986828A17926BC3ABE4E8 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTLocalAssetImageLoader.m; path = Libraries/Image/RCTLocalAssetImageLoader.m; sourceTree = ""; }; - 1C05A8E67CE2460C74FF4195B23FFB63 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; - 1C11A097B91AF23C954BF1C8E996A771 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; - 1D2BE6E89AC8A0B8DE40E435A0499226 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; - 1D68028B3804BDA9164C3ABDB3307B2B /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; - 1D73227B73E7AD4972E918004BB34059 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; - 1D9DA67DFA911B2909223A44923EDB02 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; - 1DA5F90D1BD047BE8E5DFE9556B44576 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + 19DE5BCD7FBDD737A81EAA8C4EDEB965 /* api-ios.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "api-ios.md"; path = "docs/api-ios.md"; sourceTree = ""; }; + 1A00B9EC2C4417A2A99D3FC31DBA7AD5 /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; + 1A13D686FC8C49BF782D5E2DA722B417 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp; sourceTree = ""; }; + 1A497796EC33F4D6F71F7F4655611C6B /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxNativeModule.h; path = ReactCommon/cxxreact/CxxNativeModule.h; sourceTree = ""; }; + 1A99DA1EEC52FC92FD18C1A7C5E98E54 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InspectorInterfaces.h; path = ReactCommon/jsinspector/InspectorInterfaces.h; sourceTree = ""; }; + 1AAAFEB0C522FCDD09EC00BD47267323 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 1B28F6EA11394842EFF1A489B7165D63 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; + 1B52E7F85F2CC9634F2E9D0D7DB379CE /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + 1BBAF72B386E9889771A3A28AF30B0C6 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; + 1BF173BCDC55026B42FA34C35BCAAFB8 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; + 1C501DA29107DAC04C2C99FD77CD8CAB /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Instance.cpp; path = ReactCommon/cxxreact/Instance.cpp; sourceTree = ""; }; + 1C54FD664678C3220DF1B2B2008BB51E /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 1C5ABC01C03122767A1C989208AEA4E5 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + 1CA90B849DD75B0F88309138EE101F80 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; + 1CB9EDBAA61416F710BCAE206995DCC0 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + 1D4EEFC49567D32D19228C283712A2AE /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 1D722486604B469B5C17B39904037068 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; 1DABC78884EFC2A57C4C01DF6A6CF4EE /* SDWebImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCoder.h; path = SDWebImage/SDWebImageCoder.h; sourceTree = ""; }; - 1DE954F55304E44AA9E6E78FB281E6F4 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; - 1E89AC448059D2E130E9AE6441F4138D /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - 1E91DF8EB599E4A7C51596DE6C0C5DCC /* RCTWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebViewManager.h; sourceTree = ""; }; - 1E954B3201FECD1718A174309077823C /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + 1DB44679F9BD02A47558D73366AD2F9D /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + 1DBDB07A7F2359E2852B81A9E531C88B /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; + 1E73CCF202799BAFD3921B6E83EBE7A5 /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; + 1EE92A5D1F876E642CD4A81CF9F9505C /* JWTAlgorithmRSBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmRSBase.m; sourceTree = ""; }; + 1EF94792ACF3ADAE9415BD8E1AF37F84 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; 1F091C1EF71DB9430AC2B910C8421B50 /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; - 1F0F8698AB09F3C00982A84C01EBC993 /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; 1F2064A2CC0B2A0C25A4ECD214BCFF03 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 1F7A3A052BF70FD91400CCE7F8617BAC /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 1F31BE5EC206BA6CCD549899C86B51CB /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + 1F94CF91337D7B4C2BAFEA9CB98B78F0 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + 1F9B2EDC39CDC0980F10B95102DE2418 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeToJsBridge.h; path = ReactCommon/cxxreact/NativeToJsBridge.h; sourceTree = ""; }; + 1FA5BF3F622F19CF66D99DBDD2DFE4D4 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; 1FA65622A09E4E5504F80B3610AB78F1 /* libyoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libyoga.a; path = libyoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1FB148E410CEC78CC6683E39BAD315A3 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - 1FB71F9237BDFCF3453D12677B064F38 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; - 2037682A03DE9EB795623635F1084450 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; - 2057C263EA9FE14A8E54705B4D36E9C2 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = ReactCommon/jsi/instrumentation.h; sourceTree = ""; }; - 207E732DFA7901B0663CC5A8B5A32087 /* react-native-netinfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-netinfo.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 20821782C63202ADC76B78C7B0401BBE /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; + 1FBC140FF36091B4F9E737B5BD5026B7 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MethodCall.cpp; path = ReactCommon/cxxreact/MethodCall.cpp; sourceTree = ""; }; + 206F28CB523E3F574DFC254D8D20A8AF /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; + 20CB086D8DE898E1F79F5631E3D6A657 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + 20D662B62F27619E5C544BD74A28824C /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; 20D73B80DBEDC9935666EB05B502A6E8 /* libQBImagePickerController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libQBImagePickerController.a; path = libQBImagePickerController.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 210F1138F299BA4F228A7DBA4B5A6024 /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; - 21AFAB412F9AE01DDC6A517FCECFED35 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - 21E9DE06463DC58C164B7B94F4BC57D1 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + 210FDA388F8B6C6CCEB0FE0EF9859F6B /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + 2157FFDF672B07B9817D610E1784DAC2 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; + 216C68636019820A519473B080146F4D /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; + 21865201C1E21F7E6226D6FF99AE5BB5 /* JWTAlgorithmNone.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmNone.m; sourceTree = ""; }; + 2212897362BDF7186A7A3154BE2F4CDB /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; 22281779BB11E6E5997807318FF0C74B /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - 226F1C7ADBDF778893BC82D4B42386E1 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; - 226F6AAD15A054117BFE3CCCBEC09B3F /* JWTCoding+VersionOne.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+VersionOne.h"; sourceTree = ""; }; + 225C36FD667A9265A731907E4694BAD5 /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; 22E7F2716BBBC5A7EAE69D49E9114179 /* FLAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLAnimatedImageView.h; path = FLAnimatedImage/FLAnimatedImageView.h; sourceTree = ""; }; - 24425899C7954B6D8168B7F2A018E8C9 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; - 2458C4E4A5D83CC7853A9B1CAB8CB432 /* JWTRSAlgorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTRSAlgorithm.h; sourceTree = ""; }; - 25146AF500A3B0E9632FEADAE1D5E2AA /* RCTWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebViewManager.m; sourceTree = ""; }; - 256A668518C529854B0A8439614594FF /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; - 258C87E863068FA64554374F6C52F32F /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; - 25BB9169D903EE2F32115D8A9ABFE5A1 /* react-native-version-number.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-version-number.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 25CA8477F2912A57AD6D3B1B8FAF7AB9 /* RCTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPlatform.m; sourceTree = ""; }; - 26ABC1CA4E1490D997BB309E529C2718 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; - 26D28E18A5D3846F222F6CF2C0542AA9 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; - 272B6216B5F6C0BCA136E6443C631D46 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; - 2758344F1FD75A58927551E45B2CD9D2 /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; - 27857374E0E62D5FD986714E5DB42743 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; - 27BF7B4BBBF8F571B4807A61ADA7C6FD /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; - 281A3F94D9994F32F7D6B9A30D599688 /* RCTExceptionsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTExceptionsManager.m; sourceTree = ""; }; - 287FA2D0444FA7D6C40E7926EE5AE0D8 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTGIFImageDecoder.m; path = Libraries/Image/RCTGIFImageDecoder.m; sourceTree = ""; }; - 28B260C6E2E5C64A592004680E60634E /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; - 28B7FB8F597133E912DB81BB14A6B9BF /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSBundleType.h; path = ReactCommon/cxxreact/JSBundleType.h; sourceTree = ""; }; - 28EE1A4A4976915D85C739052583BF14 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + 23153148E9A5C78C33831D18BF7632F9 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; + 2340D1EAB5DBE48E767C52CDC7E96E49 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; + 237811F0A0F29D73F3E348B47B6EE2E3 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + 23AA256688A17EF165705299742D4C5F /* JWTAlgorithmHSBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmHSBase.h; sourceTree = ""; }; + 23ECC8FBD0108308404510AA0A7A9A4C /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; + 24219872069ACCD56A0EDAD6603805A5 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTExceptionsManager.h; sourceTree = ""; }; + 245C3E32FB3248E01C2213513DB683C3 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageUtils.m; path = Libraries/Image/RCTImageUtils.m; sourceTree = ""; }; + 248E6E866B942F93F0B4C914F4B2A9BE /* CodePush.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CodePush.xcconfig; sourceTree = ""; }; + 24D64D8FBCFBC6518A8CB6AB941E89B0 /* RCTWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebView.m; sourceTree = ""; }; + 24FFE2751DC7AB0B51DFC4C4CBA6A559 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; + 253433E6948A2FFCF579D5CEF9769B8F /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; + 258FECC08FBF0F78702EC958724F8DFE /* JWT.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWT.h; sourceTree = ""; }; + 26156C2EAD8E6B51E497121A8C67A2E3 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactMarker.h; path = ReactCommon/cxxreact/ReactMarker.h; sourceTree = ""; }; + 269A87FEFCD7947DD3ECD75AA645C914 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; + 26BC9B711007551FF2BC09B86D8D5447 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RAMBundleRegistry.cpp; path = ReactCommon/cxxreact/RAMBundleRegistry.cpp; sourceTree = ""; }; + 2757A187941144621675DB405435AE66 /* RNCConnectionStateWatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionStateWatcher.h; path = ios/RNCConnectionStateWatcher.h; sourceTree = ""; }; + 2757CDFE4E5B37CC3A45F706BD6C0EF8 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; + 2762E9D425A26EC32A803270E04AE1A8 /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; + 27AF12E104C3909DBF8F0FEDF9719035 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + 27F031DB42BD99185476F5878946289A /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + 281A5693E8970DC3735A9564E4D514A1 /* JWTCoding+VersionOne.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+VersionOne.m"; sourceTree = ""; }; + 28C3E7A3A80F79747C4A6410B845ED08 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + 28E4A6E4E7C7EFB8967B2FC138692B81 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + 28FB24C71B3D36CE878B8B136512F25B /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTFileRequestHandler.m; path = Libraries/Network/RCTFileRequestHandler.m; sourceTree = ""; }; + 2905CED5ED4640DA9A1A87F2B2046D0D /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + 29140D91DF672BA523F3B9A388F3505E /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; + 29215642CBE4F3B08ED5D53340AE087D /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; + 29711C4BB57D988992AC8AD71DC3EC5E /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; 29A64F4A452D1E3116407F4592A2A7D1 /* FLAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FLAnimatedImageView+WebCache.m"; path = "SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.m"; sourceTree = ""; }; - 2A18BBC3E090606E5FC16CB4855B5348 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; 2A42AF6FAA62E32BF785704220334BFD /* SDWebImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCodersManager.h; path = SDWebImage/SDWebImageCodersManager.h; sourceTree = ""; }; - 2A94F16196577FAE9F8910808CABFC48 /* JWTClaimsSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaimsSet.m; sourceTree = ""; }; - 2AD8E10A628C0F3F3EAAE7784C7F635D /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; - 2AEF0CEE262F2516B7E2B26A35EF2B1B /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; - 2BA55255259D3D576DC667A14A068436 /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; - 2BAB71E06BE4397B7AAA16FAA218313D /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + 2B5E0CF1D04C238CD598D11EE1408169 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + 2B68EC927EDB04D2D1BD0A187E13C385 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; 2BC1ADCCF14D91E52A296A0A603D3A1C /* libRNIap.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNIap.a; path = libRNIap.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2BCF2F83E88E9241C0E258F97E16DB4D /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; - 2C26E1CF8981595B551C0EEAFBC8F752 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; - 2C452A1EED4B02CC91C31B73020DA3D4 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - 2C5404871666A12A0A75668923902CD1 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; - 2CB5B52901BB38E196F4BD79A5D893C8 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; - 2CC6DA88EDB0383260DC444F5A97C1D5 /* YGMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMarker.h; path = yoga/YGMarker.h; sourceTree = ""; }; - 2CC7AC615C42394AADDBE306F18D28C1 /* unzip.c */ = {isa = PBXFileReference; includeInIndex = 1; path = unzip.c; sourceTree = ""; }; - 2CE9B818F8F21B7D78B44AEDF87C047A /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; - 2CF809E151280970BDC721745F3C7EBF /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; - 2D375A575A5DA985B2972F8A4C2087E5 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; - 2D6AD864E6C5FCC08C9087C940DBB18D /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; - 2D7EA86CC7CEE9FD857831FF9C08DA4D /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; - 2D872F366EF80D154BAAC4C72DC97165 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; - 2DF39E1269A16ED19E5C3ADE92B05377 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; - 2E2986407522D5D5394A33F9BF25F437 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; + 2BFDFF035BB6FE54CB9B74C0FE4E94AF /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + 2C3FA47527739CF91FDC5FFBC508FF29 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MethodCall.h; path = ReactCommon/cxxreact/MethodCall.h; sourceTree = ""; }; + 2C7AA97E763ABE466DA7E8054E43413E /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; + 2CEE79F4716E5A35CFE2E1AE9E7CAF86 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + 2D5EBFD2BB81019E3E1E8FDD52B35A89 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + 2D671AD91C1D079737E9037FDF84FA3F /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = ReactCommon/jsi/instrumentation.h; sourceTree = ""; }; + 2D802E03C47A042E9FC7A1D3A33241FC /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 2DBB3EA06BBCE2A248394344B191A9AF /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; 2E5095D915D2661B6534190081821A7F /* DoubleConversion.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.xcconfig; sourceTree = ""; }; - 2EAF9551D60ECF6F0373B26722695678 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 2EAE178AEB3A55234E957290C9CC6E28 /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; 2EBC839C7D7EDD0D1DD270D9B7B3BFC6 /* Pods-eSteem-tvOSTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-eSteem-tvOSTests-dummy.m"; sourceTree = ""; }; 2EC13DE8E879A6B445206E253E1C287D /* QBImagePickerController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QBImagePickerController-prefix.pch"; sourceTree = ""; }; - 2EF34B287B7D8E5A02DF4B51D70EE00D /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; - 2F0DBF6F5D9EC5B6AAF67A86013E4BE9 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedProxyCxxModule.h; path = ReactCommon/cxxreact/SharedProxyCxxModule.h; sourceTree = ""; }; - 2F9C8468A7984DCD39CF59534A3A3E8D /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; - 2FDB00D2BFF412B95B47FE751435CE5E /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; - 3052C6B09FF65AEDB85204E3D87F5377 /* aescrypt.c */ = {isa = PBXFileReference; includeInIndex = 1; path = aescrypt.c; sourceTree = ""; }; - 306EBD861E4992B674C5C27B79D52D14 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeToJsBridge.h; path = ReactCommon/cxxreact/NativeToJsBridge.h; sourceTree = ""; }; - 3091FAD2BC4ABEE3F14BF28629258BDA /* CodePush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodePush.h; path = ios/CodePush/CodePush.h; sourceTree = ""; }; - 312CDE70E0681289A8D1C223D87372F5 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; - 314082E9624A8881667AFDC6A12EED74 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; - 3156558D5CF7899CEDBF2D047CCBC78C /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; - 3180D8A38753CA355EC8ADD28560524E /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; - 31FF56F9994FF5C9F37FF3DC527E1929 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; - 32A5DB54AE1007E0E0B5A8406915E57A /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; - 331F7D15BA0273CF9FB805FAE935A485 /* react-native-version-number-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-version-number-prefix.pch"; sourceTree = ""; }; - 3321DA6DC255504CF45E0B9035C617F7 /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; - 33D5A1D1B258034FD9647E1F0190F568 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; - 33E8A15B6C6B9C9578D6EEA71928CCDE /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - 340A7AE253F2B2CDC8B236EFB062A3BC /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNativeAnimatedModule.m; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.m; sourceTree = ""; }; - 34203981B4EE814F76D538174EC9F026 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; - 346E8B558370D4BB322653AA0E15A038 /* JWTCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCoding.h; sourceTree = ""; }; - 34841567457AC9F175326BB483EFF004 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; - 34BC4E3814B59E81C64580092BCE8154 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTTextAttributes.m; path = Libraries/Text/RCTTextAttributes.m; sourceTree = ""; }; - 34CFEE94394559E5A37F315FBFD0F7A6 /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; - 35531725F7E50048D7D04241DAFFE967 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - 35E7C26CCD211778B28DE593145FCB1A /* JWTDeprecations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTDeprecations.h; sourceTree = ""; }; - 3674077ACA0D4A46E21E6C45FF67B66C /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; - 36A690AC49C9FBF3D317617E718A78F6 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; - 36D738D0AE40964237C18516D31FDFF6 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; - 36E03C2025EB9563C800A2BC0FAA92CE /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; - 36E267D10EF64E984A4E3DE75C71CA43 /* brg_endian.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = brg_endian.h; sourceTree = ""; }; - 36FE69B150E7426D98DBC0EDDC7C0D01 /* RCTImagePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePickerManager.h; path = Libraries/CameraRoll/RCTImagePickerManager.h; sourceTree = ""; }; - 378769362C6C6AE23EEAB97220046E0B /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "jsi-inl.h"; path = "ReactCommon/jsi/jsi-inl.h"; sourceTree = ""; }; - 37B9534BC29A0A98A75B558A24C05B72 /* JWTBase64Coder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTBase64Coder.h; sourceTree = ""; }; - 37CDF316ACA36F0B9D4D3343F6AADADF /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; - 384BCFC7F91229E814D4762078C86984 /* ioapi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ioapi.h; sourceTree = ""; }; + 2F682EC2313EAD5F9539E479C14A3F92 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + 2F6D3B96BBB6C287014AE8B91410CE96 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + 2FA8D42ED6BB1DB6DD9140ACCD8F4A96 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; + 2FC35B3EAA90C91D5A0294A0EC10F06B /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + 305D96FFB4989811EA688E5D162B7259 /* BSG_KSCrashSentry_Deadlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Deadlock.h; sourceTree = ""; }; + 30FC16B54E9498A6881C3657C6439857 /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageStoreManager.m; path = Libraries/Image/RCTImageStoreManager.m; sourceTree = ""; }; + 31948149D28440CB1D5CC8EE113D0265 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + 319A4F10644960AC8075D4CFECF779EA /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; + 322CAC07E76EC061975C3580A427FA3A /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; + 32603B0162758F2F6C4A4BD956815130 /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; + 32AAB88319285ED6F8DC9B011A87597B /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + 32D29166ADFD1B1BA7F00400618BF145 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; + 3302921DCA4AFB4D07D25105FDC3A606 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + 336353C07B2CAA5868BCFF28026F3B77 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + 33659B3BE9DD8703CF3D948A05C2B4E0 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; + 351D6ECAFA70D538D4584ADB031B5F21 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + 359E3501B6D9F81E2FC34D0BFFEC7C34 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 361C4BFA7DEC1FF6FB289B4BC91383E8 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + 36A55D693B25B30603DD23DED1709FD2 /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; + 36F644887E41FB62D59376B8FC488173 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + 37357CE95A3B1899E791A2814D5A4F74 /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; + 3769872BA07CC9B0BDC0B798C23A6E04 /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; + 37A570A2FCD502C59636F9E65F70B273 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; + 37C22AB47936C1C29E5BFA9B2911A9E8 /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSCRuntime.cpp; path = ReactCommon/jsi/JSCRuntime.cpp; sourceTree = ""; }; + 38078FF2D9288AEF03E3ABE91F265AB2 /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; + 3846BB2756B24847D23BF5C92D80781C /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; + 3858C5E9AC7588B859A382F995E4F2EA /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; + 386E74A738E822E2E27BE317DFAC1EDD /* sha1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = sha1.h; sourceTree = ""; }; + 38766DE6C8CCAA033247A604A5161288 /* api-android.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "api-android.md"; path = "docs/api-android.md"; sourceTree = ""; }; 38D15A3A495553F71D762CC9B9994070 /* Pods-eSteem-tvOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-eSteem-tvOS-dummy.m"; sourceTree = ""; }; + 38DDB3B0213FD8F8535C84A1B70ED4DA /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; + 38DE217EB8E3FC50403456B28A5D8B6B /* RNIap.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNIap.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 38E81C229B79E8C798EE99DBFDB8FF3A /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/SDWebImageDownloaderOperation.h; sourceTree = ""; }; 390980C7F13F4B3EBFDAA984CBFC59B0 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = ""; }; + 391DD5A31A070D222107220889B9160E /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; 39208B645F224B6679EA2458DF6E61F9 /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; - 3972AF76C98D5663F2A9DC3F25B13E66 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; + 396E03ED20117874E84EAF247CBF5B5B /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; + 399BB7070F6EF8F194C66B748C20FBE2 /* JWTAlgorithmRSBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmRSBase.h; sourceTree = ""; }; + 39A178F63ED1A4939DE66E54A2FD1E6E /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; 39AC5F6EA5E781C79DB1A108205558C2 /* QBImagePickerController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QBImagePickerController-dummy.m"; sourceTree = ""; }; - 39D7375F98A8C7358F8B3DD6849A5C20 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; + 39AE135BC1334B56D7ADD153779A82C3 /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; + 3A98826862AB4983D2B39297566CDDE1 /* React-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-dummy.m"; sourceTree = ""; }; + 3AC54816E21A086AEA280F8CBF61F5FD /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + 3AE2FF1C97E8E425C8250184709BA2DA /* zip.c */ = {isa = PBXFileReference; includeInIndex = 1; path = zip.c; sourceTree = ""; }; 3AEA4A114C08533A2C0F8E039A4C5EB9 /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3AF9733DF22BB140AF22EFCF388506A1 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; - 3B04209138DD16527784D54FF4CF683C /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; - 3B4BEC69C04EBBC82D175913781CE511 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; - 3BA42CD6E39B7DED49AE18047B63B0E6 /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; - 3C0264C9ED1B9B2B764DA46D4A0ADBD2 /* RNIapIos.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNIapIos.h; path = ios/RNIapIos.h; sourceTree = ""; }; + 3B36098184F422E653650D86F9EFCBB4 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; + 3B3DA7EEEF340BFC5514684F5723E83C /* RNVersionNumber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVersionNumber.h; path = ios/RNVersionNumber.h; sourceTree = ""; }; + 3B4C18EBFA43637C04AAF545A3C0FDE4 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + 3B8A9CCCED94EEF145F9A9CAAD103087 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; + 3BEF27CB8D18643079DE0ADF011A74A7 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; + 3C2A62A7EF3780B8706E38F7A96938C6 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 3C633464F6C0389A5AAE51D98A602448 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; + 3C844F6AD91838871A4B8B9F6C2F334E /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; 3C8E205D7524DCAF03A72C63F8283365 /* Pods-eSteem-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-eSteem-acknowledgements.plist"; sourceTree = ""; }; 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3CBC4545091B60387B4F0689DB97C786 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; - 3D6BF0F8AB3883673CC506209E8C8B37 /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageStoreManager.m; path = Libraries/Image/RCTImageStoreManager.m; sourceTree = ""; }; - 3D74098433AFFE9FCEFDC4ABE5CD3D71 /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; - 3DBE20B23A36A41CFCC445A49B7F1733 /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; - 3DC77CFB3C562333DA02AFB0C925107F /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; - 3E0E832FD0CA50636B29C42B0D9AEED0 /* RCTAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAssetsLibraryRequestHandler.m; path = Libraries/CameraRoll/RCTAssetsLibraryRequestHandler.m; sourceTree = ""; }; - 3E38462CA720AFF8A6024D4B39E9F658 /* react-native-fast-image-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-fast-image-dummy.m"; sourceTree = ""; }; - 3E6A8F0D8A37C43C1D468DE6CDB05316 /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; + 3CA89837DEC37351CEC52C87D273FC6D /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSBundleType.h; path = ReactCommon/cxxreact/JSBundleType.h; sourceTree = ""; }; + 3D231397216CD7DF0062F0DD7DC62F4F /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; + 3D43C2DC2158C11365F49B497E2117F2 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSBigString.h; path = ReactCommon/cxxreact/JSBigString.h; sourceTree = ""; }; + 3DCFC65E99C730DC6EC5F2D316202EF5 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + 3DEF0DFA6EE0827AEECFCAD8B20FC13C /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + 3E1C74EB944BA54849EAA063A41E1121 /* aestab.c */ = {isa = PBXFileReference; includeInIndex = 1; path = aestab.c; sourceTree = ""; }; 3EB87471E8F12D0DF9C85AF43B23FFAC /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBugsnagReactNative.a; path = libBugsnagReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; 3F37ACDBC16BABE3550728AF0C9BCAB5 /* ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; sourceTree = ""; }; 3F920A75F2D2BC64613BCFAF861B4538 /* CGGeometry+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CGGeometry+RSKImageCropper.m"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.m"; sourceTree = ""; }; - 3FC7098377F473DABEAE8943BD2ADA96 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; - 3FCACA89B3BC54A344C9A9B3D484DD1A /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; - 3FE9DC4D6D0C0846526E3904E4783A13 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; + 4003E60FEBF4B89D537FC2662EA11C98 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; 4024BCB9E3D110E2155DE96F19030840 /* Pods-eSteem-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteem-tvOSTests.debug.xcconfig"; sourceTree = ""; }; + 40A4E2B47E5BB9A64F55EE07E69B24C7 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; + 40C6A6AA7C8AE7AC9AD0E91589CBEB7D /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + 40C962B572591AA914739F31FCB2A17E /* RNIap-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNIap-dummy.m"; sourceTree = ""; }; + 40E8C1760D54061C7CD54BCEA0D5A166 /* RCTExceptionsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTExceptionsManager.m; sourceTree = ""; }; 40EFB32F8106E0F48AA763BC773A257A /* libreact-native-fast-image.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-fast-image.a"; path = "libreact-native-fast-image.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 40FB805F2C1A31EE1CD28B67F148F830 /* JWTCoding+ResultTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+ResultTypes.m"; sourceTree = ""; }; - 412ED565977E983A249F8FC245ABC2E1 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + 41090FEAA0E3ABD3A562BD7D2C236301 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + 4115EEC32116CBD9B46DA97754523DD2 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; + 4123309CE479DBDCE623035C886D9926 /* CodePushDownloadHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushDownloadHandler.m; path = ios/CodePush/CodePushDownloadHandler.m; sourceTree = ""; }; 41436352BB9F1169C2896FB69782AC35 /* RSKTouchView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKTouchView.h; path = RSKImageCropper/RSKTouchView.h; sourceTree = ""; }; - 41538F44838DCD2F804CEA224E46DAC3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 41A91B3D43A61E5B94107AD8E2EC2C72 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; - 424F82CCDA581786558614C358C6DF2E /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - 4291E6270C1208634A3F2EF9F50AE5D0 /* api-js.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "api-js.md"; path = "docs/api-js.md"; sourceTree = ""; }; - 42CD3593897AD000DF098DC496950BF4 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; - 4360C555F5DE3757FC56E822CB3FB39C /* setup-windows.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "setup-windows.md"; path = "docs/setup-windows.md"; sourceTree = ""; }; + 419ABE6B8377241B6C7FA137D5CA3692 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + 41B1ACB449E842A9478EF216B4B6CF69 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 420C908ADDCFE5A94B51D10DA9B906B5 /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; + 431A1503573A00F2608A534C569B9468 /* react-native-netinfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.xcconfig"; sourceTree = ""; }; 4381E3A5DBF9945B8801E051C2D0ED8B /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; - 43E0D52A3CB44FDECDD4FFDCFB57D607 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; 442107BA7ABB7DE82A58B6BDB58441A9 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - 444C1AB7370238877BEE5FDBA2AFB12B /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + 448A68883818EFE761A8DA9A455E617E /* sha1.c */ = {isa = PBXFileReference; includeInIndex = 1; path = sha1.c; sourceTree = ""; }; + 44ADCB0EF110FA331A64639DDD244EC6 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; 44BE8AC36706A8633A08F46D9A43604C /* SDWebImageImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageImageIOCoder.h; path = SDWebImage/SDWebImageImageIOCoder.h; sourceTree = ""; }; - 456376DC724A9500FD70EC947160D2A2 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; - 45A39503E0CD462062103FC203E0AC4B /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; - 45AC745130F76706B5058344CF04C3AE /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; + 44D1D452A0DE2C337BD276CFE2585A5B /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; + 454542AD53ACA6655CB8B3D463C029A2 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + 4580EF7CE2F2B4DFAEF7A92729F87EDD /* RCTImagePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImagePickerManager.m; path = Libraries/CameraRoll/RCTImagePickerManager.m; sourceTree = ""; }; 45CBFF19B84C73985C742E04157CBFF4 /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; + 46038EAB45238B888FC8D8171D73C3C2 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; 4618717C7FB65A18C65314551F1E98A9 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; 46250B0482503DF94CC4C2D68C867FCA /* UIApplication+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+RSKImageCropper.h"; path = "RSKImageCropper/UIApplication+RSKImageCropper.h"; sourceTree = ""; }; - 464B7C4F8288A197C74C5F7D80DAA8C0 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; 464F28C3DFE1483D365139C4ACE33453 /* UIApplication+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+RSKImageCropper.m"; path = "RSKImageCropper/UIApplication+RSKImageCropper.m"; sourceTree = ""; }; - 467AB1C967A2914D78EE2D4D98D4693E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 469CADFDA2A8AD84961B02FE1E1C8D18 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSBundleType.cpp; path = ReactCommon/cxxreact/JSBundleType.cpp; sourceTree = ""; }; - 46C38BAA4ABD512DB1E8FC6B2C01F322 /* react-native-netinfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-netinfo-dummy.m"; sourceTree = ""; }; - 46F1715666562D66D4B08B0FE8D2E2C6 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; - 475AF00F6DDF9334BDC2511CEEBB6B8F /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; - 47C93560A50BB1F7D5EC65FA7AE445CB /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; - 47CDB5B51F5BD294C5F8FEC553FBBC42 /* aes_via_ace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aes_via_ace.h; sourceTree = ""; }; - 47EBBA97B39AB6102FE0D435B48329DB /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; - 47FA40A56A037D0FCF17DB5B5C32CB90 /* hmac.c */ = {isa = PBXFileReference; includeInIndex = 1; path = hmac.c; sourceTree = ""; }; - 483EF5DFDCDD87FEDB9ABDDE778E4132 /* mztools.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = mztools.h; sourceTree = ""; }; - 48B0D2275F0543CB8534D5190831E805 /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; - 49775817BF7AD30E3574FC89BD4BDF7A /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; - 49D8EBF587E91DED01C693946E97FA9B /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = hmac.h; sourceTree = ""; }; - 4A0512152E0108549F532F23E9313865 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; - 4A1EBC8DAD32494521DEE4479E47C874 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - 4A3D6375188D234D3AFB94B3F95544C4 /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; - 4B249B0EF220DD0E3478E181D58D71E8 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCRuntime.h; path = ReactCommon/jsi/JSCRuntime.h; sourceTree = ""; }; - 4B94D84AC244DFA84BA0D2FD415365B6 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; - 4BA072BC487324266A3DD3635711CD70 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; - 4BDF8981BEB3EFCDADAA6FFBB45B4391 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; - 4C146A6B2732D4C7C9D053455E20542F /* yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4C3FEECCFC523845F26011C5FAA0062F /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 4655434C0C63B3676410745F24C54608 /* CodePush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodePush.h; path = ios/CodePush/CodePush.h; sourceTree = ""; }; + 4760E2B4A5B86FBD7736C46241EBE1CB /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + 478EDD4BBA380EFF7877F7774E7165BB /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; + 47BD4FFB489C125C4808FF95B99B9133 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; + 47C990CB2D4BAB17F04DA470536E0DF8 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + 4861BA5D32B91ADC744015B02D7AC2E7 /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 48B5E7FAAE032EDA52197586A52E0321 /* CodePushErrorUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushErrorUtils.m; path = ios/CodePush/CodePushErrorUtils.m; sourceTree = ""; }; + 48EA25E558CBAEE636E6B54CEF93E816 /* JWTBase64Coder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTBase64Coder.m; sourceTree = ""; }; + 4965C907C6CBA14C552BE9D4568118E9 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + 499272C4C25C15FB4B0EB3826ABFBE16 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + 4A28C88B283E7C62DF54111FCF1E5886 /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; + 4A4F5875FB1B6DE78DD9E9459E025BE3 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + 4A82E157E88A5A17307F0906CE82E506 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; + 4AF59B42B291CF4611233784771D7FC9 /* JWTCoding+ResultTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+ResultTypes.h"; sourceTree = ""; }; + 4B99EE2B4C3823A50F57382C7C874D0F /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + 4C06AEE7938E5C23D3423BE8D7481370 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; + 4C5A32E040421AB182A9F3EF1BF473F2 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeModule.h; path = ReactCommon/cxxreact/NativeModule.h; sourceTree = ""; }; + 4C6219F85694B7EB4147FB00D30655B7 /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; 4C68FB07F00A291EA69C4009A5F6A3A8 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = ""; }; - 4C89CD87C591C346BB2FD2BA46ED4DDF /* aestab.c */ = {isa = PBXFileReference; includeInIndex = 1; path = aestab.c; sourceTree = ""; }; 4CE641DC3BDF7B3E1E98EA5169D7F692 /* AppCenterAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenterAnalytics.framework; path = "AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework"; sourceTree = ""; }; - 4D0A9767DD32886215FC29020AFFF95C /* YGMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGMarker.cpp; path = yoga/YGMarker.cpp; sourceTree = ""; }; - 4D0AC1D47793810B57736490A1939F8D /* JWTCoding+VersionThree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+VersionThree.h"; sourceTree = ""; }; - 4D1F851842BBA9C25CC88EA552BDA064 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSDeltaBundleClient.cpp; path = ReactCommon/cxxreact/JSDeltaBundleClient.cpp; sourceTree = ""; }; - 4D4231982F844DD7E619ECFA05856CB0 /* CodePushUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushUtils.m; path = ios/CodePush/CodePushUtils.m; sourceTree = ""; }; 4D513B76B2F3CF7FB45352D54302724E /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = ""; }; - 4D99FD9F069BC3D5D2AC7FCE32C23182 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 4D653DD6E6C4210D3854986FD9B6A9AF /* JWTCoding+ResultTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+ResultTypes.m"; sourceTree = ""; }; + 4D9613F172B450FB5BC748E2DB17022F /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; + 4DB0952466462B231FE52BB63A604DBC /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; 4DEBB5EC42963E07E9DA5E19136A4C78 /* UIImage+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+RSKImageCropper.h"; path = "RSKImageCropper/UIImage+RSKImageCropper.h"; sourceTree = ""; }; - 4E1B8EEBEBC82C67C443838F09DA85E1 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; + 4E042626BBBA79D299C13C3D208B663F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 4E2468AF38A6A937770CA2FC875A8749 /* FLAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FLAnimatedImageView+WebCache.h"; path = "SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.h"; sourceTree = ""; }; - 4EDCC32D8D480FE39790439A6C6F55D9 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; - 4EE06EC5C5E7126908B70CAB1F6C14D3 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + 4E34D548E820033EABE482405BAF2034 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; 4F1C8F8AC7DF7515CE70621BEC35477D /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = ""; }; 4F43438D0DCF75C641B350C4B3B4D945 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/UIImage+ForceDecode.h"; sourceTree = ""; }; - 500AF2D945098EA2E95A03632DC3659B /* JWTAlgorithmDataHolderChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmDataHolderChain.m; sourceTree = ""; }; + 4F79EBB383C8205A8F976CA1C4337FAC /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + 4FA8548B6C54B24ABBDA2F5C68699ADA /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; + 4FEB0FB402D8AE281E69DF6A9E7F7051 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; 500CD235BE5B3293056B13F781DD399B /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; - 500F6FF2DDFCD13404A083AB8EDA65C4 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + 501A6DF81AE9449E9E6C3C14F3FB2B2F /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; + 503118390A0BC60E002D778D5E6CE280 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; + 50331D6F56D07A13D2ECBC48AC97CAFF /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; 50595048B9AF9AD0ACAE8336A482F08F /* AppCenterReactNativeShared.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenterReactNativeShared.xcconfig; sourceTree = ""; }; - 51C61F28A81AF6954CAD351A3F929D7C /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; - 51CE3FBC44EC6DFE85CD1B22EF20F54E /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTBlobManager.mm; path = Libraries/Blob/RCTBlobManager.mm; sourceTree = ""; }; - 526DBC1AA87B9C16642B1CF157EE396B /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; - 526DEAD3451A4F9E9F22A43A74FDE075 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; - 527A3C8E4C3D854DBF83FCADCA19950B /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; - 52C0A01D1CDAE1471290DC116D60A356 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "JsArgumentHelpers-inl.h"; path = "ReactCommon/cxxreact/JsArgumentHelpers-inl.h"; sourceTree = ""; }; + 51604488EB6E6B7904B4A5C6CFC69DB1 /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; + 51698979CDA5F55ECE9CA431356EAABE /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 5187EC4B649A584D07EE93ADEDBE45C3 /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; + 51C1803AE28C13683686912466F10CA2 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + 51DA129B225328D7A71BEF412334479F /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; + 51EEE7FB7E4F097A0DDA58DC6A68809C /* BugsnagReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.xcconfig; sourceTree = ""; }; + 52541C6D38CA4B0E262DF5A42F0D274E /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; + 5259F47634534E823D5A274293C917BE /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + 5277C67FCCEDDD339F4EA31C1EDA3738 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + 5291BD3F123C59D47D0FD9CDB3EDD47B /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; + 52A066DA691F04F46204E486722D01B1 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; 5329E219C2D7DEF70B5A55D8C9D8B9FB /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/NSButton+WebCache.m"; sourceTree = ""; }; - 533DD5F37784E2E2371B05C08244A42E /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; - 53438B860D661379671C9553DE8F6C16 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = yoga/instrumentation.h; sourceTree = ""; }; 536E571CC1B16B3C3E8F99562FDC3C25 /* RSKImageCropper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RSKImageCropper.xcconfig; sourceTree = ""; }; - 53B1EFB0AE9FAD42F64E4A911B018C87 /* Common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Common.h; path = ios/CodePush/SSZipArchive/Common.h; sourceTree = ""; }; + 537ABE82107D28EECDD6A5F806EC33CC /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; 540B8FC5D334ABB03308DC6020B06BFE /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - 54A20CCBCCFEFDA6668211444BEC6117 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; - 5558AE96A1927974919B3DE8D3577560 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; - 555B8CCD1BCC1F6D9A2CC2C4371B7713 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; - 55C23A83B6E84F60618230EB9108DFE6 /* RNVersionNumber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVersionNumber.h; path = ios/RNVersionNumber.h; sourceTree = ""; }; - 55FEC9242674EE6A908947613E6EAA36 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; + 540EA3C73D4C20273B11E133E5934723 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; + 5478AEA22D1A4850F203C2484F09DCD4 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 548DE0A060ED92F6B2603726CB40CC3E /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + 54ADFB6E3552FDF585E92D1C4228B68A /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; + 550153DDEDB2DB459F2EC68042DE882D /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + 551FFA1C55B1ECBD8FD060E7FA73C636 /* IAPPromotionObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IAPPromotionObserver.m; path = ios/IAPPromotionObserver.m; sourceTree = ""; }; + 5541E648360C0947F3A1EC5CC809D8E9 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIndexedRAMBundle.cpp; path = ReactCommon/cxxreact/JSIndexedRAMBundle.cpp; sourceTree = ""; }; + 55B331D84E70C613D26DA4BA85049A76 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatform.h; sourceTree = ""; }; + 55FCD2A8E18EE3312B42ABFB9298A174 /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; 560AC6C73C3F646DDF98B92BC4AF5213 /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; - 56C3A393F623C589534085657B11130C /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; - 56C941FB6A035F8BAD9CDD4DBAC973EF /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 564C63A129ED9DAF0AA0CC19DC3B97B7 /* setup-android.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "setup-android.md"; path = "docs/setup-android.md"; sourceTree = ""; }; + 567AFEAD74D8F9963F121C7AEE25D4BD /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; + 5697E1B919BB1EB9960AD0DD11B329A1 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; 56FD16000D8205047AF60FA8F641BACA /* SDWebImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageGIFCoder.h; path = SDWebImage/SDWebImageGIFCoder.h; sourceTree = ""; }; - 575A97DB95D9C0851363BC90C7A9ED62 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; - 577987D0EA22F8BDA0AF2A23771CFBA2 /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; + 575B07AA3FF13620B398033C12F34E90 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; + 578D6164C773326163651FFFE3F28B60 /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; 57C3268858AB450E8222E9E749BAC88D /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = ""; }; - 57E38A360DBE3957C63EA18166C68618 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; - 57E87CA499A0068EB17F3A14ADB3ADFB /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + 57F79507B1F59F9B35EC92CDD3AEFC2E /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; 580712ADE0DDE9601ED35B000EC802D6 /* libRSKImageCropper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRSKImageCropper.a; path = libRSKImageCropper.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5840BAAF2FE9B8E00B11D355EAA0A9E6 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; - 5899B81DCB757085FF7FAA8C420D877F /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; + 582B1FB8120434CB62E384D8DB7EDE01 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; + 582E7F6ADE2114FFB9422BDDC22ED731 /* JWTAlgorithmESBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmESBase.m; sourceTree = ""; }; + 5846CE9BD5BFA348274F178DB496C013 /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; + 5859931AEDDE519307371772C99B35AF /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + 5872FA93BE10279E5D674F413B5D18E3 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; 58B5386AAA77054E61ADA2EA703EA796 /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; - 5908283DF0FD9C8903B9152C3860158E /* aeskey.c */ = {isa = PBXFileReference; includeInIndex = 1; path = aeskey.c; sourceTree = ""; }; - 592CCFDF364A5388B2590EACE92955C8 /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; - 5964004E1C5BCCD0AB4B30E8C37E598F /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; - 5972A4FC13F32986D906218AD3DD2C25 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; - 599DCC58E78CF1EA7D61544F3FA034D4 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - 59C2B1E639C26551E9B563F31A3EE49B /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; + 58CDA9F4EB7A5BDBD1ED6B347DA78FDB /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTTextAttributes.m; path = Libraries/Text/RCTTextAttributes.m; sourceTree = ""; }; + 5950ADBF2ED6848D710FD8221F025EF9 /* RCTImagePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePickerManager.h; path = Libraries/CameraRoll/RCTImagePickerManager.h; sourceTree = ""; }; + 596D7F1A85F1023756B455A23918139A /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; + 597656AD16C0A33B194D59AAA9E9D1C4 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; + 59C3828550D522F88BE1323CF9C20825 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + 59C7977B191A2D5E02D4ED32357D756F /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; + 59C79B3EEA9733E24BD557183BEFC392 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; 5A1F89A57CFFF6176627AD0EFAE41151 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; - 5A2671FFD26532EFC80ED6BBE3DE2884 /* JWTAlgorithmDataHolderChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmDataHolderChain.h; sourceTree = ""; }; 5A315FE8A296A5B9B1D026795093C854 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/UIView+WebCache.m"; sourceTree = ""; }; - 5A48C0E32618024F17B07031B0028E29 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; - 5A687153E1EAF4BAAEE9981F258A6629 /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageEditingManager.m; path = Libraries/Image/RCTImageEditingManager.m; sourceTree = ""; }; - 5A7451D926425B96DBCBEF7ADD6E5BE7 /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; - 5A878E883D6FD2F4FE6C29398915BFD1 /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; - 5ABEBB7479DF04ECF84F5FAF76C34536 /* sha1.c */ = {isa = PBXFileReference; includeInIndex = 1; path = sha1.c; sourceTree = ""; }; + 5A3A1B0AD37DD267D05BA42A7793F723 /* IAPPromotionObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IAPPromotionObserver.h; path = ios/IAPPromotionObserver.h; sourceTree = ""; }; + 5A43F9B70BE3779D9439E8FB59251756 /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; + 5AA69BEFA6BCC4AB5472E8045D48FC46 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; 5B12D6929A8DD0EBDF727F40D1F9ED36 /* FLAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLAnimatedImage.h; path = FLAnimatedImage/FLAnimatedImage.h; sourceTree = ""; }; - 5B22C9037EAE066E961065EBFD91092D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 5B2D66F503E941681438E20399227E08 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; - 5B7B7E964596530E3BAC691B96F9A233 /* BSG_KSCrashState.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashState.c; sourceTree = ""; }; - 5BCC92E4F5DA7E9AEA8AEAB11A0866D7 /* JWTCryptoKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCryptoKey.h; sourceTree = ""; }; - 5BD6C0775A89E8B218467C3885B09F8E /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5BEBB6157EA0715E387C85216B193AD7 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; - 5C231A569D55AE6F0C60EDA020639C6F /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; - 5C62B537BD7C137BAA3DCD66F9684761 /* SSZipArchive.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = ios/CodePush/SSZipArchive/SSZipArchive.m; sourceTree = ""; }; + 5B7CD911A6A64447F8BF6F70241D3D07 /* CodePushConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushConfig.m; path = ios/CodePush/CodePushConfig.m; sourceTree = ""; }; + 5BB3EAF163D2E92A7C647AFAFA64095E /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; + 5C4E1C51B5086ED16746335C4A4D2839 /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; + 5CAB22F5449F4F1F56105F71C8EE02D8 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; 5CAC6F52FE50D79FFC12EE4ECBCEA97C /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; - 5CB69C23043B68A38BA9B3036483002B /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; + 5CC0B41507E209852CFE9C94B83919B2 /* react-native-version-number-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-version-number-dummy.m"; sourceTree = ""; }; 5CD0FF372C113F85FDDAB98373E3CAE4 /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; - 5D30C4CCE8BF783227137FBBD376C429 /* JWTCoding+VersionTwo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+VersionTwo.m"; sourceTree = ""; }; - 5D53A37316E3B862997D34ABFD50F2D7 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; - 5D64DAF3F21FCB2819181CF59255B136 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; - 5D6528F433493F4147E150DD0157C49B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 5D6653F2C3B30B1DBE25C77D521A254B /* api-ios.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "api-ios.md"; path = "docs/api-ios.md"; sourceTree = ""; }; - 5D685AB93AAC0620B9B19A313E2AC5CA /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; - 5E285EB896FE39D300BDA78DA6CA57CE /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; - 5E654A0C75AB0670B7BCBD168BD1239C /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; - 5E712B7E4FDB91F1C9220838D8808A35 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; + 5CDD4CD3D10A8BCE7888B2EF222CBEEB /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; + 5D0E2747543ABD819C2F397BB139FB1E /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + 5D43C6A8211250E7D33BFAC71E5D54D8 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + 5DEA449A52E22276F68DC4943CE31881 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ModuleRegistry.cpp; path = ReactCommon/cxxreact/ModuleRegistry.cpp; sourceTree = ""; }; 5E7172CF26D077EAB14F49E831E42ACF /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/SDWebImageTransition.h; sourceTree = ""; }; - 5F05881903300EA1CA05CBF315CF902C /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; - 5F41E68B79BD4F7A56D45CC730035F67 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; - 5F81852D0A3F076F60AB8E0E148CC265 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 5FD166A1D16BED3D7E8ECC8A5D46C2A5 /* react-native-version-number-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-version-number-dummy.m"; sourceTree = ""; }; - 5FEDD6D82DF3193D9C7B5BFBF84FF13A /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + 5EA0FA9FEAE56C6D42E07BFAB286ED15 /* aeskey.c */ = {isa = PBXFileReference; includeInIndex = 1; path = aeskey.c; sourceTree = ""; }; + 5F37181845007FED474D6690EEFB37BE /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; + 5F700E3A404C2BF51A4D0F7F50692CFC /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; + 600608C6FE65CD07861A163A3AA978AC /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; + 604D3862358C760CE6B9032DB21DCD65 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTResizeMode.m; path = Libraries/Image/RCTResizeMode.m; sourceTree = ""; }; + 60C0F5E6122CDFBCC0D0572AD99FF97A /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; + 612076A62E05F0ED2FCC882712EF56AF /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + 612A4F98ED867A97D2C2F5697AAF5E33 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; + 61310A286C67257B04F0CBFA16009E58 /* react-native-netinfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-netinfo-dummy.m"; sourceTree = ""; }; 614A62E03EA710C3E8D0C0BE3018C15C /* SDWebImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageFrame.m; path = SDWebImage/SDWebImageFrame.m; sourceTree = ""; }; - 6181A27F4C9A2D94D8E4BCD4821792D9 /* RCTCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTCameraRollManager.h; path = Libraries/CameraRoll/RCTCameraRollManager.h; sourceTree = ""; }; - 618632E0870377385B9CDCC9F38C8C2C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 61DF4EC784FE48CF1981E96C32C3457E /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; 623981A6841DBFF4328D7E4922D6783B /* SDWebImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCoder.m; path = SDWebImage/SDWebImageCoder.m; sourceTree = ""; }; - 62BBC5C6FC94E5F09DDB528E79B1F018 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; - 62CD7F017854802D89D9176E4C5EC6EC /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageShadowView.m; path = Libraries/Image/RCTImageShadowView.m; sourceTree = ""; }; - 62DF2F73400D73802D03CFA5A3DFDB7C /* RCTImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageLoader.m; path = Libraries/Image/RCTImageLoader.m; sourceTree = ""; }; + 629326B11B471EC1903DA62F335150BB /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + 62A109D95F8E30A512F0FFFB203E4326 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; + 62F01249EDC984D609936783378FF287 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; 6313BE17D5EADC128B35E20A29553BB3 /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; - 635E75E5566BD205C57992813D17EE42 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; - 636F7489F01E368C1E48198B32A14F34 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; - 63A47915BBFA77A558DB6D2C878D7BA6 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; - 63F5C2686350CB874786EBBC7CA5EDDD /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - 64218951B3ECCD68D00CC1BEF65DCAE1 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; - 64348CDE2F511C7A87E45D89CA145583 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; - 643C19ED2E1E7DD414C41136C9E8B50D /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; + 6383CECF3ADFF3293549FDA610C9305E /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; + 639E8B54958A65E9ADA5469338956547 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageQueueThread.h; path = ReactCommon/cxxreact/MessageQueueThread.h; sourceTree = ""; }; + 63A30B95083980151CC28BA51FB84B10 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; + 63AF5CFA533EEA41902BF559B8B733E6 /* fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fishhook.h; path = Libraries/fishhook/fishhook.h; sourceTree = ""; }; + 645D51C46CFAB922F0897A7F838B67FF /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; 64A07545D18FE054885F6DFB350994DD /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; + 64A35DF538A08E6E052E361EF66B3DE8 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JsArgumentHelpers.h; path = ReactCommon/cxxreact/JsArgumentHelpers.h; sourceTree = ""; }; 64F0C790B1A451ABA12480646E45BC4B /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; 651E222933928E99CAA1C9CE561C4A63 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; - 6545C5E2EF0D60AD46A25A0114E497DB /* JWTErrorDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTErrorDescription.m; sourceTree = ""; }; - 65487EC58B48096AFEF09B952E8C7057 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + 6528FB70EEFEE9E23C2DD90DBF416E5B /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; 655ABDC841C3758C7402BDD35CA64088 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; - 65723F614732A9852C807421967C8124 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; - 6584D40E558C4F1919ECD619C3E6FFBD /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; - 6594C5CEA6419ED76E17BE249FEB8416 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; - 65E2455794684BE0EC7CB1167FE16712 /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; - 660CDFF62DA17C0B3BD8F633C885B2E3 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; - 664B7944B350349CE2154316600953C7 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; - 6660B5BDCE9248EFE075EAB1605141AA /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+Text.m"; path = "Libraries/Text/RCTConvert+Text.m"; sourceTree = ""; }; - 6686C6D782A6532CB146C047424B4083 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; - 66AD1A50AE946E14064AA6551344F46B /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - 66B0F2FDA6D4FAED37D84B4648E2660B /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; - 6763C4136ADF3B6831CF31EE7778301F /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; - 679E693EEEBD03A0A48AA55028B2CE51 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; - 67A52C3F269AB026F9DC562DEEA08203 /* CodePush-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CodePush-prefix.pch"; sourceTree = ""; }; - 67C7C9C8E2DFB420DE4180B3FD6255C6 /* NSDictionary+BSG_Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDictionary+BSG_Merge.h"; sourceTree = ""; }; - 67D7BCCA542607E491144D5D7C2C2EF7 /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; - 67DC6014713FF2B9993E4D00C953BDAA /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + 65F3F6E0A3C6D0C1F875B4BA2DD72668 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + 6691336DA891877F6369C25432F3B986 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = ReactCommon/jsiexecutor/jsireact/JSINativeModules.cpp; sourceTree = ""; }; + 669E1BC0D922A63B78F67BCFD3666BA8 /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; + 66DBD3259208B36A0970D38801B81B61 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + 66E769107FA27CE8593A4F7907E8B296 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTActionSheetManager.m; path = Libraries/ActionSheetIOS/RCTActionSheetManager.m; sourceTree = ""; }; + 67640E859B21AC8ED7CCFEFE55F06CE4 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; + 676F80678DD3947B5AE9EE1D842881A3 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + 67F5725753D88060CEDB1F05569949CC /* JWTCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCoding.h; sourceTree = ""; }; + 6812B6242FF2FA9B16A146C01E6FB6B2 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; 684088C2F691FF90A0555014F22E30C1 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; + 68675825B6979A65A82423E839F7F595 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; 6881D34703BE1CEB0183A9DE9A2CDED7 /* UIImage+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+RSKImageCropper.m"; path = "RSKImageCropper/UIImage+RSKImageCropper.m"; sourceTree = ""; }; - 68A9524F65D2E54DDFEA8EA3E239CA54 /* JWTCryptoSecurity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCryptoSecurity.h; sourceTree = ""; }; - 68EAA4F4C51F5895170A198C76A45B03 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; - 68ECF8D6E0FC4617E1A8709D97E2DD5A /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; - 698F9737FA7862F3A5C281CD00598D2E /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; - 69B84633A9AFF31625DEEF9D2AE8AE23 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + 691CF0D01C884E42FEEADF975E96823C /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSModulesUnbundle.h; path = ReactCommon/cxxreact/JSModulesUnbundle.h; sourceTree = ""; }; + 6932E9E0ECD42B7124D93BC6C0D3DA3E /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + 695524DFFEA11F4E0411E7EC9DCA4B66 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSDeltaBundleClient.h; path = ReactCommon/cxxreact/JSDeltaBundleClient.h; sourceTree = ""; }; + 69CBE1B37A188006267551FDEC348435 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; 69F8998751535A2627A5E9322DA04A56 /* FLAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FLAnimatedImage.m; path = FLAnimatedImage/FLAnimatedImage.m; sourceTree = ""; }; - 6A04A5EF4389B561CF98D7D2B8609890 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ModuleRegistry.cpp; path = ReactCommon/cxxreact/ModuleRegistry.cpp; sourceTree = ""; }; - 6A1B739079985B5B977B87D1AF446A6C /* pwd2key.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pwd2key.h; sourceTree = ""; }; - 6A21259D2B2C6C3AA250B1D0C996B44D /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; - 6A5DBBFB2F27D7BB6B09369D2F6FB0E7 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + 6A201EA7A3643972DCF9704087C8C1E7 /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; + 6A3C26BEBDEF6199C7916880D4CCAF0A /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; + 6A3E87C9C8B01B0EA145B82349AED0F8 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; 6A922C7ABA75B63401FA60158604684D /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; - 6AA31D2673AEF611A990D3913727975A /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; - 6B3E4E4753EAF1FD5E874A5A9CDDBC17 /* RCTImagePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImagePickerManager.m; path = Libraries/CameraRoll/RCTImagePickerManager.m; sourceTree = ""; }; - 6BD760A46C299C0D1D99F4B10A30B4FA /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RAMBundleRegistry.h; path = ReactCommon/cxxreact/RAMBundleRegistry.h; sourceTree = ""; }; - 6CB23A73D50C57283C52C29AF806FBD4 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; + 6AD5EAEBBAAC67FB69DC84614D6C5A81 /* JWTClaimsSetSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaimsSetSerializer.h; sourceTree = ""; }; + 6B2E92BA590E8C92D93F632DBF5477CF /* JWTCryptoKeyExtractor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCryptoKeyExtractor.h; sourceTree = ""; }; + 6B6974F52363A32051E6F240506C00B8 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; + 6BEA4AC87D4AE65D14F588BD9F49F374 /* NSDictionary+BSG_Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDictionary+BSG_Merge.h"; sourceTree = ""; }; + 6C1A56D092A480687A42C64DEDBAF1FB /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; + 6C20AD964CFEE1258FE0F422B7C95F9E /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; + 6C27597D7B02FD55E1CEA3CD7CF44F48 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; + 6C36DDCE3060D1CC942EC30F95CDF765 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; + 6CA409818CB08928CB2C5C6182748E1B /* JWTCoding+VersionTwo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+VersionTwo.h"; sourceTree = ""; }; + 6CD0E5738A2C47867DBC5023BCBCCEB2 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + 6D0EA40A277B2A346B15537E9A2E5203 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = InspectorInterfaces.cpp; path = ReactCommon/jsinspector/InspectorInterfaces.cpp; sourceTree = ""; }; + 6D1A99F8894368C484355B2EAE8E6918 /* pwd2key.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pwd2key.c; sourceTree = ""; }; 6D2B3A2B361BFEBE48E190542C95E7C7 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; - 6D50A6B3D42E875797D4D16822BC1302 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; - 6D8307C44A5DAE5B6CF8204127C88D70 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + 6D46EDF3771551FC103FCB03D04CE276 /* JWTClaim.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaim.m; sourceTree = ""; }; + 6D77F43E632ABFD6A828504C331F40AE /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; 6DE93E00EABD41D4BEABE5D102ED687E /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/SDImageCacheConfig.m; sourceTree = ""; }; - 6E093650AC797509D49D906056C80D30 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; - 6E520A660131C8CDD72523700BBC93BD /* RCTPhotoLibraryImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPhotoLibraryImageLoader.h; path = Libraries/CameraRoll/RCTPhotoLibraryImageLoader.h; sourceTree = ""; }; - 6EBF809A0107FB1738C294D6599A6FA7 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageBlurUtils.m; path = Libraries/Image/RCTImageBlurUtils.m; sourceTree = ""; }; - 6EFE075176A011EEACD4F5F473472788 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; - 6F0DBC3E4BBF258EA4AAE95A5BC78DCA /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTActionSheetManager.m; path = Libraries/ActionSheetIOS/RCTActionSheetManager.m; sourceTree = ""; }; - 6F5F4E7EA8E7843B569498E6A1676A1D /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; + 6E0AEDB16F4AC63A050057208E1E414D /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + 6E16F5506A43D4F61A4B6528CBCE0E66 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + 6E95CBCDEE4A9C2F2A29644FD49B4E02 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + 6E9847278E4B4CE6BAB30C9FD59EF989 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + 6ED5A4797FFC78E4EEC496ED9D568FE3 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; + 6F02BCCEAFAA709BDA7C94A83BE640A2 /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; + 6F1029A85B54C184373C4470AD266306 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + 6F312D6D2A47EAE996B1047F01E26AF5 /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; + 6F9B4211B4883C13828AA4B3DE19A0E7 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + 6FE5B715B8CBE1DE752E10C1AECAFFDC /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 700AD41CF4F1B8BE5BF2C4D9F85DA0F5 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; - 700B4FA2A2B8AC32EDBA259DEADF5344 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTDataRequestHandler.m; path = Libraries/Network/RCTDataRequestHandler.m; sourceTree = ""; }; - 7034EA0E4180872A286D6F863893ECC1 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; - 70391F935431723EB9F568C7DD4BE831 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNetworkTask.m; path = Libraries/Network/RCTNetworkTask.m; sourceTree = ""; }; + 705B40009D21A842D3FA33127060EEEC /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; 7080553F2279C3907632C0B8ACAEBA02 /* SDWebImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCodersManager.m; path = SDWebImage/SDWebImageCodersManager.m; sourceTree = ""; }; - 70B7BA411755A3051FE089C8A051C27E /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; - 70CD06616E7646A2458AFD2450012C07 /* fileenc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fileenc.h; sourceTree = ""; }; + 709250441B41108586A83C70C239F386 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + 71187EC328F3A4A364056C6F9D4D9D65 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + 71292A053B46732171C7993431E47BAC /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; 716F71918020A1B150BB64BE7BCCF8C8 /* SDWebImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCoderHelper.h; path = SDWebImage/SDWebImageCoderHelper.h; sourceTree = ""; }; - 717A2E5A77F6D47547632D75A1A2C096 /* JWTClaimsSetSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaimsSetSerializer.h; sourceTree = ""; }; 71D9E49732442D86853EE2BEF15E32E5 /* Pods-eSteemTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-eSteemTests-acknowledgements.markdown"; sourceTree = ""; }; 71E6EEC5A68A4BBA282CBB42021B3A15 /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; - 72411C890E14B126EFA2AE457BAAB63B /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; - 728198BC326171AC6FDDC991D6675637 /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; - 72D2629F9A5A5BDC8F6AA52E9AB64C50 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIndexedRAMBundle.h; path = ReactCommon/cxxreact/JSIndexedRAMBundle.h; sourceTree = ""; }; - 734D9BA78400E963BAA8E3A1F5E76A83 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; - 7356213FD5520422719E9CE6492E34B5 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; - 735AB602E9BD9E105C297C094322295C /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; - 7370D4F66F29690DD52540C417328CE7 /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTFileReaderModule.m; path = Libraries/Blob/RCTFileReaderModule.m; sourceTree = ""; }; + 72108DB4E6DBC62EF86145FD77904073 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; + 7214246717FF908FAFB8EB2467402574 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + 7227A70EB743D92180942D85A57AF3DD /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + 7281381A16580A28B564679A82BFF018 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; + 7296E06B14727BFB9399E0F54C5ABBFE /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + 72D63C88DBF05109444CD5C8BC7A8897 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 72DB7DF8E4ACFAB74CB764F39F8294C0 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + 72F4F95768CD77DF5FF9465E7DE546C8 /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + 732C9361104DD0C2FA6F81FBEF189642 /* entropy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = entropy.h; sourceTree = ""; }; + 738FA5BE62EAEF5A809FF4DD42DFA710 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; 739ED2E1E180DAB0AD4510432B81DB4B /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; - 73D08499A9E4F2A00632E0098E925E5F /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; - 73D4396A12EBAE0D4C9F314E7B09872F /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; - 73FEE340B1169D806C2792A6C705B7E4 /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; - 742558583C4D30801C867EB4926C9080 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - 742ABBE2DD998822964AC69FDCA18142 /* RCTWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebView.h; sourceTree = ""; }; + 73A6F9C5B62F67905333F1F5DD111FF1 /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; + 73C05A117F936CBD8699A7E29A446A00 /* ioapi.c */ = {isa = PBXFileReference; includeInIndex = 1; path = ioapi.c; sourceTree = ""; }; + 73CE9DC0E108C4E07EFECF892FD37491 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 73DCC25302EC52DEA15916E5750A169C /* RCTWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebView.m; sourceTree = ""; }; + 7420C45B07C18310C5FA7DCE04CB4558 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; 743210A8828C82B9A7416AEDE5538CE4 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; 743339C3D198997C9E94321401FCBFAA /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; + 7462E373190C76B0DD0E273082CF2D2F /* RCTWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebView.h; sourceTree = ""; }; + 74662ABAC95FFA3E398850CDEE8498ED /* yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7474BFE16E22EA4BD18687C80FD42162 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; 749D46EEC46B074304C467BE53FA80D5 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; 74A67A585466465D673EE9C40BCA0AE5 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; - 7507A56461E0B7A1DAA3AD74E9770B54 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; - 7519D15751153B08B1BB8259D50161C5 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNetInfo.m; path = Libraries/Network/RCTNetInfo.m; sourceTree = ""; }; - 7540F8BF3E250B6F11605700BFD64B92 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 7546475A49FD77B211EA95D9D61F0767 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; + 74F249F5C548C5A49545829C435FBBC0 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + 7550ACB225EB7107E54C94E62884DE5B /* JWTCryptoKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCryptoKey.m; sourceTree = ""; }; 755DD9BB4C95426EBBBC65B008B0B48A /* NSImage+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+WebCache.h"; path = "SDWebImage/NSImage+WebCache.h"; sourceTree = ""; }; - 75A98EE765714E0F346DA9CD751B04AD /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = ReactCommon/jsiexecutor/jsireact/JSINativeModules.h; sourceTree = ""; }; + 75B3429300086874F0447BE782B0BA1A /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; 75B76CC9AAD78C14594D6DB5EF7D5CF3 /* RSKImageScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageScrollView.h; path = RSKImageCropper/RSKImageScrollView.h; sourceTree = ""; }; - 75BF8EDF5F1F23CEED5CF857FCF7EF6D /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; 763051FEAE51CAB7C00D720EF9E01D3E /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; - 7631F43069445A036E2E491043270F5B /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; - 7634BD66CE34F73B1DC3C1C50590555F /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; - 76530681154B05C9A38EEDA98DBD7CF4 /* RNIap.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNIap.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 772815C9D2E25C8A6D829E7F54EABEEB /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; - 7778D6B114F178FC2161A9BA5D477AF0 /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; - 777CA93F4C19CB528A86DB2CB4EDA6DA /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Instance.cpp; path = ReactCommon/cxxreact/Instance.cpp; sourceTree = ""; }; - 77DBB90B471546A5580C12175BA7EC73 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; - 77F4B887E7FC66AA2DD9C1CE3A204849 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + 7635115DDD3BDFE7EBC3944EB6EBE40C /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + 764D389DCFB882F770BB4751F7660A3D /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + 766634973B08E514196ADCC7288539BD /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; + 76B1EA2751F0B6F684A02BC67EB37EF8 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + 76BED2A26D9E30E2E4980CE5FA36EDF3 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instance.h; path = ReactCommon/cxxreact/Instance.h; sourceTree = ""; }; + 76CB8BF1D62D7F941BD513FB43BCFD13 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + 77208289E63C82C4C195CF2528B61980 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; + 776CD00E790D737933FB5C681A642D9B /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; 7803226A6830A17B178BE90D2D42656B /* RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropper.h; path = RSKImageCropper/RSKImageCropper.h; sourceTree = ""; }; - 7822BA0A45F06E152FB6B762BB971401 /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; - 7834D20230672D208988C16B325DE1B2 /* sha1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = sha1.h; sourceTree = ""; }; - 78DF3167FBAABD4212ADBC7AE6C2794F /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; - 7921B4E549209D95A86618A36CC4334A /* api-android.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "api-android.md"; path = "docs/api-android.md"; sourceTree = ""; }; - 7935F7B6CF916E32ED4C658CBE350CBB /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = jsi.cpp; path = ReactCommon/jsi/jsi.cpp; sourceTree = ""; }; - 799064FE6927BD1C39E7BA315229C06D /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + 79781BAEC20F95F76C4E6BEC82E011F9 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; 79A6B87C255C38F2B664FC041BA8EED7 /* boost-for-react-native.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.xcconfig"; sourceTree = ""; }; - 79B515F02236063E56A8AA3CBFE89D09 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; - 79BDF55C9742E53C0CEB9E359CF07EE3 /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; - 79E4CD65FC5ACE0C0501F8FB3B1B4625 /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; - 7A41DEB6DAB0D59FDCA8DB23D9BC664B /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; - 7AA9FB7E54FECABDD6F4A31D4CE4F258 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIDynamic.h; path = ReactCommon/jsi/JSIDynamic.h; sourceTree = ""; }; + 79B6BF2588B5EEB99DD1CC3182DE269B /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; + 7A1845348E4873298997075EA72D6CDF /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = yoga/instrumentation.h; sourceTree = ""; }; + 7A4875499936C23A645D16DA11CCFD1C /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; + 7A603E7CC8B74E2011CD948A8DA77217 /* RCTAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAssetsLibraryRequestHandler.h; path = Libraries/CameraRoll/RCTAssetsLibraryRequestHandler.h; sourceTree = ""; }; + 7A86B6D91687E7B15AE7E13BB1ED0798 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; 7AAD963759E9CF9EFAC203CC8296966E /* libreact-native-version-number.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-version-number.a"; path = "libreact-native-version-number.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 7B3EB953EF187B647ADD990B5DC761B1 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; - 7B641AB93DC0A3CADED0A20F8CA72D74 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; - 7B651827735E7FEDC589582E2F6DCAF5 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; - 7BAA36F4D1BD738963A48594772BA752 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatform.h; sourceTree = ""; }; - 7BF42497BCEBE999A8ABF56ADAA5DC2D /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; + 7ABDBE18E1AFB72EB8CF007E1E697520 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 7B586851C7466BD04C809B88FAD966E0 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + 7B7384DD4B6517CD380A93CE78579D8A /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; + 7BAA19174B1201E10BA9B77EF89E1FBB /* SSZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipArchive.h; path = ios/CodePush/SSZipArchive/SSZipArchive.h; sourceTree = ""; }; + 7BD8CE2743BD5ECB177C09E5A5F6E46B /* brg_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = brg_types.h; sourceTree = ""; }; 7BFE6E4D4FE2C1E0869C42F498A5E1B1 /* RSKTouchView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKTouchView.m; path = RSKImageCropper/RSKTouchView.m; sourceTree = ""; }; - 7C0DABCFFDC86288CC1AAED6D81ACFB6 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RAMBundleRegistry.cpp; path = ReactCommon/cxxreact/RAMBundleRegistry.cpp; sourceTree = ""; }; - 7C18350B9E94515666BCA4BCC0EF7A79 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; - 7CB5CA0D94121CFF2CA5EE90F24D716D /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSCRuntime.cpp; path = ReactCommon/jsi/JSCRuntime.cpp; sourceTree = ""; }; - 7CFA23C30D3569B2DCC060EB0BF7D52C /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; - 7D9D0413BF6DABC99612F5BBA9332AD5 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; - 7E69F2AA05F0D35E8DF4E649DC389E05 /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; - 7E7DB1EE5ACA7E98E1CB07349C9DD4D9 /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; - 7E87997461D19A968A735856F1467063 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; - 7F1D505336A1AE30FA631E26433E8BF9 /* zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = zip.h; sourceTree = ""; }; + 7C4056ABD48D7461B17814CAF5F99C16 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; + 7C4688A1BF36F209F603907D2686BA0E /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; + 7CA407DB823D7EE1A91F5640C581F723 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + 7DE434DDE8584A2F8B83C3AE11D31789 /* JWTCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCoding.m; sourceTree = ""; }; + 7EB481E38C58E638991551B8AB390535 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIDynamic.cpp; path = ReactCommon/jsi/JSIDynamic.cpp; sourceTree = ""; }; + 7EFEACFFE1315C395FE1DEECA4A090A2 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; 7F330F326CB5C9C9EE086681A214A933 /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; - 7F622F243B7126001DF364895E84C6FA /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; - 7F97F420B1B21E650320F34BB98BDC10 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; - 7FA3EB9F698F5BA0F6D5EB4D40C4C1B9 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - 7FD8565DDBF345594A06C68A045B750F /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; - 7FFC5EAFA13F3312CA58099253063B42 /* zip.c */ = {isa = PBXFileReference; includeInIndex = 1; path = zip.c; sourceTree = ""; }; - 8028B6E4EDF0DC77B37CEB1954E5F33E /* entropy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = entropy.h; sourceTree = ""; }; - 80A8BC5081A1F22169A342203F5BD25C /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; - 80B042263F80B71D6D28312B127E9C53 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNativeAnimatedNodesManager.m; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; - 81442E9BEFAFC27324E84407EFCFFDA1 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; - 8153B821232BEE10970AF2BEBCB75BA7 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; - 81634F7B71A9DB9832C5EE9F868108BD /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; - 816BCD1B186E794B3C8E7460ABA6CD70 /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; + 7F9AF91E1B2072284D082A27F85EE1A9 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; + 7FCD1E793FD1E839FF7FB0A9C1FCEFC3 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + 7FDABC9A2501C8A87A52EBED279231A7 /* mztools.c */ = {isa = PBXFileReference; includeInIndex = 1; path = mztools.c; sourceTree = ""; }; + 7FDC138A30C7B32F81BD7C07857E2C5B /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + 801BED6225DDF652BDBD00CD00F39A51 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + 801CE6818277FDC7635E57CDEDD10191 /* react-native-fast-image-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-fast-image-dummy.m"; sourceTree = ""; }; + 80411170308C8CD2570A13FF58743BB1 /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; + 80635232CF06D214D3BA14029A36981E /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; + 80A809CB5C560053D58FBDCC52CD52D5 /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; 81AC6B6717776FDD1D8E1993CF5614FE /* FLAnimatedImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FLAnimatedImage-prefix.pch"; sourceTree = ""; }; - 81C1F4113E99DE9292F823AEA49BAAB8 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; 81E02D5E54E00B3EC1848FD6A945782D /* FLAnimatedImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FLAnimatedImage-dummy.m"; sourceTree = ""; }; - 81E2451D0738E797DDEACDE655B2AA7F /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; - 81E8B1D635AECFBC2E56293E5EC7227A /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; - 821B3060FA6943EE2630FAB57E724DA4 /* yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = yoga.xcconfig; sourceTree = ""; }; + 8206296193E019E3D6477A747827D1D7 /* fileenc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fileenc.h; sourceTree = ""; }; + 821D32972A02FFD61A28287AC6F17AC9 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; 8227F7DBFD95E2171C2AE7153187CAF4 /* RSKImageCropperStrings.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = RSKImageCropperStrings.bundle; path = RSKImageCropper/RSKImageCropperStrings.bundle; sourceTree = ""; }; - 822CA3A7B754ABB5D4CEB800C836D2A6 /* react-native-netinfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-netinfo-prefix.pch"; sourceTree = ""; }; - 8247095CA4FD6BE468D704610D3763A8 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; - 8254D95FA6F940C60EDF0CB827FF4463 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; - 826E02A8C402E700938245C285335B2C /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; - 8349FAD8DA813B160D4A1C35502C4288 /* RCTWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebViewManager.m; sourceTree = ""; }; + 824CCA5261F7E3301691076FF8209BC8 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; + 82584C7F0B2B3669C74A586B3721EB82 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + 82CFC79F88D44E7027C001B076EA8348 /* CodePushUpdateUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushUpdateUtils.m; path = ios/CodePush/CodePushUpdateUtils.m; sourceTree = ""; }; + 82F0DA0A0E005D83E2892BE40915DB78 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + 830FDDB3530A3ADA2110B49C80F85641 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = ReactCommon/jsiexecutor/jsireact/JSINativeModules.h; sourceTree = ""; }; + 837DD28A3265D6215138F1586D6CCD0D /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; + 83922DC90A9C0AA1E66F46809123F3AD /* fileenc.c */ = {isa = PBXFileReference; includeInIndex = 1; path = fileenc.c; sourceTree = ""; }; 83A8CC3246A95431ACEA83C7C742228B /* libreact-native-netinfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-netinfo.a"; path = "libreact-native-netinfo.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 83CB48BE8BB6B001D3DC8AC256C13F55 /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; - 846652396AFD7121BF4E7FAE84684D8D /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; - 8495F8EAB9324AF8A894EDA9A0984675 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; - 8501526ADDD3DB0434AB4144BD5CC318 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; - 8508961EF2FD884CE878244BB47AA62E /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; - 8510B25DFF077212AAAD4C2213A6098B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 85CCED732A2835CE16447B25DDB55CD9 /* fileenc.c */ = {isa = PBXFileReference; includeInIndex = 1; path = fileenc.c; sourceTree = ""; }; - 8618934FB35D0899CA3C7C34B48A39A2 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; - 8660989B99E4C12E641BC6EB64F524EC /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - 86EB3EB900FE8990018992C4AD5831A8 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; - 8717E91641AC0AE499786EC692082F20 /* react-native-version-number.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-version-number.xcconfig"; sourceTree = ""; }; - 876A97742AFF80CB665A37C36B884C94 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; + 83FE2E8C8E0DF588CBADD278C4504638 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + 845172144839A1338ADABFDF78828900 /* react-native-fast-image-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-fast-image-prefix.pch"; sourceTree = ""; }; + 8484664C7D4C75CAF261566051F09366 /* RNCNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCNetInfo.h; path = ios/RNCNetInfo.h; sourceTree = ""; }; + 8499FA05D4F5B09191B466EE32861D94 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + 84DF840ED1D1B99DA698D20DBC235B23 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + 8583769C6B3EB22C25EF9D2366C6E7D2 /* brg_endian.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = brg_endian.h; sourceTree = ""; }; + 85F54D16483FFBB2EBBDC6A3A41EEF1F /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + 85F766F8E0B8A89435D06D80F944C602 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + 8691248CB5097DFA597A00713AB8C1D9 /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 870FCF859DAF873DA09C4F7F008BC02A /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + 8736CC0EF60C60A10AD3DA27D5E2516D /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 87516DAC3EE6BA102FE59F509563A60F /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + 8771D6B94A1DEF6E6AFB76B007CD19A1 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; 87816CD35594B4929D454FBF2FED2A4B /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - 881AD1FC6B564063691912745FC38C3D /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; - 8862ECAA0D48983093B39245073DBCC4 /* BSG_KSZombie.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSZombie.h; sourceTree = ""; }; + 878495837F1747F9C66146C2CFBD753B /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; + 87895A5D48E4F9DF8B75F4C6FA5C030B /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + 87DB24154830C50135EB34F2335E62B3 /* aes_via_ace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aes_via_ace.h; sourceTree = ""; }; + 87E016E7795D02BBB5F632A66C51C25D /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; + 880F0371D1C8E31E98E26168E799B45B /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; + 8811F40A04FC596D9474FD057F9D850E /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + 88346023688E8B0A7CA0E3E5CB71C43E /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + 885657E020D3730334C6D0F4B609FEBC /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; 886F666D91A537BA558CE398B24925AA /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = QBImagePicker/es.lproj; sourceTree = ""; }; - 890FEDE51A6A81177271E8685298078B /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; - 8940B6383EDDBC56E9872CA9E7E362E4 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; - 8943D63581CE93E8E5732B604F678E7A /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; - 89C9B085271DC497B132E139956CDC93 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; - 8A1922F32E531D66439095F7DF2F22E4 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; - 8A1BE4153B2B656B45EC5FDEE53615B1 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; - 8A53024DB3B115ACE9E8FBE74502743E /* JWTAlgorithmESBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmESBase.h; sourceTree = ""; }; - 8A54ABCCE62B5803E50BF4EE3228F4FE /* JWTCoding+VersionThree.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+VersionThree.m"; sourceTree = ""; }; - 8A75A740D863B053D0476554F23C0C4F /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instance.h; path = ReactCommon/cxxreact/Instance.h; sourceTree = ""; }; - 8AE8120B9A127E399BF72899493038FE /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAnimationUtils.m; path = Libraries/NativeAnimation/RCTAnimationUtils.m; sourceTree = ""; }; + 887323F166424BF9059102E4E6D04629 /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; + 88F12B9416C6E9550DCAB45BF1C035F3 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; + 89CFB7D35CDDFF4934C123EEE27DD5B2 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + 89EF01B0F8E36CA88CB564BB57D28579 /* Common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Common.h; path = ios/CodePush/SSZipArchive/Common.h; sourceTree = ""; }; + 89F08FF28AD306FA0AAA1387F417BB0E /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + 8A09D04CA95D274A3E43AA63238B694E /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; + 8A14C96A044250B856086202945D3D7F /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; + 8AC0D23A3C040DAD6E07EB76723FB6E2 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; + 8ACA0319ADA0FE4EFA55BC2ECB32C8BC /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; 8B1E324DF08F4DA0688891666785A753 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = ""; }; - 8BB2781BEEA584A591989130D51E8DDB /* CodePushTelemetryManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushTelemetryManager.m; path = ios/CodePush/CodePushTelemetryManager.m; sourceTree = ""; }; - 8BB5392F3988B8A91FDFBB206EB7D342 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; - 8BC2D5CEDE78803161D8B57350263364 /* RCTWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebViewManager.h; sourceTree = ""; }; - 8BD72C2D970169C58071122935DE4892 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; - 8BF4A33FC4F50E9D58C2B75E69D53521 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; - 8BF64E9146B5CF97320668447D44D2E1 /* CodePushErrorUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushErrorUtils.m; path = ios/CodePush/CodePushErrorUtils.m; sourceTree = ""; }; - 8C5FA14233BEF722B071EB43D9886A34 /* RCTConvert+CodePushUpdateState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+CodePushUpdateState.m"; path = "ios/CodePush/RCTConvert+CodePushUpdateState.m"; sourceTree = ""; }; - 8D1EA9A2460C09CB0242C4C174C48F1C /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; + 8B2BC180B5836761150EE5DACE976F40 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; + 8B56C4F11634ED2AA3D6F3C12B7B877F /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + 8B926C17121B1CCE2DA8A8E286FD1FB9 /* CodePushPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushPackage.m; path = ios/CodePush/CodePushPackage.m; sourceTree = ""; }; + 8BA6F99E230F479DCD6DEDC35D43D064 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; + 8C614ABF8517C44FCCC3843C9893FE28 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + 8C6DE0D79B2AA44B9DADE34853B3641F /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + 8D16300C0FEC9035BF244C4101FC1FB7 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSBundleType.cpp; path = ReactCommon/cxxreact/JSBundleType.cpp; sourceTree = ""; }; 8D1FE5D880F81B6C96312C65ED9C1A5C /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; - 8DAC5C76D281ABCF042129CFFB874A34 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; - 8DC7ED643F305A13C450499AD1EACF38 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; - 8DDB3D7A487D6B002498433FC2EE0315 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; - 8E63A781755CA9D3A166F24D47A71DA4 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; - 8EDBFF7877530274C6A43AF776778226 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; + 8E442289D3D16A803726FC3F80170FD6 /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; + 8E4EC65A5C8EFA75E178AFA40908B2BB /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + 8E80011D2BD77B6B9A15D0BF20B8624D /* JWTRSAlgorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTRSAlgorithm.h; sourceTree = ""; }; + 8ECA1CDD5969489EC8C98CFCFDC2A49D /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + 8EE56F09EAFD369B2097554C7DD78BBD /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; 8EFA6434AACD7E265CDDA35CB17EB213 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = ""; }; - 8FF3CEA859B9B8564CAF61E6DD8D26F3 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; - 901D44162C53B2C03FF9FBD10BD0D807 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - 90213C3E2C070E7B62CC05AEB944B666 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; + 8F06BDEB8F63F06E566D174BE4477C05 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; + 8F90FFD1EAB424A6B7C76D36BE22999E /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; 9034DBBF057B593A18B9D3705E4C241E /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/SDWebImageOperation.h; sourceTree = ""; }; - 905A70D971E000937FB2E389A8494E0A /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; - 90AD9719829E0E24B4C770A8D24E5247 /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; - 90D94F2A17FCDA754D42950C9FD2180E /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + 90C54D0CAB217E145C4548B1FCBC3F5F /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; 90F41DE5C75E2643FC57BD8D12EF05BF /* Pods-eSteem-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteem-tvOS.debug.xcconfig"; sourceTree = ""; }; - 910AA88397E491B485459E40420D8AC2 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; - 910E3C5D766886AA734B499689CD8FBF /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; - 910ED015A5B73B91E45E3A29A40D6129 /* JWTClaim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaim.h; sourceTree = ""; }; + 917DF6FA9EE000739ADD0981EE8FE35A /* RNCConnectionState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionState.m; path = ios/RNCConnectionState.m; sourceTree = ""; }; + 91A2B6C934788179902DEEAC1FD6531C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 91CF0537D85FD518E08B41CD4AB0CA15 /* Pods-eSteem-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-eSteem-resources.sh"; sourceTree = ""; }; - 923D89E8F38A37F4D38E49ECF87EC1C5 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSExecutor.cpp; path = ReactCommon/cxxreact/JSExecutor.cpp; sourceTree = ""; }; - 9264E9C00DAFB1CC290BE12B9EA2DB47 /* BSG_KSSafeCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSafeCollections.h; sourceTree = ""; }; + 924856EDDE979B2865E24CFD2033C770 /* react-native-fast-image.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-fast-image.xcconfig"; sourceTree = ""; }; + 9248CEF494F2B7F8BD8FF5E0E4310358 /* react-native-fast-image.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-fast-image.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 92888071A96320167257C95E4FEE129C /* AppCenterReactNativeShared.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenterReactNativeShared.framework; path = AppCenterReactNativeShared/AppCenterReactNativeShared.framework; sourceTree = ""; }; - 92969D18DBE7BF3DBFECFD5BC84FADAB /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - 92A8323B45C28FD5AD80DFE91F028571 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; - 930844F126E11F54040FDC1BA633341F /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; - 933B16EE6870AEC65372717098047CAF /* yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "yoga-dummy.m"; sourceTree = ""; }; + 92979B88585C2F6F4BE6C44CBF2C2613 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + 929A9CD4D2367C61332F497B074ED0E7 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageViewManager.m; path = Libraries/Image/RCTImageViewManager.m; sourceTree = ""; }; + 92ED0659E87BF18BECE2E7CCA1F22CA1 /* unzip.c */ = {isa = PBXFileReference; includeInIndex = 1; path = unzip.c; sourceTree = ""; }; + 93248475E6291E1173E2A64C2868D44A /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; 936664B2589C42E39044677080C7569F /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/SDImageCacheConfig.h; sourceTree = ""; }; - 940161AC4B328C6DA5A5BD84DE7C6D09 /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; - 9423F3667A66CF129D676F21E447D45A /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = InspectorInterfaces.cpp; path = ReactCommon/jsinspector/InspectorInterfaces.cpp; sourceTree = ""; }; - 94ADEF8E3CFFB87C324BE5699159D3EC /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; - 955C6A1DCC9616300731F1D38080C2BD /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; + 93C1228EEB36289DCD9AFEC7280F85ED /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; + 93F82B8728DA62352A4B752222F259EA /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; + 941E8193875913835EE937ECA74ECE69 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; 956578827250E709EB3E2517C8503191 /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; - 9571997A22AFE0A354D94CDFA434BC8D /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; - 958184A62A0AE213367CEC7883857538 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; - 95840866E9308B094A6AFA42AC150BD8 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageViewManager.m; path = Libraries/Image/RCTImageViewManager.m; sourceTree = ""; }; 958D26A28B3B10A13686684D25EB322A /* RSKImageScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageScrollView.m; path = RSKImageCropper/RSKImageScrollView.m; sourceTree = ""; }; 95982F7F6A9C3FAAC2289D90BF6A79D7 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; - 95C1D15918342D99552F229CFB0B4216 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; - 95CFD07F0B3BB331DC7E27C9B9970BEE /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageCache.m; path = Libraries/Image/RCTImageCache.m; sourceTree = ""; }; - 966EF82111E0B8D4DE7F28CAD27933D6 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; - 96A7ECAEE4095BEAC79C6FEDFCDF8948 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; - 96C6170BD98998D8F651DFF8F361A83D /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; - 96D88A0647BE930108BFCD68B2FB440F /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + 968FEEB8E24879CFC1DC3BCEB4CA3FBF /* RNCNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCNetInfo.m; path = ios/RNCNetInfo.m; sourceTree = ""; }; + 9690F572133105AB6D077DBA256CAB0B /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; 96DADA9AFEDB3A9ADAA18C29CD7C4F6C /* libPods-eSteem-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-eSteem-tvOSTests.a"; path = "libPods-eSteem-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 978A1F1B59608F892026F1CD7A9A59B2 /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; 97BECABCBB5188B150CE9DFABBBD7384 /* SDWebImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageGIFCoder.m; path = SDWebImage/SDWebImageGIFCoder.m; sourceTree = ""; }; - 984873A72E7A6D01ACB9854B73A38226 /* RCTWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebView.m; sourceTree = ""; }; - 984FA855EB099FABB9DDB2B89E453DAC /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; - 98948C91C16BCE838CF2F36BD288895B /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; - 989E96EB04A9CA58C8DCECB0CB843059 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; - 99079EECDC6CC7D298427F9A839F5E0F /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; - 990DD2BB1BF96EAEEF44A5DC87339D36 /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; - 9964771FB7A3C6254E8738AB5B42BAFD /* ioapi.c */ = {isa = PBXFileReference; includeInIndex = 1; path = ioapi.c; sourceTree = ""; }; + 97C5D3D83253B5BB0ADA0AEEE0FBEC0D /* react-native-netinfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-netinfo-prefix.pch"; sourceTree = ""; }; + 988D1D369C72891BA31BB06E8BA74C65 /* pwd2key.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pwd2key.h; sourceTree = ""; }; 99EB8E06B2BC798A7F7C246C9E8C2297 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; - 9A73AB5DA927B50421E5EB918490D7C6 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; - 9A746C345F3020BA34FC766543F550EC /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactMarker.h; path = ReactCommon/cxxreact/ReactMarker.h; sourceTree = ""; }; - 9AC7F4AE3FA51BBEC01C9A90D1F07270 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; - 9AED8A5E808CBBFE027378D377C4B6B4 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; - 9AFF257BCD46DDEC9CBFA7523055F811 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; - 9B981777CE5A60457B0269787104F3D4 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - 9BABEEFEAEF16BA65379D3A53E3BEF37 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSBigString.cpp; path = ReactCommon/cxxreact/JSBigString.cpp; sourceTree = ""; }; - 9BFB2CE883E4DD5337806D81635C3648 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; - 9BFB431E0421A1094FC083596EC40DE3 /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; - 9C0E7D7AF315B7EB4A4D86FA1CD0DFEC /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; - 9C7E8C029C9C2809438E0462335FDEE1 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; + 9A6CD7CEDC237ED07DD395295353677F /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSBigString.cpp; path = ReactCommon/cxxreact/JSBigString.cpp; sourceTree = ""; }; + 9A7A9CDC252F75E49F2B056618E15E9C /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RAMBundleRegistry.h; path = ReactCommon/cxxreact/RAMBundleRegistry.h; sourceTree = ""; }; + 9A9987A913523FE909BF0C24E3781ECC /* RNVersionNumber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVersionNumber.m; path = ios/RNVersionNumber.m; sourceTree = ""; }; + 9ABB34570EFBB6ACEA9F5DB2BCC3CC98 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + 9AD8AE54C427F4423C052DFA98AEC4C7 /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; + 9B00ACF4B964A7C4FAF0A137D612C375 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + 9BA9DDD4D8F7D2AAAF552D6667AD2F0A /* RNCConnectionState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionState.h; path = ios/RNCConnectionState.h; sourceTree = ""; }; + 9BDDB098C9D522C0922F578F21259C47 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + 9BFBE477615A0CD19AE24B0FF9DF1062 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 9C8CE2AAE2AEFC8F05B526185B6DD220 /* prng.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = prng.h; sourceTree = ""; }; + 9C8EDB8F88377B301799ABD14EC814B7 /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; + 9CA38F311B735940D33D942C0C1FF18E /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; + 9CBC7D894371B1F7E4B4E2E3193B9895 /* NSDictionary+BSG_Merge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary+BSG_Merge.m"; sourceTree = ""; }; + 9CC4B621D5FCFD8129171B74C6BF4872 /* RCTWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebViewManager.m; sourceTree = ""; }; + 9CC821E4A821DE828762EF0F9213F35B /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; 9CC9AED950C68652415797A2228800DC /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = ""; }; - 9D01930B54FAE54BEF5AB165AF9E4139 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9CD81802FE0360525EEF8396AA6F2506 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + 9CE632B20B033111DA59FE0A7B9966CF /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; + 9CE90092676A89DFD3C2DFC45F4CF0BC /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E017B64C7C09B1E1A025F779030617C /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + 9DD2CA7C70FBE51646E93D0461CEB1E6 /* mztools.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = mztools.h; sourceTree = ""; }; + 9DF878B12590211742A3BAAB46B5058F /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTFileReaderModule.m; path = Libraries/Blob/RCTFileReaderModule.m; sourceTree = ""; }; 9E0396DF259C3769D10A55D8209C8638 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - 9EF4226BDB065DA5097BD67A9323545F /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; - 9F0CE9996A72417CAAD5DD37384A2A63 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + 9E224D6891FCF31E7CD086F06F30717F /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNetInfo.m; path = Libraries/Network/RCTNetInfo.m; sourceTree = ""; }; + 9E7D59953E96691C997056A00DE957DA /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + 9EADC7B3A2FECADAF92B600EF66356FD /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; + 9ED90AD1EA42FAA31E01B8469F2DF4AC /* ioapi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ioapi.h; sourceTree = ""; }; + 9EF752F8FB8499D7F2E194B09F84AE8E /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 9EFA1032FA877E1426035EFA749320AA /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + 9F0DC222812BC59B29A6EEC5F8076122 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; 9F180A406B4CBB21D5E0037A700B442A /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; - 9F938D6C5CE955B7E2AFCA68C8DC1848 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; - 9FE3E39DDE6DD41A7D9CC650B86C3DAD /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + 9FB6FD133C64FDD33B2200513525F488 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; A00A45AACC5856B101F53BE99AA44001 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = QBImagePicker/de.lproj; sourceTree = ""; }; A0252F723F1A6F1F943A1A1F06E3254D /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/NSData+ImageContentType.h"; sourceTree = ""; }; - A09385CBEE546C34D0A86341A06C2AE1 /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; - A0B74B104C3114FE3347BBF1D975AF82 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - A0C42B746E036D6E07A77E7EC0D89170 /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; - A103D476A2C99A8D20F7AFCE837330DC /* crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = crypt.h; sourceTree = ""; }; - A12120CE2B98CF4913D8518F3ED08B58 /* JWTAlgorithmDataHolder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmDataHolder.m; sourceTree = ""; }; - A144E6967279BA50A2A2E4175AD68C26 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + A0E31025C56516E640C1C376A2C6DEB0 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + A10161088EA69D7CEB78AF158F30B13D /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + A1FF43BE6B431271D220FEBE5C69569F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + A2110D75A1F2EA5E9344B91FB838F666 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; + A21AD4B27C81B4ED0AA321CB4D9DDA4F /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + A21E484932D053A131F00EA79B4F4C27 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; + A23D4259DE00FBCA25151856B320E7F4 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; + A245688E233825190086B2049A952167 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; A27A6CD4282AE8F77817E7334788192A /* Pods-eSteem-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteem-tvOSTests.release.xcconfig"; sourceTree = ""; }; - A2A9172C0328CA759DE7DD087FC0AA95 /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; - A2EC1DA6126E98BE848EA16FF446CCD6 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + A292B29FC7F9174F4A404F28AA6F652E /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; + A2A0BF1447D3600DC830A6D4CBB32048 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; A3042B307A6F24219C87FC70AD9BFE08 /* RSKImageCropViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropViewController.h; path = RSKImageCropper/RSKImageCropViewController.h; sourceTree = ""; }; - A32C364453447EAF62DE1C514EB2A652 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; - A365BB5D9B8138718927D5DA79ED3746 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; - A3C45565B5FEFE72611372693ECDE6C6 /* aesopt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aesopt.h; sourceTree = ""; }; - A3F707740435632CD68A0C0C4368CE99 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; - A42D6437668DA58AC5E2BB65E26FBA7C /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; - A448ECC4ACF280549E0A1EB6EF54ED41 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; - A45CCC6FFB23B6A55DA5B3389583D60E /* CodePushDownloadHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushDownloadHandler.m; path = ios/CodePush/CodePushDownloadHandler.m; sourceTree = ""; }; - A46378B8AAE8B8BFA22510F3C9D5049A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A34A9E126A6F28F303845A6EFADBA775 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + A35324E9FFEBD3D0A95D8D35550A8AFF /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + A3CA8127381AD6473CD96A6865D273DD /* SSZipArchive.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = ios/CodePush/SSZipArchive/SSZipArchive.m; sourceTree = ""; }; + A421EBF59B414D6326B6F2F6DF3E581B /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; + A427E9CA390CB8DFDCF3812DBB0BD10A /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; + A449794B33CAC18C7B20A6AB5C9DA682 /* MF_Base64Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MF_Base64Additions.h; path = ios/CodePush/Base64/Base64/MF_Base64Additions.h; sourceTree = ""; }; A4CA3468FA6809ACA6A26B305A5E8C49 /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - A508916B6E5CB5F0366EB5B5C91517E2 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; - A51C981CA960854A6E476AB855293B98 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; - A5A9BFCAD72341B988414FBBE9698B15 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; + A533AA1C521CCB10B1E324068340181F /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; + A558832927BA810C976465943C5FD44D /* JWTCoding+VersionTwo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+VersionTwo.m"; sourceTree = ""; }; + A55D9621834712ED98D968A1BA74E94F /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + A59A315A4D4640B704D717E180AF819F /* JWTCryptoSecurity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCryptoSecurity.m; sourceTree = ""; }; + A59D46E20DBF9ECB6B25CC84973377AB /* RCTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPlatform.m; sourceTree = ""; }; + A5AF9C5C91AFA86AAFE21F81BC52FD6B /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + A5C8C7BC7188D840893D22FA97E52817 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; A5F0E8D2C7E0FD36E347958EBBAC75BA /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/NSButton+WebCache.h"; sourceTree = ""; }; - A5F4EFF50744BBA2EC860C58B44947D6 /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; - A60116E7B9BD918C5B34EEEE4EBF94E2 /* MF_Base64Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MF_Base64Additions.m; path = ios/CodePush/Base64/Base64/MF_Base64Additions.m; sourceTree = ""; }; - A616DBFF5B66AA8D2C75BE120A3E4DE6 /* CodePushUpdateUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushUpdateUtils.m; path = ios/CodePush/CodePushUpdateUtils.m; sourceTree = ""; }; - A67685C34AECC85ED5E7D2C00AF89CC1 /* JWTCryptoSecurity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCryptoSecurity.m; sourceTree = ""; }; + A614D298A50C0455A7090AE4C05F6B3D /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSExecutor.h; path = ReactCommon/cxxreact/JSExecutor.h; sourceTree = ""; }; + A6626FB096AFE2C996843DBF1447258A /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; A686D0775802BD32EF9248FD0EECA456 /* Pods-eSteemTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-eSteemTests-acknowledgements.plist"; sourceTree = ""; }; - A6B582DE9A806453FB636FC7A90E397B /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - A6BB9E6EE87BD6B393551C0027DD3EB7 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; - A6BDD596607BEC91635719C64AABB7E4 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; - A7313758EAEC8FBA1111D42423CBCB43 /* RCTWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebView.h; sourceTree = ""; }; - A740AD2D7AE286D5F1331134B90BA688 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIndexedRAMBundle.cpp; path = ReactCommon/cxxreact/JSIndexedRAMBundle.cpp; sourceTree = ""; }; - A764C9EFD69C1EBBDE4BAF09B576A3B7 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - A7BE7B50F8AA719802DFD6162510FC90 /* unzip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = unzip.h; sourceTree = ""; }; - A7F7C4245F211D3996E6FCE0C14705BE /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; - A7FE2E905B152B99097E34B2EDD7DBCF /* RCTConvert+CodePushInstallMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+CodePushInstallMode.m"; path = "ios/CodePush/RCTConvert+CodePushInstallMode.m"; sourceTree = ""; }; + A6B609E1479C20121E2AFFABE4204DF9 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + A72878FC66DB2D164A3E4943548D53E5 /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; + A72A9E950B9EC929FFF4A29C692EE7B6 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + A74EBFFE36B38E4E32BBE09574623064 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CxxNativeModule.cpp; path = ReactCommon/cxxreact/CxxNativeModule.cpp; sourceTree = ""; }; + A793721418183EE5FB5656D0D003B97F /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; A80BB3680F06006BBDEB43DFEE7F6D4C /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/SDWebImageCompat.m; sourceTree = ""; }; A81CCB9F375E223246D775B45C1EEB15 /* libPods-eSteem-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-eSteem-tvOS.a"; path = "libPods-eSteem-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A8309780337757843A3440BFD9F8F483 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; A85FF99CE79A450DA84D3B545C7EEB3C /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/UIImage+GIF.h"; sourceTree = ""; }; - A87D8CF68E25752DAC9C43C63FAD248E /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; - A8E7A166F0A961DD6910FF4353D4ECB8 /* setup-android.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "setup-android.md"; path = "docs/setup-android.md"; sourceTree = ""; }; - A93E6020D9C4751EA4F2E7F729D3AC68 /* JWTAlgorithmRSBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmRSBase.m; sourceTree = ""; }; - A9761A9FAD882A8AE6E8FD152E87AD2A /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - AA2E8E7B2DB0BF7CDC420330B47E9A0D /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; - AA76E5E17F71BB286BABE940FFE06D43 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; - AA83F7642F622E64F2D00CE8E59543F8 /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; - AAA80532685021E402EC80334B3D365B /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; - AAF0A2890AB3B713114B6BC79DB623CD /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; - AB3ACB45E703D874ED333AC2A47A3872 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; - AB4F14F76C756F875C6F1B938876D60A /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; - AC0DDCE32938B6F0780C705FF28C998C /* CodePush-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CodePush-dummy.m"; sourceTree = ""; }; - AC6E3484BA7E6AB9C8A3DBACC4749A3D /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; - AC8352093D573C2A372AF5A2825F9272 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CxxNativeModule.cpp; path = ReactCommon/cxxreact/CxxNativeModule.cpp; sourceTree = ""; }; - AC85433882C1BDD49380BD7A612B0F5E /* prng.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = prng.h; sourceTree = ""; }; - ACEDF4580D7DE331EDEAD2EB515E2A83 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp; sourceTree = ""; }; - AD06E544EEAA40B0E13F79C9DF5A79F0 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; - AD5EA373AF04312F0050425C280F2738 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + A8C6ABDC7FCF00B5AA9BAD7C3F4B11E6 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + A9A22E1EF6F37D7DFF7A4A7278F25A6A /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; + A9D78B851C7AEC54862BEEC6B0A1E69B /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + A9D8B4A6A5BFD6E8C73B119E9F9D5F66 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+Text.m"; path = "Libraries/Text/RCTConvert+Text.m"; sourceTree = ""; }; + AA147B5397A42595055B5B72227A43FA /* JWTAlgorithmFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmFactory.h; sourceTree = ""; }; + AA356FF98C87B3F735D7718B012308B1 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; + AA59289A5D912DD6DDA5728B26936932 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; + AAAFEC911D52A70900C56499EF237C52 /* api-js.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "api-js.md"; path = "docs/api-js.md"; sourceTree = ""; }; + AAB868944F4E5DE02F08A68E34630F96 /* CodePush-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CodePush-prefix.pch"; sourceTree = ""; }; + AAF299B56F89FAA686076DE67741EBC5 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + AB296B0C2D070F61C4D0B9E69E2ED9E0 /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; + AB34BADE1EA291457E1E101C46F40E6A /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + ABD0F5F69EA214F9F5A31A75A46539CF /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; + AC0F1F995D2FD563CDB9E5EA7A0247C9 /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; + AC9297B59DE2D91347361D69D08FF561 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSDeltaBundleClient.cpp; path = ReactCommon/cxxreact/JSDeltaBundleClient.cpp; sourceTree = ""; }; + AD384B57ACFFDF0E28F1115AA0EEC43A /* JWTAlgorithmESBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmESBase.h; sourceTree = ""; }; + AD991E6F74A9E24DF465A735786D6090 /* JWTBase64Coder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTBase64Coder.h; sourceTree = ""; }; ADD4C829CA5C6B7743BDE442AC339F91 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - AE1D4604B7FAAD114CE09F1D6C522491 /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; - AE56363AD7FCEF6AF20BF429A6762E38 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + AE22E6C606EEEEA068BFC72C6AA05440 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + AE2B4605537749C8389107622AA8E932 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; + AE98F9D14A8E1C84C32A0F91AD2807B7 /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; AEBB04F3B5016C861CD4DA5534A7FA9A /* Pods-eSteem-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-eSteem-acknowledgements.markdown"; sourceTree = ""; }; - AEE6E75A6E0383F51AA874B338FC8599 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; - AF1B3D60E5B5228DA06AAB76ED953761 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RecoverableError.h; path = ReactCommon/cxxreact/RecoverableError.h; sourceTree = ""; }; - AF1EC39F322DE32070440F237B027B96 /* BSG_KSZombie.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSZombie.c; sourceTree = ""; }; - AF3B3162FAA60BDE3EAD67D87EC43282 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; - AF4AAEB3C8DC4D784A946E7C7CC6698E /* JWTErrorDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTErrorDescription.h; sourceTree = ""; }; + AF2818B513C752C93C4C2A0A82BD63F1 /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; AF5D67C260743413846F2FB6F041BE7F /* Pods-eSteem-tvOS-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-eSteem-tvOS-acknowledgements.plist"; sourceTree = ""; }; - AF71C151E382B473377C8B0589928D72 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; - B03936A7260B383A9AA1B91D8ED47DF1 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InspectorInterfaces.h; path = ReactCommon/jsinspector/InspectorInterfaces.h; sourceTree = ""; }; + AF5DB84DB1633F0610E05ACAF3B10D9E /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageCache.m; path = Libraries/Image/RCTImageCache.m; sourceTree = ""; }; + AF7C67F8BA40C07A9BDE04710D89364A /* hmac.c */ = {isa = PBXFileReference; includeInIndex = 1; path = hmac.c; sourceTree = ""; }; + AFB6B8CAE4B0F3A2A0123FA7A9D42C47 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + B000D1E6D2B98DD4D10DAADDC16307A8 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCRuntime.h; path = ReactCommon/jsi/JSCRuntime.h; sourceTree = ""; }; + B03B2BDD4FEC374472BD9F60DD067E1A /* RCTPhotoLibraryImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPhotoLibraryImageLoader.h; path = Libraries/CameraRoll/RCTPhotoLibraryImageLoader.h; sourceTree = ""; }; B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B0D61D861B3BC97586A1D2BFE5354602 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MethodCall.cpp; path = ReactCommon/cxxreact/MethodCall.cpp; sourceTree = ""; }; B0DBC41ED2FBF841C8B403DAFC14F3CA /* AppCenterCrashes.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenterCrashes.framework; path = "AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework"; sourceTree = ""; }; - B0E3139CB49E32BB963310475EB90252 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; - B1096A8530DBC1C8184DD63C41BB5CC6 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; + B0E8214F33847864E62F0C3FAC5BFCC8 /* YGMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMarker.h; path = yoga/YGMarker.h; sourceTree = ""; }; B14777BEF0EAD2230D30C6F1C58E5D35 /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; - B15C2DE1B511E8A225653946423776BD /* fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fishhook.c; path = Libraries/fishhook/fishhook.c; sourceTree = ""; }; - B18B7B653634E4A56D496051CE71799B /* JWTClaimsSetVerifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaimsSetVerifier.h; sourceTree = ""; }; - B29FE39C09975754E35D091C9C378D2C /* react-native-fast-image.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-fast-image.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B1F7CFB44DD46AC5DDDEA17E519EFB9C /* crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = crypt.h; sourceTree = ""; }; + B206BFBFA4A9B2050979F0C104FC2DFA /* JWTAlgorithmDataHolder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmDataHolder.m; sourceTree = ""; }; + B262396DF1DB5CF540587DA8224B6908 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; + B26962FC47A5642BF8C8DCDB2D116329 /* react-native-version-number-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-version-number-prefix.pch"; sourceTree = ""; }; + B26D604DC5CF9F871EE6CB86EA2C4768 /* JWTAlgorithmNone.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmNone.h; sourceTree = ""; }; + B28CB603A1B50DA829E73662E121880D /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; B2A2ADAC113326BE54C8052CE67C1860 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; + B31C6F5B8038E6B6E98D1FB07E5F9E5B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; B329A890CFEF24A268F52417E4A1A95F /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = QBImagePicker/ja.lproj; sourceTree = ""; }; - B355BC4FE79B6D7EC15659E247782694 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jsi.h; path = ReactCommon/jsi/jsi.h; sourceTree = ""; }; - B366E95E9A4CED26D330E74C45E5B616 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - B3C904154920A59C0596149200B3DDF3 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + B3BF765A6CED8F5381586E8C51A1C1F6 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "jsi-inl.h"; path = "ReactCommon/jsi/jsi-inl.h"; sourceTree = ""; }; + B3D0BECCD2F2D3A5371966E812064921 /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; B3E54619A976BA77386E9BBB3FCC43BB /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; - B433310B8346DE0F34C12A59DBE39DA2 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SystraceSection.h; path = ReactCommon/cxxreact/SystraceSection.h; sourceTree = ""; }; - B48B63CCC04DD0045FD428B84C379A59 /* JWTAlgorithmNone.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmNone.h; sourceTree = ""; }; - B4C2D61EFB55B528C7127CA39782674D /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; - B4F33CA66CE658C29B4F09FEA5FC3F3F /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageUtils.m; path = Libraries/Image/RCTImageUtils.m; sourceTree = ""; }; - B51435598E7E911DA6790B1642F09A86 /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aes.h; sourceTree = ""; }; + B4459690421EF035DB8FD3FEA0E7328D /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageShadowView.m; path = Libraries/Image/RCTImageShadowView.m; sourceTree = ""; }; + B489DF853CA37E800C0D8FEB3234E33D /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RecoverableError.h; path = ReactCommon/cxxreact/RecoverableError.h; sourceTree = ""; }; B5290B22FB1E06A7204F4C426F7D435C /* SDWebImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageFrame.h; path = SDWebImage/SDWebImageFrame.h; sourceTree = ""; }; - B5C501422C782DD5606E5AC81773ED43 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; - B60B1C35E523AD2CC1213F08C60E99DB /* fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fishhook.h; path = Libraries/fishhook/fishhook.h; sourceTree = ""; }; - B65385F876268B978BE750617867610E /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; - B6F6EF92464562633827CBE3A30DEA76 /* JWTClaimsSetVerifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaimsSetVerifier.m; sourceTree = ""; }; - B71748D204640235E3F59FCB8922D7AF /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; - B801FDFAEE7C2A1FF14104596A4F2439 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; - B8E45AB99490BF6EF54B6BCE248BE44D /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; - B8F04BDC85FEF3908E3A9E52D4FAAD0C /* JWTCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCoding.m; sourceTree = ""; }; - B90373D15CCFD1DEB24963AAA9D64490 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = ReactCommon/jsiexecutor/jsireact/JSINativeModules.cpp; sourceTree = ""; }; - B9506C32120BDF0A61479BB984571905 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; - B9D3E218E83A681EBE5C5DACD01C6471 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; + B52FAFD7030F42172646C71AF121FF3B /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; + B65185BA32E0C3BF3D64438CA2E7E81B /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + B6CAA72DDAF5DE9D13B81458123C25B0 /* JWTAlgorithmDataHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmDataHolder.h; sourceTree = ""; }; + B6F6402A1DCD19A437FDD3F6310F5660 /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; + B6FE1E8613E0BF3DC681E42C324868C7 /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; + B738C79647F5F6AD600EC6B5F6B2E245 /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; + B74C35297E1E9F37121D3587850E62E9 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; + B78619DD409C8606D4FEFA3BB2C76FC3 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + B83A885E4C4ED23A265FA85590EF40F0 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + B84851D9461F8BE8C801776A936DE2FC /* RNIapIos.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNIapIos.m; path = ios/RNIapIos.m; sourceTree = ""; }; + B851F1FBF7066D9453A0115D0D4A79AB /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; + B87BCFCF8B4DD33E3E5067356A81FE2C /* prng.c */ = {isa = PBXFileReference; includeInIndex = 1; path = prng.c; sourceTree = ""; }; + B89B0A708C7CD741DD21FCFDE098B194 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + B9142E3A3135DDBB9DC314170C70F6E6 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + B965EAC0D446DA5A1EF8932B50868929 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = ReactCommon/jsiexecutor/jsireact/JSIExecutor.h; sourceTree = ""; }; + B984E6A7C72C4631224649EE2BBAB17C /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; + B9CC14D75BD1F88EDAE4A6BF42A05D39 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; BA170FC1B220C912E17336EB462BB688 /* QBImagePickerController.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QBImagePickerController.xcconfig; sourceTree = ""; }; - BA93D73F72F0D4F041303C34C8643638 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; - BB3B8AE62F65DFAE0CB8CA3392FC0B57 /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; - BB9B55D2E29520C2F24E838E94B7EC6A /* yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "yoga-prefix.pch"; sourceTree = ""; }; + BA71B820762AF5691F8893B50351BEC7 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; + BA7F9015D5F8610E8B5A98CE61158499 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + BA88DEA176148AB7B9CD3CFEED84806A /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; + BB1A968372DE867D2FBECB6B08639F80 /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; + BB1E194D310B010DE33A13B04A67939D /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; + BB21DB085C9D156AEA673B80F32C57AE /* BSG_KSSafeCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSafeCollections.m; sourceTree = ""; }; + BBA104A3D864AE556CEA1366F2C7B61D /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; BBACDBFBEA08FB3C88999AD81A701B07 /* vlog_is_on.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vlog_is_on.h; path = src/glog/vlog_is_on.h; sourceTree = ""; }; - BBB9AA853C5D8F69441CB6ABB62A0DAA /* RNIapIos.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNIapIos.m; path = ios/RNIapIos.m; sourceTree = ""; }; - BBCD0BC17D0F58C3EE39CAE3A8C23F15 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; BBCF0656E5D084F36CF44133DE555524 /* libPods-eSteem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-eSteem.a"; path = "libPods-eSteem.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BBFBF3D1F9DD85C228F97E181358E161 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + BBD44CA602FF543EA4CA3BB45F8D4072 /* RNCConnectionStateWatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionStateWatcher.m; path = ios/RNCConnectionStateWatcher.m; sourceTree = ""; }; BC13A955835FF9913F685D61F61BB37F /* RSKInternalUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKInternalUtility.m; path = RSKImageCropper/RSKInternalUtility.m; sourceTree = ""; }; + BC261A7C9C473E0B9856DD7702200A38 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + BC2E9C912EDFF56ACE608E453093ADC8 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + BC36E916734E446A69E3D86EDE75516C /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; + BC3E4782F74F2A1AA84B7287FBCBDF57 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + BCEAB89E71B0FF70FCF619B32A98D0F1 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; BD41390EF74D5469542D23875FEA208F /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - BD6F496FA9002EB4325C4D3E8B568BB4 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - BDE96E12C7BD7E88E41993030BA3CDFC /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; - BDFB4B1381FE867E976AFA72F9AF4B07 /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; + BD6AC9F3D65FB3D87B323E776CBA080F /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; + BDF9BCDFCB387DDEA5BCDFC9F159AEA9 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; BE00D62886ABC01AA5CE996BBED59E6F /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; + BE125F43C58EF953CC51C49314398289 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SystraceSection.h; path = ReactCommon/cxxreact/SystraceSection.h; sourceTree = ""; }; BE4C995ECAAB7346D4E3B177FB47E6FF /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; - BEE0346314036EBAF6B9F9448C0015EF /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + BE844E89DB72EAA417F8F1633097B139 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + BF188ADF1DBEB808966BF21E145921E0 /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; + BF81A61BE2C6A107DA2CEFE9380B93CF /* RNIap.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNIap.xcconfig; sourceTree = ""; }; + C03EE39F0086BD1A6656D65BEF2A13F3 /* BSG_KSZombie.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSZombie.h; sourceTree = ""; }; + C085363CE5AF37DF9696387AA0C0A020 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + C09B05907FAD1F1D11E008E827AE1B5B /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; C0B929C2E60C624C10584134D68CEED4 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = ""; }; + C0BEABA3BF0EA1F40228479070A81EDF /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; + C12CA1835D2C5F6026E7A9A4C57FF428 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + C14F517E25D6140921F207A73DA2D7E8 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + C15455C611F84EFDE449A8EDED7DF6DE /* JWTCoding+VersionOne.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+VersionOne.h"; sourceTree = ""; }; C157A9E1B0FD934C2D4ABBFBC806F00F /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; - C1BA70F34887A5D397121D7507E3EB69 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; - C1F907BE34F953DE9EA0C01F57688872 /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; - C208172B427BC40FD7FA604371387D8E /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; - C33A55BE95D6DDB063D65C326CBA9479 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSDeltaBundleClient.h; path = ReactCommon/cxxreact/JSDeltaBundleClient.h; sourceTree = ""; }; - C34BD7EDED6E4C5A42A16D6FE8785675 /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; - C39452A1D1B4D219FE947A64A6790B3C /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; - C398619136CDFA406ED9286D4A0E7D93 /* brg_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = brg_types.h; sourceTree = ""; }; - C3A56C1180375BBA3BBF0C7B010C97E6 /* BugsnagReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.xcconfig; sourceTree = ""; }; + C15A1EAB44F43D75F09A92853BB69F7C /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; + C17430AEB9B88D42CC05AB20780FE4B5 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + C183B713C2D4C6DFFF21EE0C2B019A59 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + C19496D379195B3C3A96A6650212ECD5 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; + C1D2A47C0E89835E14E48A86A549C3D1 /* JWTCryptoSecurity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCryptoSecurity.h; sourceTree = ""; }; + C1F4FC16ABBBBBB172B7A3E057ED6834 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + C223466F74855FF913B6718103783EB5 /* yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = yoga.xcconfig; sourceTree = ""; }; + C26E6902D3D69E1C189631629B6D2DD1 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + C2B9A28045DB2829CFD6DB5311C6162D /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + C2E3BE6B131CF912D4157980121D78C5 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + C2EEA6E52CE1DB72A72652684E673FA9 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTGIFImageDecoder.m; path = Libraries/Image/RCTGIFImageDecoder.m; sourceTree = ""; }; + C3591D7E1FDCD5E9DB823B2A60AF84FD /* JWTDeprecations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTDeprecations.h; sourceTree = ""; }; C40E1F1D1A35E560F59A6821EE82262B /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; + C44C481E006197B1F1B19F36E356FECF /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; C4708ED072CB9AB745907733848C65FB /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/SDWebImageTransition.m; sourceTree = ""; }; - C473627CBF8537F5D16297A98BC02586 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; - C5465344786FA21F8E81D6A0F910A3DE /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; - C548D9DBE7FB309F6ED24057268F9CC3 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; - C561C6AC8DB4685B7D7538AB3B1C8FC2 /* RCTCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTCameraRollManager.m; path = Libraries/CameraRoll/RCTCameraRollManager.m; sourceTree = ""; }; - C58D0F8637572FCCB40C21E61B30D0C8 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; - C669363CD51DDB7D1D0428242B50EF98 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; - C67D2DC30841372164FA3D03F974090D /* JWTBase64Coder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTBase64Coder.m; sourceTree = ""; }; - C73B0F3D18B17AF0583B446C4565A6A5 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; - C740BD0A4270F3ED9F660D29F5BB7078 /* RNCNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCNetInfo.h; path = ios/RNCNetInfo.h; sourceTree = ""; }; + C484186407537909F3A6404838609EA6 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + C52DA1552C6C3042B2F37970C70A64F3 /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; + C5525AA61C07B1D2D4BCDB358420FD7F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C58345FF59CF4C07355697722BEE2B7E /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aes.h; sourceTree = ""; }; + C61914506C35E376BE1EC8BA85E692B1 /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; + C72A37888403BE1AF250D0F8FDBCA793 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; C7571682487B76FF0B34CFD597C37D77 /* ColdClass.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ColdClass.cpp; path = folly/lang/ColdClass.cpp; sourceTree = ""; }; - C78809AE078EA357750DD019CD6CD6F3 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; - C7AC39CA81899A578D8BF5E0E462F66C /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; - C7C5B989EE05B37743151F1D332B6926 /* RNIap.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNIap.xcconfig; sourceTree = ""; }; + C794CD3134A28EF70538FC91DFDA4A6C /* unzip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = unzip.h; sourceTree = ""; }; + C7A3279439A1C89588057584B151190D /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + C7BFB3FFCF53B9D4AE8CB30E06F9DA6D /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + C7F06D96DB1E89C5F1663240762A51F5 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; + C82840C40A7C05A004E8C8666918BE98 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; C868A874BA4ADD6AC57087F8505E9146 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - C877F9DDE9494CFD783AC166960D5F0B /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; - C8AAA99A0587C5185868AA68B2FFBF3D /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; + C86C180E49C96F0FD23EC0BF5E409720 /* RCTCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTCameraRollManager.h; path = Libraries/CameraRoll/RCTCameraRollManager.h; sourceTree = ""; }; C8AAAB17FA581EE8E00183CBB6B80F04 /* CGGeometry+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CGGeometry+RSKImageCropper.h"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.h"; sourceTree = ""; }; - C8FCE98267BE97A94A814F119D38FC21 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + C8AFCE990CD33824617CBB405BD7F271 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + C8DB6FDC7CB748367C583B9C401A3379 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; C955E81412523AFDBD6093A74CC53404 /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; + C95E07384375170B7078B6ABC08EAC53 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; + C969EEB466742A8FC5BC2B397556A614 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; C9708630F9D9C8C32EF0B3C91B9E469D /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "QBImagePickerController-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - C97F8100C19A137BE3B84A41CFCFE5A6 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; - C9A15E554181632C3204C377DA52BD8D /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; - C9A3BA0F605863DA6F45EC6900B33AD3 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; - C9A85A018987030ACA0CB53C5EDFF97A /* JWTCoding+VersionOne.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+VersionOne.m"; sourceTree = ""; }; - CA09315395B6D9CAF5787E11ED7C21A4 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; - CA2818E60BABF3F9B303834E9249141F /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - CA6542E5739A9C8F9B5B41302D1CB2C2 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; - CA77B3CFBDC01C526F0019591F014BE0 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; - CAA0B49207950D100F4854F69AD77B23 /* SSZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipArchive.h; path = ios/CodePush/SSZipArchive/SSZipArchive.h; sourceTree = ""; }; - CAA9754BB306279054079CE9096E1314 /* RNIap-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNIap-prefix.pch"; sourceTree = ""; }; - CAB75C0EAD093902FC7EA0C8582668E5 /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; - CAE15777EC24D91935F0C624C670EAF9 /* pwd2key.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pwd2key.c; sourceTree = ""; }; - CAF6E5A36D623477F72F8857505D31FA /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; - CBC2EA80FEE6C25D492E087729EF37CB /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; - CBC61C7A16D3302ED8063BE8B5AD3410 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + C9EF1AB1AE385A79DBFABB54451C015A /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + CA381E83797DFA71142772F54A40E041 /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; + CA623A30B0ED3EED457C737CB8F9AB1E /* JWTClaimsSetVerifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaimsSetVerifier.h; sourceTree = ""; }; + CAC4B69CC51BAB0EF563B0F5623C048D /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; CBD0CD7C1FEB457673601CB5AE98A1B2 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - CCDF2759E50A195DB421D521E3B8EB17 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + CC132C16FC0156DEFCD466C18A9D86F7 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; + CC32F5A1DB0EDFED41BF687A7CA46ED6 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIndexedRAMBundle.h; path = ReactCommon/cxxreact/JSIndexedRAMBundle.h; sourceTree = ""; }; + CC478C89BEF9CF1F018E7BDCDF58210E /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + CC7E53B9CB201141D9A7D3B6E35987EF /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + CCC5897D8FEC82769133FDF650CB4E91 /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; CCF22D64C65CE0BB5EB4BB618F486653 /* RSKInternalUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKInternalUtility.h; path = RSKImageCropper/RSKInternalUtility.h; sourceTree = ""; }; - CD549C4C37821D91989638DAC66CD8A1 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; - CD6117DF7993E8A969B672D5918610B1 /* multi-deployment-testing-android.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "multi-deployment-testing-android.md"; path = "docs/multi-deployment-testing-android.md"; sourceTree = ""; }; - CD986C3DFE5920247108373C745176CC /* JWTCryptoKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCryptoKey.m; sourceTree = ""; }; - CEC6D7B71DAC08D8BE281F53DCB17761 /* IAPPromotionObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IAPPromotionObserver.h; path = ios/IAPPromotionObserver.h; sourceTree = ""; }; - CEF2930075B40F11F923B373377894E8 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; - CF29B7B37421A7B823C8CD9941A87ECA /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; - CF4416CB001F2CFEE6499D21A55AAAA2 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - CFE22723E73BCDF6EBE947FA301040B4 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; - CFED86219ABF7F1D147FBDE58D98A5C6 /* JWTAlgorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithm.h; sourceTree = ""; }; + CD207EE50EAB53FA8B47C3A3F12D1F7A /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + CD349BD37072D93A282F009E78396750 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; + CDC1B2BCC69440245BF7821E3A92322E /* JWTAlgorithmDataHolderChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmDataHolderChain.h; sourceTree = ""; }; + CE5F6476D39510FFC6E5C1AFAF870868 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + CE8D182CEF4E2799993591D49CD984E7 /* React-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-prefix.pch"; sourceTree = ""; }; + CF0E79EC0265F8C3502C4C28080EC279 /* CodePushUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushUtils.m; path = ios/CodePush/CodePushUtils.m; sourceTree = ""; }; + CF2ABCD02527A6990D5993B88FE8AB18 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + CFCCDDF00CF8712B93D54E3AA0C375C4 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + CFFF601D705DB67DDCD70B7D38FB5D27 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; D02340AC33D992B6A0F1ADDBE54A4597 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; - D04B7E1C5B29B2AFEE200D38286EB007 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; - D06AF919448CEFC4B6B61C25E0448403 /* JWTCoding+VersionTwo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+VersionTwo.h"; sourceTree = ""; }; - D0959C508B5768C6ACA77D08DA3A8291 /* entropy.c */ = {isa = PBXFileReference; includeInIndex = 1; path = entropy.c; sourceTree = ""; }; + D0C75A6E333665062161F59F0B327571 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTHTTPRequestHandler.mm; path = Libraries/Network/RCTHTTPRequestHandler.mm; sourceTree = ""; }; + D128B1CFBA565871E1F21D30E8B11663 /* RNIap-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNIap-prefix.pch"; sourceTree = ""; }; D131BBF98A26198368DD1535E990F086 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - D168AC2F5C098A845EBFC5FB6058425A /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; - D16F0372D265162F8FD52DF0F990F47B /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; - D18441D0F64E8812B1EDD479CD7F4476 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; - D1AFE6155192CBDCDCD164FBDD033644 /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; + D16122C71577129A442ED86A6A2433A6 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jsi.h; path = ReactCommon/jsi/jsi.h; sourceTree = ""; }; D1D8FCBB31963B9DC1A41AF37DFB9A89 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/UIImage+ForceDecode.m"; sourceTree = ""; }; D1E5D2FAD1AA01125EE2E64B2754CAC5 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; - D2107815759571AD60B84441C90804BC /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + D206FB22E230DDF3938751C11AD8E775 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; + D236C38640AE60311EECCF2DFA43E2F4 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; D23B34F3321CA17C2481F45DBEE9B75A /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - D24D192D864811F1E5ADF5E3AA8F47FA /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; - D268442A428A802EF8595D3955BA6ADE /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; - D272A0A281914155D221004A4D42527B /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; - D2CC1F5A5854B87C492AD2F809658DAD /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - D2E2EBDA6FB6DE41CB850841ED39D642 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; - D2F469CDFD6EAA32B72612B47767D0A0 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; - D305D5624310DA4E5C0092955771AC89 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; - D3163F4A1991EF427FF714D8E1B54A48 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; - D3327BD452E8B573E1D749048F61141B /* aestab.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aestab.h; sourceTree = ""; }; - D36D147BB312F23F9ADBF08D52EA7F0A /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; - D380E055981FC9AB3ED4C16F542A01A6 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; - D44B184FFA44D74CF01CF48D1BAD4503 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + D27ED0565B42BF90DFF74C2BB4387F5E /* react-native-version-number.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-version-number.xcconfig"; sourceTree = ""; }; + D28C5917AB87265CD9CDD1255EC55951 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxModule.h; path = ReactCommon/cxxreact/CxxModule.h; sourceTree = ""; }; + D2A93E35211E37A284DB87B5920BDF4A /* RCTAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAssetsLibraryRequestHandler.m; path = Libraries/CameraRoll/RCTAssetsLibraryRequestHandler.m; sourceTree = ""; }; + D2C6C64E4F790714A99B7BAC4233AE8A /* yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "yoga-prefix.pch"; sourceTree = ""; }; + D3357BDEBF3BBD42446A1F95539F5EC8 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + D3AB67D621FDA19AD86170867C5EB135 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; + D40E1EF227C2356ACC6F5A5726AFB519 /* react-native-version-number.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-version-number.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D44CAB5EACBD9AE986F7E8A60C02A1F5 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + D47D1D71878997FD0B1CB020DC84DB53 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; D48AB34AAF4CFC337ECDC65017C19654 /* SDWebImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCoderHelper.m; path = SDWebImage/SDWebImageCoderHelper.m; sourceTree = ""; }; - D51631867582BA65EDCE2B50A96E0860 /* JWTAlgorithmESBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmESBase.m; sourceTree = ""; }; - D51C98B93701AF6ADB549423420E4A2B /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; - D5724DCB32ED0B944D79F39214349E5B /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; - D637CE154AF3031C2DD1BE18EA2880EF /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; - D664F1B2937284E86A8AD634850BF74F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - D6F372FB593080A0596D9CB8F8A6C291 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; - D6F3B748F4F8FF5168F21A2DA1EA4811 /* RCTPhotoLibraryImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTPhotoLibraryImageLoader.m; path = Libraries/CameraRoll/RCTPhotoLibraryImageLoader.m; sourceTree = ""; }; - D745C9A5362AE564E9CBB21C24595B25 /* prng.c */ = {isa = PBXFileReference; includeInIndex = 1; path = prng.c; sourceTree = ""; }; - D79102EF64A0D2EA41534A294227DDBE /* react-native-netinfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.xcconfig"; sourceTree = ""; }; + D550F1575DE62AA0EB6C61C7C1300D60 /* fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fishhook.c; path = Libraries/fishhook/fishhook.c; sourceTree = ""; }; + D5A979E7B86B01C5244C5B51AF482471 /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; + D5ECFB7D9C221E8ED27A960778FDB6B9 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; + D60C104694EAEB67533352B9B9BDBDBF /* JWTCoding+VersionThree.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+VersionThree.m"; sourceTree = ""; }; + D642729E9E64836ABAECD8B8EA129B31 /* BSG_KSZombie.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSZombie.c; sourceTree = ""; }; + D6986BFB3B0B848B9614D153597532CE /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageEditingManager.m; path = Libraries/Image/RCTImageEditingManager.m; sourceTree = ""; }; + D6ACA60AF5499009E7563BE91B20EFE1 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + D6D647667BDF5E71B92AE5474B9FB3C4 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + D6DE98178B27227975E7E1C2C49F3FF9 /* JWTAlgorithmHSBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmHSBase.m; sourceTree = ""; }; + D7329EA58B8F15A467773135C0E75305 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; + D76ADFE6B5CD75E1A00995E40D72B07A /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNativeAnimatedNodesManager.m; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; + D7B75AE7503DF9A5B538919EEB8CF20C /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + D80833D97D18FD62B1D5D0EE15092C21 /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; + D81200E120D534109272E078A6FFA91F /* react-native-iapv3.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = "react-native-iapv3.svg"; path = "docs/react-native-iapv3.svg"; sourceTree = ""; }; D836DE72E6FF25EFBD133DCDBF80CD9F /* RSKImageCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageCropViewController.m; path = RSKImageCropper/RSKImageCropViewController.m; sourceTree = ""; }; - D862A1C6A56C34EFB6F13EC2B9BA2038 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; - D8AAC0F97B61584CC5529C125B3E4924 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; - D8C153E974DA8F930614EE8EEF14DEFD /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; - D8D68F2647CA08EF28C806276AD1A46E /* setup-ios.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "setup-ios.md"; path = "docs/setup-ios.md"; sourceTree = ""; }; - D9297504DA03CB194E36C5D8B11CCFC2 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; - D9371FFE35CF07F8DA9F9BD39DDDFDC4 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; - D948DB2EB770314AE2523CEDE47A5855 /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D9557D32931F7886CB37CFC97484BF05 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; - D97920C8A8056C8507E3E7CB37B046E3 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; - D9E6001548A060E44EB784F38DD66BC4 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; - D9F5DE1F944E403B7CD3ACAA7076D757 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; - DA56FC114C9C0489AF46F96A8F0CD24F /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; - DB71B09C42BE1D4CCE119FBB240C2D27 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + D844C3CB35199FB3F1CA541C7DF62ADA /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; + D89B617818370481D11322F5A2BB56C0 /* JWTClaimsSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaimsSet.h; sourceTree = ""; }; + D92CDE2646725B15837A1D6BACAE6E54 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; + DA0784403B2F413C648B701DC38DE7EE /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; + DA14D8508420A27F05CA13C58729EAD9 /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; + DA2E2147A41F51F2A09797358C52B351 /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; + DAA9706FD31B307C047642C8715F063A /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; + DABF7FA87D0B6FF6FDEA46D6AAD38DCE /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + DAD6451535D3948ED4D34A65340A1165 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + DB12A6250CCA0A2C25273A4AE543CDF1 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; + DB3A4864A33CF290B388403F94C3FEC6 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; DB86582C95E5602B075BBC7A939FBDA0 /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; - DCA22E656E31E6CE4074FDEABB5A85E9 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + DBAD302A5C9D4B3E98F63503EB2B08F4 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; + DBCD0ACD13C6E61306C11EF56B7B21C4 /* aesopt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aesopt.h; sourceTree = ""; }; DD1AA82163E6786A8E8C206249757289 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; - DD7E19440D8625EA19EF51A9FDA6F0CD /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; - DDC92D442C85E66579DE9259C2CA60BA /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; - DDF7BAFF5DE51659C618A0521FF60E97 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + DD4B0A8B3980594A2476816547280B4E /* RCTCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTCameraRollManager.m; path = Libraries/CameraRoll/RCTCameraRollManager.m; sourceTree = ""; }; + DD8D838D99CCD0A24FACDA5C232DD27E /* aestab.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aestab.h; sourceTree = ""; }; DE0E9F831516916D1743974589A94C21 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - DE34DC90C7AE44D5680724A3A938A9BF /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - DE37A1A15671F629E4FAAE5EBB50FAF3 /* JWTCryptoKeyExtractor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCryptoKeyExtractor.h; sourceTree = ""; }; - DE558B35620CCBF7A5743607B4A30B1D /* CodePushConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushConfig.m; path = ios/CodePush/CodePushConfig.m; sourceTree = ""; }; - DE8A8DD1274D1097A817C621402A169B /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; + DE4970D240C6BD865ACB1AA8EFEBABC5 /* zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = zip.h; sourceTree = ""; }; + DE4F3AF416C1FD6F7889D78EED96136E /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageView.m; path = Libraries/Image/RCTImageView.m; sourceTree = ""; }; + DE8CD17D6CFE0A93BB61162B04431132 /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; + DEC496AD14F7E92D7D6771D30B72F499 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; DED3355C117A012C14298749C96D6162 /* Pods-eSteemTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteemTests.debug.xcconfig"; sourceTree = ""; }; - DED43D072929753C5E65EFB561B01DBA /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; DEDBAA448DC7760E9E3F5B797382C5EB /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; - DF0959BD49A17F28395717087C804DDC /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; - DF396C9EE65F94E95482300A5FE00D81 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; - DF520F5766A5E326C3B97A0569D54741 /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTFileRequestHandler.m; path = Libraries/Network/RCTFileRequestHandler.m; sourceTree = ""; }; - DF96B7FD9C5B48402C7E200D24C8CB05 /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; - DFA2A477C16F4576443BF8B6525D66BB /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; - DFA42367D810B9126F850A184AFBAEC4 /* JWTClaimsSetSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaimsSetSerializer.m; sourceTree = ""; }; + DF73032674153369D083E2A2F3EA841D /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + DFC23BB11A4B5914EEED64EC3AB9AB89 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + DFC839555DFD23F5A279E2906260F4AD /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; E00F7F427F1F8FF155A36A10CB055F67 /* FLAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FLAnimatedImageView.m; path = FLAnimatedImage/FLAnimatedImageView.m; sourceTree = ""; }; E0E02E23A8D9BEE20D246B5FDECADEED /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - E15ED2B6F54D1004BCCA201D7EC16831 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; - E2B057EE0ADC0B423DB4C974670188BC /* React-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-prefix.pch"; sourceTree = ""; }; + E0E0DDCF9AC365283C0AFAC2662778F2 /* JWTErrorDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTErrorDescription.h; sourceTree = ""; }; + E15BEE4691410FEA31715534103D1721 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + E1BC9F8AAA005D054B5E700CA5A3C103 /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAnimationUtils.m; path = Libraries/NativeAnimation/RCTAnimationUtils.m; sourceTree = ""; }; + E27CC061553329BD75C9A1FA75789C53 /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; + E27E0457F501F85990C08AD8F7AF03E5 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + E29971795B61FEDDFF6178FFE10FEE37 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; E2BD2D60443E971C7C34455BB59E2E5D /* Pods-eSteem.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteem.release.xcconfig"; sourceTree = ""; }; - E32692026A877281BEC9D97C40E9973A /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageView.m; path = Libraries/Image/RCTImageView.m; sourceTree = ""; }; - E32A2C73CE40BA348791EB4975FB60E1 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; - E359E1674FB62CAD3FAB5A6713FE6863 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; - E3787B15EC16ED8E476ACC29DCB4C8AD /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; - E3A6150297C10609956B5BF8F30B4CC4 /* JWTClaim.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaim.m; sourceTree = ""; }; - E3BA2CA6D0411E6AA2FA17FED7939192 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - E3FF8FEAEC7AB760D63F2E0294A4E9B3 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; - E44549F004B1679509ED1218220D48DA /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; - E44B4565F1506B316F72FB5314DC297B /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; - E480E6C7D78A896E60E8B832D49936D7 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + E31BEFD6B9CE3BDEFB119C28B2272864 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + E3CE292279AB0B8533B0CC093F496264 /* JWTCoding+VersionThree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+VersionThree.h"; sourceTree = ""; }; + E3DABA267BDF697B7F0CB5B932E092E1 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTNetworking.mm; path = Libraries/Network/RCTNetworking.mm; sourceTree = ""; }; + E41868A777B72E5A4027F887B5DE0732 /* JWTClaimsSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaimsSet.m; sourceTree = ""; }; + E42BD45CF133E3FCED9BEDF0AE53182D /* CodePush-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CodePush-dummy.m"; sourceTree = ""; }; + E4A8F0751120EE6B655ABCE424A54597 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + E4D814B6C5EE2CAFECB3A68AE4152CC0 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; E4EEE9E54CCFF690FE7E067F30CAB872 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - E53C9797E1608A4B71D6C31374F57A69 /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; - E5A786C618D31FCAF19E1ED6F3BC0ED0 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + E5906190AB3E9751F3C7B58BED6A7022 /* multi-deployment-testing-android.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "multi-deployment-testing-android.md"; path = "docs/multi-deployment-testing-android.md"; sourceTree = ""; }; E5ABBFA01F2FF051D4F3EA859ECF739B /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; - E6617E2E31C7C9CD7DA345FA51509351 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; + E5BEA652C8CFD2F3DB99D15DD717966C /* RCTConvert+CodePushUpdateState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+CodePushUpdateState.m"; path = "ios/CodePush/RCTConvert+CodePushUpdateState.m"; sourceTree = ""; }; + E5E6E8DCA413794FA3953A72D0050913 /* CodePush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePush.m; path = ios/CodePush/CodePush.m; sourceTree = ""; }; + E5F58EE8079B6647F855C247F9360DF5 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + E629A2A201989DBB445B51636AD16CA1 /* RCTPhotoLibraryImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTPhotoLibraryImageLoader.m; path = Libraries/CameraRoll/RCTPhotoLibraryImageLoader.m; sourceTree = ""; }; E69FFCFF90B9497FC1E764E22E10BBA3 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - E6A978B14704D8908DA04297469AAC99 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; - E746F27D4545911789E901E4F822C68B /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; - E7A27F701C4C64B103C859B2B65346EC /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; - E88714415C24ED55779FDAFF602E73AD /* MF_Base64Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MF_Base64Additions.h; path = ios/CodePush/Base64/Base64/MF_Base64Additions.h; sourceTree = ""; }; - E8B6A30566C42EB791BE2CDE5A0DFEFA /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; - E91354A1345C17375AEC6675B7833498 /* JWTAlgorithmFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmFactory.h; sourceTree = ""; }; - E92AD93C069B336A361BBB4DA5061EB7 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxModule.h; path = ReactCommon/cxxreact/CxxModule.h; sourceTree = ""; }; - E93004CEBC185BB7B5567F96BC9FA9FC /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + E6E00F4F05257608B8DDF6FA6208D7C7 /* RCTConvert+CodePushInstallMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+CodePushInstallMode.m"; path = "ios/CodePush/RCTConvert+CodePushInstallMode.m"; sourceTree = ""; }; + E71DB16B3364D6042A9BD7BBF870EEAF /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + E78AA2487C72226BF88B3DAD892E0589 /* JWTErrorDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTErrorDescription.m; sourceTree = ""; }; + E83728D42744AF27109965B5A23B6ECB /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + E83D63D1EB676DECDF135EC5EC44CCAF /* multi-deployment-testing-ios.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "multi-deployment-testing-ios.md"; path = "docs/multi-deployment-testing-ios.md"; sourceTree = ""; }; + E86F0537F4CB1F12E7E38C3860414259 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + E89CDFD22A9FC696A3330A16C15A258A /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; E933DBF3629F99BAFDAC491A4676D156 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/UIView+WebCacheOperation.h"; sourceTree = ""; }; + E96841DBC1A44729FD021D67D433C934 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; E9689DEB21A801ABB813516796CABDF7 /* Pods-eSteemTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-eSteemTests-dummy.m"; sourceTree = ""; }; - E9B3C2C4A33E19DA251552E8AD7BDA3C /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; - E9C30327053DE6C9F8D840A8D9A003AC /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; - E9E4B9A91ACC00B8756FDB9ADCCEFED9 /* CodePush.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CodePush.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - EA51B8E52F25E525FE4E128D537F7BB4 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + E9E5FEC6683C72E7FC61841FC6407AF7 /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = hmac.h; sourceTree = ""; }; + EA0719109234408DD5181153C1B6745F /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + EAE6B8BE6548ACD2A35D8CFF044C676E /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; EAE95BB01B81F9BC7378901C6009EB72 /* Folly.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.xcconfig; sourceTree = ""; }; - EB12F69CFB310E32B09C4BB1C5752FB6 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; - EB270342863244E0562623AE75BB6C04 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; - EB5514D6055072D5D7573D5181281F0E /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; - EB79A7B90118D22F0D30668E096C14AE /* NSDictionary+BSG_Merge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary+BSG_Merge.m"; sourceTree = ""; }; - EBCD34C0DA3ECCDD422AFAACCDBAACC1 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; - EBFF70466C991B226C75F8B6D8A8A24F /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; - EC693E6F05A75F7D57F660293551EB79 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeModule.h; path = ReactCommon/cxxreact/NativeModule.h; sourceTree = ""; }; - ECE7314DBFC1198EC8EACBEE69ECFB05 /* CodePush.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CodePush.xcconfig; sourceTree = ""; }; - ED40CB4773C996857FE11894686C68B6 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ReactMarker.cpp; path = ReactCommon/cxxreact/ReactMarker.cpp; sourceTree = ""; }; - ED5E975D290C1B42627F624974FFC608 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; - EDBE193A364337B8A25A5F43FB999956 /* JWTAlgorithmFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmFactory.m; sourceTree = ""; }; + EAF92CAE9C3E21C4F371A3EA7149F148 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + EBC3851CA042C32191A960C51D76E623 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + ECAFC92E59B1D51A9F22CF115C89CB70 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + ECF3877E07667C17B3F8871241698A4C /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + ED1D9E34FB80C44EC1BF2B9229166745 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + ED43BBE400FEE358EE5374A9728D3C7E /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + ED733730A01B911918A675B335855BED /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; + ED84B193A1CB455D2C802ADE243BFEE7 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; + ED9990F6CDB1DA064674BA4F0D301B56 /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; + ED9F36BBB0620860F0177C6CA430E6CA /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; EDE3C374AC7B98BDD28591AF528A1B22 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; - EE544A8422778973FA6BCA0FB63C4254 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; - EE60B738DEA5DA3CF73D8940921CC133 /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; - EEAEC7CA6A939C4AACF42CBF42D5B0BE /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = ReactCommon/jsiexecutor/jsireact/JSIExecutor.h; sourceTree = ""; }; - EEE00DE3D5CC12B544C314D5BEA01224 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; - EEE219B21D4649183E7E122D8906A7CE /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; - EEE80D408E1A4780F926D19CE3969692 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; - EEF39AA67B7329CB91F302B5D120ACD6 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; - EF10D42A636F08C5997D599C8FB889B3 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; - EF9DFCBC769B321E6D4AB9C7A2ABADDF /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; - EFA0BE7314B0E9144A5174E15E0F864B /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; - EFDA750914EF07708D0226680D098813 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; - F045DE68C6F1EF59EB05D373AEE32FAC /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; - F0742ADE916880FD78FE29D8EF9AAB3A /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; - F0A01F719B27AA5CBC1C73AFA7CC264B /* mztools.c */ = {isa = PBXFileReference; includeInIndex = 1; path = mztools.c; sourceTree = ""; }; - F0A8865536C9AB5D6B55E043C8FE15E2 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSModulesUnbundle.h; path = ReactCommon/cxxreact/JSModulesUnbundle.h; sourceTree = ""; }; - F0AA94A403C812B5B0225D7C99DADF53 /* RCTAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAssetsLibraryRequestHandler.h; path = Libraries/CameraRoll/RCTAssetsLibraryRequestHandler.h; sourceTree = ""; }; - F0BCD6861CFBB35471102E2C6388DD85 /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; - F0BF2442F149464746353D7C1426868A /* RCTWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebView.m; sourceTree = ""; }; - F124978EA26B0D6E48106DBC881B43C8 /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; - F132D50345FB384A14A28C6E7D07F882 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JsArgumentHelpers.h; path = ReactCommon/cxxreact/JsArgumentHelpers.h; sourceTree = ""; }; - F1C20C74AF182D8DACF038960071C787 /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; - F2BCCCEC3D5AD7206F73A20BCF5A6A0E /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; - F2DC249F0756C5FED0838C06BE21AE37 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + EE3CCB6D8ED71ED6BCFF69114D60270E /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + EE9B4E24DF67AAD7CD40D8D300B491B0 /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; + EEB5D494761DD0A34DCF9B6A0A1E25A9 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + EEB7E5A025B187740ADF6C1643926CDE /* entropy.c */ = {isa = PBXFileReference; includeInIndex = 1; path = entropy.c; sourceTree = ""; }; + EEC0C4F7E374D52E86341D954D4A87A9 /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; + EF9F089E93CEDB0585891894EB9ACFA8 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; + EFB0A4148DEBFF52753E032DD5E951AF /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; + EFD38033A614C4FF8CC31B322A25C7AE /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; + F06CDBF37E74E6C5FBE80ED8352CE2EA /* RCTImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageLoader.m; path = Libraries/Image/RCTImageLoader.m; sourceTree = ""; }; + F06E266AFE2EBDF0F0DDA860C331F8F5 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTBlobManager.mm; path = Libraries/Blob/RCTBlobManager.mm; sourceTree = ""; }; + F07EBCF26A1E9D0D4AD4DDDB02D0764D /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageBlurUtils.m; path = Libraries/Image/RCTImageBlurUtils.m; sourceTree = ""; }; + F1456C23DC9DD70605DBD2DEA97F1876 /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; + F14E5131F38A14B6139307C9A4355AD9 /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; + F1AC7864748EB68D45E40B9F10434DA2 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; + F232806ACA489A9699A4EFEE81313ECB /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + F28308BBC9CB4763EE1B6F683EEA49B0 /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; + F299F13A77D720BAF75BACD4B74A0CCD /* JWTClaimsSetVerifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaimsSetVerifier.m; sourceTree = ""; }; + F304C3ACBC620BACEC069CA926D82615 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ReactMarker.cpp; path = ReactCommon/cxxreact/ReactMarker.cpp; sourceTree = ""; }; + F304CB8E8AED5A0985C45F2505C78B99 /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNativeAnimatedModule.m; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.m; sourceTree = ""; }; F307FF42E71D368FCC7A30B95B0FE078 /* AppCenter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenter.framework; path = "AppCenter-SDK-Apple/iOS/AppCenter.framework"; sourceTree = ""; }; - F318042C930279639F801F570EBA2223 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTNetworking.mm; path = Libraries/Network/RCTNetworking.mm; sourceTree = ""; }; - F33AD2C926BA45EB74A2A4DBC6110FD9 /* JWTAlgorithmNone.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmNone.m; sourceTree = ""; }; - F38259876A60448B428DADB984D99C81 /* JWTAlgorithmHSBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmHSBase.m; sourceTree = ""; }; - F38288C5DA48F510271F6D0726FD6AA3 /* react-native-iapv3.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = "react-native-iapv3.svg"; path = "docs/react-native-iapv3.svg"; sourceTree = ""; }; - F426291BB1D3AB77D41989D8CB840513 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; - F4D2D874B56DC7549D64A0BC480619A3 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; + F330A387BB6E8C84D038F6B72B45D07F /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; + F3445342A98D1D0B26168028F02CAAE6 /* RNIapIos.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNIapIos.h; path = ios/RNIapIos.h; sourceTree = ""; }; + F3EBF136C3ACB536DF54A915A0A25133 /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; + F447560B7EB151A4A7C2D8821BDEC678 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + F47E6FBBD4B6300759807A3959347F22 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTLocalAssetImageLoader.m; path = Libraries/Image/RCTLocalAssetImageLoader.m; sourceTree = ""; }; + F4CDFBD5D66DF248AE3EF9FD43F6EAF7 /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; + F4DD3EC05102FF39D2186FB54BC4A149 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + F4E77E0D868E6681F705B0966D396875 /* JWTAlgorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithm.h; sourceTree = ""; }; + F4ECDD7F5FB9CB9C257843AD086EB611 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; F502D0D8F78D0E95832C7988C6330863 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; - F5555416C9EE76FE048A5D2BC33D17D7 /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; - F5A02626679AF9A591512ACF02A4B4AA /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; - F5AAA884BBA3BE3E49436C340A71FA6F /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; - F5B9619126B7DF8A2391D8BB2A2ABF69 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; + F565731D094FA8124F716FA5E149F2FB /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSExecutor.cpp; path = ReactCommon/cxxreact/JSExecutor.cpp; sourceTree = ""; }; F64B94E0F1569CDD337B654063EC6F7B /* Pods-eSteem-tvOSTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-eSteem-tvOSTests-acknowledgements.markdown"; sourceTree = ""; }; F656ABCB7127A201CAB67040ACD9BBB6 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; + F662DB447D0DABB213B13E387F2E5895 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + F669E4D330D279138814C19DA463B25F /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; F676CB1F195DE1DE1CD36B03596EC74B /* glog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.xcconfig; sourceTree = ""; }; F69AE82BE164B614B45AF41E4E22FC98 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/SDAnimatedImageRep.m; sourceTree = ""; }; - F7617C92D291C93346D4C8E27C888866 /* RNVersionNumber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVersionNumber.m; path = ios/RNVersionNumber.m; sourceTree = ""; }; - F76F6068347242492B0EB50C4A4C4B06 /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; - F7C7453131F295ECFC73B4E54C902122 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; - F7EB2D8D87B7D4CEA61B4AA2A7AEB782 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; - F806A59C4F067804E79A7AEF5E81957F /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIDynamic.cpp; path = ReactCommon/jsi/JSIDynamic.cpp; sourceTree = ""; }; - F82B341F1A7362FC694C95AF9B97B2AD /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + F70807989700B86DA7225F02BA3C8164 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; + F766F69ECE2F17F3240FDAC76BCCBB5C /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; F8C28D85EFA3D9B24DC644A40C5CF053 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/SDAnimatedImageRep.h; sourceTree = ""; }; - F9276A4E6F0CFB601A182C7A2C056712 /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; - F9A535D65A0CC82E6CF6022A65492F1A /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; - F9A874CA3B64B959F84D272AA504A0D2 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; - F9A9A588EEBC982D347ABBFFA67AA083 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; + F95E65C9439FF5376D519153FBFB771F /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; + F99F8E1B717A26C5E96F6EBAA18D3FDA /* aescrypt.c */ = {isa = PBXFileReference; includeInIndex = 1; path = aescrypt.c; sourceTree = ""; }; F9ED056A40E08A36EBB9CA02C23433D2 /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; - FA9AA3432D0F916117500D26795BEBF4 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; FA9F0A934868EF896CD8F2DB9EBB355E /* FLAnimatedImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FLAnimatedImage.xcconfig; sourceTree = ""; }; FAA5F2D71B90788C908800A94534AA92 /* libFLAnimatedImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFLAnimatedImage.a; path = libFLAnimatedImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FAC83FBB5BABA772F7C87C1F576117F6 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; - FAE195FB11ACAB30F4348A8DE8EE6AE2 /* IAPPromotionObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IAPPromotionObserver.m; path = ios/IAPPromotionObserver.m; sourceTree = ""; }; + FAB232AC7EA869547FB374838E47EC07 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; FB34ACFB8DC217E0A6136AA35CC0144E /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = ""; }; - FC2BD1BD01592553F846CE9C11AC39AE /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; - FC5F6DF79D2D14D7BB1E5CEC010AD7DC /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; - FC7B6C8B529300253AA6A0B748DB05F2 /* CodePushPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushPackage.m; path = ios/CodePush/CodePushPackage.m; sourceTree = ""; }; - FCB2074DE0C1E4CB33EBB5049FB88708 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + FC5A95C190AAF71065D192C6FFCD4E4D /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; + FCA6D94704003A94FB680FAAAC2B3C5C /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; FD168EAD7A2A49F4C20385305D9A9963 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - FD47AA34F0324072A984EED163DD6299 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; - FD507E89F79F17CE491D645B4A64951B /* CodePush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePush.m; path = ios/CodePush/CodePush.m; sourceTree = ""; }; - FDF0561131B993B946576E64D71E0E8C /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; - FE41BEDB3E477C91D43BAC7506DD3AF1 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; - FEA615B1772AF3157637C666F733203B /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + FD5CFFA7E634A1C1C7A0A7BC5D818699 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; + FD914E92B07DE22F5A9FFC2A40D4E393 /* setup-ios.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "setup-ios.md"; path = "docs/setup-ios.md"; sourceTree = ""; }; + FD964A95805CDF9AA39F223B4BA9B018 /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; + FD98A389C512E2F269CDA6F956B657C2 /* RCTWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebView.h; sourceTree = ""; }; + FDE4F9E1146E6C512229D5FB7E5D901F /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNetworkTask.m; path = Libraries/Network/RCTNetworkTask.m; sourceTree = ""; }; + FE0F17119B9C99B1AE72C6DF2294A56C /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + FE28D1F95470BF126C7FC55526C09897 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = NativeToJsBridge.cpp; path = ReactCommon/cxxreact/NativeToJsBridge.cpp; sourceTree = ""; }; + FE423CF84F2E55B08DDD973D9A80A2CB /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + FE63E1F52F82DCFF1DBEC853808755D7 /* MF_Base64Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MF_Base64Additions.m; path = ios/CodePush/Base64/Base64/MF_Base64Additions.m; sourceTree = ""; }; FED8EBCE8A427F3614592A383ED9885B /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; FEE546D33AE6A9CFD0B9BBB6D34FB7D7 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - FF02D3E5D21506ADFA0A288645891271 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; - FF27792DC9495C1E721A39B1227B09F3 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + FEF7E298B200A067B33C03725ABADEB0 /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = jsi.cpp; path = ReactCommon/jsi/jsi.cpp; sourceTree = ""; }; + FF1D1A210639338D120DE7E12B81AE45 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + FF729C58BB2A3D8D9B12DC3CC121F540 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + FFE13FCED4D546CA9D55BAC9DB5AD28A /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -2368,14 +2376,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 704000421A0E36E88172A7ECBC7BCECA /* Frameworks */ = { + 6E72277320C40D6D120C303915BB55C6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7902E0DA7A22527A92046FBB98D12CD2 /* Frameworks */ = { + 704000421A0E36E88172A7ECBC7BCECA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2455,30 +2463,35 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 04D6C4A62ED01C273A269EBE88083DC8 /* Multiline */ = { + 03CBE0A3C4D3C837CA0D9899900BEF8F /* jsinspector */ = { isa = PBXGroup; children = ( - 2DF39E1269A16ED19E5C3ADE92B05377 /* RCTMultilineTextInputView.h */, - E746F27D4545911789E901E4F822C68B /* RCTMultilineTextInputView.m */, - 0F9D7EE9F1D7F8EEE78901B3CE4CE3DF /* RCTMultilineTextInputViewManager.h */, - 940161AC4B328C6DA5A5BD84DE7C6D09 /* RCTMultilineTextInputViewManager.m */, - 7B651827735E7FEDC589582E2F6DCAF5 /* RCTUITextView.h */, - 2AEF0CEE262F2516B7E2B26A35EF2B1B /* RCTUITextView.m */, + 6D0EA40A277B2A346B15537E9A2E5203 /* InspectorInterfaces.cpp */, + 1A99DA1EEC52FC92FD18C1A7C5E98E54 /* InspectorInterfaces.h */, ); - name = Multiline; - path = Multiline; + name = jsinspector; sourceTree = ""; }; - 060FECC715998298DCFFFFF2596CEA9D /* RSFamily */ = { + 061D744C8B202A8AB7ED70586C28B94E /* Surface */ = { isa = PBXGroup; children = ( - 18769F67E19F789A505D06F28E28E813 /* JWTAlgorithmRSBase.h */, - A93E6020D9C4751EA4F2E7F729D3AC68 /* JWTAlgorithmRSBase.m */, - 2458C4E4A5D83CC7853A9B1CAB8CB432 /* JWTRSAlgorithm.h */, - E89D1344D4FE311F3216D957CFD27479 /* RSKeys */, + 8499FA05D4F5B09191B466EE32861D94 /* RCTSurface.h */, + 885657E020D3730334C6D0F4B609FEBC /* RCTSurface.mm */, + F330A387BB6E8C84D038F6B72B45D07F /* RCTSurfaceDelegate.h */, + 454542AD53ACA6655CB8B3D463C029A2 /* RCTSurfaceRootShadowView.h */, + 40A4E2B47E5BB9A64F55EE07E69B24C7 /* RCTSurfaceRootShadowView.m */, + D7B75AE7503DF9A5B538919EEB8CF20C /* RCTSurfaceRootShadowViewDelegate.h */, + 821D32972A02FFD61A28287AC6F17AC9 /* RCTSurfaceRootView.h */, + 32D29166ADFD1B1BA7F00400618BF145 /* RCTSurfaceRootView.mm */, + 4B99EE2B4C3823A50F57382C7C874D0F /* RCTSurfaceStage.h */, + 9F0DC222812BC59B29A6EEC5F8076122 /* RCTSurfaceStage.m */, + 65F3F6E0A3C6D0C1F875B4BA2DD72668 /* RCTSurfaceView.h */, + B83A885E4C4ED23A265FA85590EF40F0 /* RCTSurfaceView.mm */, + 1679212833653DE646F3EB10FDFEBE67 /* RCTSurfaceView+Internal.h */, + 44569A19C70EE3C198C86B0399E528C0 /* SurfaceHostingView */, ); - name = RSFamily; - path = RSFamily; + name = Surface; + path = Surface; sourceTree = ""; }; 070771C3B466B39953D131EFB2AAFB6F /* Pods-eSteem */ = { @@ -2495,6 +2508,43 @@ path = "Target Support Files/Pods-eSteem"; sourceTree = ""; }; + 0A23938C8ACECE50E46C94A5F16DEC6F /* DevSupport */ = { + isa = PBXGroup; + children = ( + 54ADFB6E3552FDF585E92D1C4228B68A /* RCTDevLoadingView.h */, + 887323F166424BF9059102E4E6D04629 /* RCTDevLoadingView.m */, + DAA9706FD31B307C047642C8715F063A /* RCTDevMenu.h */, + B3D0BECCD2F2D3A5371966E812064921 /* RCTDevMenu.m */, + A10161088EA69D7CEB78AF158F30B13D /* RCTInspectorDevServerHelper.h */, + 1BF173BCDC55026B42FA34C35BCAAFB8 /* RCTInspectorDevServerHelper.mm */, + 82F0DA0A0E005D83E2892BE40915DB78 /* RCTPackagerClient.h */, + A245688E233825190086B2049A952167 /* RCTPackagerClient.m */, + A533AA1C521CCB10B1E324068340181F /* RCTPackagerConnection.h */, + 5259F47634534E823D5A274293C917BE /* RCTPackagerConnection.mm */, + ); + name = DevSupport; + path = React/DevSupport; + sourceTree = ""; + }; + 0B26A3EF2003962B54F1C8C786B71BB4 /* RCTNetwork */ = { + isa = PBXGroup; + children = ( + 60C0F5E6122CDFBCC0D0572AD99FF97A /* RCTDataRequestHandler.h */, + 09F1B90779EE95AF530D4EA7B12CD1E0 /* RCTDataRequestHandler.m */, + 6ED5A4797FFC78E4EEC496ED9D568FE3 /* RCTFileRequestHandler.h */, + 28FB24C71B3D36CE878B8B136512F25B /* RCTFileRequestHandler.m */, + 1DBDB07A7F2359E2852B81A9E531C88B /* RCTHTTPRequestHandler.h */, + D0C75A6E333665062161F59F0B327571 /* RCTHTTPRequestHandler.mm */, + F3EBF136C3ACB536DF54A915A0A25133 /* RCTNetInfo.h */, + 9E224D6891FCF31E7CD086F06F30717F /* RCTNetInfo.m */, + A793721418183EE5FB5656D0D003B97F /* RCTNetworking.h */, + E3DABA267BDF697B7F0CB5B932E092E1 /* RCTNetworking.mm */, + 8A09D04CA95D274A3E43AA63238B694E /* RCTNetworkTask.h */, + FDE4F9E1146E6C512229D5FB7E5D901F /* RCTNetworkTask.m */, + ); + name = RCTNetwork; + sourceTree = ""; + }; 0C233F8F871C35BA4C971C07F450204C /* Pods-eSteem-tvOSTests */ = { isa = PBXGroup; children = ( @@ -2508,38 +2558,79 @@ path = "Target Support Files/Pods-eSteem-tvOSTests"; sourceTree = ""; }; - 0D1A3B4E01315191D949B4248644B84E /* Support Files */ = { + 0CD93373EBE485462F653E905293516A /* Base */ = { isa = PBXGroup; children = ( - D79102EF64A0D2EA41534A294227DDBE /* react-native-netinfo.xcconfig */, - 46C38BAA4ABD512DB1E8FC6B2C01F322 /* react-native-netinfo-dummy.m */, - 822CA3A7B754ABB5D4CEB800C836D2A6 /* react-native-netinfo-prefix.pch */, + F4E77E0D868E6681F705B0966D396875 /* JWTAlgorithm.h */, + AA147B5397A42595055B5B72227A43FA /* JWTAlgorithmFactory.h */, + 0369DF9E5B2E1A88D783F1AF62C18783 /* JWTAlgorithmFactory.m */, + B26D604DC5CF9F871EE6CB86EA2C4768 /* JWTAlgorithmNone.h */, + 21865201C1E21F7E6226D6FF99AE5BB5 /* JWTAlgorithmNone.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-netinfo"; + name = Base; + path = Base; sourceTree = ""; }; - 0F244B73FB21D467FAF352869B4A4DA0 /* FrameworkSupplement */ = { + 0FD63BC885803297F3226F6904368BA8 /* Pod */ = { isa = PBXGroup; children = ( - 0E99F49E8AB46AAF979CE38BD61432FD /* JWT.h */, + A1FF43BE6B431271D220FEBE5C69569F /* LICENSE */, + 9248CEF494F2B7F8BD8FF5E0E4310358 /* react-native-fast-image.podspec */, + 91A2B6C934788179902DEEAC1FD6531C /* README.md */, ); - name = FrameworkSupplement; - path = ios/CodePush/JWT/Core/FrameworkSupplement; + name = Pod; sourceTree = ""; }; - 0F73D2ECD659C12E17C8A4084E5D7862 /* BugsnagReactNative */ = { + 0FDFCFBB1028F316D370055915A42773 /* Modules */ = { isa = PBXGroup; children = ( - A87D8CF68E25752DAC9C43C63FAD248E /* BugsnagReactNative.h */, - 2AD8E10A628C0F3F3EAAE7784C7F635D /* BugsnagReactNative.m */, - 5196C86E0099F58535F73D2B1CBE97D7 /* Core */, - 6DA7524743F3FC124B2AA3CA98B31621 /* Pod */, - AADAE4B6E06C047D87C39667612C3B66 /* Support Files */, - 147459697120B7F702B0EBB9491A9778 /* vendor */, + 0ED8BC382CC6059FA2FC2D00198D6293 /* RCTAccessibilityManager.h */, + 040D43AF44B91FEA49C779EE060D195E /* RCTAccessibilityManager.m */, + D844C3CB35199FB3F1CA541C7DF62ADA /* RCTAlertManager.h */, + 93C1228EEB36289DCD9AFEC7280F85ED /* RCTAlertManager.m */, + 2212897362BDF7186A7A3154BE2F4CDB /* RCTAppState.h */, + A23D4259DE00FBCA25151856B320E7F4 /* RCTAppState.m */, + 9EADC7B3A2FECADAF92B600EF66356FD /* RCTAsyncLocalStorage.h */, + 5697E1B919BB1EB9960AD0DD11B329A1 /* RCTAsyncLocalStorage.m */, + 6C1A56D092A480687A42C64DEDBAF1FB /* RCTClipboard.h */, + F1456C23DC9DD70605DBD2DEA97F1876 /* RCTClipboard.m */, + D6ACA60AF5499009E7563BE91B20EFE1 /* RCTDeviceInfo.h */, + 2B68EC927EDB04D2D1BD0A187E13C385 /* RCTDeviceInfo.m */, + 053CE15B44A1D6BB069192F6E68D13E8 /* RCTDevSettings.h */, + E5F58EE8079B6647F855C247F9360DF5 /* RCTDevSettings.mm */, + 1AAAFEB0C522FCDD09EC00BD47267323 /* RCTEventEmitter.h */, + 738FA5BE62EAEF5A809FF4DD42DFA710 /* RCTEventEmitter.m */, + 24219872069ACCD56A0EDAD6603805A5 /* RCTExceptionsManager.h */, + 40E8C1760D54061C7CD54BCEA0D5A166 /* RCTExceptionsManager.m */, + 67640E859B21AC8ED7CCFEFE55F06CE4 /* RCTI18nManager.h */, + 880F0371D1C8E31E98E26168E799B45B /* RCTI18nManager.m */, + 62F01249EDC984D609936783378FF287 /* RCTI18nUtil.h */, + 72D63C88DBF05109444CD5C8BC7A8897 /* RCTI18nUtil.m */, + 645D51C46CFAB922F0897A7F838B67FF /* RCTKeyboardObserver.h */, + 2757CDFE4E5B37CC3A45F706BD6C0EF8 /* RCTKeyboardObserver.m */, + 1D4EEFC49567D32D19228C283712A2AE /* RCTLayoutAnimation.h */, + A6B609E1479C20121E2AFFABE4204DF9 /* RCTLayoutAnimation.m */, + 71187EC328F3A4A364056C6F9D4D9D65 /* RCTLayoutAnimationGroup.h */, + 69CBE1B37A188006267551FDEC348435 /* RCTLayoutAnimationGroup.m */, + 15B8F3DEB69C16DF21A75D7CD92663F2 /* RCTRedBox.h */, + 540EA3C73D4C20273B11E133E5934723 /* RCTRedBox.m */, + 5277C67FCCEDDD339F4EA31C1EDA3738 /* RCTRedBoxExtraDataViewController.h */, + 28E4A6E4E7C7EFB8967B2FC138692B81 /* RCTRedBoxExtraDataViewController.m */, + F669E4D330D279138814C19DA463B25F /* RCTSourceCode.h */, + 59C7977B191A2D5E02D4ED32357D756F /* RCTSourceCode.m */, + 52541C6D38CA4B0E262DF5A42F0D274E /* RCTStatusBarManager.h */, + C19496D379195B3C3A96A6650212ECD5 /* RCTStatusBarManager.m */, + C95E07384375170B7078B6ABC08EAC53 /* RCTTiming.h */, + ED9990F6CDB1DA064674BA4F0D301B56 /* RCTTiming.m */, + 47C990CB2D4BAB17F04DA470536E0DF8 /* RCTUIManager.h */, + 10B48EF5D2D8F51AFBE9B7185A0EC422 /* RCTUIManager.m */, + F4DD3EC05102FF39D2186FB54BC4A149 /* RCTUIManagerObserverCoordinator.h */, + 3C2A62A7EF3780B8706E38F7A96938C6 /* RCTUIManagerObserverCoordinator.mm */, + A55D9621834712ED98D968A1BA74E94F /* RCTUIManagerUtils.h */, + D236C38640AE60311EECCF2DFA43E2F4 /* RCTUIManagerUtils.m */, ); - name = BugsnagReactNative; - path = "../../node_modules/bugsnag-react-native"; + name = Modules; + path = React/Modules; sourceTree = ""; }; 0FE69B798DD759DD0DD5912420CF4968 /* Support Files */ = { @@ -2553,34 +2644,6 @@ path = "../Target Support Files/DoubleConversion"; sourceTree = ""; }; - 1282EAB01AF409FAC8A7EA756969F0FF /* ClaimSet */ = { - isa = PBXGroup; - children = ( - 910ED015A5B73B91E45E3A29A40D6129 /* JWTClaim.h */, - E3A6150297C10609956B5BF8F30B4CC4 /* JWTClaim.m */, - 11CDCEFFA82A0A458F07E3CF9EB1D55D /* JWTClaimsSet.h */, - 2A94F16196577FAE9F8910808CABFC48 /* JWTClaimsSet.m */, - 717A2E5A77F6D47547632D75A1A2C096 /* JWTClaimsSetSerializer.h */, - DFA42367D810B9126F850A184AFBAEC4 /* JWTClaimsSetSerializer.m */, - B18B7B653634E4A56D496051CE71799B /* JWTClaimsSetVerifier.h */, - B6F6EF92464562633827CBE3A30DEA76 /* JWTClaimsSetVerifier.m */, - ); - name = ClaimSet; - path = ios/CodePush/JWT/Core/ClaimSet; - sourceTree = ""; - }; - 12ADAE29240E79516AF840B6744A2401 /* Holders */ = { - isa = PBXGroup; - children = ( - 032958D272BD8865C6CBE947FDD011DA /* JWTAlgorithmDataHolder.h */, - A12120CE2B98CF4913D8518F3ED08B58 /* JWTAlgorithmDataHolder.m */, - 5A2671FFD26532EFC80ED6BBE3DE2884 /* JWTAlgorithmDataHolderChain.h */, - 500AF2D945098EA2E95A03632DC3659B /* JWTAlgorithmDataHolderChain.m */, - ); - name = Holders; - path = Holders; - sourceTree = ""; - }; 1369E3A54CC0EB5AD29721AD65578BE2 /* AppCenterReactNativeShared */ = { isa = PBXGroup; children = ( @@ -2591,58 +2654,6 @@ path = AppCenterReactNativeShared; sourceTree = ""; }; - 147459697120B7F702B0EBB9491A9778 /* vendor */ = { - isa = PBXGroup; - children = ( - E8A8E6D7500E75947A8EBF47EAC54490 /* bugsnag-cocoa */, - ); - name = vendor; - path = cocoa/vendor; - sourceTree = ""; - }; - 148FB3CFF368FEDF00128C33B5AEED09 /* Filters */ = { - isa = PBXGroup; - children = ( - 3D74098433AFFE9FCEFDC4ABE5CD3D71 /* BSG_KSCrashReportFilter.h */, - F0742ADE916880FD78FE29D8EF9AAB3A /* BSG_KSCrashReportFilterCompletion.h */, - ); - name = Filters; - path = Filters; - sourceTree = ""; - }; - 1518958FAAA0FDF796510FA4FF64FDB3 /* Pod */ = { - isa = PBXGroup; - children = ( - 41538F44838DCD2F804CEA224E46DAC3 /* LICENSE */, - 25BB9169D903EE2F32115D8A9ABFE5A1 /* react-native-version-number.podspec */, - 5D6528F433493F4147E150DD0157C49B /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 153045C9F454382C225D76DD3CFDBFAB /* VirtualText */ = { - isa = PBXGroup; - children = ( - 6D8307C44A5DAE5B6CF8204127C88D70 /* RCTVirtualTextShadowView.h */, - 90AD9719829E0E24B4C770A8D24E5247 /* RCTVirtualTextShadowView.m */, - D380E055981FC9AB3ED4C16F542A01A6 /* RCTVirtualTextViewManager.h */, - DA56FC114C9C0489AF46F96A8F0CD24F /* RCTVirtualTextViewManager.m */, - ); - name = VirtualText; - path = Libraries/Text/VirtualText; - sourceTree = ""; - }; - 175C7CCA66D9B5A34EFA743C73D63087 /* Support Files */ = { - isa = PBXGroup; - children = ( - 821B3060FA6943EE2630FAB57E724DA4 /* yoga.xcconfig */, - 933B16EE6870AEC65372717098047CAF /* yoga-dummy.m */, - BB9B55D2E29520C2F24E838E94B7EC6A /* yoga-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/yoga"; - sourceTree = ""; - }; 17C282031761357D9E389C7F3700E4DF /* Resources */ = { isa = PBXGroup; children = ( @@ -2651,22 +2662,20 @@ name = Resources; sourceTree = ""; }; - 17F1D7B2C4B053BD345316EABAEA7640 /* Pod */ = { + 18B6DC2FC671AE25ED04E3F4DA097F2B /* Text */ = { isa = PBXGroup; children = ( - 7921B4E549209D95A86618A36CC4334A /* api-android.md */, - 5D6653F2C3B30B1DBE25C77D521A254B /* api-ios.md */, - 4291E6270C1208634A3F2EF9F50AE5D0 /* api-js.md */, - E9E4B9A91ACC00B8756FDB9ADCCEFED9 /* CodePush.podspec */, - 5F05881903300EA1CA05CBF315CF902C /* LICENSE.md */, - CD6117DF7993E8A969B672D5918610B1 /* multi-deployment-testing-android.md */, - 1543000B368E9EB734E4DDC8D1E0A1BF /* multi-deployment-testing-ios.md */, - 7540F8BF3E250B6F11605700BFD64B92 /* README.md */, - A8E7A166F0A961DD6910FF4353D4ECB8 /* setup-android.md */, - D8D68F2647CA08EF28C806276AD1A46E /* setup-ios.md */, - 4360C555F5DE3757FC56E822CB3FB39C /* setup-windows.md */, + 6528FB70EEFEE9E23C2DD90DBF416E5B /* NSTextStorage+FontScaling.h */, + 210FDA388F8B6C6CCEB0FE0EF9859F6B /* NSTextStorage+FontScaling.m */, + 31948149D28440CB1D5CC8EE113D0265 /* RCTTextShadowView.h */, + 47BD4FFB489C125C4808FF95B99B9133 /* RCTTextShadowView.m */, + F232806ACA489A9699A4EFEE81313ECB /* RCTTextView.h */, + 79B6BF2588B5EEB99DD1CC3182DE269B /* RCTTextView.m */, + 08301D80327E3DE39C9D021B67739FA7 /* RCTTextViewManager.h */, + EF9F089E93CEDB0585891894EB9ACFA8 /* RCTTextViewManager.m */, ); - name = Pod; + name = Text; + path = Libraries/Text/Text; sourceTree = ""; }; 1979BBFB23D0B466E3EDAABC6E77E156 /* GIF */ = { @@ -2678,98 +2687,29 @@ name = GIF; sourceTree = ""; }; - 1BEFBAD4F65F06E43BAE0FC2873BAD15 /* CodePush */ = { + 1DD2BF737FB55D3BDB2B22D0603B919E /* Development Pods */ = { isa = PBXGroup; children = ( - EE8156BAE9476129D5C0E886B7525672 /* Base64 */, - 6AB5889F7B019CA159E4AA6F101A06AC /* Core */, - CBBB5D56A3667BBC0BCAD7DC3DB56231 /* JWT */, - 17F1D7B2C4B053BD345316EABAEA7640 /* Pod */, - 21D7F3CFB1AC10A667036FAA84D08DB0 /* SSZipArchive */, - B9CBEABAA995062EBD74A9B3DA6A7B2A /* Support Files */, + 2620092F73832E8A3AA6F3536D57EA9C /* BugsnagReactNative */, + AEC0EDBACCB9BAB5EBCA9E98B35A3F61 /* CodePush */, + F584055954791F9A7FF0B61FCA794755 /* React */, + 617772271C86D3E9D7CA27BDAE1435B2 /* react-native-fast-image */, + 5152CF9FC7BE44D3026BCA5EBD46963F /* react-native-netinfo */, + B75F4672E1F8E3845FE97F94FB2FD262 /* react-native-version-number */, + 55C845264902AF09A2BC3FAE30A5DB0F /* RNIap */, + B876C5DE99EF272FD52465E027EC3DC0 /* RNImageCropPicker */, + A1788F6AEC59536803DECEBB67F00EB8 /* yoga */, ); - name = CodePush; - path = "../../node_modules/react-native-code-push"; + name = "Development Pods"; sourceTree = ""; }; - 1CE509B47D21A1CA279CAB316F231F59 /* Tools */ = { + 1E3C009F39B315E606C1BD05812E2A7F /* Source */ = { isa = PBXGroup; children = ( - A5F4EFF50744BBA2EC860C58B44947D6 /* BSG_KSArchSpecific.h */, - DE8A8DD1274D1097A817C621402A169B /* BSG_KSBacktrace.c */, - 2D7EA86CC7CEE9FD857831FF9C08DA4D /* BSG_KSBacktrace.h */, - 7A41DEB6DAB0D59FDCA8DB23D9BC664B /* BSG_KSBacktrace_Private.h */, - 34CFEE94394559E5A37F315FBFD0F7A6 /* BSG_KSCrashCallCompletion.h */, - A2A9172C0328CA759DE7DD087FC0AA95 /* BSG_KSCrashCallCompletion.m */, - 5E654A0C75AB0670B7BCBD168BD1239C /* BSG_KSDynamicLinker.c */, - DF96B7FD9C5B48402C7E200D24C8CB05 /* BSG_KSDynamicLinker.h */, - 32A5DB54AE1007E0E0B5A8406915E57A /* BSG_KSFileUtils.c */, - 39D7375F98A8C7358F8B3DD6849A5C20 /* BSG_KSFileUtils.h */, - BB3B8AE62F65DFAE0CB8CA3392FC0B57 /* BSG_KSJSONCodec.c */, - 19A1988ACFB461A31FF9A118982B1603 /* BSG_KSJSONCodec.h */, - 4A3D6375188D234D3AFB94B3F95544C4 /* BSG_KSJSONCodecObjC.h */, - DED43D072929753C5E65EFB561B01DBA /* BSG_KSJSONCodecObjC.m */, - 41A91B3D43A61E5B94107AD8E2EC2C72 /* BSG_KSLogger.h */, - 2758344F1FD75A58927551E45B2CD9D2 /* BSG_KSLogger.m */, - 0D9D614E39E2AF53DCA0C2A688C9CF42 /* BSG_KSMach.c */, - 37CDF316ACA36F0B9D4D3343F6AADADF /* BSG_KSMach.h */, - 664B7944B350349CE2154316600953C7 /* BSG_KSMach_Arm.c */, - 7778D6B114F178FC2161A9BA5D477AF0 /* BSG_KSMach_Arm64.c */, - D18441D0F64E8812B1EDD479CD7F4476 /* BSG_KSMach_x86_32.c */, - 83CB48BE8BB6B001D3DC8AC256C13F55 /* BSG_KSMach_x86_64.c */, - E7A27F701C4C64B103C859B2B65346EC /* BSG_KSMachApple.h */, - 816BCD1B186E794B3C8E7460ABA6CD70 /* BSG_KSObjC.c */, - 13696D1C168DADB362C3B770613D45BF /* BSG_KSObjC.h */, - 5840BAAF2FE9B8E00B11D355EAA0A9E6 /* BSG_KSObjCApple.h */, - 9264E9C00DAFB1CC290BE12B9EA2DB47 /* BSG_KSSafeCollections.h */, - 1A913166B3773E1504A42F545AC739F6 /* BSG_KSSafeCollections.m */, - F76F6068347242492B0EB50C4A4C4B06 /* BSG_KSSignalInfo.c */, - 7E7DB1EE5ACA7E98E1CB07349C9DD4D9 /* BSG_KSSignalInfo.h */, - 9BFB2CE883E4DD5337806D81635C3648 /* BSG_KSSingleton.h */, - 144AB9E75BC75F2B341F386168168544 /* BSG_KSString.c */, - 136C1AF53B2988DC18BC9698CE8DC8B2 /* BSG_KSString.h */, - 9EF4226BDB065DA5097BD67A9323545F /* BSG_KSSysCtl.c */, - CAB75C0EAD093902FC7EA0C8582668E5 /* BSG_KSSysCtl.h */, - AF1EC39F322DE32070440F237B027B96 /* BSG_KSZombie.c */, - 8862ECAA0D48983093B39245073DBCC4 /* BSG_KSZombie.h */, - AB4F14F76C756F875C6F1B938876D60A /* BSG_RFC3339DateTool.h */, - 5E285EB896FE39D300BDA78DA6CA57CE /* BSG_RFC3339DateTool.m */, - 67C7C9C8E2DFB420DE4180B3FD6255C6 /* NSDictionary+BSG_Merge.h */, - EB79A7B90118D22F0D30668E096C14AE /* NSDictionary+BSG_Merge.m */, - 7631F43069445A036E2E491043270F5B /* NSError+BSG_SimpleConstructor.h */, - 5C231A569D55AE6F0C60EDA020639C6F /* NSError+BSG_SimpleConstructor.m */, + 31DBE2074019DD3E49CFCD836CFF5D99 /* KSCrash */, ); - name = Tools; - path = Tools; - sourceTree = ""; - }; - 1D00D629F67017193D114406222D69B4 /* aes */ = { - isa = PBXGroup; - children = ( - B51435598E7E911DA6790B1642F09A86 /* aes.h */, - 47CDB5B51F5BD294C5F8FEC553FBBC42 /* aes_via_ace.h */, - 3052C6B09FF65AEDB85204E3D87F5377 /* aescrypt.c */, - 5908283DF0FD9C8903B9152C3860158E /* aeskey.c */, - A3C45565B5FEFE72611372693ECDE6C6 /* aesopt.h */, - 4C89CD87C591C346BB2FD2BA46ED4DDF /* aestab.c */, - D3327BD452E8B573E1D749048F61141B /* aestab.h */, - 36E267D10EF64E984A4E3DE75C71CA43 /* brg_endian.h */, - C398619136CDFA406ED9286D4A0E7D93 /* brg_types.h */, - D0959C508B5768C6ACA77D08DA3A8291 /* entropy.c */, - 8028B6E4EDF0DC77B37CEB1954E5F33E /* entropy.h */, - 85CCED732A2835CE16447B25DDB55CD9 /* fileenc.c */, - 70CD06616E7646A2458AFD2450012C07 /* fileenc.h */, - 47FA40A56A037D0FCF17DB5B5C32CB90 /* hmac.c */, - 49D8EBF587E91DED01C693946E97FA9B /* hmac.h */, - D745C9A5362AE564E9CBB21C24595B25 /* prng.c */, - AC85433882C1BDD49380BD7A612B0F5E /* prng.h */, - CAE15777EC24D91935F0C624C670EAF9 /* pwd2key.c */, - 6A1B739079985B5B977B87D1AF446A6C /* pwd2key.h */, - 5ABEBB7479DF04ECF84F5FAF76C34536 /* sha1.c */, - 7834D20230672D208988C16B325DE1B2 /* sha1.h */, - ); - name = aes; - path = ios/CodePush/SSZipArchive/aes; + name = Source; + path = Source; sourceTree = ""; }; 1E3CA7E3A4EC7310AC5FDB391B899121 /* Support Files */ = { @@ -2781,36 +2721,6 @@ path = "../Target Support Files/AppCenter"; sourceTree = ""; }; - 1E6D2766EAECFAFA2276F4CAD4B0E2F0 /* ScrollView */ = { - isa = PBXGroup; - children = ( - 70B7BA411755A3051FE089C8A051C27E /* RCTScrollableProtocol.h */, - 89C9B085271DC497B132E139956CDC93 /* RCTScrollContentShadowView.h */, - 984FA855EB099FABB9DDB2B89E453DAC /* RCTScrollContentShadowView.m */, - 28EE1A4A4976915D85C739052583BF14 /* RCTScrollContentView.h */, - 59C2B1E639C26551E9B563F31A3EE49B /* RCTScrollContentView.m */, - 1D73227B73E7AD4972E918004BB34059 /* RCTScrollContentViewManager.h */, - 989E96EB04A9CA58C8DCECB0CB843059 /* RCTScrollContentViewManager.m */, - 0257E56D82F830B5B6793D524ECA2388 /* RCTScrollView.h */, - 742558583C4D30801C867EB4926C9080 /* RCTScrollView.m */, - 1B422B531182BF9FAAB2CEAF02A021EA /* RCTScrollViewManager.h */, - E44549F004B1679509ED1218220D48DA /* RCTScrollViewManager.m */, - ); - name = ScrollView; - path = ScrollView; - sourceTree = ""; - }; - 1E6D3F1C631ABCD22F16054530944A2C /* Support Files */ = { - isa = PBXGroup; - children = ( - 8717E91641AC0AE499786EC692082F20 /* react-native-version-number.xcconfig */, - 5FD166A1D16BED3D7E8ECC8A5D46C2A5 /* react-native-version-number-dummy.m */, - 331F7D15BA0273CF9FB805FAE935A485 /* react-native-version-number-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-version-number"; - sourceTree = ""; - }; 1FA8D3313161490FD3F60BED7A96D24B /* Crashes */ = { isa = PBXGroup; children = ( @@ -2819,82 +2729,43 @@ name = Crashes; sourceTree = ""; }; - 21D7F3CFB1AC10A667036FAA84D08DB0 /* SSZipArchive */ = { + 221591287E4C55524B6005B42814B7DB /* Pod */ = { isa = PBXGroup; children = ( - 53B1EFB0AE9FAD42F64E4A911B018C87 /* Common.h */, - CAA0B49207950D100F4854F69AD77B23 /* SSZipArchive.h */, - 5C62B537BD7C137BAA3DCD66F9684761 /* SSZipArchive.m */, - 1D00D629F67017193D114406222D69B4 /* aes */, - 63E3D2EFC9FF15FFA830419A53F82A37 /* minizip */, + 9BFBE477615A0CD19AE24B0FF9DF1062 /* LICENSE */, + D81200E120D534109272E078A6FFA91F /* react-native-iapv3.svg */, + 05BD28FC83EB503FD1D83926161B94E8 /* README.md */, + 38DE217EB8E3FC50403456B28A5D8B6B /* RNIap.podspec */, ); - name = SSZipArchive; + name = Pod; sourceTree = ""; }; - 21F664E781C8F1B4786EF08A07002830 /* TextInput */ = { + 2460875221E8CC157402E2E5D89927AC /* ScrollView */ = { isa = PBXGroup; children = ( - CBC61C7A16D3302ED8063BE8B5AD3410 /* RCTBackedTextInputDelegate.h */, - 47EBBA97B39AB6102FE0D435B48329DB /* RCTBackedTextInputDelegateAdapter.h */, - F4D2D874B56DC7549D64A0BC480619A3 /* RCTBackedTextInputDelegateAdapter.m */, - 13771E1C5191B6E7D68FA37D747932B9 /* RCTBackedTextInputViewProtocol.h */, - 9AED8A5E808CBBFE027378D377C4B6B4 /* RCTBaseTextInputShadowView.h */, - DF0959BD49A17F28395717087C804DDC /* RCTBaseTextInputShadowView.m */, - 36E03C2025EB9563C800A2BC0FAA92CE /* RCTBaseTextInputView.h */, - AA76E5E17F71BB286BABE940FFE06D43 /* RCTBaseTextInputView.m */, - 2037682A03DE9EB795623635F1084450 /* RCTBaseTextInputViewManager.h */, - 500F6FF2DDFCD13404A083AB8EDA65C4 /* RCTBaseTextInputViewManager.m */, - 8DAC5C76D281ABCF042129CFFB874A34 /* RCTInputAccessoryShadowView.h */, - 2BA55255259D3D576DC667A14A068436 /* RCTInputAccessoryShadowView.m */, - B0E3139CB49E32BB963310475EB90252 /* RCTInputAccessoryView.h */, - FCB2074DE0C1E4CB33EBB5049FB88708 /* RCTInputAccessoryView.m */, - D637CE154AF3031C2DD1BE18EA2880EF /* RCTInputAccessoryViewContent.h */, - E93004CEBC185BB7B5567F96BC9FA9FC /* RCTInputAccessoryViewContent.m */, - 9F0CE9996A72417CAAD5DD37384A2A63 /* RCTInputAccessoryViewManager.h */, - A32C364453447EAF62DE1C514EB2A652 /* RCTInputAccessoryViewManager.m */, - D04B7E1C5B29B2AFEE200D38286EB007 /* RCTTextSelection.h */, - 2E2986407522D5D5394A33F9BF25F437 /* RCTTextSelection.m */, - 04D6C4A62ED01C273A269EBE88083DC8 /* Multiline */, - E6BB67A4984E71467F84E2595C209C5F /* Singleline */, + 59C79B3EEA9733E24BD557183BEFC392 /* RCTScrollableProtocol.h */, + F4ECDD7F5FB9CB9C257843AD086EB611 /* RCTScrollContentShadowView.h */, + 4C06AEE7938E5C23D3423BE8D7481370 /* RCTScrollContentShadowView.m */, + 2B5E0CF1D04C238CD598D11EE1408169 /* RCTScrollContentView.h */, + 705B40009D21A842D3FA33127060EEEC /* RCTScrollContentView.m */, + 76CB8BF1D62D7F941BD513FB43BCFD13 /* RCTScrollContentViewManager.h */, + E4D814B6C5EE2CAFECB3A68AE4152CC0 /* RCTScrollContentViewManager.m */, + 4C6219F85694B7EB4147FB00D30655B7 /* RCTScrollView.h */, + DEC496AD14F7E92D7D6771D30B72F499 /* RCTScrollView.m */, + A72A9E950B9EC929FFF4A29C692EE7B6 /* RCTScrollViewManager.h */, + 9E7D59953E96691C997056A00DE957DA /* RCTScrollViewManager.m */, ); - name = TextInput; - path = Libraries/Text/TextInput; + name = ScrollView; + path = ScrollView; sourceTree = ""; }; - 228098CC33CAF3C758520B64B3CBF5CE /* React */ = { + 2537C336CFA4E65EBC84392EED24F383 /* DevSupport */ = { isa = PBXGroup; children = ( - EF35A741E887A43FAF7A4173B4756FBD /* Core */, - 9B0CB2F77E5AED6CEA7D1B3419CD36CB /* CxxBridge */, - 3EBE9E96428E62AE29ABD45082255C74 /* cxxreact */, - B421F5A4D2B9FF48AF6F2E0F2C1343D4 /* DevSupport */, - 3C5A5E9CEC31D0AD026C43BD0C2D5D8C /* fishhook */, - 5CE33C89C112673E54FEB4A0D5F28B71 /* jsi */, - 4FF4D0B205BB89A8C1D3B0FD67B6E483 /* jsiexecutor */, - 8F77EF4F31F483FB9B1A2C80732B539A /* jsinspector */, - C23AFD43FED31A337C8D545CA76EF128 /* Pod */, - 8CB0C9AD97AD54B3B5424FF81D99410E /* RCTActionSheet */, - 4FB47430FC596A2D189AC5EE72CA18C1 /* RCTAnimation */, - E7739580E2EB0D16258C626AFA35005E /* RCTBlob */, - 7E2CE7FF82D211F2FB80B933448F11A1 /* RCTCameraRoll */, - 65432821E5DC2749E0A9804D9FCA8E0E /* RCTImage */, - E7F95D8E1204732833591B1FCFA9EAC1 /* RCTNetwork */, - B482AE31E1E3E21B43D5C1A3E1A57461 /* RCTText */, - C5068926CD68B438F5DB7B27B4E5A031 /* RCTWebSocket */, - C1F150BD9A6235AF28E5C9DD4A72D0C0 /* Support Files */, + 0A23938C8ACECE50E46C94A5F16DEC6F /* DevSupport */, + FD734D44099E307E863BE6BFD1C7B234 /* Inspector */, ); - name = React; - path = "../../node_modules/react-native"; - sourceTree = ""; - }; - 244FD467F86403C3BBE6AF66505F7849 /* ESFamily */ = { - isa = PBXGroup; - children = ( - 8A53024DB3B115ACE9E8FBE74502743E /* JWTAlgorithmESBase.h */, - D51631867582BA65EDCE2B50A96E0860 /* JWTAlgorithmESBase.m */, - ); - name = ESFamily; - path = ESFamily; + name = DevSupport; sourceTree = ""; }; 25AD387CC2A5B54EA3AA7A40D27BE0E6 /* Targets Support Files */ = { @@ -2908,6 +2779,32 @@ name = "Targets Support Files"; sourceTree = ""; }; + 25E4C81B578D83907371DC8FDCAE01EE /* RawText */ = { + isa = PBXGroup; + children = ( + 7296E06B14727BFB9399E0F54C5ABBFE /* RCTRawTextShadowView.h */, + 7C4688A1BF36F209F603907D2686BA0E /* RCTRawTextShadowView.m */, + 7F9AF91E1B2072284D082A27F85EE1A9 /* RCTRawTextViewManager.h */, + 0F578A65BD0E2AD44A1669310BED121C /* RCTRawTextViewManager.m */, + ); + name = RawText; + path = Libraries/Text/RawText; + sourceTree = ""; + }; + 2620092F73832E8A3AA6F3536D57EA9C /* BugsnagReactNative */ = { + isa = PBXGroup; + children = ( + C15A1EAB44F43D75F09A92853BB69F7C /* BugsnagReactNative.h */, + B6F6402A1DCD19A437FDD3F6310F5660 /* BugsnagReactNative.m */, + 4EA5F8B54374D1BF4B271789BB158412 /* Core */, + F7C487F46077769FA9610EC3369D65D5 /* Pod */, + A401C5D06FD82AFFB6207376D8AEFD53 /* Support Files */, + 766C53A2737F4F3170D31196734AA393 /* vendor */, + ); + name = BugsnagReactNative; + path = "../../node_modules/bugsnag-react-native"; + sourceTree = ""; + }; 26F4A6A836DEC66078A4C575F878E6BB /* Support Files */ = { isa = PBXGroup; children = ( @@ -2917,13 +2814,13 @@ path = "../Target Support Files/AppCenterReactNativeShared"; sourceTree = ""; }; - 27008B4A8F5545DF4A66959265C97C35 /* Source */ = { + 28DC95CCD5C590DFC9E0F7670BA07B13 /* fishhook */ = { isa = PBXGroup; children = ( - BC4760B746998585B0CC021C8CE51F2B /* KSCrash */, + D550F1575DE62AA0EB6C61C7C1300D60 /* fishhook.c */, + 63AF5CFA533EEA41902BF559B8B733E6 /* fishhook.h */, ); - name = Source; - path = Source; + name = fishhook; sourceTree = ""; }; 2AD7F35C0529C7B6ECD5DFB7553D400B /* Frameworks */ = { @@ -2942,6 +2839,45 @@ name = Core; sourceTree = ""; }; + 2C0E073BE1A00D44B775F5FD7C4A0241 /* aes */ = { + isa = PBXGroup; + children = ( + C58345FF59CF4C07355697722BEE2B7E /* aes.h */, + 87DB24154830C50135EB34F2335E62B3 /* aes_via_ace.h */, + F99F8E1B717A26C5E96F6EBAA18D3FDA /* aescrypt.c */, + 5EA0FA9FEAE56C6D42E07BFAB286ED15 /* aeskey.c */, + DBCD0ACD13C6E61306C11EF56B7B21C4 /* aesopt.h */, + 3E1C74EB944BA54849EAA063A41E1121 /* aestab.c */, + DD8D838D99CCD0A24FACDA5C232DD27E /* aestab.h */, + 8583769C6B3EB22C25EF9D2366C6E7D2 /* brg_endian.h */, + 7BD8CE2743BD5ECB177C09E5A5F6E46B /* brg_types.h */, + EEB7E5A025B187740ADF6C1643926CDE /* entropy.c */, + 732C9361104DD0C2FA6F81FBEF189642 /* entropy.h */, + 83922DC90A9C0AA1E66F46809123F3AD /* fileenc.c */, + 8206296193E019E3D6477A747827D1D7 /* fileenc.h */, + AF7C67F8BA40C07A9BDE04710D89364A /* hmac.c */, + E9E5FEC6683C72E7FC61841FC6407AF7 /* hmac.h */, + B87BCFCF8B4DD33E3E5067356A81FE2C /* prng.c */, + 9C8CE2AAE2AEFC8F05B526185B6DD220 /* prng.h */, + 6D1A99F8894368C484355B2EAE8E6918 /* pwd2key.c */, + 988D1D369C72891BA31BB06E8BA74C65 /* pwd2key.h */, + 448A68883818EFE761A8DA9A455E617E /* sha1.c */, + 386E74A738E822E2E27BE317DFAC1EDD /* sha1.h */, + ); + name = aes; + path = ios/CodePush/SSZipArchive/aes; + sourceTree = ""; + }; + 2D339F3D9B0B6C982C81A84209D6C8BA /* UIUtils */ = { + isa = PBXGroup; + children = ( + EEB5D494761DD0A34DCF9B6A0A1E25A9 /* RCTUIUtils.h */, + 4003E60FEBF4B89D537FC2662EA11C98 /* RCTUIUtils.m */, + ); + name = UIUtils; + path = React/UIUtils; + sourceTree = ""; + }; 2FBD1A1F6380DC78356E8996830CAE69 /* Products */ = { isa = PBXGroup; children = ( @@ -2970,6 +2906,77 @@ name = Products; sourceTree = ""; }; + 3014DD72E689E8E77F568BA69066B50B /* Pod */ = { + isa = PBXGroup; + children = ( + 38766DE6C8CCAA033247A604A5161288 /* api-android.md */, + 19DE5BCD7FBDD737A81EAA8C4EDEB965 /* api-ios.md */, + AAAFEC911D52A70900C56499EF237C52 /* api-js.md */, + 0C8261D9A11CED8B009E5D8F6E3D1539 /* CodePush.podspec */, + 7B586851C7466BD04C809B88FAD966E0 /* LICENSE.md */, + E5906190AB3E9751F3C7B58BED6A7022 /* multi-deployment-testing-android.md */, + E83D63D1EB676DECDF135EC5EC44CCAF /* multi-deployment-testing-ios.md */, + ED9F36BBB0620860F0177C6CA430E6CA /* README.md */, + 564C63A129ED9DAF0AA0CC19DC3B97B7 /* setup-android.md */, + FD914E92B07DE22F5A9FFC2A40D4E393 /* setup-ios.md */, + 17FD823C37A091B2E40343E763C3BFD7 /* setup-windows.md */, + ); + name = Pod; + sourceTree = ""; + }; + 30414508F7F2048EB6673B4BBE595882 /* Pod */ = { + isa = PBXGroup; + children = ( + C5525AA61C07B1D2D4BCDB358420FD7F /* LICENSE */, + C085363CE5AF37DF9696387AA0C0A020 /* React.podspec */, + 4E042626BBBA79D299C13C3D208B663F /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 31367D035C9EE00B3890B289EB6FA386 /* RCTAnimation */ = { + isa = PBXGroup; + children = ( + C0BEABA3BF0EA1F40228479070A81EDF /* RCTAnimationUtils.h */, + E1BC9F8AAA005D054B5E700CA5A3C103 /* RCTAnimationUtils.m */, + DBAD302A5C9D4B3E98F63503EB2B08F4 /* RCTNativeAnimatedModule.h */, + F304CB8E8AED5A0985C45F2505C78B99 /* RCTNativeAnimatedModule.m */, + 6F9B4211B4883C13828AA4B3DE19A0E7 /* RCTNativeAnimatedNodesManager.h */, + D76ADFE6B5CD75E1A00995E40D72B07A /* RCTNativeAnimatedNodesManager.m */, + 4418D5B804D603A6F75F27DE84F56200 /* Drivers */, + 38CA07CEC451398D0DF46027148544EA /* Nodes */, + ); + name = RCTAnimation; + sourceTree = ""; + }; + 31DB0A052114268FAEEF2DCB0CDE32F7 /* Base64 */ = { + isa = PBXGroup; + children = ( + A449794B33CAC18C7B20A6AB5C9DA682 /* MF_Base64Additions.h */, + FE63E1F52F82DCFF1DBEC853808755D7 /* MF_Base64Additions.m */, + ); + name = Base64; + sourceTree = ""; + }; + 31DBE2074019DD3E49CFCD836CFF5D99 /* KSCrash */ = { + isa = PBXGroup; + children = ( + D00832B6195DADF994E2164E3AC25937 /* Recording */, + 7750B9F77D3EE3764E576553B4C40389 /* Reporting */, + ); + name = KSCrash; + path = KSCrash; + sourceTree = ""; + }; + 320C85CE46DE92A7841447533A219264 /* FrameworkSupplement */ = { + isa = PBXGroup; + children = ( + 258FECC08FBF0F78702EC958724F8DFE /* JWT.h */, + ); + name = FrameworkSupplement; + path = ios/CodePush/JWT/Core/FrameworkSupplement; + sourceTree = ""; + }; 33C0760FC14FA5464C8CB2905ACB4DE8 /* AppCenter */ = { isa = PBXGroup; children = ( @@ -2983,112 +2990,136 @@ path = AppCenter; sourceTree = ""; }; - 3C5A5E9CEC31D0AD026C43BD0C2D5D8C /* fishhook */ = { + 36370939EA030FE711DBA8672A7F9EC4 /* BaseText */ = { isa = PBXGroup; children = ( - B15C2DE1B511E8A225653946423776BD /* fishhook.c */, - B60B1C35E523AD2CC1213F08C60E99DB /* fishhook.h */, + C09B05907FAD1F1D11E008E827AE1B5B /* RCTBaseTextShadowView.h */, + 5F37181845007FED474D6690EEFB37BE /* RCTBaseTextShadowView.m */, + 8BA6F99E230F479DCD6DEDC35D43D064 /* RCTBaseTextViewManager.h */, + C12CA1835D2C5F6026E7A9A4C57FF428 /* RCTBaseTextViewManager.m */, ); - name = fishhook; + name = BaseText; + path = Libraries/Text/BaseText; sourceTree = ""; }; - 3DFE51B3F65E7CB8BB18CEABA66B923E /* Support Files */ = { + 38CA07CEC451398D0DF46027148544EA /* Nodes */ = { isa = PBXGroup; children = ( - 14309543043D5842921F139EC97A3E4A /* react-native-fast-image.xcconfig */, - 3E38462CA720AFF8A6024D4B39E9F658 /* react-native-fast-image-dummy.m */, - 0B4D3239448C8EBF90A53D031DD4C813 /* react-native-fast-image-prefix.pch */, + 548DE0A060ED92F6B2603726CB40CC3E /* RCTAdditionAnimatedNode.h */, + A72878FC66DB2D164A3E4943548D53E5 /* RCTAdditionAnimatedNode.m */, + 0A74F88D778FF570CBA4C8BA55A651CB /* RCTAnimatedNode.h */, + 24FFE2751DC7AB0B51DFC4C4CBA6A559 /* RCTAnimatedNode.m */, + 07922C7159C1FA202B8D39958CB62447 /* RCTDiffClampAnimatedNode.h */, + CFFF601D705DB67DDCD70B7D38FB5D27 /* RCTDiffClampAnimatedNode.m */, + 612076A62E05F0ED2FCC882712EF56AF /* RCTDivisionAnimatedNode.h */, + 51DA129B225328D7A71BEF412334479F /* RCTDivisionAnimatedNode.m */, + C7A3279439A1C89588057584B151190D /* RCTInterpolationAnimatedNode.h */, + 03702406E38088B7CBD658F1F15523D5 /* RCTInterpolationAnimatedNode.m */, + 87895A5D48E4F9DF8B75F4C6FA5C030B /* RCTModuloAnimatedNode.h */, + 23153148E9A5C78C33831D18BF7632F9 /* RCTModuloAnimatedNode.m */, + 0AC19BDF43A9D12FA8DBAD5E7ADB9D2A /* RCTMultiplicationAnimatedNode.h */, + A2110D75A1F2EA5E9344B91FB838F666 /* RCTMultiplicationAnimatedNode.m */, + 9CA38F311B735940D33D942C0C1FF18E /* RCTPropsAnimatedNode.h */, + 8E442289D3D16A803726FC3F80170FD6 /* RCTPropsAnimatedNode.m */, + EAF92CAE9C3E21C4F371A3EA7149F148 /* RCTStyleAnimatedNode.h */, + CA381E83797DFA71142772F54A40E041 /* RCTStyleAnimatedNode.m */, + 3858C5E9AC7588B859A382F995E4F2EA /* RCTSubtractionAnimatedNode.h */, + 319A4F10644960AC8075D4CFECF779EA /* RCTSubtractionAnimatedNode.m */, + 676F80678DD3947B5AE9EE1D842881A3 /* RCTTrackingAnimatedNode.h */, + 93248475E6291E1173E2A64C2868D44A /* RCTTrackingAnimatedNode.m */, + 33659B3BE9DD8703CF3D948A05C2B4E0 /* RCTTransformAnimatedNode.h */, + 4FEB0FB402D8AE281E69DF6A9E7F7051 /* RCTTransformAnimatedNode.m */, + E29971795B61FEDDFF6178FFE10FEE37 /* RCTValueAnimatedNode.h */, + 27F031DB42BD99185476F5878946289A /* RCTValueAnimatedNode.m */, + ); + name = Nodes; + path = Libraries/NativeAnimation/Nodes; + sourceTree = ""; + }; + 392479CD0F410678C61805C848287D20 /* Support Files */ = { + isa = PBXGroup; + children = ( + 978A1F1B59608F892026F1CD7A9A59B2 /* RNImageCropPicker.xcconfig */, + 537ABE82107D28EECDD6A5F806EC33CC /* RNImageCropPicker-dummy.m */, + 4A82E157E88A5A17307F0906CE82E506 /* RNImageCropPicker-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-fast-image"; + path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; sourceTree = ""; }; - 3EBE9E96428E62AE29ABD45082255C74 /* cxxreact */ = { + 3AE7EE665569E068C7B5938C9F7FEA6E /* RCTImage */ = { isa = PBXGroup; children = ( - E92AD93C069B336A361BBB4DA5061EB7 /* CxxModule.h */, - AC8352093D573C2A372AF5A2825F9272 /* CxxNativeModule.cpp */, - 0B5E8B386B4DCD57E1B4DFED61DF4720 /* CxxNativeModule.h */, - 777CA93F4C19CB528A86DB2CB4EDA6DA /* Instance.cpp */, - 8A75A740D863B053D0476554F23C0C4F /* Instance.h */, - F132D50345FB384A14A28C6E7D07F882 /* JsArgumentHelpers.h */, - 52C0A01D1CDAE1471290DC116D60A356 /* JsArgumentHelpers-inl.h */, - 9BABEEFEAEF16BA65379D3A53E3BEF37 /* JSBigString.cpp */, - 0F20D8470C4545F3CB553E788AACD5AA /* JSBigString.h */, - 469CADFDA2A8AD84961B02FE1E1C8D18 /* JSBundleType.cpp */, - 28B7FB8F597133E912DB81BB14A6B9BF /* JSBundleType.h */, - 4D1F851842BBA9C25CC88EA552BDA064 /* JSDeltaBundleClient.cpp */, - C33A55BE95D6DDB063D65C326CBA9479 /* JSDeltaBundleClient.h */, - 923D89E8F38A37F4D38E49ECF87EC1C5 /* JSExecutor.cpp */, - 12F76CA0864EB1C4785431A4C5E39650 /* JSExecutor.h */, - A740AD2D7AE286D5F1331134B90BA688 /* JSIndexedRAMBundle.cpp */, - 72D2629F9A5A5BDC8F6AA52E9AB64C50 /* JSIndexedRAMBundle.h */, - F0A8865536C9AB5D6B55E043C8FE15E2 /* JSModulesUnbundle.h */, - 090C7AC318184C0DB2B0B2B58D30FF06 /* MessageQueueThread.h */, - B0D61D861B3BC97586A1D2BFE5354602 /* MethodCall.cpp */, - 0973B7B06059728EC03C81A2794B12FC /* MethodCall.h */, - 6A04A5EF4389B561CF98D7D2B8609890 /* ModuleRegistry.cpp */, - 12EC5B3E25A46527C706DBDE8CFD997F /* ModuleRegistry.h */, - EC693E6F05A75F7D57F660293551EB79 /* NativeModule.h */, - 080D2CE1F988FFD46B54A796621DC60F /* NativeToJsBridge.cpp */, - 306EBD861E4992B674C5C27B79D52D14 /* NativeToJsBridge.h */, - 7C0DABCFFDC86288CC1AAED6D81ACFB6 /* RAMBundleRegistry.cpp */, - 6BD760A46C299C0D1D99F4B10A30B4FA /* RAMBundleRegistry.h */, - ED40CB4773C996857FE11894686C68B6 /* ReactMarker.cpp */, - 9A746C345F3020BA34FC766543F550EC /* ReactMarker.h */, - AF1B3D60E5B5228DA06AAB76ED953761 /* RecoverableError.h */, - 2F0DBF6F5D9EC5B6AAF67A86013E4BE9 /* SharedProxyCxxModule.h */, - B433310B8346DE0F34C12A59DBE39DA2 /* SystraceSection.h */, + 9CC821E4A821DE828762EF0F9213F35B /* RCTGIFImageDecoder.h */, + C2EEA6E52CE1DB72A72652684E673FA9 /* RCTGIFImageDecoder.m */, + 1EF94792ACF3ADAE9415BD8E1AF37F84 /* RCTImageBlurUtils.h */, + F07EBCF26A1E9D0D4AD4DDDB02D0764D /* RCTImageBlurUtils.m */, + C484186407537909F3A6404838609EA6 /* RCTImageCache.h */, + AF5DB84DB1633F0610E05ACAF3B10D9E /* RCTImageCache.m */, + 612A4F98ED867A97D2C2F5697AAF5E33 /* RCTImageEditingManager.h */, + D6986BFB3B0B848B9614D153597532CE /* RCTImageEditingManager.m */, + 6A3E87C9C8B01B0EA145B82349AED0F8 /* RCTImageLoader.h */, + F06CDBF37E74E6C5FBE80ED8352CE2EA /* RCTImageLoader.m */, + 37A570A2FCD502C59636F9E65F70B273 /* RCTImageShadowView.h */, + B4459690421EF035DB8FD3FEA0E7328D /* RCTImageShadowView.m */, + BA71B820762AF5691F8893B50351BEC7 /* RCTImageStoreManager.h */, + 30FC16B54E9498A6881C3657C6439857 /* RCTImageStoreManager.m */, + 0036485C90445AF3B4158B39FE9C3B26 /* RCTImageUtils.h */, + 245C3E32FB3248E01C2213513DB683C3 /* RCTImageUtils.m */, + 9CE632B20B033111DA59FE0A7B9966CF /* RCTImageView.h */, + DE4F3AF416C1FD6F7889D78EED96136E /* RCTImageView.m */, + 6FE5B715B8CBE1DE752E10C1AECAFFDC /* RCTImageViewManager.h */, + 929A9CD4D2367C61332F497B074ED0E7 /* RCTImageViewManager.m */, + FAB232AC7EA869547FB374838E47EC07 /* RCTLocalAssetImageLoader.h */, + F47E6FBBD4B6300759807A3959347F22 /* RCTLocalAssetImageLoader.m */, + B262396DF1DB5CF540587DA8224B6908 /* RCTResizeMode.h */, + 604D3862358C760CE6B9032DB21DCD65 /* RCTResizeMode.m */, ); - name = cxxreact; + name = RCTImage; sourceTree = ""; }; - 40441151FC6478821E2BE4A60006E253 /* Recording */ = { + 3E04770503B38894D94F114F4F175D79 /* Support Files */ = { isa = PBXGroup; children = ( - 5A878E883D6FD2F4FE6C29398915BFD1 /* BSG_KSCrash.h */, - 9A73AB5DA927B50421E5EB918490D7C6 /* BSG_KSCrash.m */, - 3972AF76C98D5663F2A9DC3F25B13E66 /* BSG_KSCrashAdvanced.h */, - D1AFE6155192CBDCDCD164FBDD033644 /* BSG_KSCrashC.c */, - 0CD1265AE4E1B918881FDE3174C84342 /* BSG_KSCrashC.h */, - D3163F4A1991EF427FF714D8E1B54A48 /* BSG_KSCrashContext.h */, - F1C20C74AF182D8DACF038960071C787 /* BSG_KSCrashDoctor.h */, - A508916B6E5CB5F0366EB5B5C91517E2 /* BSG_KSCrashDoctor.m */, - F9276A4E6F0CFB601A182C7A2C056712 /* BSG_KSCrashReport.c */, - 45AC745130F76706B5058344CF04C3AE /* BSG_KSCrashReport.h */, - 36D738D0AE40964237C18516D31FDFF6 /* BSG_KSCrashReportFields.h */, - 02823218404588CE3DA3313B9A5B5899 /* BSG_KSCrashReportStore.h */, - D16F0372D265162F8FD52DF0F990F47B /* BSG_KSCrashReportStore.m */, - 67D7BCCA542607E491144D5D7C2C2EF7 /* BSG_KSCrashReportVersion.h */, - 5B7B7E964596530E3BAC691B96F9A233 /* BSG_KSCrashState.c */, - 1626F005CA0E37995BA2502D954AEBEB /* BSG_KSCrashState.h */, - 20821782C63202ADC76B78C7B0401BBE /* BSG_KSCrashType.c */, - 3BA42CD6E39B7DED49AE18047B63B0E6 /* BSG_KSCrashType.h */, - 0B46CADF68CDAF4D77970A09EF71B08F /* BSG_KSSystemCapabilities.h */, - 2CF809E151280970BDC721745F3C7EBF /* BSG_KSSystemInfo.h */, - 890FEDE51A6A81177271E8685298078B /* BSG_KSSystemInfo.m */, - C9A15E554181632C3204C377DA52BD8D /* BSG_KSSystemInfoC.h */, - F00E2719C2B57519456F50A6CA59E260 /* Sentry */, - 1CE509B47D21A1CA279CAB316F231F59 /* Tools */, + 248E6E866B942F93F0B4C914F4B2A9BE /* CodePush.xcconfig */, + E42BD45CF133E3FCED9BEDF0AE53182D /* CodePush-dummy.m */, + AAB868944F4E5DE02F08A68E34630F96 /* CodePush-prefix.pch */, ); - name = Recording; - path = Recording; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/CodePush"; sourceTree = ""; }; - 4085FB663B59695972B433BE65173742 /* Development Pods */ = { + 3E605410471925B0400F304C07DF4678 /* jsiexecutor */ = { isa = PBXGroup; children = ( - 0F73D2ECD659C12E17C8A4084E5D7862 /* BugsnagReactNative */, - 1BEFBAD4F65F06E43BAE0FC2873BAD15 /* CodePush */, - 228098CC33CAF3C758520B64B3CBF5CE /* React */, - D013C26E6C4B8CBBF357A2B82C886946 /* react-native-fast-image */, - F23AF384ABAD0363F4E7E632E2003FD4 /* react-native-netinfo */, - 687D9FDA27A706E50125088B23D63FDB /* react-native-version-number */, - 42E309F93C19662A557B090BDC5187DF /* RNIap */, - C4DBBC54260F080FAB2A43421AC1E024 /* RNImageCropPicker */, - 9EC3D609FD6D623069C76B33F0B1E3E3 /* yoga */, + 1A13D686FC8C49BF782D5E2DA722B417 /* JSIExecutor.cpp */, + B965EAC0D446DA5A1EF8932B50868929 /* JSIExecutor.h */, + 6691336DA891877F6369C25432F3B986 /* JSINativeModules.cpp */, + 830FDDB3530A3ADA2110B49C80F85641 /* JSINativeModules.h */, ); - name = "Development Pods"; + name = jsiexecutor; + sourceTree = ""; + }; + 40A950A8B9C7891FB03509C03D96477D /* Support Files */ = { + isa = PBXGroup; + children = ( + 431A1503573A00F2608A534C569B9468 /* react-native-netinfo.xcconfig */, + 61310A286C67257B04F0CBFA16009E58 /* react-native-netinfo-dummy.m */, + 97C5D3D83253B5BB0ADA0AEEE0FBEC0D /* react-native-netinfo-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-netinfo"; + sourceTree = ""; + }; + 40BB9020D5EE0C4E220E63E7797F61D1 /* Support Files */ = { + isa = PBXGroup; + children = ( + D7329EA58B8F15A467773135C0E75305 /* React.xcconfig */, + 3A98826862AB4983D2B39297566CDDE1 /* React-dummy.m */, + CE8D182CEF4E2799993591D49CD984E7 /* React-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React"; sourceTree = ""; }; 4275728BCD91C4195F4418B7B54DD4A3 /* boost-for-react-native */ = { @@ -3100,123 +3131,247 @@ path = "boost-for-react-native"; sourceTree = ""; }; - 42E309F93C19662A557B090BDC5187DF /* RNIap */ = { + 437BD58C5A278D5EB6064502C770566F /* Support Files */ = { isa = PBXGroup; children = ( - CEC6D7B71DAC08D8BE281F53DCB17761 /* IAPPromotionObserver.h */, - FAE195FB11ACAB30F4348A8DE8EE6AE2 /* IAPPromotionObserver.m */, - 3C0264C9ED1B9B2B764DA46D4A0ADBD2 /* RNIapIos.h */, - BBB9AA853C5D8F69441CB6ABB62A0DAA /* RNIapIos.m */, - 5F38FC0ACF93EE9261FA3035628B6AC2 /* Pod */, - C598B2181AAC1B3A891148E62A671F2F /* Support Files */, + D27ED0565B42BF90DFF74C2BB4387F5E /* react-native-version-number.xcconfig */, + 5CC0B41507E209852CFE9C94B83919B2 /* react-native-version-number-dummy.m */, + B26962FC47A5642BF8C8DCDB2D116329 /* react-native-version-number-prefix.pch */, ); - name = RNIap; - path = "../../node_modules/react-native-iap"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-version-number"; sourceTree = ""; }; - 4FB47430FC596A2D189AC5EE72CA18C1 /* RCTAnimation */ = { + 4418D5B804D603A6F75F27DE84F56200 /* Drivers */ = { isa = PBXGroup; children = ( - EEE80D408E1A4780F926D19CE3969692 /* RCTAnimationUtils.h */, - 8AE8120B9A127E399BF72899493038FE /* RCTAnimationUtils.m */, - 42CD3593897AD000DF098DC496950BF4 /* RCTNativeAnimatedModule.h */, - 340A7AE253F2B2CDC8B236EFB062A3BC /* RCTNativeAnimatedModule.m */, - 958184A62A0AE213367CEC7883857538 /* RCTNativeAnimatedNodesManager.h */, - 80B042263F80B71D6D28312B127E9C53 /* RCTNativeAnimatedNodesManager.m */, - 968E44007DDB418408FA94E1286209C7 /* Drivers */, - 8A123967FEFE50E0CF0CF0F9D6D257A0 /* Nodes */, + 04C23DB6B2A11BEFB5C2413E8AB98C33 /* RCTAnimationDriver.h */, + AA356FF98C87B3F735D7718B012308B1 /* RCTDecayAnimation.h */, + A427E9CA390CB8DFDCF3812DBB0BD10A /* RCTDecayAnimation.m */, + 0BD80469AB2BFCFD074E508F67A973FD /* RCTEventAnimation.h */, + C8DB6FDC7CB748367C583B9C401A3379 /* RCTEventAnimation.m */, + 5859931AEDDE519307371772C99B35AF /* RCTFrameAnimation.h */, + 13DF67323D23346358E261B7BF50109C /* RCTFrameAnimation.m */, + 85F54D16483FFBB2EBBDC6A3A41EEF1F /* RCTSpringAnimation.h */, + 28C3E7A3A80F79747C4A6410B845ED08 /* RCTSpringAnimation.m */, ); - name = RCTAnimation; + name = Drivers; + path = Libraries/NativeAnimation/Drivers; sourceTree = ""; }; - 4FF4D0B205BB89A8C1D3B0FD67B6E483 /* jsiexecutor */ = { + 44569A19C70EE3C198C86B0399E528C0 /* SurfaceHostingView */ = { isa = PBXGroup; children = ( - ACEDF4580D7DE331EDEAD2EB515E2A83 /* JSIExecutor.cpp */, - EEAEC7CA6A939C4AACF42CBF42D5B0BE /* JSIExecutor.h */, - B90373D15CCFD1DEB24963AAA9D64490 /* JSINativeModules.cpp */, - 75A98EE765714E0F346DA9CD751B04AD /* JSINativeModules.h */, + 4760E2B4A5B86FBD7736C46241EBE1CB /* RCTSurfaceHostingProxyRootView.h */, + BE844E89DB72EAA417F8F1633097B139 /* RCTSurfaceHostingProxyRootView.mm */, + 52A066DA691F04F46204E486722D01B1 /* RCTSurfaceHostingView.h */, + 44ADCB0EF110FA331A64639DDD244EC6 /* RCTSurfaceHostingView.mm */, + A5AF9C5C91AFA86AAFE21F81BC52FD6B /* RCTSurfaceSizeMeasureMode.h */, + 9FB6FD133C64FDD33B2200513525F488 /* RCTSurfaceSizeMeasureMode.mm */, ); - name = jsiexecutor; + name = SurfaceHostingView; + path = SurfaceHostingView; sourceTree = ""; }; - 5196C86E0099F58535F73D2B1CBE97D7 /* Core */ = { + 48F74BAF9B678E28F722C517C4A2C98A /* Support Files */ = { + isa = PBXGroup; + children = ( + BF81A61BE2C6A107DA2CEFE9380B93CF /* RNIap.xcconfig */, + 40C962B572591AA914739F31FCB2A17E /* RNIap-dummy.m */, + D128B1CFBA565871E1F21D30E8B11663 /* RNIap-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNIap"; + sourceTree = ""; + }; + 4901370FE84E888003BEA7BDF9D96AA8 /* Support Files */ = { + isa = PBXGroup; + children = ( + C223466F74855FF913B6718103783EB5 /* yoga.xcconfig */, + 15F55570ABAC3B1A13AE8C1424234142 /* yoga-dummy.m */, + D2C6C64E4F790714A99B7BAC4233AE8A /* yoga-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/yoga"; + sourceTree = ""; + }; + 49C2758B023328C85BD5430E45E09A09 /* Source */ = { + isa = PBXGroup; + children = ( + AF2818B513C752C93C4C2A0A82BD63F1 /* BSG_KSCrashReportWriter.h */, + 4D9613F172B450FB5BC748E2DB17022F /* BSGConnectivity.h */, + DA2E2147A41F51F2A09797358C52B351 /* BSGConnectivity.m */, + DE8CD17D6CFE0A93BB61162B04431132 /* BSGOutOfMemoryWatchdog.h */, + EFD38033A614C4FF8CC31B322A25C7AE /* BSGOutOfMemoryWatchdog.m */, + 2EAE178AEB3A55234E957290C9CC6E28 /* BSGSerialization.h */, + 1930AFDA192661701B6C3E61FF5B4491 /* BSGSerialization.m */, + 38078FF2D9288AEF03E3ABE91F265AB2 /* Bugsnag.h */, + F28308BBC9CB4763EE1B6F683EEA49B0 /* Bugsnag.m */, + AB296B0C2D070F61C4D0B9E69E2ED9E0 /* BugsnagApiClient.h */, + 39AE135BC1334B56D7ADD153779A82C3 /* BugsnagApiClient.m */, + 23ECC8FBD0108308404510AA0A7A9A4C /* BugsnagBreadcrumb.h */, + 5291BD3F123C59D47D0FD9CDB3EDD47B /* BugsnagBreadcrumb.m */, + E27CC061553329BD75C9A1FA75789C53 /* BugsnagCollections.h */, + DB12A6250CCA0A2C25273A4AE543CDF1 /* BugsnagCollections.m */, + F4CDFBD5D66DF248AE3EF9FD43F6EAF7 /* BugsnagConfiguration.h */, + 6F312D6D2A47EAE996B1047F01E26AF5 /* BugsnagConfiguration.m */, + D5ECFB7D9C221E8ED27A960778FDB6B9 /* BugsnagCrashReport.h */, + AE98F9D14A8E1C84C32A0F91AD2807B7 /* BugsnagCrashReport.m */, + 44D1D452A0DE2C337BD276CFE2585A5B /* BugsnagCrashSentry.h */, + CD349BD37072D93A282F009E78396750 /* BugsnagCrashSentry.m */, + 3BEF27CB8D18643079DE0ADF011A74A7 /* BugsnagErrorReportApiClient.h */, + 3D231397216CD7DF0062F0DD7DC62F4F /* BugsnagErrorReportApiClient.m */, + FFE13FCED4D546CA9D55BAC9DB5AD28A /* BugsnagFileStore.h */, + BB1E194D310B010DE33A13B04A67939D /* BugsnagFileStore.m */, + 7281381A16580A28B564679A82BFF018 /* BugsnagHandledState.h */, + 575B07AA3FF13620B398033C12F34E90 /* BugsnagHandledState.m */, + 0874DB5581BAD67B701C80331A72C0DF /* BugsnagKeys.h */, + 9AD8AE54C427F4423C052DFA98AEC4C7 /* BugsnagKSCrashSysInfoParser.h */, + 2FA8D42ED6BB1DB6DD9140ACCD8F4A96 /* BugsnagKSCrashSysInfoParser.m */, + 5846CE9BD5BFA348274F178DB496C013 /* BugsnagLogger.h */, + 5BB3EAF163D2E92A7C647AFAFA64095E /* BugsnagMetaData.h */, + F14E5131F38A14B6139307C9A4355AD9 /* BugsnagMetaData.m */, + 5C4E1C51B5086ED16746335C4A4D2839 /* BugsnagNotifier.h */, + B738C79647F5F6AD600EC6B5F6B2E245 /* BugsnagNotifier.m */, + 87E016E7795D02BBB5F632A66C51C25D /* BugsnagSession.h */, + 05E7B05B75850E7E36407662F64059A7 /* BugsnagSession.m */, + C61914506C35E376BE1EC8BA85E692B1 /* BugsnagSessionFileStore.h */, + 3B8A9CCCED94EEF145F9A9CAAD103087 /* BugsnagSessionFileStore.m */, + 2762E9D425A26EC32A803270E04AE1A8 /* BugsnagSessionTracker.h */, + A421EBF59B414D6326B6F2F6DF3E581B /* BugsnagSessionTracker.m */, + 29215642CBE4F3B08ED5D53340AE087D /* BugsnagSessionTrackingApiClient.h */, + 269A87FEFCD7947DD3ECD75AA645C914 /* BugsnagSessionTrackingApiClient.m */, + AC0F1F995D2FD563CDB9E5EA7A0247C9 /* BugsnagSessionTrackingPayload.h */, + BB1A968372DE867D2FBECB6B08639F80 /* BugsnagSessionTrackingPayload.m */, + 669E1BC0D922A63B78F67BCFD3666BA8 /* BugsnagSink.h */, + 39A178F63ED1A4939DE66E54A2FD1E6E /* BugsnagSink.m */, + 8A14C96A044250B856086202945D3D7F /* BugsnagUser.h */, + 5187EC4B649A584D07EE93ADEDBE45C3 /* BugsnagUser.m */, + 8CC9F539FF994AA59654AEA31BF72EF0 /* KSCrash */, + ); + name = Source; + path = Source; + sourceTree = ""; + }; + 4C5756239E6FD06B11B06AEB1C05560A /* bugsnag-cocoa */ = { + isa = PBXGroup; + children = ( + 49C2758B023328C85BD5430E45E09A09 /* Source */, + ); + name = "bugsnag-cocoa"; + path = "bugsnag-cocoa"; + sourceTree = ""; + }; + 4EA5F8B54374D1BF4B271789BB158412 /* Core */ = { isa = PBXGroup; children = ( ); name = Core; sourceTree = ""; }; - 52BADCF0F35BAE3B1585D20DBBDA265D /* Supplement */ = { + 5152CF9FC7BE44D3026BCA5EBD46963F /* react-native-netinfo */ = { isa = PBXGroup; children = ( - 37B9534BC29A0A98A75B558A24C05B72 /* JWTBase64Coder.h */, - C67D2DC30841372164FA3D03F974090D /* JWTBase64Coder.m */, - 35E7C26CCD211778B28DE593145FCB1A /* JWTDeprecations.h */, - AF4AAEB3C8DC4D784A946E7C7CC6698E /* JWTErrorDescription.h */, - 6545C5E2EF0D60AD46A25A0114E497DB /* JWTErrorDescription.m */, + 9BA9DDD4D8F7D2AAAF552D6667AD2F0A /* RNCConnectionState.h */, + 917DF6FA9EE000739ADD0981EE8FE35A /* RNCConnectionState.m */, + 2757A187941144621675DB405435AE66 /* RNCConnectionStateWatcher.h */, + BBD44CA602FF543EA4CA3BB45F8D4072 /* RNCConnectionStateWatcher.m */, + 8484664C7D4C75CAF261566051F09366 /* RNCNetInfo.h */, + 968FEEB8E24879CFC1DC3BCEB4CA3FBF /* RNCNetInfo.m */, + AC620C2D243F163613581699C026D755 /* Pod */, + 40A950A8B9C7891FB03509C03D96477D /* Support Files */, ); - name = Supplement; - path = ios/CodePush/JWT/Core/Supplement; + name = "react-native-netinfo"; + path = "../../node_modules/@react-native-community/netinfo"; sourceTree = ""; }; - 53762D667B4D27C40641D7720FBE1743 /* Text */ = { + 51965BA7AB4BDF9A03B09A19EE007186 /* CxxUtils */ = { isa = PBXGroup; children = ( - 65487EC58B48096AFEF09B952E8C7057 /* NSTextStorage+FontScaling.h */, - 78DF3167FBAABD4212ADBC7AE6C2794F /* NSTextStorage+FontScaling.m */, - 698F9737FA7862F3A5C281CD00598D2E /* RCTTextShadowView.h */, - 905A70D971E000937FB2E389A8494E0A /* RCTTextShadowView.m */, - 68EAA4F4C51F5895170A198C76A45B03 /* RCTTextView.h */, - 3FE9DC4D6D0C0846526E3904E4783A13 /* RCTTextView.m */, - 526DEAD3451A4F9E9F22A43A74FDE075 /* RCTTextViewManager.h */, - 26D28E18A5D3846F222F6CF2C0542AA9 /* RCTTextViewManager.m */, + 41090FEAA0E3ABD3A562BD7D2C236301 /* RCTFollyConvert.h */, + 0259992345D7B75B3F24A44910667CEA /* RCTFollyConvert.mm */, ); - name = Text; - path = Libraries/Text/Text; + name = CxxUtils; + path = React/CxxUtils; sourceTree = ""; }; - 5CE33C89C112673E54FEB4A0D5F28B71 /* jsi */ = { + 51EDE1332AEFAA93C2C3A2DD3823E2DE /* Multiline */ = { isa = PBXGroup; children = ( - 2057C263EA9FE14A8E54705B4D36E9C2 /* instrumentation.h */, - 7CB5CA0D94121CFF2CA5EE90F24D716D /* JSCRuntime.cpp */, - 4B249B0EF220DD0E3478E181D58D71E8 /* JSCRuntime.h */, - 7935F7B6CF916E32ED4C658CBE350CBB /* jsi.cpp */, - B355BC4FE79B6D7EC15659E247782694 /* jsi.h */, - 378769362C6C6AE23EEAB97220046E0B /* jsi-inl.h */, - F806A59C4F067804E79A7AEF5E81957F /* JSIDynamic.cpp */, - 7AA9FB7E54FECABDD6F4A31D4CE4F258 /* JSIDynamic.h */, + FC5A95C190AAF71065D192C6FFCD4E4D /* RCTMultilineTextInputView.h */, + C7F06D96DB1E89C5F1663240762A51F5 /* RCTMultilineTextInputView.m */, + 7214246717FF908FAFB8EB2467402574 /* RCTMultilineTextInputViewManager.h */, + 578D6164C773326163651FFFE3F28B60 /* RCTMultilineTextInputViewManager.m */, + E71DB16B3364D6042A9BD7BBF870EEAF /* RCTUITextView.h */, + BCEAB89E71B0FF70FCF619B32A98D0F1 /* RCTUITextView.m */, ); - name = jsi; + name = Multiline; + path = Multiline; sourceTree = ""; }; - 5F38FC0ACF93EE9261FA3035628B6AC2 /* Pod */ = { + 534CE3468AAB241E1CA4ED1543E41B6A /* RCTBlob */ = { isa = PBXGroup; children = ( - BD6F496FA9002EB4325C4D3E8B568BB4 /* LICENSE */, - F38288C5DA48F510271F6D0726FD6AA3 /* react-native-iapv3.svg */, - BBCD0BC17D0F58C3EE39CAE3A8C23F15 /* README.md */, - 76530681154B05C9A38EEDA98DBD7CF4 /* RNIap.podspec */, + 8EE56F09EAFD369B2097554C7DD78BBD /* RCTBlobManager.h */, + F06E266AFE2EBDF0F0DDA860C331F8F5 /* RCTBlobManager.mm */, + ABD0F5F69EA214F9F5A31A75A46539CF /* RCTFileReaderModule.h */, + 9DF878B12590211742A3BAAB46B5058F /* RCTFileReaderModule.m */, + ); + name = RCTBlob; + sourceTree = ""; + }; + 54695440B140E009375547FE4E31A3EF /* Pod */ = { + isa = PBXGroup; + children = ( + 73CE9DC0E108C4E07EFECF892FD37491 /* LICENSE */, + CF2ABCD02527A6990D5993B88FE8AB18 /* README.md */, + 8691248CB5097DFA597A00713AB8C1D9 /* RNImageCropPicker.podspec */, ); name = Pod; sourceTree = ""; }; - 5F477A349B4BE3AA38D1C893450A8088 /* Pod */ = { + 55C845264902AF09A2BC3FAE30A5DB0F /* RNIap */ = { isa = PBXGroup; children = ( - 4C146A6B2732D4C7C9D053455E20542F /* yoga.podspec */, + 5A3A1B0AD37DD267D05BA42A7793F723 /* IAPPromotionObserver.h */, + 551FFA1C55B1ECBD8FD060E7FA73C636 /* IAPPromotionObserver.m */, + F3445342A98D1D0B26168028F02CAAE6 /* RNIapIos.h */, + B84851D9461F8BE8C801776A936DE2FC /* RNIapIos.m */, + 221591287E4C55524B6005B42814B7DB /* Pod */, + 48F74BAF9B678E28F722C517C4A2C98A /* Support Files */, ); - name = Pod; + name = RNIap; + path = "../../node_modules/react-native-iap"; sourceTree = ""; }; - 60E867768F5F4A0D42AC8C33D5AB3CB1 /* Reporting */ = { + 59AD611FF5AA4480CA3DFB7856301F09 /* Core */ = { isa = PBXGroup; children = ( - 148FB3CFF368FEDF00128C33B5AEED09 /* Filters */, + 7051481931BED541A2D56D099B5F087F /* Base */, + 0FDFCFBB1028F316D370055915A42773 /* Modules */, + F96BAD3B7CC424AE3E52C10B2A14D3B9 /* Profiler */, + 2D339F3D9B0B6C982C81A84209D6C8BA /* UIUtils */, + D109EB074FB76CDD07D484A404CF381B /* Views */, ); - name = Reporting; - path = Reporting; + name = Core; + sourceTree = ""; + }; + 617772271C86D3E9D7CA27BDAE1435B2 /* react-native-fast-image */ = { + isa = PBXGroup; + children = ( + 143EB3B16454A67A775AF770C25C56ED /* FFFastImageSource.h */, + 72108DB4E6DBC62EF86145FD77904073 /* FFFastImageSource.m */, + 1B28F6EA11394842EFF1A489B7165D63 /* FFFastImageView.h */, + 4115EEC32116CBD9B46DA97754523DD2 /* FFFastImageView.m */, + D5A979E7B86B01C5244C5B51AF482471 /* FFFastImageViewManager.h */, + D80833D97D18FD62B1D5D0EE15092C21 /* FFFastImageViewManager.m */, + 29140D91DF672BA523F3B9A388F3505E /* RCTConvert+FFFastImage.h */, + 6B6974F52363A32051E6F240506C00B8 /* RCTConvert+FFFastImage.m */, + 0FD63BC885803297F3226F6904368BA8 /* Pod */, + F666E309219290FB8BB4D5B89CE21462 /* Support Files */, + ); + name = "react-native-fast-image"; + path = "../../node_modules/react-native-fast-image"; sourceTree = ""; }; 6215F5C1C3C7C45395E5DEC24A716CEE /* Support Files */ = { @@ -3230,118 +3385,6 @@ path = "../Target Support Files/Folly"; sourceTree = ""; }; - 63E3D2EFC9FF15FFA830419A53F82A37 /* minizip */ = { - isa = PBXGroup; - children = ( - A103D476A2C99A8D20F7AFCE837330DC /* crypt.h */, - 9964771FB7A3C6254E8738AB5B42BAFD /* ioapi.c */, - 384BCFC7F91229E814D4762078C86984 /* ioapi.h */, - F0A01F719B27AA5CBC1C73AFA7CC264B /* mztools.c */, - 483EF5DFDCDD87FEDB9ABDDE778E4132 /* mztools.h */, - 2CC7AC615C42394AADDBE306F18D28C1 /* unzip.c */, - A7BE7B50F8AA719802DFD6162510FC90 /* unzip.h */, - 7FFC5EAFA13F3312CA58099253063B42 /* zip.c */, - 7F1D505336A1AE30FA631E26433E8BF9 /* zip.h */, - ); - name = minizip; - path = ios/CodePush/SSZipArchive/minizip; - sourceTree = ""; - }; - 64D29B79F86BD01DE06329BD4CA36BEE /* Modules */ = { - isa = PBXGroup; - children = ( - 4EDCC32D8D480FE39790439A6C6F55D9 /* RCTAccessibilityManager.h */, - 636F7489F01E368C1E48198B32A14F34 /* RCTAccessibilityManager.m */, - F045DE68C6F1EF59EB05D373AEE32FAC /* RCTAlertManager.h */, - 464B7C4F8288A197C74C5F7D80DAA8C0 /* RCTAlertManager.m */, - 643C19ED2E1E7DD414C41136C9E8B50D /* RCTAppState.h */, - 8254D95FA6F940C60EDF0CB827FF4463 /* RCTAppState.m */, - 8EDBFF7877530274C6A43AF776778226 /* RCTAsyncLocalStorage.h */, - D97920C8A8056C8507E3E7CB37B046E3 /* RCTAsyncLocalStorage.m */, - 6CB23A73D50C57283C52C29AF806FBD4 /* RCTClipboard.h */, - 6F5F4E7EA8E7843B569498E6A1676A1D /* RCTClipboard.m */, - 6584D40E558C4F1919ECD619C3E6FFBD /* RCTDeviceInfo.h */, - CA6542E5739A9C8F9B5B41302D1CB2C2 /* RCTDeviceInfo.m */, - D862A1C6A56C34EFB6F13EC2B9BA2038 /* RCTDevSettings.h */, - 312CDE70E0681289A8D1C223D87372F5 /* RCTDevSettings.mm */, - 7F97F420B1B21E650320F34BB98BDC10 /* RCTEventEmitter.h */, - 4A1EBC8DAD32494521DEE4479E47C874 /* RCTEventEmitter.m */, - 188FF5C10AF5F6745ED2151C8BB08A0B /* RCTExceptionsManager.h */, - 281A3F94D9994F32F7D6B9A30D599688 /* RCTExceptionsManager.m */, - 03B776AE68C9F8DC6C5364A4ED435F9C /* RCTI18nManager.h */, - 2D375A575A5DA985B2972F8A4C2087E5 /* RCTI18nManager.m */, - 2C5404871666A12A0A75668923902CD1 /* RCTI18nUtil.h */, - E6A978B14704D8908DA04297469AAC99 /* RCTI18nUtil.m */, - D2E2EBDA6FB6DE41CB850841ED39D642 /* RCTKeyboardObserver.h */, - 5E712B7E4FDB91F1C9220838D8808A35 /* RCTKeyboardObserver.m */, - 66B0F2FDA6D4FAED37D84B4648E2660B /* RCTLayoutAnimation.h */, - 0FEE8B5651DCEBADA915B5718FA81E44 /* RCTLayoutAnimation.m */, - 01D3B282751B1ADD362AF14694761E2A /* RCTLayoutAnimationGroup.h */, - 8BD72C2D970169C58071122935DE4892 /* RCTLayoutAnimationGroup.m */, - D168AC2F5C098A845EBFC5FB6058425A /* RCTRedBox.h */, - 066E0D6D063E01D63C6A8EA8001E312C /* RCTRedBox.m */, - 73D08499A9E4F2A00632E0098E925E5F /* RCTRedBoxExtraDataViewController.h */, - 8501526ADDD3DB0434AB4144BD5CC318 /* RCTRedBoxExtraDataViewController.m */, - 81634F7B71A9DB9832C5EE9F868108BD /* RCTSourceCode.h */, - 98948C91C16BCE838CF2F36BD288895B /* RCTSourceCode.m */, - 5D64DAF3F21FCB2819181CF59255B136 /* RCTStatusBarManager.h */, - 28B260C6E2E5C64A592004680E60634E /* RCTStatusBarManager.m */, - 6686C6D782A6532CB146C047424B4083 /* RCTTiming.h */, - 100430A5431BD49281905574DB950E3E /* RCTTiming.m */, - 1A1D76E327FA2A14DF9A32317F1BDCBE /* RCTUIManager.h */, - A144E6967279BA50A2A2E4175AD68C26 /* RCTUIManager.m */, - 966EF82111E0B8D4DE7F28CAD27933D6 /* RCTUIManagerObserverCoordinator.h */, - 1F7A3A052BF70FD91400CCE7F8617BAC /* RCTUIManagerObserverCoordinator.mm */, - 527A3C8E4C3D854DBF83FCADCA19950B /* RCTUIManagerUtils.h */, - 8E63A781755CA9D3A166F24D47A71DA4 /* RCTUIManagerUtils.m */, - ); - name = Modules; - path = React/Modules; - sourceTree = ""; - }; - 65432821E5DC2749E0A9804D9FCA8E0E /* RCTImage */ = { - isa = PBXGroup; - children = ( - AAA80532685021E402EC80334B3D365B /* RCTGIFImageDecoder.h */, - 287FA2D0444FA7D6C40E7926EE5AE0D8 /* RCTGIFImageDecoder.m */, - B9506C32120BDF0A61479BB984571905 /* RCTImageBlurUtils.h */, - 6EBF809A0107FB1738C294D6599A6FA7 /* RCTImageBlurUtils.m */, - C78809AE078EA357750DD019CD6CD6F3 /* RCTImageCache.h */, - 95CFD07F0B3BB331DC7E27C9B9970BEE /* RCTImageCache.m */, - 2C26E1CF8981595B551C0EEAFBC8F752 /* RCTImageEditingManager.h */, - 5A687153E1EAF4BAAEE9981F258A6629 /* RCTImageEditingManager.m */, - B801FDFAEE7C2A1FF14104596A4F2439 /* RCTImageLoader.h */, - 62DF2F73400D73802D03CFA5A3DFDB7C /* RCTImageLoader.m */, - 9AC7F4AE3FA51BBEC01C9A90D1F07270 /* RCTImageShadowView.h */, - 62CD7F017854802D89D9176E4C5EC6EC /* RCTImageShadowView.m */, - D51C98B93701AF6ADB549423420E4A2B /* RCTImageStoreManager.h */, - 3D6BF0F8AB3883673CC506209E8C8B37 /* RCTImageStoreManager.m */, - F5B9619126B7DF8A2391D8BB2A2ABF69 /* RCTImageUtils.h */, - B4F33CA66CE658C29B4F09FEA5FC3F3F /* RCTImageUtils.m */, - C548D9DBE7FB309F6ED24057268F9CC3 /* RCTImageView.h */, - E32692026A877281BEC9D97C40E9973A /* RCTImageView.m */, - F9A9A588EEBC982D347ABBFFA67AA083 /* RCTImageViewManager.h */, - 95840866E9308B094A6AFA42AC150BD8 /* RCTImageViewManager.m */, - E6617E2E31C7C9CD7DA345FA51509351 /* RCTLocalAssetImageLoader.h */, - 1BD0139EAF4986828A17926BC3ABE4E8 /* RCTLocalAssetImageLoader.m */, - BDE96E12C7BD7E88E41993030BA3CDFC /* RCTResizeMode.h */, - 1B24BF26894FC87013282F5BDAC28A32 /* RCTResizeMode.m */, - ); - name = RCTImage; - sourceTree = ""; - }; - 687D9FDA27A706E50125088B23D63FDB /* react-native-version-number */ = { - isa = PBXGroup; - children = ( - 55C23A83B6E84F60618230EB9108DFE6 /* RNVersionNumber.h */, - F7617C92D291C93346D4C8E27C888866 /* RNVersionNumber.m */, - 1518958FAAA0FDF796510FA4FF64FDB3 /* Pod */, - 1E6D3F1C631ABCD22F16054530944A2C /* Support Files */, - ); - name = "react-native-version-number"; - path = "../../node_modules/react-native-version-number"; - sourceTree = ""; - }; 69B81B5C1EB2C5298CC2652D1E533E1C /* glog */ = { isa = PBXGroup; children = ( @@ -3363,32 +3406,148 @@ path = glog; sourceTree = ""; }; - 6AB5889F7B019CA159E4AA6F101A06AC /* Core */ = { + 6BB6660078EFE9F3E13E94CA395ADB15 /* VirtualText */ = { isa = PBXGroup; children = ( - 3091FAD2BC4ABEE3F14BF28629258BDA /* CodePush.h */, - FD507E89F79F17CE491D645B4A64951B /* CodePush.m */, - DE558B35620CCBF7A5743607B4A30B1D /* CodePushConfig.m */, - A45CCC6FFB23B6A55DA5B3389583D60E /* CodePushDownloadHandler.m */, - 8BF64E9146B5CF97320668447D44D2E1 /* CodePushErrorUtils.m */, - FC7B6C8B529300253AA6A0B748DB05F2 /* CodePushPackage.m */, - 8BB2781BEEA584A591989130D51E8DDB /* CodePushTelemetryManager.m */, - A616DBFF5B66AA8D2C75BE120A3E4DE6 /* CodePushUpdateUtils.m */, - 4D4231982F844DD7E619ECFA05856CB0 /* CodePushUtils.m */, - A7FE2E905B152B99097E34B2EDD7DBCF /* RCTConvert+CodePushInstallMode.m */, - 8C5FA14233BEF722B071EB43D9886A34 /* RCTConvert+CodePushUpdateState.m */, + EBC3851CA042C32191A960C51D76E623 /* RCTVirtualTextShadowView.h */, + 090B9081A1C289D4D6620D4BFCF22810 /* RCTVirtualTextShadowView.m */, + A5C8C7BC7188D840893D22FA97E52817 /* RCTVirtualTextViewManager.h */, + 766634973B08E514196ADCC7288539BD /* RCTVirtualTextViewManager.m */, ); - name = Core; + name = VirtualText; + path = Libraries/Text/VirtualText; sourceTree = ""; }; - 6DA7524743F3FC124B2AA3CA98B31621 /* Pod */ = { + 6D2272018930CEDFA16E4A22ECF58430 /* HSFamily */ = { isa = PBXGroup; children = ( - D948DB2EB770314AE2523CEDE47A5855 /* BugsnagReactNative.podspec */, - 8BF4A33FC4F50E9D58C2B75E69D53521 /* LICENSE.txt */, - 0D5355F880F2DFE306BC1C17DC2354DD /* README.md */, + 23AA256688A17EF165705299742D4C5F /* JWTAlgorithmHSBase.h */, + D6DE98178B27227975E7E1C2C49F3FF9 /* JWTAlgorithmHSBase.m */, ); - name = Pod; + name = HSFamily; + path = HSFamily; + sourceTree = ""; + }; + 6F40585A39FBB8B873F912D94E28CED2 /* SSZipArchive */ = { + isa = PBXGroup; + children = ( + 89EF01B0F8E36CA88CB564BB57D28579 /* Common.h */, + 7BAA19174B1201E10BA9B77EF89E1FBB /* SSZipArchive.h */, + A3CA8127381AD6473CD96A6865D273DD /* SSZipArchive.m */, + 2C0E073BE1A00D44B775F5FD7C4A0241 /* aes */, + FE89D70F86F11C3E1ED4D1EDDFB8B0EE /* minizip */, + ); + name = SSZipArchive; + sourceTree = ""; + }; + 7051481931BED541A2D56D099B5F087F /* Base */ = { + isa = PBXGroup; + children = ( + 0E36D2B16D05E20B0B5822FA5AF38C49 /* RCTAssert.h */, + 7420C45B07C18310C5FA7DCE04CB4558 /* RCTAssert.m */, + A8C6ABDC7FCF00B5AA9BAD7C3F4B11E6 /* RCTBridge.h */, + 253433E6948A2FFCF579D5CEF9769B8F /* RCTBridge.m */, + C26E6902D3D69E1C189631629B6D2DD1 /* RCTBridge+Private.h */, + 90C54D0CAB217E145C4548B1FCBC3F5F /* RCTBridgeDelegate.h */, + B65185BA32E0C3BF3D64438CA2E7E81B /* RCTBridgeMethod.h */, + 5872FA93BE10279E5D674F413B5D18E3 /* RCTBridgeModule.h */, + E27E0457F501F85990C08AD8F7AF03E5 /* RCTBundleURLProvider.h */, + AE2B4605537749C8389107622AA8E932 /* RCTBundleURLProvider.m */, + FE423CF84F2E55B08DDD973D9A80A2CB /* RCTConvert.h */, + 6C27597D7B02FD55E1CEA3CD7CF44F48 /* RCTConvert.m */, + E86F0537F4CB1F12E7E38C3860414259 /* RCTCxxConvert.h */, + 18EB2DAA819FC62E32A5B849D5292005 /* RCTCxxConvert.m */, + 02B233F1C9E1C4551E40694EF27B2758 /* RCTDefines.h */, + 3302921DCA4AFB4D07D25105FDC3A606 /* RCTDisplayLink.h */, + 0B1C97ACF887A8CA3588EBB40EC06FFE /* RCTDisplayLink.m */, + C14F517E25D6140921F207A73DA2D7E8 /* RCTErrorCustomizer.h */, + 499272C4C25C15FB4B0EB3826ABFBE16 /* RCTErrorInfo.h */, + FE0F17119B9C99B1AE72C6DF2294A56C /* RCTErrorInfo.m */, + 8811F40A04FC596D9474FD057F9D850E /* RCTEventDispatcher.h */, + 5CAB22F5449F4F1F56105F71C8EE02D8 /* RCTEventDispatcher.m */, + 6CD0E5738A2C47867DBC5023BCBCCEB2 /* RCTFrameUpdate.h */, + C2B9A28045DB2829CFD6DB5311C6162D /* RCTFrameUpdate.m */, + 3DCFC65E99C730DC6EC5F2D316202EF5 /* RCTImageSource.h */, + 1D722486604B469B5C17B39904037068 /* RCTImageSource.m */, + 2F682EC2313EAD5F9539E479C14A3F92 /* RCTInvalidating.h */, + E96841DBC1A44729FD021D67D433C934 /* RCTJavaScriptExecutor.h */, + 8771D6B94A1DEF6E6AFB76B007CD19A1 /* RCTJavaScriptLoader.h */, + CD207EE50EAB53FA8B47C3A3F12D1F7A /* RCTJavaScriptLoader.mm */, + 2FC35B3EAA90C91D5A0294A0EC10F06B /* RCTJSStackFrame.h */, + 4A4F5875FB1B6DE78DD9E9459E025BE3 /* RCTJSStackFrame.m */, + E83728D42744AF27109965B5A23B6ECB /* RCTKeyCommands.h */, + 4F79EBB383C8205A8F976CA1C4337FAC /* RCTKeyCommands.m */, + 10E59ABAE80CAB0B119DF9C9DBF040EC /* RCTLog.h */, + 7B7384DD4B6517CD380A93CE78579D8A /* RCTLog.mm */, + 3AC54816E21A086AEA280F8CBF61F5FD /* RCTManagedPointer.h */, + 5D0E2747543ABD819C2F397BB139FB1E /* RCTManagedPointer.mm */, + 396E03ED20117874E84EAF247CBF5B5B /* RCTModuleData.h */, + 12EA56847B538E09A58FB941998B332F /* RCTModuleData.mm */, + B9142E3A3135DDBB9DC314170C70F6E6 /* RCTModuleMethod.h */, + C9EF1AB1AE385A79DBFABB54451C015A /* RCTModuleMethod.mm */, + 9ABB34570EFBB6ACEA9F5DB2BCC3CC98 /* RCTMultipartDataTask.h */, + 41B1ACB449E842A9478EF216B4B6CF69 /* RCTMultipartDataTask.m */, + 7227A70EB743D92180942D85A57AF3DD /* RCTMultipartStreamReader.h */, + AFB6B8CAE4B0F3A2A0123FA7A9D42C47 /* RCTMultipartStreamReader.m */, + E31BEFD6B9CE3BDEFB119C28B2272864 /* RCTNullability.h */, + B89B0A708C7CD741DD21FCFDE098B194 /* RCTParserUtils.h */, + 51C1803AE28C13683686912466F10CA2 /* RCTParserUtils.m */, + 8736CC0EF60C60A10AD3DA27D5E2516D /* RCTPerformanceLogger.h */, + C183B713C2D4C6DFFF21EE0C2B019A59 /* RCTPerformanceLogger.m */, + 55B331D84E70C613D26DA4BA85049A76 /* RCTPlatform.h */, + A59D46E20DBF9ECB6B25CC84973377AB /* RCTPlatform.m */, + 32AAB88319285ED6F8DC9B011A87597B /* RCTReloadCommand.h */, + BC3E4782F74F2A1AA84B7287FBCBDF57 /* RCTReloadCommand.m */, + 87516DAC3EE6BA102FE59F509563A60F /* RCTRootContentView.h */, + 6A3C26BEBDEF6199C7916880D4CCAF0A /* RCTRootContentView.m */, + 7ABDBE18E1AFB72EB8CF007E1E697520 /* RCTRootView.h */, + 84DF840ED1D1B99DA698D20DBC235B23 /* RCTRootView.m */, + C2E3BE6B131CF912D4157980121D78C5 /* RCTRootViewDelegate.h */, + ECF3877E07667C17B3F8871241698A4C /* RCTRootViewInternal.h */, + BC2E9C912EDFF56ACE608E453093ADC8 /* RCTTouchEvent.h */, + 629326B11B471EC1903DA62F335150BB /* RCTTouchEvent.m */, + 75B3429300086874F0447BE782B0BA1A /* RCTTouchHandler.h */, + 89F08FF28AD306FA0AAA1387F417BB0E /* RCTTouchHandler.m */, + 0631BD42B01E1755E3CEC62C5B38A42D /* RCTURLRequestDelegate.h */, + A34A9E126A6F28F303845A6EFADBA775 /* RCTURLRequestHandler.h */, + 72DB7DF8E4ACFAB74CB764F39F8294C0 /* RCTUtils.h */, + 4965C907C6CBA14C552BE9D4568118E9 /* RCTUtils.m */, + 6E16F5506A43D4F61A4B6528CBCE0E66 /* RCTVersion.h */, + CFCCDDF00CF8712B93D54E3AA0C375C4 /* RCTVersion.m */, + 061D744C8B202A8AB7ED70586C28B94E /* Surface */, + ); + name = Base; + path = React/Base; + sourceTree = ""; + }; + 706E5D553430887BC5F991C5779C2076 /* TextInput */ = { + isa = PBXGroup; + children = ( + 66DBD3259208B36A0970D38801B81B61 /* RCTBackedTextInputDelegate.h */, + 709250441B41108586A83C70C239F386 /* RCTBackedTextInputDelegateAdapter.h */, + 0C7C66AA68EAB24CE5D4F286B7A06397 /* RCTBackedTextInputDelegateAdapter.m */, + DF73032674153369D083E2A2F3EA841D /* RCTBackedTextInputViewProtocol.h */, + E15BEE4691410FEA31715534103D1721 /* RCTBaseTextInputShadowView.h */, + 1CA90B849DD75B0F88309138EE101F80 /* RCTBaseTextInputShadowView.m */, + 6E9847278E4B4CE6BAB30C9FD59EF989 /* RCTBaseTextInputView.h */, + 89CFB7D35CDDFF4934C123EEE27DD5B2 /* RCTBaseTextInputView.m */, + 7FCD1E793FD1E839FF7FB0A9C1FCEFC3 /* RCTBaseTextInputViewManager.h */, + DAD6451535D3948ED4D34A65340A1165 /* RCTBaseTextInputViewManager.m */, + 88F12B9416C6E9550DCAB45BF1C035F3 /* RCTInputAccessoryShadowView.h */, + 72F4F95768CD77DF5FF9465E7DE546C8 /* RCTInputAccessoryShadowView.m */, + 8E4EC65A5C8EFA75E178AFA40908B2BB /* RCTInputAccessoryView.h */, + 8B56C4F11634ED2AA3D6F3C12B7B877F /* RCTInputAccessoryView.m */, + 5D43C6A8211250E7D33BFAC71E5D54D8 /* RCTInputAccessoryViewContent.h */, + AB34BADE1EA291457E1E101C46F40E6A /* RCTInputAccessoryViewContent.m */, + C1F4FC16ABBBBBB172B7A3E057ED6834 /* RCTInputAccessoryViewManager.h */, + 878495837F1747F9C66146C2CFBD753B /* RCTInputAccessoryViewManager.m */, + BBA104A3D864AE556CEA1366F2C7B61D /* RCTTextSelection.h */, + 1895E2926D4271514B4BD55F5C344C73 /* RCTTextSelection.m */, + 51EDE1332AEFAA93C2C3A2DD3823E2DE /* Multiline */, + AFB8E7E99412C3589889DF68A228F13A /* Singleline */, + ); + name = TextInput; + path = Libraries/Text/TextInput; sourceTree = ""; }; 74D887FFD99CF40A33DA9E50687A4731 /* Pods-eSteemTests */ = { @@ -3404,6 +3563,15 @@ path = "Target Support Files/Pods-eSteemTests"; sourceTree = ""; }; + 766C53A2737F4F3170D31196734AA393 /* vendor */ = { + isa = PBXGroup; + children = ( + 4C5756239E6FD06B11B06AEB1C05560A /* bugsnag-cocoa */, + ); + name = vendor; + path = cocoa/vendor; + sourceTree = ""; + }; 76F8A76F88FD5E8257668CD4025A81DD /* Pods-eSteem-tvOS */ = { isa = PBXGroup; children = ( @@ -3417,6 +3585,31 @@ path = "Target Support Files/Pods-eSteem-tvOS"; sourceTree = ""; }; + 7750B9F77D3EE3764E576553B4C40389 /* Reporting */ = { + isa = PBXGroup; + children = ( + D0DDD0DE57B966C910EF0CA75BE3BA19 /* Filters */, + ); + name = Reporting; + path = Reporting; + sourceTree = ""; + }; + 7830ADDAF6919C4579C9D16AF9E755FF /* SafeAreaView */ = { + isa = PBXGroup; + children = ( + 870FCF859DAF873DA09C4F7F008BC02A /* RCTSafeAreaShadowView.h */, + 71292A053B46732171C7993431E47BAC /* RCTSafeAreaShadowView.m */, + 8C614ABF8517C44FCCC3843C9893FE28 /* RCTSafeAreaView.h */, + EE3CCB6D8ED71ED6BCFF69114D60270E /* RCTSafeAreaView.m */, + 419ABE6B8377241B6C7FA137D5CA3692 /* RCTSafeAreaViewLocalData.h */, + F662DB447D0DABB213B13E387F2E5895 /* RCTSafeAreaViewLocalData.m */, + 03D55784B95EABC9DBB468ED77026264 /* RCTSafeAreaViewManager.h */, + 9EFA1032FA877E1426035EFA749320AA /* RCTSafeAreaViewManager.m */, + ); + name = SafeAreaView; + path = SafeAreaView; + sourceTree = ""; + }; 7A201A0B69743455CD51E56AA5F36182 /* DoubleConversion */ = { isa = PBXGroup; children = ( @@ -3444,121 +3637,64 @@ path = DoubleConversion; sourceTree = ""; }; - 7E2CE7FF82D211F2FB80B933448F11A1 /* RCTCameraRoll */ = { + 8123A22229A8A1364231C7CD10E12E6B /* RCTText */ = { isa = PBXGroup; children = ( - F0AA94A403C812B5B0225D7C99DADF53 /* RCTAssetsLibraryRequestHandler.h */, - 3E0E832FD0CA50636B29C42B0D9AEED0 /* RCTAssetsLibraryRequestHandler.m */, - 6181A27F4C9A2D94D8E4BCD4821792D9 /* RCTCameraRollManager.h */, - C561C6AC8DB4685B7D7538AB3B1C8FC2 /* RCTCameraRollManager.m */, - 36FE69B150E7426D98DBC0EDDC7C0D01 /* RCTImagePickerManager.h */, - 6B3E4E4753EAF1FD5E874A5A9CDDBC17 /* RCTImagePickerManager.m */, - 6E520A660131C8CDD72523700BBC93BD /* RCTPhotoLibraryImageLoader.h */, - D6F3B748F4F8FF5168F21A2DA1EA4811 /* RCTPhotoLibraryImageLoader.m */, + 4E34D548E820033EABE482405BAF2034 /* RCTConvert+Text.h */, + A9D8B4A6A5BFD6E8C73B119E9F9D5F66 /* RCTConvert+Text.m */, + F70807989700B86DA7225F02BA3C8164 /* RCTTextAttributes.h */, + 58CDA9F4EB7A5BDBD1ED6B347DA78FDB /* RCTTextAttributes.m */, + B78619DD409C8606D4FEFA3BB2C76FC3 /* RCTTextTransform.h */, + 36370939EA030FE711DBA8672A7F9EC4 /* BaseText */, + 25E4C81B578D83907371DC8FDCAE01EE /* RawText */, + 18B6DC2FC671AE25ED04E3F4DA097F2B /* Text */, + 706E5D553430887BC5F991C5779C2076 /* TextInput */, + 6BB6660078EFE9F3E13E94CA395ADB15 /* VirtualText */, ); - name = RCTCameraRoll; + name = RCTText; sourceTree = ""; }; - 7FD2EEB26C51A1E711623B4BD433267C /* Coding */ = { + 8653E61EB4FD349741501799A53309DA /* RCTActionSheet */ = { isa = PBXGroup; children = ( - 346E8B558370D4BB322653AA0E15A038 /* JWTCoding.h */, - B8F04BDC85FEF3908E3A9E52D4FAAD0C /* JWTCoding.m */, - 135DC3EA2DB2B09B917EEFB46483898E /* JWTCoding+ResultTypes.h */, - 40FB805F2C1A31EE1CD28B67F148F830 /* JWTCoding+ResultTypes.m */, - 226F6AAD15A054117BFE3CCCBEC09B3F /* JWTCoding+VersionOne.h */, - C9A85A018987030ACA0CB53C5EDFF97A /* JWTCoding+VersionOne.m */, - 4D0AC1D47793810B57736490A1939F8D /* JWTCoding+VersionThree.h */, - 8A54ABCCE62B5803E50BF4EE3228F4FE /* JWTCoding+VersionThree.m */, - D06AF919448CEFC4B6B61C25E0448403 /* JWTCoding+VersionTwo.h */, - 5D30C4CCE8BF783227137FBBD376C429 /* JWTCoding+VersionTwo.m */, - ); - name = Coding; - path = ios/CodePush/JWT/Core/Coding; - sourceTree = ""; - }; - 806AAB175ECED13165A985A9B46781CB /* Profiler */ = { - isa = PBXGroup; - children = ( - C7AC39CA81899A578D8BF5E0E462F66C /* RCTFPSGraph.h */, - EB270342863244E0562623AE75BB6C04 /* RCTFPSGraph.m */, - AB3ACB45E703D874ED333AC2A47A3872 /* RCTMacros.h */, - 7E87997461D19A968A735856F1467063 /* RCTPerfMonitor.m */, - BA93D73F72F0D4F041303C34C8643638 /* RCTProfile.h */, - 49775817BF7AD30E3574FC89BD4BDF7A /* RCTProfile.m */, - 475AF00F6DDF9334BDC2511CEEBB6B8F /* RCTProfileTrampoline-arm.S */, - 826E02A8C402E700938245C285335B2C /* RCTProfileTrampoline-arm64.S */, - CA2818E60BABF3F9B303834E9249141F /* RCTProfileTrampoline-i386.S */, - AD5EA373AF04312F0050425C280F2738 /* RCTProfileTrampoline-x86_64.S */, - ); - name = Profiler; - path = React/Profiler; - sourceTree = ""; - }; - 87B9B29C7A57EBE4EE02528D3F59168B /* BaseText */ = { - isa = PBXGroup; - children = ( - 63F5C2686350CB874786EBBC7CA5EDDD /* RCTBaseTextShadowView.h */, - 55FEC9242674EE6A908947613E6EAA36 /* RCTBaseTextShadowView.m */, - 901D44162C53B2C03FF9FBD10BD0D807 /* RCTBaseTextViewManager.h */, - 0D0C8D3786974F64C760CB818F38DD3E /* RCTBaseTextViewManager.m */, - ); - name = BaseText; - path = Libraries/Text/BaseText; - sourceTree = ""; - }; - 8A123967FEFE50E0CF0CF0F9D6D257A0 /* Nodes */ = { - isa = PBXGroup; - children = ( - 5F41E68B79BD4F7A56D45CC730035F67 /* RCTAdditionAnimatedNode.h */, - 910E3C5D766886AA734B499689CD8FBF /* RCTAdditionAnimatedNode.m */, - 7FA3EB9F698F5BA0F6D5EB4D40C4C1B9 /* RCTAnimatedNode.h */, - 7CFA23C30D3569B2DCC060EB0BF7D52C /* RCTAnimatedNode.m */, - 1089F164EF8D3F8C12B98174BD703149 /* RCTDiffClampAnimatedNode.h */, - 8943D63581CE93E8E5732B604F678E7A /* RCTDiffClampAnimatedNode.m */, - 0BF59C8D21728BD6A71E1AA2148B7018 /* RCTDivisionAnimatedNode.h */, - 7C18350B9E94515666BCA4BCC0EF7A79 /* RCTDivisionAnimatedNode.m */, - F426291BB1D3AB77D41989D8CB840513 /* RCTInterpolationAnimatedNode.h */, - 1E954B3201FECD1718A174309077823C /* RCTInterpolationAnimatedNode.m */, - 7B3EB953EF187B647ADD990B5DC761B1 /* RCTModuloAnimatedNode.h */, - 09BCF0C5F7EDE11743B9AC85F81400F6 /* RCTModuloAnimatedNode.m */, - 03C9A27D8D2D9D9F26ABB65DD62570AD /* RCTMultiplicationAnimatedNode.h */, - 54A20CCBCCFEFDA6668211444BEC6117 /* RCTMultiplicationAnimatedNode.m */, - 108A75EADEA9C77114144D1BF1BF80B1 /* RCTPropsAnimatedNode.h */, - 533DD5F37784E2E2371B05C08244A42E /* RCTPropsAnimatedNode.m */, - A365BB5D9B8138718927D5DA79ED3746 /* RCTStyleAnimatedNode.h */, - 7E69F2AA05F0D35E8DF4E649DC389E05 /* RCTStyleAnimatedNode.m */, - 8247095CA4FD6BE468D704610D3763A8 /* RCTSubtractionAnimatedNode.h */, - FDF0561131B993B946576E64D71E0E8C /* RCTSubtractionAnimatedNode.m */, - E5A786C618D31FCAF19E1ED6F3BC0ED0 /* RCTTrackingAnimatedNode.h */, - 2D872F366EF80D154BAAC4C72DC97165 /* RCTTrackingAnimatedNode.m */, - 35531725F7E50048D7D04241DAFFE967 /* RCTTransformAnimatedNode.h */, - A3F707740435632CD68A0C0C4368CE99 /* RCTTransformAnimatedNode.m */, - 56C3A393F623C589534085657B11130C /* RCTValueAnimatedNode.h */, - F5AAA884BBA3BE3E49436C340A71FA6F /* RCTValueAnimatedNode.m */, - ); - name = Nodes; - path = Libraries/NativeAnimation/Nodes; - sourceTree = ""; - }; - 8CB0C9AD97AD54B3B5424FF81D99410E /* RCTActionSheet */ = { - isa = PBXGroup; - children = ( - D305D5624310DA4E5C0092955771AC89 /* RCTActionSheetManager.h */, - 6F0DBC3E4BBF258EA4AAE95A5BC78DCA /* RCTActionSheetManager.m */, + 0B029F26738D72CC78241F802D6B0F0D /* RCTActionSheetManager.h */, + 66E769107FA27CE8593A4F7907E8B296 /* RCTActionSheetManager.m */, ); name = RCTActionSheet; sourceTree = ""; }; - 8CE09C34460D3B1E79BCDAEC2CCFD3C4 /* Support Files */ = { + 8890D211CDB33EEF8B77CF8BFD6A34E6 /* CxxModule */ = { isa = PBXGroup; children = ( - AA83F7642F622E64F2D00CE8E59543F8 /* RNImageCropPicker.xcconfig */, - C9A3BA0F605863DA6F45EC6900B33AD3 /* RNImageCropPicker-dummy.m */, - F7C7453131F295ECFC73B4E54C902122 /* RNImageCropPicker-prefix.pch */, + C7BFB3FFCF53B9D4AE8CB30E06F9DA6D /* DispatchMessageQueueThread.h */, + D3357BDEBF3BBD42446A1F95539F5EC8 /* RCTCxxMethod.h */, + 0A8701D218227A615AFF6B448BB69910 /* RCTCxxMethod.mm */, + BA7F9015D5F8610E8B5A98CE61158499 /* RCTCxxModule.h */, + 801BED6225DDF652BDBD00CD00F39A51 /* RCTCxxModule.mm */, + 361C4BFA7DEC1FF6FB289B4BC91383E8 /* RCTCxxUtils.h */, + A6626FB096AFE2C996843DBF1447258A /* RCTCxxUtils.mm */, + 9690F572133105AB6D077DBA256CAB0B /* RCTNativeModule.h */, + 20D662B62F27619E5C544BD74A28824C /* RCTNativeModule.mm */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; + name = CxxModule; + path = React/CxxModule; + sourceTree = ""; + }; + 8C9736C76AE3F6314E06B8E2A0DC2CB2 /* Pod */ = { + isa = PBXGroup; + children = ( + 74662ABAC95FFA3E398850CDEE8498ED /* yoga.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 8CC9F539FF994AA59654AEA31BF72EF0 /* KSCrash */ = { + isa = PBXGroup; + children = ( + 1E3C009F39B315E606C1BD05812E2A7F /* Source */, + ); + name = KSCrash; + path = KSCrash; sourceTree = ""; }; 8E52F28082DB29BEC2C7D245304C551C /* Support Files */ = { @@ -3572,25 +3708,6 @@ path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - 8F21BD9BDF0E221E54A952C6AA9322F5 /* Pod */ = { - isa = PBXGroup; - children = ( - 618632E0870377385B9CDCC9F38C8C2C /* LICENSE */, - B29FE39C09975754E35D091C9C378D2C /* react-native-fast-image.podspec */, - BBFBF3D1F9DD85C228F97E181358E161 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 8F77EF4F31F483FB9B1A2C80732B539A /* jsinspector */ = { - isa = PBXGroup; - children = ( - 9423F3667A66CF129D676F21E447D45A /* InspectorInterfaces.cpp */, - B03936A7260B383A9AA1B91D8ED47DF1 /* InspectorInterfaces.h */, - ); - name = jsinspector; - sourceTree = ""; - }; 9005995C6D867CC90CF9ED72EBF5EBAC /* FLAnimatedImage */ = { isa = PBXGroup; children = ( @@ -3604,16 +3721,6 @@ path = FLAnimatedImage; sourceTree = ""; }; - 902AB23D9C319F6728A3F1FC0C0E6A76 /* UIUtils */ = { - isa = PBXGroup; - children = ( - C58D0F8637572FCCB40C21E61B30D0C8 /* RCTUIUtils.h */, - B5C501422C782DD5606E5AC81773ED43 /* RCTUIUtils.m */, - ); - name = UIUtils; - path = React/UIUtils; - sourceTree = ""; - }; 90605B539DE1B202345113579A326C28 /* Core */ = { isa = PBXGroup; children = ( @@ -3676,67 +3783,14 @@ name = Core; sourceTree = ""; }; - 93ACCC8DFBD1E44D9006725D1DCC05E0 /* CxxUtils */ = { + 91E25C83A3AF05BA739694FE5E372C91 /* Pod */ = { isa = PBXGroup; children = ( - 0D9E769317BDA96653D6083ABDA7D8CE /* RCTFollyConvert.h */, - 7D9D0413BF6DABC99612F5BBA9332AD5 /* RCTFollyConvert.mm */, + B31C6F5B8038E6B6E98D1FB07E5F9E5B /* LICENSE */, + D40E1EF227C2356ACC6F5A5726AFB519 /* react-native-version-number.podspec */, + FF1D1A210639338D120DE7E12B81AE45 /* README.md */, ); - name = CxxUtils; - path = React/CxxUtils; - sourceTree = ""; - }; - 968E44007DDB418408FA94E1286209C7 /* Drivers */ = { - isa = PBXGroup; - children = ( - FC5F6DF79D2D14D7BB1E5CEC010AD7DC /* RCTAnimationDriver.h */, - 2C452A1EED4B02CC91C31B73020DA3D4 /* RCTDecayAnimation.h */, - 08584A592FA2D5D10784E3011BB2254B /* RCTDecayAnimation.m */, - A448ECC4ACF280549E0A1EB6EF54ED41 /* RCTEventAnimation.h */, - E3FF8FEAEC7AB760D63F2E0294A4E9B3 /* RCTEventAnimation.m */, - 1867D9F9F597E53F9D21447EFF9F8D98 /* RCTFrameAnimation.h */, - 7BF42497BCEBE999A8ABF56ADAA5DC2D /* RCTFrameAnimation.m */, - 1D9DA67DFA911B2909223A44923EDB02 /* RCTSpringAnimation.h */, - AE56363AD7FCEF6AF20BF429A6762E38 /* RCTSpringAnimation.m */, - ); - name = Drivers; - path = Libraries/NativeAnimation/Drivers; - sourceTree = ""; - }; - 96E89DBB39A9481EA16D9CFDF94F3023 /* CxxModule */ = { - isa = PBXGroup; - children = ( - 8A1BE4153B2B656B45EC5FDEE53615B1 /* DispatchMessageQueueThread.h */, - 57E87CA499A0068EB17F3A14ADB3ADFB /* RCTCxxMethod.h */, - 96D88A0647BE930108BFCD68B2FB440F /* RCTCxxMethod.mm */, - 7FD8565DDBF345594A06C68A045B750F /* RCTCxxModule.h */, - CA09315395B6D9CAF5787E11ED7C21A4 /* RCTCxxModule.mm */, - 9E017B64C7C09B1E1A025F779030617C /* RCTCxxUtils.h */, - FD47AA34F0324072A984EED163DD6299 /* RCTCxxUtils.mm */, - 1AD3D3592B762902655E79A79B226568 /* RCTNativeModule.h */, - 33D5A1D1B258034FD9647E1F0190F568 /* RCTNativeModule.mm */, - ); - name = CxxModule; - path = React/CxxModule; - sourceTree = ""; - }; - 98C41CD48069E9A1816338EF6117DB99 /* KSCrash */ = { - isa = PBXGroup; - children = ( - 27008B4A8F5545DF4A66959265C97C35 /* Source */, - ); - name = KSCrash; - path = KSCrash; - sourceTree = ""; - }; - 9B0CB2F77E5AED6CEA7D1B3419CD36CB /* CxxBridge */ = { - isa = PBXGroup; - children = ( - B83F5647E99F2DC70C36CFDACBD23B61 /* CxxBridge */, - 96E89DBB39A9481EA16D9CFDF94F3023 /* CxxModule */, - 93ACCC8DFBD1E44D9006725D1DCC05E0 /* CxxUtils */, - ); - name = CxxBridge; + name = Pod; sourceTree = ""; }; 9E15BF3345929903C65FA4F72795F1D4 /* Resources */ = { @@ -3752,41 +3806,6 @@ name = Resources; sourceTree = ""; }; - 9EC3D609FD6D623069C76B33F0B1E3E3 /* yoga */ = { - isa = PBXGroup; - children = ( - 006F04C8A5029A4B468CAB5D0EFF9264 /* CompactValue.h */, - 53438B860D661379671C9553DE8F6C16 /* instrumentation.h */, - FF27792DC9495C1E721A39B1227B09F3 /* Utils.cpp */, - 27BF7B4BBBF8F571B4807A61ADA7C6FD /* Utils.h */, - 34841567457AC9F175326BB483EFF004 /* YGConfig.cpp */, - 67DC6014713FF2B9993E4D00C953BDAA /* YGConfig.h */, - B4C2D61EFB55B528C7127CA39782674D /* YGEnums.cpp */, - D36D147BB312F23F9ADBF08D52EA7F0A /* YGEnums.h */, - 4B94D84AC244DFA84BA0D2FD415365B6 /* YGFloatOptional.h */, - 1FB71F9237BDFCF3453D12677B064F38 /* YGLayout.cpp */, - 9F938D6C5CE955B7E2AFCA68C8DC1848 /* YGLayout.h */, - 4D99FD9F069BC3D5D2AC7FCE32C23182 /* YGMacros.h */, - 4D0A9767DD32886215FC29020AFFF95C /* YGMarker.cpp */, - 2CC6DA88EDB0383260DC444F5A97C1D5 /* YGMarker.h */, - C877F9DDE9494CFD783AC166960D5F0B /* YGNode.cpp */, - 8940B6383EDDBC56E9872CA9E7E362E4 /* YGNode.h */, - AF3B3162FAA60BDE3EAD67D87EC43282 /* YGNodePrint.cpp */, - D9557D32931F7886CB37CFC97484BF05 /* YGNodePrint.h */, - D9E6001548A060E44EB784F38DD66BC4 /* YGStyle.cpp */, - 77DBB90B471546A5580C12175BA7EC73 /* YGStyle.h */, - 9FE3E39DDE6DD41A7D9CC650B86C3DAD /* YGValue.cpp */, - E359E1674FB62CAD3FAB5A6713FE6863 /* YGValue.h */, - EB12F69CFB310E32B09C4BB1C5752FB6 /* Yoga.cpp */, - 24425899C7954B6D8168B7F2A018E8C9 /* Yoga.h */, - 930844F126E11F54040FDC1BA633341F /* Yoga-internal.h */, - 5F477A349B4BE3AA38D1C893450A8088 /* Pod */, - 175C7CCA66D9B5A34EFA743C73D63087 /* Support Files */, - ); - name = yoga; - path = "../../node_modules/react-native/ReactCommon/yoga"; - sourceTree = ""; - }; A16A5137948326E290E2D4E371E715C4 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -3795,18 +3814,79 @@ name = Frameworks; sourceTree = ""; }; - A394A07AF67ACC9A7954923EE2EA851B /* SurfaceHostingView */ = { + A1788F6AEC59536803DECEBB67F00EB8 /* yoga */ = { isa = PBXGroup; children = ( - 799064FE6927BD1C39E7BA315229C06D /* RCTSurfaceHostingProxyRootView.h */, - FAC83FBB5BABA772F7C87C1F576117F6 /* RCTSurfaceHostingProxyRootView.mm */, - A6B582DE9A806453FB636FC7A90E397B /* RCTSurfaceHostingView.h */, - EF9DFCBC769B321E6D4AB9C7A2ABADDF /* RCTSurfaceHostingView.mm */, - 5D685AB93AAC0620B9B19A313E2AC5CA /* RCTSurfaceSizeMeasureMode.h */, - 5A48C0E32618024F17B07031B0028E29 /* RCTSurfaceSizeMeasureMode.mm */, + FCA6D94704003A94FB680FAAAC2B3C5C /* CompactValue.h */, + 7A1845348E4873298997075EA72D6CDF /* instrumentation.h */, + CC478C89BEF9CF1F018E7BDCDF58210E /* Utils.cpp */, + 0FE71E8BE2C0AA342B0B3CABB8927731 /* Utils.h */, + 09F27387348C33134378CE057B3151D8 /* YGConfig.cpp */, + 88346023688E8B0A7CA0E3E5CB71C43E /* YGConfig.h */, + 776CD00E790D737933FB5C681A642D9B /* YGEnums.cpp */, + 8ECA1CDD5969489EC8C98CFCFDC2A49D /* YGEnums.h */, + 36F644887E41FB62D59376B8FC488173 /* YGFloatOptional.h */, + 1CB9EDBAA61416F710BCAE206995DCC0 /* YGLayout.cpp */, + EA0719109234408DD5181153C1B6745F /* YGLayout.h */, + 0C681C2E8BFFCBF78FC89F3759F83DDA /* YGMacros.h */, + 0CFDC3C4B1ED33207995A07E2F5D8280 /* YGMarker.cpp */, + B0E8214F33847864E62F0C3FAC5BFCC8 /* YGMarker.h */, + 391DD5A31A070D222107220889B9160E /* YGNode.cpp */, + 6932E9E0ECD42B7124D93BC6C0D3DA3E /* YGNode.h */, + 8B2BC180B5836761150EE5DACE976F40 /* YGNodePrint.cpp */, + 6C36DDCE3060D1CC942EC30F95CDF765 /* YGNodePrint.h */, + EFB0A4148DEBFF52753E032DD5E951AF /* YGStyle.cpp */, + AAF299B56F89FAA686076DE67741EBC5 /* YGStyle.h */, + 79781BAEC20F95F76C4E6BEC82E011F9 /* YGValue.cpp */, + 40C6A6AA7C8AE7AC9AD0E91589CBEB7D /* YGValue.h */, + ED1D9E34FB80C44EC1BF2B9229166745 /* Yoga.cpp */, + 83FE2E8C8E0DF588CBADD278C4504638 /* Yoga.h */, + 2F6D3B96BBB6C287014AE8B91410CE96 /* Yoga-internal.h */, + 8C9736C76AE3F6314E06B8E2A0DC2CB2 /* Pod */, + 4901370FE84E888003BEA7BDF9D96AA8 /* Support Files */, ); - name = SurfaceHostingView; - path = SurfaceHostingView; + name = yoga; + path = "../../node_modules/react-native/ReactCommon/yoga"; + sourceTree = ""; + }; + A401C5D06FD82AFFB6207376D8AEFD53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 51EEE7FB7E4F097A0DDA58DC6A68809C /* BugsnagReactNative.xcconfig */, + 3769872BA07CC9B0BDC0B798C23A6E04 /* BugsnagReactNative-dummy.m */, + 38DDB3B0213FD8F8535C84A1B70ED4DA /* BugsnagReactNative-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; + sourceTree = ""; + }; + A46B772051FD083AF293BF4EB9240A65 /* RCTWebSocket */ = { + isa = PBXGroup; + children = ( + 0A6389EEA73BFE9BE563F5C8FC456BBF /* RCTReconnectingWebSocket.h */, + 941E8193875913835EE937ECA74ECE69 /* RCTReconnectingWebSocket.m */, + 2340D1EAB5DBE48E767C52CDC7E96E49 /* RCTSRWebSocket.h */, + BA88DEA176148AB7B9CD3CFEED84806A /* RCTSRWebSocket.m */, + 10E43DF7242EDB0C11C746EE7E6D32F0 /* RCTWebSocketExecutor.h */, + CCC5897D8FEC82769133FDF650CB4E91 /* RCTWebSocketExecutor.m */, + C969EEB466742A8FC5BC2B397556A614 /* RCTWebSocketModule.h */, + 9CE90092676A89DFD3C2DFC45F4CF0BC /* RCTWebSocketModule.m */, + ); + name = RCTWebSocket; + sourceTree = ""; + }; + A6A0D234DD171DEF9515223BCA124D13 /* RSKeys */ = { + isa = PBXGroup; + children = ( + 03D26DEE646FCA1A6A6ACBF8692F30AF /* JWTCryptoKey.h */, + 7550ACB225EB7107E54C94E62884DE5B /* JWTCryptoKey.m */, + 6B2E92BA590E8C92D93F632DBF5477CF /* JWTCryptoKeyExtractor.h */, + 0E5613B56071ADEDF2A23B12A54D1B54 /* JWTCryptoKeyExtractor.m */, + C1D2A47C0E89835E14E48A86A549C3D1 /* JWTCryptoSecurity.h */, + A59A315A4D4640B704D717E180AF819F /* JWTCryptoSecurity.m */, + ); + name = RSKeys; + path = RSKeys; sourceTree = ""; }; A9FF6DCCF6DD06047D90A0996805C016 /* Support Files */ = { @@ -3821,6 +3901,21 @@ path = "../Target Support Files/QBImagePickerController"; sourceTree = ""; }; + AA6022C0FA9925C1DCE9A8A6FB0E5AC2 /* RCTCameraRoll */ = { + isa = PBXGroup; + children = ( + 7A603E7CC8B74E2011CD948A8DA77217 /* RCTAssetsLibraryRequestHandler.h */, + D2A93E35211E37A284DB87B5920BDF4A /* RCTAssetsLibraryRequestHandler.m */, + C86C180E49C96F0FD23EC0BF5E409720 /* RCTCameraRollManager.h */, + DD4B0A8B3980594A2476816547280B4E /* RCTCameraRollManager.m */, + 5950ADBF2ED6848D710FD8221F025EF9 /* RCTImagePickerManager.h */, + 4580EF7CE2F2B4DFAEF7A92729F87EDD /* RCTImagePickerManager.m */, + B03B2BDD4FEC374472BD9F60DD067E1A /* RCTPhotoLibraryImageLoader.h */, + E629A2A201989DBB445B51636AD16CA1 /* RCTPhotoLibraryImageLoader.m */, + ); + name = RCTCameraRoll; + sourceTree = ""; + }; AAA2D87A971784B19C0EE4381A0F53F7 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -3829,15 +3924,28 @@ name = Frameworks; sourceTree = ""; }; - AADAE4B6E06C047D87C39667612C3B66 /* Support Files */ = { + AC620C2D243F163613581699C026D755 /* Pod */ = { isa = PBXGroup; children = ( - C3A56C1180375BBA3BBF0C7B010C97E6 /* BugsnagReactNative.xcconfig */, - 79E4CD65FC5ACE0C0501F8FB3B1B4625 /* BugsnagReactNative-dummy.m */, - 990DD2BB1BF96EAEEF44A5DC87339D36 /* BugsnagReactNative-prefix.pch */, + 1429FE36EE0C632DE9944BB331D39495 /* LICENSE */, + 10E4A6230279038B87C258A99F668415 /* react-native-netinfo.podspec */, + 359E3501B6D9F81E2FC34D0BFFEC7C34 /* README.md */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; + name = Pod; + sourceTree = ""; + }; + AEC0EDBACCB9BAB5EBCA9E98B35A3F61 /* CodePush */ = { + isa = PBXGroup; + children = ( + 31DB0A052114268FAEEF2DCB0CDE32F7 /* Base64 */, + CED6CD9B0CA288BD908E6CA5E8FBA485 /* Core */, + BFB69BF7C445B04B057656DAB9CA44CB /* JWT */, + 3014DD72E689E8E77F568BA69066B50B /* Pod */, + 6F40585A39FBB8B873F912D94E28CED2 /* SSZipArchive */, + 3E04770503B38894D94F114F4F175D79 /* Support Files */, + ); + name = CodePush; + path = "../../node_modules/react-native-code-push"; sourceTree = ""; }; AF44342628137B5B977B063E812FAEF5 /* Frameworks */ = { @@ -3876,101 +3984,66 @@ path = QBImagePickerController; sourceTree = ""; }; - B0851B37689FB1BFBADF250A9418172B /* Base */ = { + AFB8E7E99412C3589889DF68A228F13A /* Singleline */ = { isa = PBXGroup; children = ( - CFED86219ABF7F1D147FBDE58D98A5C6 /* JWTAlgorithm.h */, - E91354A1345C17375AEC6675B7833498 /* JWTAlgorithmFactory.h */, - EDBE193A364337B8A25A5F43FB999956 /* JWTAlgorithmFactory.m */, - B48B63CCC04DD0045FD428B84C379A59 /* JWTAlgorithmNone.h */, - F33AD2C926BA45EB74A2A4DBC6110FD9 /* JWTAlgorithmNone.m */, + ECAFC92E59B1D51A9F22CF115C89CB70 /* RCTSinglelineTextInputView.h */, + DFC23BB11A4B5914EEED64EC3AB9AB89 /* RCTSinglelineTextInputView.m */, + 7A86B6D91687E7B15AE7E13BB1ED0798 /* RCTSinglelineTextInputViewManager.h */, + 4DB0952466462B231FE52BB63A604DBC /* RCTSinglelineTextInputViewManager.m */, + 07BFF22A02ACAF445B303D1917FC1978 /* RCTUITextField.h */, + 1FA5BF3F622F19CF66D99DBDD2DFE4D4 /* RCTUITextField.m */, ); - name = Base; - path = Base; + name = Singleline; + path = Singleline; sourceTree = ""; }; - B1A275924A822C78FD4F01667F7B4C0B /* Surface */ = { + B3B8C0BC9DD57B318AE4149F28521995 /* CxxBridge */ = { isa = PBXGroup; children = ( - CA77B3CFBDC01C526F0019591F014BE0 /* RCTSurface.h */, - 1C11A097B91AF23C954BF1C8E996A771 /* RCTSurface.mm */, - B366E95E9A4CED26D330E74C45E5B616 /* RCTSurfaceDelegate.h */, - 256A668518C529854B0A8439614594FF /* RCTSurfaceRootShadowView.h */, - 151830F2F6BA58BE679DD83ACBAD9AD8 /* RCTSurfaceRootShadowView.m */, - 61DF4EC784FE48CF1981E96C32C3457E /* RCTSurfaceRootShadowViewDelegate.h */, - E32A2C73CE40BA348791EB4975FB60E1 /* RCTSurfaceRootView.h */, - CF4416CB001F2CFEE6499D21A55AAAA2 /* RCTSurfaceRootView.mm */, - 69B84633A9AFF31625DEEF9D2AE8AE23 /* RCTSurfaceStage.h */, - EFDA750914EF07708D0226680D098813 /* RCTSurfaceStage.m */, - 881AD1FC6B564063691912745FC38C3D /* RCTSurfaceView.h */, - 444C1AB7370238877BEE5FDBA2AFB12B /* RCTSurfaceView.mm */, - EA51B8E52F25E525FE4E128D537F7BB4 /* RCTSurfaceView+Internal.h */, - A394A07AF67ACC9A7954923EE2EA851B /* SurfaceHostingView */, - ); - name = Surface; - path = Surface; - sourceTree = ""; - }; - B2BE5276F90BC4CA7DE39783E90DBF4A /* SafeAreaView */ = { - isa = PBXGroup; - children = ( - 7634BD66CE34F73B1DC3C1C50590555F /* RCTSafeAreaShadowView.h */, - 96C6170BD98998D8F651DFF8F361A83D /* RCTSafeAreaShadowView.m */, - 412ED565977E983A249F8FC245ABC2E1 /* RCTSafeAreaView.h */, - CBC2EA80FEE6C25D492E087729EF37CB /* RCTSafeAreaView.m */, - 456376DC724A9500FD70EC947160D2A2 /* RCTSafeAreaViewLocalData.h */, - 45A39503E0CD462062103FC203E0AC4B /* RCTSafeAreaViewLocalData.m */, - 79B515F02236063E56A8AA3CBFE89D09 /* RCTSafeAreaViewManager.h */, - 3FCACA89B3BC54A344C9A9B3D484DD1A /* RCTSafeAreaViewManager.m */, - ); - name = SafeAreaView; - path = SafeAreaView; - sourceTree = ""; - }; - B421F5A4D2B9FF48AF6F2E0F2C1343D4 /* DevSupport */ = { - isa = PBXGroup; - children = ( - BA21E9399A969592854DEDB5C63C3DEF /* DevSupport */, - F796A044EAD4E140B2210B4D852F3FC1 /* Inspector */, - ); - name = DevSupport; - sourceTree = ""; - }; - B482AE31E1E3E21B43D5C1A3E1A57461 /* RCTText */ = { - isa = PBXGroup; - children = ( - 3B04209138DD16527784D54FF4CF683C /* RCTConvert+Text.h */, - 6660B5BDCE9248EFE075EAB1605141AA /* RCTConvert+Text.m */, - B9D3E218E83A681EBE5C5DACD01C6471 /* RCTTextAttributes.h */, - 34BC4E3814B59E81C64580092BCE8154 /* RCTTextAttributes.m */, - 5FEDD6D82DF3193D9C7B5BFBF84FF13A /* RCTTextTransform.h */, - 87B9B29C7A57EBE4EE02528D3F59168B /* BaseText */, - C115C0C1042D9966D5837923A303FDD9 /* RawText */, - 53762D667B4D27C40641D7720FBE1743 /* Text */, - 21F664E781C8F1B4786EF08A07002830 /* TextInput */, - 153045C9F454382C225D76DD3CFDBFAB /* VirtualText */, - ); - name = RCTText; - sourceTree = ""; - }; - B83F5647E99F2DC70C36CFDACBD23B61 /* CxxBridge */ = { - isa = PBXGroup; - children = ( - 31FF56F9994FF5C9F37FF3DC527E1929 /* JSCExecutorFactory.h */, - EBCD34C0DA3ECCDD422AFAACCDBAACC1 /* JSCExecutorFactory.mm */, - EEE00DE3D5CC12B544C314D5BEA01224 /* NSDataBigString.h */, - E15ED2B6F54D1004BCCA201D7EC16831 /* NSDataBigString.mm */, - EBFF70466C991B226C75F8B6D8A8A24F /* RCTCxxBridge.mm */, - 92A8323B45C28FD5AD80DFE91F028571 /* RCTCxxBridgeDelegate.h */, - 660CDFF62DA17C0B3BD8F633C885B2E3 /* RCTMessageThread.h */, - 099253A5B91AB35C42171D8C3F8F32F9 /* RCTMessageThread.mm */, - 46F1715666562D66D4B08B0FE8D2E2C6 /* RCTObjcExecutor.h */, - 272B6216B5F6C0BCA136E6443C631D46 /* RCTObjcExecutor.mm */, + 5AA69BEFA6BCC4AB5472E8045D48FC46 /* JSCExecutorFactory.h */, + 216C68636019820A519473B080146F4D /* JSCExecutorFactory.mm */, + 7CA407DB823D7EE1A91F5640C581F723 /* NSDataBigString.h */, + 3C633464F6C0389A5AAE51D98A602448 /* NSDataBigString.mm */, + 02DA2F450BF8CFB00A2F1EF284848845 /* RCTCxxBridge.mm */, + 2157FFDF672B07B9817D610E1784DAC2 /* RCTCxxBridgeDelegate.h */, + 9CD81802FE0360525EEF8396AA6F2506 /* RCTMessageThread.h */, + C8AFCE990CD33824617CBB405BD7F271 /* RCTMessageThread.mm */, + 2905CED5ED4640DA9A1A87F2B2046D0D /* RCTObjcExecutor.h */, + BDF9BCDFCB387DDEA5BCDFC9F159AEA9 /* RCTObjcExecutor.mm */, ); name = CxxBridge; path = React/CxxBridge; sourceTree = ""; }; + B75F4672E1F8E3845FE97F94FB2FD262 /* react-native-version-number */ = { + isa = PBXGroup; + children = ( + 3B3DA7EEEF340BFC5514684F5723E83C /* RNVersionNumber.h */, + 9A9987A913523FE909BF0C24E3781ECC /* RNVersionNumber.m */, + 91E25C83A3AF05BA739694FE5E372C91 /* Pod */, + 437BD58C5A278D5EB6064502C770566F /* Support Files */, + ); + name = "react-native-version-number"; + path = "../../node_modules/react-native-version-number"; + sourceTree = ""; + }; + B876C5DE99EF272FD52465E027EC3DC0 /* RNImageCropPicker */ = { + isa = PBXGroup; + children = ( + B74C35297E1E9F37121D3587850E62E9 /* Compression.h */, + 3C844F6AD91838871A4B8B9F6C2F334E /* Compression.m */, + B28CB603A1B50DA829E73662E121880D /* ImageCropPicker.h */, + 2BFDFF035BB6FE54CB9B74C0FE4E94AF /* ImageCropPicker.m */, + 206F28CB523E3F574DFC254D8D20A8AF /* UIImage+Resize.h */, + 80635232CF06D214D3BA14029A36981E /* UIImage+Resize.m */, + 54695440B140E009375547FE4E31A3EF /* Pod */, + 392479CD0F410678C61805C848287D20 /* Support Files */, + ); + name = RNImageCropPicker; + path = "../../node_modules/react-native-image-crop-picker"; + sourceTree = ""; + }; B992C0B607465987E6C7AE722325F5DD /* Frameworks */ = { isa = PBXGroup; children = ( @@ -3979,43 +4052,45 @@ name = Frameworks; sourceTree = ""; }; - B9CBEABAA995062EBD74A9B3DA6A7B2A /* Support Files */ = { + BA02100EDFB0DD3889C8C26121629EA4 /* Coding */ = { isa = PBXGroup; children = ( - ECE7314DBFC1198EC8EACBEE69ECFB05 /* CodePush.xcconfig */, - AC0DDCE32938B6F0780C705FF28C998C /* CodePush-dummy.m */, - 67A52C3F269AB026F9DC562DEEA08203 /* CodePush-prefix.pch */, + 67F5725753D88060CEDB1F05569949CC /* JWTCoding.h */, + 7DE434DDE8584A2F8B83C3AE11D31789 /* JWTCoding.m */, + 4AF59B42B291CF4611233784771D7FC9 /* JWTCoding+ResultTypes.h */, + 4D653DD6E6C4210D3854986FD9B6A9AF /* JWTCoding+ResultTypes.m */, + C15455C611F84EFDE449A8EDED7DF6DE /* JWTCoding+VersionOne.h */, + 281A5693E8970DC3735A9564E4D514A1 /* JWTCoding+VersionOne.m */, + E3CE292279AB0B8533B0CC093F496264 /* JWTCoding+VersionThree.h */, + D60C104694EAEB67533352B9B9BDBDBF /* JWTCoding+VersionThree.m */, + 6CA409818CB08928CB2C5C6182748E1B /* JWTCoding+VersionTwo.h */, + A558832927BA810C976465943C5FD44D /* JWTCoding+VersionTwo.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/CodePush"; + name = Coding; + path = ios/CodePush/JWT/Core/Coding; sourceTree = ""; }; - BA21E9399A969592854DEDB5C63C3DEF /* DevSupport */ = { + BC752D626DE5AAF187FC1ADC58052370 /* Sentry */ = { isa = PBXGroup; children = ( - DF396C9EE65F94E95482300A5FE00D81 /* RCTDevLoadingView.h */, - F5555416C9EE76FE048A5D2BC33D17D7 /* RCTDevLoadingView.m */, - 0D11E4B840B7640E88115412130DD7A4 /* RCTDevMenu.h */, - B8E45AB99490BF6EF54B6BCE248BE44D /* RCTDevMenu.m */, - FA9AA3432D0F916117500D26795BEBF4 /* RCTInspectorDevServerHelper.h */, - 599DCC58E78CF1EA7D61544F3FA034D4 /* RCTInspectorDevServerHelper.mm */, - A51C981CA960854A6E476AB855293B98 /* RCTPackagerClient.h */, - C1BA70F34887A5D397121D7507E3EB69 /* RCTPackagerClient.m */, - E9C30327053DE6C9F8D840A8D9A003AC /* RCTPackagerConnection.h */, - CFE22723E73BCDF6EBE947FA301040B4 /* RCTPackagerConnection.mm */, + 478EDD4BBA380EFF7877F7774E7165BB /* BSG_KSCrashSentry.c */, + 37357CE95A3B1899E791A2814D5A4F74 /* BSG_KSCrashSentry.h */, + 1E73CCF202799BAFD3921B6E83EBE7A5 /* BSG_KSCrashSentry_CPPException.h */, + A2A0BF1447D3600DC830A6D4CBB32048 /* BSG_KSCrashSentry_CPPException.mm */, + 305D96FFB4989811EA688E5D162B7259 /* BSG_KSCrashSentry_Deadlock.h */, + 0F9E88931705BDA02C16A163718AC64C /* BSG_KSCrashSentry_Deadlock.m */, + F766F69ECE2F17F3240FDAC76BCCBB5C /* BSG_KSCrashSentry_MachException.c */, + B52FAFD7030F42172646C71AF121FF3B /* BSG_KSCrashSentry_MachException.h */, + D3AB67D621FDA19AD86170867C5EB135 /* BSG_KSCrashSentry_NSException.h */, + A21E484932D053A131F00EA79B4F4C27 /* BSG_KSCrashSentry_NSException.m */, + A292B29FC7F9174F4A404F28AA6F652E /* BSG_KSCrashSentry_Private.h */, + 9C8EDB8F88377B301799ABD14EC814B7 /* BSG_KSCrashSentry_Signal.c */, + 5A43F9B70BE3779D9439E8FB59251756 /* BSG_KSCrashSentry_Signal.h */, + BD6AC9F3D65FB3D87B323E776CBA080F /* BSG_KSCrashSentry_User.c */, + C44C481E006197B1F1B19F36E356FECF /* BSG_KSCrashSentry_User.h */, ); - name = DevSupport; - path = React/DevSupport; - sourceTree = ""; - }; - BC4760B746998585B0CC021C8CE51F2B /* KSCrash */ = { - isa = PBXGroup; - children = ( - 40441151FC6478821E2BE4A60006E253 /* Recording */, - 60E867768F5F4A0D42AC8C33D5AB3CB1 /* Reporting */, - ); - name = KSCrash; - path = KSCrash; + name = Sentry; + path = Sentry; sourceTree = ""; }; BDBFEC02A05995C551508BA2CF8C48E5 /* Support Files */ = { @@ -4029,16 +4104,16 @@ path = "../Target Support Files/FLAnimatedImage"; sourceTree = ""; }; - C115C0C1042D9966D5837923A303FDD9 /* RawText */ = { + BFB69BF7C445B04B057656DAB9CA44CB /* JWT */ = { isa = PBXGroup; children = ( - 95C1D15918342D99552F229CFB0B4216 /* RCTRawTextShadowView.h */, - EF10D42A636F08C5997D599C8FB889B3 /* RCTRawTextShadowView.m */, - A5A9BFCAD72341B988414FBBE9698B15 /* RCTRawTextViewManager.h */, - CD549C4C37821D91989638DAC66CD8A1 /* RCTRawTextViewManager.m */, + DE94220365373B36364B6CBCBCADE914 /* Algorithms */, + D88CC32CDCB2F105EA0DCDA0570F8343 /* ClaimSet */, + BA02100EDFB0DD3889C8C26121629EA4 /* Coding */, + 320C85CE46DE92A7841447533A219264 /* FrameworkSupplement */, + F70DF96DAA0BBF9B076AA5E87352F0C1 /* Supplement */, ); - name = RawText; - path = Libraries/Text/RawText; + name = JWT; sourceTree = ""; }; C121D4E36C0325D912C1DD75034ABE05 /* RSKImageCropper */ = { @@ -4067,139 +4142,6 @@ path = RSKImageCropper; sourceTree = ""; }; - C1F150BD9A6235AF28E5C9DD4A72D0C0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 226F1C7ADBDF778893BC82D4B42386E1 /* React.xcconfig */, - 0FDB1F260DEC6EB59C4A574E39285D7E /* React-dummy.m */, - E2B057EE0ADC0B423DB4C974670188BC /* React-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React"; - sourceTree = ""; - }; - C23AFD43FED31A337C8D545CA76EF128 /* Pod */ = { - isa = PBXGroup; - children = ( - 8510B25DFF077212AAAD4C2213A6098B /* LICENSE */, - 9D01930B54FAE54BEF5AB165AF9E4139 /* React.podspec */, - A46378B8AAE8B8BFA22510F3C9D5049A /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - C3316E1F10B8B0CE16A2E877BDCA8559 /* Source */ = { - isa = PBXGroup; - children = ( - 955C6A1DCC9616300731F1D38080C2BD /* BSG_KSCrashReportWriter.h */, - B1096A8530DBC1C8184DD63C41BB5CC6 /* BSGConnectivity.h */, - 3DC77CFB3C562333DA02AFB0C925107F /* BSGConnectivity.m */, - 11D0C0C84EEC3688B86BB329F15DA544 /* BSGOutOfMemoryWatchdog.h */, - AF71C151E382B473377C8B0589928D72 /* BSGOutOfMemoryWatchdog.m */, - E3787B15EC16ED8E476ACC29DCB4C8AD /* BSGSerialization.h */, - B65385F876268B978BE750617867610E /* BSGSerialization.m */, - 101B4F186473947960F91667F634D7F6 /* Bugsnag.h */, - E53C9797E1608A4B71D6C31374F57A69 /* Bugsnag.m */, - 3321DA6DC255504CF45E0B9035C617F7 /* BugsnagApiClient.h */, - 48B0D2275F0543CB8534D5190831E805 /* BugsnagApiClient.m */, - A0C42B746E036D6E07A77E7EC0D89170 /* BugsnagBreadcrumb.h */, - 577987D0EA22F8BDA0AF2A23771CFBA2 /* BugsnagBreadcrumb.m */, - 125AF3E5F058C822A8FC739304EDD3C0 /* BugsnagCollections.h */, - 314082E9624A8881667AFDC6A12EED74 /* BugsnagCollections.m */, - A42D6437668DA58AC5E2BB65E26FBA7C /* BugsnagConfiguration.h */, - AE1D4604B7FAAD114CE09F1D6C522491 /* BugsnagConfiguration.m */, - 62BBC5C6FC94E5F09DDB528E79B1F018 /* BugsnagCrashReport.h */, - F124978EA26B0D6E48106DBC881B43C8 /* BugsnagCrashReport.m */, - C39452A1D1B4D219FE947A64A6790B3C /* BugsnagCrashSentry.h */, - FE41BEDB3E477C91D43BAC7506DD3AF1 /* BugsnagCrashSentry.m */, - 876A97742AFF80CB665A37C36B884C94 /* BugsnagErrorReportApiClient.h */, - 75BF8EDF5F1F23CEED5CF857FCF7EF6D /* BugsnagErrorReportApiClient.m */, - 68ECF8D6E0FC4617E1A8709D97E2DD5A /* BugsnagFileStore.h */, - 79BDF55C9742E53C0CEB9E359CF07EE3 /* BugsnagFileStore.m */, - 9C7E8C029C9C2809438E0462335FDEE1 /* BugsnagHandledState.h */, - 3674077ACA0D4A46E21E6C45FF67B66C /* BugsnagHandledState.m */, - C34BD7EDED6E4C5A42A16D6FE8785675 /* BugsnagKeys.h */, - 2D6AD864E6C5FCC08C9087C940DBB18D /* BugsnagKSCrashSysInfoParser.h */, - 8153B821232BEE10970AF2BEBCB75BA7 /* BugsnagKSCrashSysInfoParser.m */, - 1ADA0CDD3EFF2CC34ECD53873C32ED89 /* BugsnagLogger.h */, - 1F0F8698AB09F3C00982A84C01EBC993 /* BugsnagMetaData.h */, - DFA2A477C16F4576443BF8B6525D66BB /* BugsnagMetaData.m */, - A09385CBEE546C34D0A86341A06C2AE1 /* BugsnagNotifier.h */, - 7822BA0A45F06E152FB6B762BB971401 /* BugsnagNotifier.m */, - 72411C890E14B126EFA2AE457BAAB63B /* BugsnagSession.h */, - 0F247738737B5EEB8BA19A819B9600F3 /* BugsnagSession.m */, - EB5514D6055072D5D7573D5181281F0E /* BugsnagSessionFileStore.h */, - 3FC7098377F473DABEAE8943BD2ADA96 /* BugsnagSessionFileStore.m */, - 006F27C225F9D7FA4A239F057C9C34CB /* BugsnagSessionTracker.h */, - 772815C9D2E25C8A6D829E7F54EABEEB /* BugsnagSessionTracker.m */, - C1F907BE34F953DE9EA0C01F57688872 /* BugsnagSessionTrackingApiClient.h */, - 27857374E0E62D5FD986714E5DB42743 /* BugsnagSessionTrackingApiClient.m */, - B71748D204640235E3F59FCB8922D7AF /* BugsnagSessionTrackingPayload.h */, - 65E2455794684BE0EC7CB1167FE16712 /* BugsnagSessionTrackingPayload.m */, - 0F99E2C9B9A515AAC3668737F14874C7 /* BugsnagSink.h */, - 9571997A22AFE0A354D94CDFA434BC8D /* BugsnagSink.m */, - 5CB69C23043B68A38BA9B3036483002B /* BugsnagUser.h */, - F0BCD6861CFBB35471102E2C6388DD85 /* BugsnagUser.m */, - 98C41CD48069E9A1816338EF6117DB99 /* KSCrash */, - ); - name = Source; - path = Source; - sourceTree = ""; - }; - C4DBBC54260F080FAB2A43421AC1E024 /* RNImageCropPicker */ = { - isa = PBXGroup; - children = ( - 90213C3E2C070E7B62CC05AEB944B666 /* Compression.h */, - C8AAA99A0587C5185868AA68B2FFBF3D /* Compression.m */, - C73B0F3D18B17AF0583B446C4565A6A5 /* ImageCropPicker.h */, - 81442E9BEFAFC27324E84407EFCFFDA1 /* ImageCropPicker.m */, - 1C05A8E67CE2460C74FF4195B23FFB63 /* UIImage+Resize.h */, - 5899B81DCB757085FF7FAA8C420D877F /* UIImage+Resize.m */, - FE73E990434A5CF8037C52EB6ACA5FAB /* Pod */, - 8CE09C34460D3B1E79BCDAEC2CCFD3C4 /* Support Files */, - ); - name = RNImageCropPicker; - path = "../../node_modules/react-native-image-crop-picker"; - sourceTree = ""; - }; - C5068926CD68B438F5DB7B27B4E5A031 /* RCTWebSocket */ = { - isa = PBXGroup; - children = ( - 555B8CCD1BCC1F6D9A2CC2C4371B7713 /* RCTReconnectingWebSocket.h */, - AAF0A2890AB3B713114B6BC79DB623CD /* RCTReconnectingWebSocket.m */, - 17F57B4BA05EB278CF9D8CC0495F92B4 /* RCTSRWebSocket.h */, - 7507A56461E0B7A1DAA3AD74E9770B54 /* RCTSRWebSocket.m */, - 94ADEF8E3CFFB87C324BE5699159D3EC /* RCTWebSocketExecutor.h */, - BDFB4B1381FE867E976AFA72F9AF4B07 /* RCTWebSocketExecutor.m */, - 5558AE96A1927974919B3DE8D3577560 /* RCTWebSocketModule.h */, - 03175459F37F59939D9E2A1FC54B5C11 /* RCTWebSocketModule.m */, - ); - name = RCTWebSocket; - sourceTree = ""; - }; - C598B2181AAC1B3A891148E62A671F2F /* Support Files */ = { - isa = PBXGroup; - children = ( - C7C5B989EE05B37743151F1D332B6926 /* RNIap.xcconfig */, - 1AC2E3D6385C2D41681D84A88CBF2FD9 /* RNIap-dummy.m */, - CAA9754BB306279054079CE9096E1314 /* RNIap-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNIap"; - sourceTree = ""; - }; - CBBB5D56A3667BBC0BCAD7DC3DB56231 /* JWT */ = { - isa = PBXGroup; - children = ( - F62D74F18C4AF1C2756E354E754CEF58 /* Algorithms */, - 1282EAB01AF409FAC8A7EA756969F0FF /* ClaimSet */, - 7FD2EEB26C51A1E711623B4BD433267C /* Coding */, - 0F244B73FB21D467FAF352869B4A4DA0 /* FrameworkSupplement */, - 52BADCF0F35BAE3B1585D20DBBDA265D /* Supplement */, - ); - name = JWT; - sourceTree = ""; - }; CBE5FE386E66821A6B7F988E4DF807FA /* Support Files */ = { isa = PBXGroup; children = ( @@ -4211,11 +4153,41 @@ path = "../Target Support Files/RSKImageCropper"; sourceTree = ""; }; + CE51F366516370D658DCC920B96B5050 /* RSFamily */ = { + isa = PBXGroup; + children = ( + 399BB7070F6EF8F194C66B748C20FBE2 /* JWTAlgorithmRSBase.h */, + 1EE92A5D1F876E642CD4A81CF9F9505C /* JWTAlgorithmRSBase.m */, + 8E80011D2BD77B6B9A15D0BF20B8624D /* JWTRSAlgorithm.h */, + A6A0D234DD171DEF9515223BCA124D13 /* RSKeys */, + ); + name = RSFamily; + path = RSFamily; + sourceTree = ""; + }; + CED6CD9B0CA288BD908E6CA5E8FBA485 /* Core */ = { + isa = PBXGroup; + children = ( + 4655434C0C63B3676410745F24C54608 /* CodePush.h */, + E5E6E8DCA413794FA3953A72D0050913 /* CodePush.m */, + 5B7CD911A6A64447F8BF6F70241D3D07 /* CodePushConfig.m */, + 4123309CE479DBDCE623035C886D9926 /* CodePushDownloadHandler.m */, + 48B5E7FAAE032EDA52197586A52E0321 /* CodePushErrorUtils.m */, + 8B926C17121B1CCE2DA8A8E286FD1FB9 /* CodePushPackage.m */, + 0B94B2AF60839A2AA86EE4784DB716A8 /* CodePushTelemetryManager.m */, + 82CFC79F88D44E7027C001B076EA8348 /* CodePushUpdateUtils.m */, + CF0E79EC0265F8C3502C4C28080EC279 /* CodePushUtils.m */, + E6E00F4F05257608B8DDF6FA6208D7C7 /* RCTConvert+CodePushInstallMode.m */, + E5BEA652C8CFD2F3DB99D15DD717966C /* RCTConvert+CodePushUpdateState.m */, + ); + name = Core; + sourceTree = ""; + }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 4085FB663B59695972B433BE65173742 /* Development Pods */, + 1DD2BF737FB55D3BDB2B22D0603B919E /* Development Pods */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, F61316E91EFA5127ADF8D98E19C76E6A /* Pods */, 2FBD1A1F6380DC78356E8996830CAE69 /* Products */, @@ -4223,22 +4195,56 @@ ); sourceTree = ""; }; - D013C26E6C4B8CBBF357A2B82C886946 /* react-native-fast-image */ = { + D00832B6195DADF994E2164E3AC25937 /* Recording */ = { isa = PBXGroup; children = ( - 210F1138F299BA4F228A7DBA4B5A6024 /* FFFastImageSource.h */, - 17ECDF47B8F4B12AA0405AB183C24EF2 /* FFFastImageSource.m */, - D9297504DA03CB194E36C5D8B11CCFC2 /* FFFastImageView.h */, - 6D50A6B3D42E875797D4D16822BC1302 /* FFFastImageView.m */, - F9A535D65A0CC82E6CF6022A65492F1A /* FFFastImageViewManager.h */, - 134354A98CECE65BE7F723DD0E23B28A /* FFFastImageViewManager.m */, - 846652396AFD7121BF4E7FAE84684D8D /* RCTConvert+FFFastImage.h */, - 6E093650AC797509D49D906056C80D30 /* RCTConvert+FFFastImage.m */, - 8F21BD9BDF0E221E54A952C6AA9322F5 /* Pod */, - 3DFE51B3F65E7CB8BB18CEABA66B923E /* Support Files */, + 0AC427E4C54BDE6C7002A70E7AF2D3FC /* BSG_KSCrash.h */, + 68675825B6979A65A82423E839F7F595 /* BSG_KSCrash.m */, + F1AC7864748EB68D45E40B9F10434DA2 /* BSG_KSCrashAdvanced.h */, + 4FA8548B6C54B24ABBDA2F5C68699ADA /* BSG_KSCrashC.c */, + 6F02BCCEAFAA709BDA7C94A83BE640A2 /* BSG_KSCrashC.h */, + 7C4056ABD48D7461B17814CAF5F99C16 /* BSG_KSCrashContext.h */, + 1A00B9EC2C4417A2A99D3FC31DBA7AD5 /* BSG_KSCrashDoctor.h */, + 62A109D95F8E30A512F0FFFB203E4326 /* BSG_KSCrashDoctor.m */, + BC36E916734E446A69E3D86EDE75516C /* BSG_KSCrashReport.c */, + 420C908ADDCFE5A94B51D10DA9B906B5 /* BSG_KSCrashReport.h */, + 503118390A0BC60E002D778D5E6CE280 /* BSG_KSCrashReportFields.h */, + F95E65C9439FF5376D519153FBFB771F /* BSG_KSCrashReportStore.h */, + 322CAC07E76EC061975C3580A427FA3A /* BSG_KSCrashReportStore.m */, + 5F700E3A404C2BF51A4D0F7F50692CFC /* BSG_KSCrashReportVersion.h */, + 124D5403914F6A7CD0DB198435BDF052 /* BSG_KSCrashState.c */, + CAC4B69CC51BAB0EF563B0F5623C048D /* BSG_KSCrashState.h */, + 501A6DF81AE9449E9E6C3C14F3FB2B2F /* BSG_KSCrashType.c */, + FD964A95805CDF9AA39F223B4BA9B018 /* BSG_KSCrashType.h */, + 6C20AD964CFEE1258FE0F422B7C95F9E /* BSG_KSSystemCapabilities.h */, + C52DA1552C6C3042B2F37970C70A64F3 /* BSG_KSSystemInfo.h */, + 00EC29587E8FDFACB30452BE9537570B /* BSG_KSSystemInfo.m */, + DA14D8508420A27F05CA13C58729EAD9 /* BSG_KSSystemInfoC.h */, + BC752D626DE5AAF187FC1ADC58052370 /* Sentry */, + F7F0EA3CBCF4CBBDB6C031A4EDBEDDDF /* Tools */, ); - name = "react-native-fast-image"; - path = "../../node_modules/react-native-fast-image"; + name = Recording; + path = Recording; + sourceTree = ""; + }; + D0DDD0DE57B966C910EF0CA75BE3BA19 /* Filters */ = { + isa = PBXGroup; + children = ( + A9A22E1EF6F37D7DFF7A4A7278F25A6A /* BSG_KSCrashReportFilter.h */, + 225C36FD667A9265A731907E4694BAD5 /* BSG_KSCrashReportFilterCompletion.h */, + ); + name = Filters; + path = Filters; + sourceTree = ""; + }; + D0F136D2BF5E498CE8B6335A79788E56 /* CxxBridge */ = { + isa = PBXGroup; + children = ( + B3B8C0BC9DD57B318AE4149F28521995 /* CxxBridge */, + 8890D211CDB33EEF8B77CF8BFD6A34E6 /* CxxModule */, + 51965BA7AB4BDF9A03B09A19EE007186 /* CxxUtils */, + ); + name = CxxBridge; sourceTree = ""; }; D0FDDBE13377EB45F6D0741FFD21ED4D /* Support Files */ = { @@ -4250,84 +4256,99 @@ path = "../Target Support Files/boost-for-react-native"; sourceTree = ""; }; - D146A37E66B6C7E7277EEB011F22FE7F /* Base */ = { + D109EB074FB76CDD07D484A404CF381B /* Views */ = { isa = PBXGroup; children = ( - 01411DD69A9C6A893382ECEA2F1DF014 /* RCTAssert.h */, - 635E75E5566BD205C57992813D17EE42 /* RCTAssert.m */, - CCDF2759E50A195DB421D521E3B8EB17 /* RCTBridge.h */, - 57E38A360DBE3957C63EA18166C68618 /* RCTBridge.m */, - 2BAB71E06BE4397B7AAA16FAA218313D /* RCTBridge+Private.h */, - 6AA31D2673AEF611A990D3913727975A /* RCTBridgeDelegate.h */, - 4A0512152E0108549F532F23E9313865 /* RCTBridgeMethod.h */, - 34203981B4EE814F76D538174EC9F026 /* RCTBridgeModule.h */, - 734D9BA78400E963BAA8E3A1F5E76A83 /* RCTBundleURLProvider.h */, - CEF2930075B40F11F923B373377894E8 /* RCTBundleURLProvider.m */, - 4EE06EC5C5E7126908B70CAB1F6C14D3 /* RCTConvert.h */, - D6F372FB593080A0596D9CB8F8A6C291 /* RCTConvert.m */, - E3BA2CA6D0411E6AA2FA17FED7939192 /* RCTCxxConvert.h */, - 8DDB3D7A487D6B002498433FC2EE0315 /* RCTCxxConvert.m */, - D2107815759571AD60B84441C90804BC /* RCTDefines.h */, - BEE0346314036EBAF6B9F9448C0015EF /* RCTDisplayLink.h */, - 2EF34B287B7D8E5A02DF4B51D70EE00D /* RCTDisplayLink.m */, - 700AD41CF4F1B8BE5BF2C4D9F85DA0F5 /* RCTErrorCustomizer.h */, - 059F37585CFD0D74A548FAB51BEDF390 /* RCTErrorInfo.h */, - DDF7BAFF5DE51659C618A0521FF60E97 /* RCTErrorInfo.m */, - 03258332BB411016EE3DF922A87696FB /* RCTEventDispatcher.h */, - 47C93560A50BB1F7D5EC65FA7AE445CB /* RCTEventDispatcher.m */, - 2F9C8468A7984DCD39CF59534A3A3E8D /* RCTFrameUpdate.h */, - 3156558D5CF7899CEDBF2D047CCBC78C /* RCTFrameUpdate.m */, - DDC92D442C85E66579DE9259C2CA60BA /* RCTImageSource.h */, - 4E1B8EEBEBC82C67C443838F09DA85E1 /* RCTImageSource.m */, - A7F7C4245F211D3996E6FCE0C14705BE /* RCTInvalidating.h */, - 1E89AC448059D2E130E9AE6441F4138D /* RCTJavaScriptExecutor.h */, - E44B4565F1506B316F72FB5314DC297B /* RCTJavaScriptLoader.h */, - 21E9DE06463DC58C164B7B94F4BC57D1 /* RCTJavaScriptLoader.mm */, - 99079EECDC6CC7D298427F9A839F5E0F /* RCTJSStackFrame.h */, - 258C87E863068FA64554374F6C52F32F /* RCTJSStackFrame.m */, - E480E6C7D78A896E60E8B832D49936D7 /* RCTKeyCommands.h */, - 7F622F243B7126001DF364895E84C6FA /* RCTKeyCommands.m */, - 51C61F28A81AF6954CAD351A3F929D7C /* RCTLog.h */, - 7034EA0E4180872A286D6F863893ECC1 /* RCTLog.mm */, - D9371FFE35CF07F8DA9F9BD39DDDFDC4 /* RCTManagedPointer.h */, - C8FCE98267BE97A94A814F119D38FC21 /* RCTManagedPointer.mm */, - 8660989B99E4C12E641BC6EB64F524EC /* RCTModuleData.h */, - D9F5DE1F944E403B7CD3ACAA7076D757 /* RCTModuleData.mm */, - 5BEBB6157EA0715E387C85216B193AD7 /* RCTModuleMethod.h */, - 0D0ED667DA5B4D3659DABC5FB1F7F5E5 /* RCTModuleMethod.mm */, - 2CB5B52901BB38E196F4BD79A5D893C8 /* RCTMultipartDataTask.h */, - F2BCCCEC3D5AD7206F73A20BCF5A6A0E /* RCTMultipartDataTask.m */, - EEE219B21D4649183E7E122D8906A7CE /* RCTMultipartStreamReader.h */, - 2A18BBC3E090606E5FC16CB4855B5348 /* RCTMultipartStreamReader.m */, - 2CE9B818F8F21B7D78B44AEDF87C047A /* RCTNullability.h */, - 01E6E703971BC583ADC451305D355AD1 /* RCTParserUtils.h */, - 73D4396A12EBAE0D4C9F314E7B09872F /* RCTParserUtils.m */, - 8A1922F32E531D66439095F7DF2F22E4 /* RCTPerformanceLogger.h */, - 81C1F4113E99DE9292F823AEA49BAAB8 /* RCTPerformanceLogger.m */, - 7BAA36F4D1BD738963A48594772BA752 /* RCTPlatform.h */, - 25CA8477F2912A57AD6D3B1B8FAF7AB9 /* RCTPlatform.m */, - F2DC249F0756C5FED0838C06BE21AE37 /* RCTReloadCommand.h */, - 1D2BE6E89AC8A0B8DE40E435A0499226 /* RCTReloadCommand.m */, - A2EC1DA6126E98BE848EA16FF446CCD6 /* RCTRootContentView.h */, - 735AB602E9BD9E105C297C094322295C /* RCTRootContentView.m */, - 069C25CAAD9122B0A14C0D75C75DE91D /* RCTRootView.h */, - A0B74B104C3114FE3347BBF1D975AF82 /* RCTRootView.m */, - 1B7D3262CFBED6DAE30BD28A08799B76 /* RCTRootViewDelegate.h */, - 1226644126F543824471BC348BDFD0A5 /* RCTRootViewInternal.h */, - 3CBC4545091B60387B4F0689DB97C786 /* RCTTouchEvent.h */, - 8495F8EAB9324AF8A894EDA9A0984675 /* RCTTouchEvent.m */, - 526DBC1AA87B9C16642B1CF157EE396B /* RCTTouchHandler.h */, - 66AD1A50AE946E14064AA6551344F46B /* RCTTouchHandler.m */, - 26ABC1CA4E1490D997BB309E529C2718 /* RCTURLRequestDelegate.h */, - 3B4BEC69C04EBBC82D175913781CE511 /* RCTURLRequestHandler.h */, - FEA615B1772AF3157637C666F733203B /* RCTUtils.h */, - F5A02626679AF9A591512ACF02A4B4AA /* RCTUtils.m */, - CF29B7B37421A7B823C8CD9941A87ECA /* RCTVersion.h */, - 63A47915BBFA77A558DB6D2C878D7BA6 /* RCTVersion.m */, - B1A275924A822C78FD4F01667F7B4C0B /* Surface */, + 5478AEA22D1A4850F203C2484F09DCD4 /* RCTActivityIndicatorView.h */, + 1B52E7F85F2CC9634F2E9D0D7DB379CE /* RCTActivityIndicatorView.m */, + 1DB44679F9BD02A47558D73366AD2F9D /* RCTActivityIndicatorViewManager.h */, + 7474BFE16E22EA4BD18687C80FD42162 /* RCTActivityIndicatorViewManager.m */, + C72A37888403BE1AF250D0F8FDBCA793 /* RCTAnimationType.h */, + 3DEF0DFA6EE0827AEECFCAD8B20FC13C /* RCTAutoInsetsProtocol.h */, + DB3A4864A33CF290B388403F94C3FEC6 /* RCTBorderDrawing.h */, + C82840C40A7C05A004E8C8666918BE98 /* RCTBorderDrawing.m */, + AE22E6C606EEEEA068BFC72C6AA05440 /* RCTBorderStyle.h */, + D6D647667BDF5E71B92AE5474B9FB3C4 /* RCTComponent.h */, + 6F1029A85B54C184373C4470AD266306 /* RCTComponentData.h */, + 51698979CDA5F55ECE9CA431356EAABE /* RCTComponentData.m */, + 7FDC138A30C7B32F81BD7C07857E2C5B /* RCTConvert+CoreLocation.h */, + 135D6B95DE496DA417DD235C86AA8406 /* RCTConvert+CoreLocation.m */, + FD5CFFA7E634A1C1C7A0A7BC5D818699 /* RCTConvert+Transform.h */, + 00044949BAA13C5B2C80AC378C4D2784 /* RCTConvert+Transform.m */, + 1902D2574306A3FC2307F0D5C68BF22C /* RCTDatePicker.h */, + 9BDDB098C9D522C0922F578F21259C47 /* RCTDatePicker.m */, + 2D802E03C47A042E9FC7A1D3A33241FC /* RCTDatePickerManager.h */, + 008C572314BA137574E8714D3C447D39 /* RCTDatePickerManager.m */, + ED43BBE400FEE358EE5374A9728D3C7E /* RCTFont.h */, + 6E95CBCDEE4A9C2F2A29644FD49B4E02 /* RCTFont.mm */, + 59C3828550D522F88BE1323CF9C20825 /* RCTLayout.h */, + 92979B88585C2F6F4BE6C44CBF2C2613 /* RCTLayout.m */, + 9B00ACF4B964A7C4FAF0A137D612C375 /* RCTMaskedView.h */, + 2DBB3EA06BBCE2A248394344B191A9AF /* RCTMaskedView.m */, + CC7E53B9CB201141D9A7D3B6E35987EF /* RCTMaskedViewManager.h */, + 1701568D5E42E384672A6F43CE44E9C4 /* RCTMaskedViewManager.m */, + 550153DDEDB2DB459F2EC68042DE882D /* RCTModalHostView.h */, + 7EFEACFFE1315C395FE1DEECA4A090A2 /* RCTModalHostView.m */, + 1C5ABC01C03122767A1C989208AEA4E5 /* RCTModalHostViewController.h */, + 8F90FFD1EAB424A6B7C76D36BE22999E /* RCTModalHostViewController.m */, + A21AD4B27C81B4ED0AA321CB4D9DDA4F /* RCTModalHostViewManager.h */, + 3B4C18EBFA43637C04AAF545A3C0FDE4 /* RCTModalHostViewManager.m */, + 1BBAF72B386E9889771A3A28AF30B0C6 /* RCTModalManager.h */, + E4A8F0751120EE6B655ABCE424A54597 /* RCTModalManager.m */, + 76B1EA2751F0B6F684A02BC67EB37EF8 /* RCTPicker.h */, + 8AC0D23A3C040DAD6E07EB76723FB6E2 /* RCTPicker.m */, + 2D5EBFD2BB81019E3E1E8FDD52B35A89 /* RCTPickerManager.h */, + A0E31025C56516E640C1C376A2C6DEB0 /* RCTPickerManager.m */, + 351D6ECAFA70D538D4584ADB031B5F21 /* RCTPointerEvents.h */, + ED733730A01B911918A675B335855BED /* RCTProgressViewManager.h */, + 29711C4BB57D988992AC8AD71DC3EC5E /* RCTProgressViewManager.m */, + 2CEE79F4716E5A35CFE2E1AE9E7CAF86 /* RCTRefreshControl.h */, + 6D77F43E632ABFD6A828504C331F40AE /* RCTRefreshControl.m */, + DFC839555DFD23F5A279E2906260F4AD /* RCTRefreshControlManager.h */, + A35324E9FFEBD3D0A95D8D35550A8AFF /* RCTRefreshControlManager.m */, + 00164C6DC906C378AD1ECB1AEA2DFAF0 /* RCTRootShadowView.h */, + 9EF752F8FB8499D7F2E194B09F84AE8E /* RCTRootShadowView.m */, + 57F79507B1F59F9B35EC92CDD3AEFC2E /* RCTSegmentedControl.h */, + 837DD28A3265D6215138F1586D6CCD0D /* RCTSegmentedControl.m */, + 1F94CF91337D7B4C2BAFEA9CB98B78F0 /* RCTSegmentedControlManager.h */, + 336353C07B2CAA5868BCFF28026F3B77 /* RCTSegmentedControlManager.m */, + CE5F6476D39510FFC6E5C1AFAF870868 /* RCTShadowView.h */, + 0D61D33AAD431AD5BABC06A10A242B36 /* RCTShadowView.m */, + 597656AD16C0A33B194D59AAA9E9D1C4 /* RCTShadowView+Internal.h */, + 09CD3B2A5FF1E6FD0A404073006D1761 /* RCTShadowView+Internal.m */, + 82584C7F0B2B3669C74A586B3721EB82 /* RCTShadowView+Layout.h */, + 20CB086D8DE898E1F79F5631E3D6A657 /* RCTShadowView+Layout.m */, + 7A4875499936C23A645D16DA11CCFD1C /* RCTSlider.h */, + 3B36098184F422E653650D86F9EFCBB4 /* RCTSlider.m */, + A9D78B851C7AEC54862BEEC6B0A1E69B /* RCTSliderManager.h */, + 27AF12E104C3909DBF8F0FEDF9719035 /* RCTSliderManager.m */, + DABF7FA87D0B6FF6FDEA46D6AAD38DCE /* RCTSwitch.h */, + 7635115DDD3BDFE7EBC3944EB6EBE40C /* RCTSwitch.m */, + 46038EAB45238B888FC8D8171D73C3C2 /* RCTSwitchManager.h */, + FF729C58BB2A3D8D9B12DC3CC121F540 /* RCTSwitchManager.m */, + 166F2E4BAB5A222FE7D33B364141E17A /* RCTTextDecorationLineType.h */, + 1079FC1E2C9478CC07D5B9BDFC9BE223 /* RCTView.h */, + BC261A7C9C473E0B9856DD7702200A38 /* RCTView.m */, + 13FC90C22B9F79C2C541DABF6BAC1E4B /* RCTViewManager.h */, + 237811F0A0F29D73F3E348B47B6EE2E3 /* RCTViewManager.m */, + FD98A389C512E2F269CDA6F956B657C2 /* RCTWebView.h */, + 24D64D8FBCFBC6518A8CB6AB941E89B0 /* RCTWebView.m */, + 08ACB1FC53AE690E436D8072F3E94FEA /* RCTWebViewManager.h */, + 9CC4B621D5FCFD8129171B74C6BF4872 /* RCTWebViewManager.m */, + 7462E373190C76B0DD0E273082CF2D2F /* RCTWKWebView.h */, + 73DCC25302EC52DEA15916E5750A169C /* RCTWKWebView.m */, + 1617BD3CD5CE84978FD0C9E7D80A63E4 /* RCTWKWebViewManager.h */, + 07DCBE692A3223AA0FFACB3A067B6966 /* RCTWKWebViewManager.m */, + 8C6DE0D79B2AA44B9DADE34853B3641F /* RCTWrapperViewController.h */, + 1C54FD664678C3220DF1B2B2008BB51E /* RCTWrapperViewController.m */, + 6E0AEDB16F4AC63A050057208E1E414D /* UIView+Private.h */, + F447560B7EB151A4A7C2D8821BDEC678 /* UIView+React.h */, + 6812B6242FF2FA9B16A146C01E6FB6B2 /* UIView+React.m */, + 7830ADDAF6919C4579C9D16AF9E755FF /* SafeAreaView */, + 2460875221E8CC157402E2E5D89927AC /* ScrollView */, ); - name = Base; - path = React/Base; + name = Views; + path = React/Views; sourceTree = ""; }; D24169EA851A6BA80E75780D47AD751A /* Analytics */ = { @@ -4349,6 +4370,21 @@ path = SDWebImage; sourceTree = ""; }; + D4A29FC9CA8A591C73E74CE20EDEDA99 /* jsi */ = { + isa = PBXGroup; + children = ( + 2D671AD91C1D079737E9037FDF84FA3F /* instrumentation.h */, + 37C22AB47936C1C29E5BFA9B2911A9E8 /* JSCRuntime.cpp */, + B000D1E6D2B98DD4D10DAADDC16307A8 /* JSCRuntime.h */, + FEF7E298B200A067B33C03725ABADEB0 /* jsi.cpp */, + D16122C71577129A442ED86A6A2433A6 /* jsi.h */, + B3BF765A6CED8F5381586E8C51A1C1F6 /* jsi-inl.h */, + 7EB481E38C58E638991551B8AB390535 /* JSIDynamic.cpp */, + 0DD9F101FA57724E573961BFA1C79947 /* JSIDynamic.h */, + ); + name = jsi; + sourceTree = ""; + }; D69C4DA2D7A55AD74CBAB8D9C315A9D8 /* Support Files */ = { isa = PBXGroup; children = ( @@ -4360,14 +4396,20 @@ path = "../Target Support Files/glog"; sourceTree = ""; }; - D7DA3DCB4D0238DB08EF3A0EC45420E8 /* Pod */ = { + D88CC32CDCB2F105EA0DCDA0570F8343 /* ClaimSet */ = { isa = PBXGroup; children = ( - 467AB1C967A2914D78EE2D4D98D4693E /* LICENSE */, - 207E732DFA7901B0663CC5A8B5A32087 /* react-native-netinfo.podspec */, - 5F81852D0A3F076F60AB8E0E148CC265 /* README.md */, + 11D1AC0788D0E6E72CAAF2536AE79C04 /* JWTClaim.h */, + 6D46EDF3771551FC103FCB03D04CE276 /* JWTClaim.m */, + D89B617818370481D11322F5A2BB56C0 /* JWTClaimsSet.h */, + E41868A777B72E5A4027F887B5DE0732 /* JWTClaimsSet.m */, + 6AD5EAEBBAAC67FB69DC84614D6C5A81 /* JWTClaimsSetSerializer.h */, + 035D8D0AEED5E52887B847A2762B5C0C /* JWTClaimsSetSerializer.m */, + CA623A30B0ED3EED457C737CB8F9AB1E /* JWTClaimsSetVerifier.h */, + F299F13A77D720BAF75BACD4B74A0CCD /* JWTClaimsSetVerifier.m */, ); - name = Pod; + name = ClaimSet; + path = ios/CodePush/JWT/Core/ClaimSet; sourceTree = ""; }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { @@ -4401,99 +4443,17 @@ path = Folly; sourceTree = ""; }; - DDC699F11BB7EB0356ADE55A069679CA /* Views */ = { + DE94220365373B36364B6CBCBCADE914 /* Algorithms */ = { isa = PBXGroup; children = ( - 2EAF9551D60ECF6F0373B26722695678 /* RCTActivityIndicatorView.h */, - FC2BD1BD01592553F846CE9C11AC39AE /* RCTActivityIndicatorView.m */, - A764C9EFD69C1EBBDE4BAF09B576A3B7 /* RCTActivityIndicatorViewManager.h */, - FF02D3E5D21506ADFA0A288645891271 /* RCTActivityIndicatorViewManager.m */, - 5B2D66F503E941681438E20399227E08 /* RCTAnimationType.h */, - 679E693EEEBD03A0A48AA55028B2CE51 /* RCTAutoInsetsProtocol.h */, - A9761A9FAD882A8AE6E8FD152E87AD2A /* RCTBorderDrawing.h */, - 057FB2823F5780BFE18C3DE1A108D1B7 /* RCTBorderDrawing.m */, - 92969D18DBE7BF3DBFECFD5BC84FADAB /* RCTBorderStyle.h */, - 5964004E1C5BCCD0AB4B30E8C37E598F /* RCTComponent.h */, - 2BCF2F83E88E9241C0E258F97E16DB4D /* RCTComponentData.h */, - 56C941FB6A035F8BAD9CDD4DBAC973EF /* RCTComponentData.m */, - 041B37EFB69F01D2B5D30B57371B5294 /* RCTConvert+CoreLocation.h */, - D2CC1F5A5854B87C492AD2F809658DAD /* RCTConvert+CoreLocation.m */, - D272A0A281914155D221004A4D42527B /* RCTConvert+Transform.h */, - 5D53A37316E3B862997D34ABFD50F2D7 /* RCTConvert+Transform.m */, - EE544A8422778973FA6BCA0FB63C4254 /* RCTDatePicker.h */, - D8AAC0F97B61584CC5529C125B3E4924 /* RCTDatePicker.m */, - 0FAFDE0BB16772DC4F1776A614B7EF3F /* RCTDatePickerManager.h */, - 64348CDE2F511C7A87E45D89CA145583 /* RCTDatePickerManager.m */, - 3AF9733DF22BB140AF22EFCF388506A1 /* RCTFont.h */, - EEF39AA67B7329CB91F302B5D120ACD6 /* RCTFont.mm */, - E8B6A30566C42EB791BE2CDE5A0DFEFA /* RCTLayout.h */, - DB71B09C42BE1D4CCE119FBB240C2D27 /* RCTLayout.m */, - 43E0D52A3CB44FDECDD4FFDCFB57D607 /* RCTMaskedView.h */, - 81E2451D0738E797DDEACDE655B2AA7F /* RCTMaskedView.m */, - A6BB9E6EE87BD6B393551C0027DD3EB7 /* RCTMaskedViewManager.h */, - D2F469CDFD6EAA32B72612B47767D0A0 /* RCTMaskedViewManager.m */, - AEE6E75A6E0383F51AA874B338FC8599 /* RCTModalHostView.h */, - 9B981777CE5A60457B0269787104F3D4 /* RCTModalHostView.m */, - 65723F614732A9852C807421967C8124 /* RCTModalHostViewController.h */, - 64218951B3ECCD68D00CC1BEF65DCAE1 /* RCTModalHostViewController.m */, - D44B184FFA44D74CF01CF48D1BAD4503 /* RCTModalHostViewManager.h */, - 5972A4FC13F32986D906218AD3DD2C25 /* RCTModalHostViewManager.m */, - C208172B427BC40FD7FA604371387D8E /* RCTModalManager.h */, - AD06E544EEAA40B0E13F79C9DF5A79F0 /* RCTModalManager.m */, - ED5E975D290C1B42627F624974FFC608 /* RCTPicker.h */, - 8618934FB35D0899CA3C7C34B48A39A2 /* RCTPicker.m */, - C473627CBF8537F5D16297A98BC02586 /* RCTPickerManager.h */, - 6A21259D2B2C6C3AA250B1D0C996B44D /* RCTPickerManager.m */, - B3C904154920A59C0596149200B3DDF3 /* RCTPointerEvents.h */, - DD7E19440D8625EA19EF51A9FDA6F0CD /* RCTProgressViewManager.h */, - D8C153E974DA8F930614EE8EEF14DEFD /* RCTProgressViewManager.m */, - 7356213FD5520422719E9CE6492E34B5 /* RCTRefreshControl.h */, - 6594C5CEA6419ED76E17BE249FEB8416 /* RCTRefreshControl.m */, - 1FB148E410CEC78CC6683E39BAD315A3 /* RCTRefreshControlManager.h */, - 575A97DB95D9C0851363BC90C7A9ED62 /* RCTRefreshControlManager.m */, - 96A7ECAEE4095BEAC79C6FEDFCDF8948 /* RCTRootShadowView.h */, - 8DC7ED643F305A13C450499AD1EACF38 /* RCTRootShadowView.m */, - D268442A428A802EF8595D3955BA6ADE /* RCTSegmentedControl.h */, - 33E8A15B6C6B9C9578D6EEA71928CCDE /* RCTSegmentedControl.m */, - C669363CD51DDB7D1D0428242B50EF98 /* RCTSegmentedControlManager.h */, - D24D192D864811F1E5ADF5E3AA8F47FA /* RCTSegmentedControlManager.m */, - 90D94F2A17FCDA754D42950C9FD2180E /* RCTShadowView.h */, - E9B3C2C4A33E19DA251552E8AD7BDA3C /* RCTShadowView.m */, - 9AFF257BCD46DDEC9CBFA7523055F811 /* RCTShadowView+Internal.h */, - AA2E8E7B2DB0BF7CDC420330B47E9A0D /* RCTShadowView+Internal.m */, - 36A690AC49C9FBF3D317617E718A78F6 /* RCTShadowView+Layout.h */, - C97F8100C19A137BE3B84A41CFCFE5A6 /* RCTShadowView+Layout.m */, - 1D68028B3804BDA9164C3ABDB3307B2B /* RCTSlider.h */, - 2FDB00D2BFF412B95B47FE751435CE5E /* RCTSlider.m */, - 77F4B887E7FC66AA2DD9C1CE3A204849 /* RCTSliderManager.h */, - 9C0E7D7AF315B7EB4A4D86FA1CD0DFEC /* RCTSliderManager.m */, - 21AFAB412F9AE01DDC6A517FCECFED35 /* RCTSwitch.h */, - A8309780337757843A3440BFD9F8F483 /* RCTSwitch.m */, - DE34DC90C7AE44D5680724A3A938A9BF /* RCTSwitchManager.h */, - DCA22E656E31E6CE4074FDEABB5A85E9 /* RCTSwitchManager.m */, - D5724DCB32ED0B944D79F39214349E5B /* RCTTextDecorationLineType.h */, - 6763C4136ADF3B6831CF31EE7778301F /* RCTView.h */, - 86EB3EB900FE8990018992C4AD5831A8 /* RCTView.m */, - 07F627ED4EE0C0CA080049897A4E096D /* RCTViewManager.h */, - 424F82CCDA581786558614C358C6DF2E /* RCTViewManager.m */, - A7313758EAEC8FBA1111D42423CBCB43 /* RCTWebView.h */, - F0BF2442F149464746353D7C1426868A /* RCTWebView.m */, - 1E91DF8EB599E4A7C51596DE6C0C5DCC /* RCTWebViewManager.h */, - 8349FAD8DA813B160D4A1C35502C4288 /* RCTWebViewManager.m */, - 742ABBE2DD998822964AC69FDCA18142 /* RCTWKWebView.h */, - 984873A72E7A6D01ACB9854B73A38226 /* RCTWKWebView.m */, - 8BC2D5CEDE78803161D8B57350263364 /* RCTWKWebViewManager.h */, - 25146AF500A3B0E9632FEADAE1D5E2AA /* RCTWKWebViewManager.m */, - 6A5DBBFB2F27D7BB6B09369D2F6FB0E7 /* RCTWrapperViewController.h */, - 4C3FEECCFC523845F26011C5FAA0062F /* RCTWrapperViewController.m */, - 7B641AB93DC0A3CADED0A20F8CA72D74 /* UIView+Private.h */, - F82B341F1A7362FC694C95AF9B97B2AD /* UIView+React.h */, - F9A874CA3B64B959F84D272AA504A0D2 /* UIView+React.m */, - B2BE5276F90BC4CA7DE39783E90DBF4A /* SafeAreaView */, - 1E6D2766EAECFAFA2276F4CAD4B0E2F0 /* ScrollView */, + 0CD93373EBE485462F653E905293516A /* Base */, + EE076CDDD6999D8CE61C4E8FFB30C442 /* ESFamily */, + FCA5AADADD517103E2824B02DE480CC4 /* Holders */, + 6D2272018930CEDFA16E4A22ECF58430 /* HSFamily */, + CE51F366516370D658DCC920B96B5050 /* RSFamily */, ); - name = Views; - path = React/Views; + name = Algorithms; + path = ios/CodePush/JWT/Core/Algorithms; sourceTree = ""; }; E075D162CA114D999D5C436B1BE5E5F3 /* Push */ = { @@ -4504,137 +4464,40 @@ name = Push; sourceTree = ""; }; - E6BB67A4984E71467F84E2595C209C5F /* Singleline */ = { + EE076CDDD6999D8CE61C4E8FFB30C442 /* ESFamily */ = { isa = PBXGroup; children = ( - 1DA5F90D1BD047BE8E5DFE9556B44576 /* RCTSinglelineTextInputView.h */, - 4BA072BC487324266A3DD3635711CD70 /* RCTSinglelineTextInputView.m */, - 6EFE075176A011EEACD4F5F473472788 /* RCTSinglelineTextInputViewManager.h */, - CAF6E5A36D623477F72F8857505D31FA /* RCTSinglelineTextInputViewManager.m */, - 8508961EF2FD884CE878244BB47AA62E /* RCTUITextField.h */, - 0B615DB63CE9DF6865176ECAFBBF4831 /* RCTUITextField.m */, + AD384B57ACFFDF0E28F1115AA0EEC43A /* JWTAlgorithmESBase.h */, + 582E7F6ADE2114FFB9422BDDC22ED731 /* JWTAlgorithmESBase.m */, ); - name = Singleline; - path = Singleline; + name = ESFamily; + path = ESFamily; sourceTree = ""; }; - E7739580E2EB0D16258C626AFA35005E /* RCTBlob */ = { + F584055954791F9A7FF0B61FCA794755 /* React */ = { isa = PBXGroup; children = ( - 1DE954F55304E44AA9E6E78FB281E6F4 /* RCTBlobManager.h */, - 51CE3FBC44EC6DFE85CD1B22EF20F54E /* RCTBlobManager.mm */, - F7EB2D8D87B7D4CEA61B4AA2A7AEB782 /* RCTFileReaderModule.h */, - 7370D4F66F29690DD52540C417328CE7 /* RCTFileReaderModule.m */, + 59AD611FF5AA4480CA3DFB7856301F09 /* Core */, + D0F136D2BF5E498CE8B6335A79788E56 /* CxxBridge */, + FCCA2C8426C8D190713DD0CA95E91289 /* cxxreact */, + 2537C336CFA4E65EBC84392EED24F383 /* DevSupport */, + 28DC95CCD5C590DFC9E0F7670BA07B13 /* fishhook */, + D4A29FC9CA8A591C73E74CE20EDEDA99 /* jsi */, + 3E605410471925B0400F304C07DF4678 /* jsiexecutor */, + 03CBE0A3C4D3C837CA0D9899900BEF8F /* jsinspector */, + 30414508F7F2048EB6673B4BBE595882 /* Pod */, + 8653E61EB4FD349741501799A53309DA /* RCTActionSheet */, + 31367D035C9EE00B3890B289EB6FA386 /* RCTAnimation */, + 534CE3468AAB241E1CA4ED1543E41B6A /* RCTBlob */, + AA6022C0FA9925C1DCE9A8A6FB0E5AC2 /* RCTCameraRoll */, + 3AE7EE665569E068C7B5938C9F7FEA6E /* RCTImage */, + 0B26A3EF2003962B54F1C8C786B71BB4 /* RCTNetwork */, + 8123A22229A8A1364231C7CD10E12E6B /* RCTText */, + A46B772051FD083AF293BF4EB9240A65 /* RCTWebSocket */, + 40BB9020D5EE0C4E220E63E7797F61D1 /* Support Files */, ); - name = RCTBlob; - sourceTree = ""; - }; - E7F95D8E1204732833591B1FCFA9EAC1 /* RCTNetwork */ = { - isa = PBXGroup; - children = ( - 3180D8A38753CA355EC8ADD28560524E /* RCTDataRequestHandler.h */, - 700B4FA2A2B8AC32EDBA259DEADF5344 /* RCTDataRequestHandler.m */, - 8FF3CEA859B9B8564CAF61E6DD8D26F3 /* RCTFileRequestHandler.h */, - DF520F5766A5E326C3B97A0569D54741 /* RCTFileRequestHandler.m */, - 8BB5392F3988B8A91FDFBB206EB7D342 /* RCTHTTPRequestHandler.h */, - 1865873FFF60A90B3267FDAC4D739325 /* RCTHTTPRequestHandler.mm */, - EFA0BE7314B0E9144A5174E15E0F864B /* RCTNetInfo.h */, - 7519D15751153B08B1BB8259D50161C5 /* RCTNetInfo.m */, - 8D1EA9A2460C09CB0242C4C174C48F1C /* RCTNetworking.h */, - F318042C930279639F801F570EBA2223 /* RCTNetworking.mm */, - AC6E3484BA7E6AB9C8A3DBACC4749A3D /* RCTNetworkTask.h */, - 70391F935431723EB9F568C7DD4BE831 /* RCTNetworkTask.m */, - ); - name = RCTNetwork; - sourceTree = ""; - }; - E85C3FA11AFDC8896BD642AF5758C723 /* HSFamily */ = { - isa = PBXGroup; - children = ( - 1A0120054DE3CB984831D5CD5212226F /* JWTAlgorithmHSBase.h */, - F38259876A60448B428DADB984D99C81 /* JWTAlgorithmHSBase.m */, - ); - name = HSFamily; - path = HSFamily; - sourceTree = ""; - }; - E89D1344D4FE311F3216D957CFD27479 /* RSKeys */ = { - isa = PBXGroup; - children = ( - 5BCC92E4F5DA7E9AEA8AEAB11A0866D7 /* JWTCryptoKey.h */, - CD986C3DFE5920247108373C745176CC /* JWTCryptoKey.m */, - DE37A1A15671F629E4FAAE5EBB50FAF3 /* JWTCryptoKeyExtractor.h */, - 13816692E512A008B6E44D50E8789FEB /* JWTCryptoKeyExtractor.m */, - 68A9524F65D2E54DDFEA8EA3E239CA54 /* JWTCryptoSecurity.h */, - A67685C34AECC85ED5E7D2C00AF89CC1 /* JWTCryptoSecurity.m */, - ); - name = RSKeys; - path = RSKeys; - sourceTree = ""; - }; - E8A8E6D7500E75947A8EBF47EAC54490 /* bugsnag-cocoa */ = { - isa = PBXGroup; - children = ( - C3316E1F10B8B0CE16A2E877BDCA8559 /* Source */, - ); - name = "bugsnag-cocoa"; - path = "bugsnag-cocoa"; - sourceTree = ""; - }; - EE8156BAE9476129D5C0E886B7525672 /* Base64 */ = { - isa = PBXGroup; - children = ( - E88714415C24ED55779FDAFF602E73AD /* MF_Base64Additions.h */, - A60116E7B9BD918C5B34EEEE4EBF94E2 /* MF_Base64Additions.m */, - ); - name = Base64; - sourceTree = ""; - }; - EF35A741E887A43FAF7A4173B4756FBD /* Core */ = { - isa = PBXGroup; - children = ( - D146A37E66B6C7E7277EEB011F22FE7F /* Base */, - 64D29B79F86BD01DE06329BD4CA36BEE /* Modules */, - 806AAB175ECED13165A985A9B46781CB /* Profiler */, - 902AB23D9C319F6728A3F1FC0C0E6A76 /* UIUtils */, - DDC699F11BB7EB0356ADE55A069679CA /* Views */, - ); - name = Core; - sourceTree = ""; - }; - F00E2719C2B57519456F50A6CA59E260 /* Sentry */ = { - isa = PBXGroup; - children = ( - 728198BC326171AC6FDDC991D6675637 /* BSG_KSCrashSentry.c */, - 9BFB431E0421A1094FC083596EC40DE3 /* BSG_KSCrashSentry.h */, - 73FEE340B1169D806C2792A6C705B7E4 /* BSG_KSCrashSentry_CPPException.h */, - 910AA88397E491B485459E40420D8AC2 /* BSG_KSCrashSentry_CPPException.mm */, - 15E9B8CE3AF51691A813290FFF4CB08D /* BSG_KSCrashSentry_Deadlock.h */, - 0D135C7F751894DD66C17417B7C6A68D /* BSG_KSCrashSentry_Deadlock.m */, - 5A7451D926425B96DBCBEF7ADD6E5BE7 /* BSG_KSCrashSentry_MachException.c */, - 81E8B1D635AECFBC2E56293E5EC7227A /* BSG_KSCrashSentry_MachException.h */, - A6BDD596607BEC91635719C64AABB7E4 /* BSG_KSCrashSentry_NSException.h */, - 7546475A49FD77B211EA95D9D61F0767 /* BSG_KSCrashSentry_NSException.m */, - 80A8BC5081A1F22169A342203F5BD25C /* BSG_KSCrashSentry_Private.h */, - 3E6A8F0D8A37C43C1D468DE6CDB05316 /* BSG_KSCrashSentry_Signal.c */, - 592CCFDF364A5388B2590EACE92955C8 /* BSG_KSCrashSentry_Signal.h */, - EE60B738DEA5DA3CF73D8940921CC133 /* BSG_KSCrashSentry_User.c */, - 3DBE20B23A36A41CFCC445A49B7F1733 /* BSG_KSCrashSentry_User.h */, - ); - name = Sentry; - path = Sentry; - sourceTree = ""; - }; - F23AF384ABAD0363F4E7E632E2003FD4 /* react-native-netinfo */ = { - isa = PBXGroup; - children = ( - C740BD0A4270F3ED9F660D29F5BB7078 /* RNCNetInfo.h */, - 0687B2228D5D77144A44AEC8C614CFE6 /* RNCNetInfo.m */, - D7DA3DCB4D0238DB08EF3A0EC45420E8 /* Pod */, - 0D1A3B4E01315191D949B4248644B84E /* Support Files */, - ); - name = "react-native-netinfo"; - path = "../../node_modules/@react-native-community/netinfo"; + name = React; + path = "../../node_modules/react-native"; sourceTree = ""; }; F61316E91EFA5127ADF8D98E19C76E6A /* Pods */ = { @@ -4654,39 +4517,188 @@ name = Pods; sourceTree = ""; }; - F62D74F18C4AF1C2756E354E754CEF58 /* Algorithms */ = { + F666E309219290FB8BB4D5B89CE21462 /* Support Files */ = { isa = PBXGroup; children = ( - B0851B37689FB1BFBADF250A9418172B /* Base */, - 244FD467F86403C3BBE6AF66505F7849 /* ESFamily */, - 12ADAE29240E79516AF840B6744A2401 /* Holders */, - E85C3FA11AFDC8896BD642AF5758C723 /* HSFamily */, - 060FECC715998298DCFFFFF2596CEA9D /* RSFamily */, + 924856EDDE979B2865E24CFD2033C770 /* react-native-fast-image.xcconfig */, + 801CE6818277FDC7635E57CDEDD10191 /* react-native-fast-image-dummy.m */, + 845172144839A1338ADABFDF78828900 /* react-native-fast-image-prefix.pch */, ); - name = Algorithms; - path = ios/CodePush/JWT/Core/Algorithms; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-fast-image"; sourceTree = ""; }; - F796A044EAD4E140B2210B4D852F3FC1 /* Inspector */ = { + F70DF96DAA0BBF9B076AA5E87352F0C1 /* Supplement */ = { isa = PBXGroup; children = ( - 0F9952C1A3F3FAD3C749CE3217FA66F6 /* RCTInspector.h */, - 18F6C13A13F184823BE33F4A3C3F29FF /* RCTInspector.mm */, - C5465344786FA21F8E81D6A0F910A3DE /* RCTInspectorPackagerConnection.h */, - 4BDF8981BEB3EFCDADAA6FFBB45B4391 /* RCTInspectorPackagerConnection.m */, + AD991E6F74A9E24DF465A735786D6090 /* JWTBase64Coder.h */, + 48EA25E558CBAEE636E6B54CEF93E816 /* JWTBase64Coder.m */, + C3591D7E1FDCD5E9DB823B2A60AF84FD /* JWTDeprecations.h */, + E0E0DDCF9AC365283C0AFAC2662778F2 /* JWTErrorDescription.h */, + E78AA2487C72226BF88B3DAD892E0589 /* JWTErrorDescription.m */, + ); + name = Supplement; + path = ios/CodePush/JWT/Core/Supplement; + sourceTree = ""; + }; + F7C487F46077769FA9610EC3369D65D5 /* Pod */ = { + isa = PBXGroup; + children = ( + 4861BA5D32B91ADC744015B02D7AC2E7 /* BugsnagReactNative.podspec */, + 93F82B8728DA62352A4B752222F259EA /* LICENSE.txt */, + 018C71802DFF3F877A3F055384D61E22 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + F7F0EA3CBCF4CBBDB6C031A4EDBEDDDF /* Tools */ = { + isa = PBXGroup; + children = ( + 80A809CB5C560053D58FBDCC52CD52D5 /* BSG_KSArchSpecific.h */, + 01BE9E3D11EA67E13262437B68C7718F /* BSG_KSBacktrace.c */, + 55FCD2A8E18EE3312B42ABFB9298A174 /* BSG_KSBacktrace.h */, + 63A30B95083980151CC28BA51FB84B10 /* BSG_KSBacktrace_Private.h */, + 596D7F1A85F1023756B455A23918139A /* BSG_KSCrashCallCompletion.h */, + 80411170308C8CD2570A13FF58743BB1 /* BSG_KSCrashCallCompletion.m */, + EAE6B8BE6548ACD2A35D8CFF044C676E /* BSG_KSDynamicLinker.c */, + 02F4A535508666FE4BD46DF319304848 /* BSG_KSDynamicLinker.h */, + E89CDFD22A9FC696A3330A16C15A258A /* BSG_KSFileUtils.c */, + B984E6A7C72C4631224649EE2BBAB17C /* BSG_KSFileUtils.h */, + EE9B4E24DF67AAD7CD40D8D300B491B0 /* BSG_KSJSONCodec.c */, + AA59289A5D912DD6DDA5728B26936932 /* BSG_KSJSONCodec.h */, + 600608C6FE65CD07861A163A3AA978AC /* BSG_KSJSONCodecObjC.h */, + 3846BB2756B24847D23BF5C92D80781C /* BSG_KSJSONCodecObjC.m */, + 824CCA5261F7E3301691076FF8209BC8 /* BSG_KSLogger.h */, + 567AFEAD74D8F9963F121C7AEE25D4BD /* BSG_KSLogger.m */, + 32603B0162758F2F6C4A4BD956815130 /* BSG_KSMach.c */, + 04EA84D5D1E599EE4BDFC83CFAA3D95A /* BSG_KSMach.h */, + D206FB22E230DDF3938751C11AD8E775 /* BSG_KSMach_Arm.c */, + 4A28C88B283E7C62DF54111FCF1E5886 /* BSG_KSMach_Arm64.c */, + 5CDD4CD3D10A8BCE7888B2EF222CBEEB /* BSG_KSMach_x86_32.c */, + B6FE1E8613E0BF3DC681E42C324868C7 /* BSG_KSMach_x86_64.c */, + 6A201EA7A3643972DCF9704087C8C1E7 /* BSG_KSMachApple.h */, + 73A6F9C5B62F67905333F1F5DD111FF1 /* BSG_KSObjC.c */, + B851F1FBF7066D9453A0115D0D4A79AB /* BSG_KSObjC.h */, + ED84B193A1CB455D2C802ADE243BFEE7 /* BSG_KSObjCApple.h */, + 00AA5442853397414C871D7F2C0387BC /* BSG_KSSafeCollections.h */, + BB21DB085C9D156AEA673B80F32C57AE /* BSG_KSSafeCollections.m */, + 6383CECF3ADFF3293549FDA610C9305E /* BSG_KSSignalInfo.c */, + BF188ADF1DBEB808966BF21E145921E0 /* BSG_KSSignalInfo.h */, + CC132C16FC0156DEFCD466C18A9D86F7 /* BSG_KSSingleton.h */, + EEC0C4F7E374D52E86341D954D4A87A9 /* BSG_KSString.c */, + 50331D6F56D07A13D2ECBC48AC97CAFF /* BSG_KSString.h */, + 09FC071C79E47E68F87032859821E651 /* BSG_KSSysCtl.c */, + 51604488EB6E6B7904B4A5C6CFC69DB1 /* BSG_KSSysCtl.h */, + D642729E9E64836ABAECD8B8EA129B31 /* BSG_KSZombie.c */, + C03EE39F0086BD1A6656D65BEF2A13F3 /* BSG_KSZombie.h */, + 36A55D693B25B30603DD23DED1709FD2 /* BSG_RFC3339DateTool.h */, + 17DDBBC535900BC3ED4FD49CA55B363E /* BSG_RFC3339DateTool.m */, + 6BEA4AC87D4AE65D14F588BD9F49F374 /* NSDictionary+BSG_Merge.h */, + 9CBC7D894371B1F7E4B4E2E3193B9895 /* NSDictionary+BSG_Merge.m */, + 2C7AA97E763ABE466DA7E8054E43413E /* NSError+BSG_SimpleConstructor.h */, + D92CDE2646725B15837A1D6BACAE6E54 /* NSError+BSG_SimpleConstructor.m */, + ); + name = Tools; + path = Tools; + sourceTree = ""; + }; + F96BAD3B7CC424AE3E52C10B2A14D3B9 /* Profiler */ = { + isa = PBXGroup; + children = ( + 77208289E63C82C4C195CF2528B61980 /* RCTFPSGraph.h */, + 764D389DCFB882F770BB4751F7660A3D /* RCTFPSGraph.m */, + D47D1D71878997FD0B1CB020DC84DB53 /* RCTMacros.h */, + 8F06BDEB8F63F06E566D174BE4477C05 /* RCTPerfMonitor.m */, + 85F766F8E0B8A89435D06D80F944C602 /* RCTProfile.h */, + 1F31BE5EC206BA6CCD549899C86B51CB /* RCTProfile.m */, + D44CAB5EACBD9AE986F7E8A60C02A1F5 /* RCTProfileTrampoline-arm.S */, + 8ACA0319ADA0FE4EFA55BC2ECB32C8BC /* RCTProfileTrampoline-arm64.S */, + 582B1FB8120434CB62E384D8DB7EDE01 /* RCTProfileTrampoline-i386.S */, + 16E5270697753975DA1AC50F3A11E07F /* RCTProfileTrampoline-x86_64.S */, + ); + name = Profiler; + path = React/Profiler; + sourceTree = ""; + }; + FCA5AADADD517103E2824B02DE480CC4 /* Holders */ = { + isa = PBXGroup; + children = ( + B6CAA72DDAF5DE9D13B81458123C25B0 /* JWTAlgorithmDataHolder.h */, + B206BFBFA4A9B2050979F0C104FC2DFA /* JWTAlgorithmDataHolder.m */, + CDC1B2BCC69440245BF7821E3A92322E /* JWTAlgorithmDataHolderChain.h */, + 191D83657474CC55373B8A4B7DF1F65E /* JWTAlgorithmDataHolderChain.m */, + ); + name = Holders; + path = Holders; + sourceTree = ""; + }; + FCCA2C8426C8D190713DD0CA95E91289 /* cxxreact */ = { + isa = PBXGroup; + children = ( + D28C5917AB87265CD9CDD1255EC55951 /* CxxModule.h */, + A74EBFFE36B38E4E32BBE09574623064 /* CxxNativeModule.cpp */, + 1A497796EC33F4D6F71F7F4655611C6B /* CxxNativeModule.h */, + 1C501DA29107DAC04C2C99FD77CD8CAB /* Instance.cpp */, + 76BED2A26D9E30E2E4980CE5FA36EDF3 /* Instance.h */, + 64A35DF538A08E6E052E361EF66B3DE8 /* JsArgumentHelpers.h */, + 0EC450B7E48241876EA723AD7861EC56 /* JsArgumentHelpers-inl.h */, + 9A6CD7CEDC237ED07DD395295353677F /* JSBigString.cpp */, + 3D43C2DC2158C11365F49B497E2117F2 /* JSBigString.h */, + 8D16300C0FEC9035BF244C4101FC1FB7 /* JSBundleType.cpp */, + 3CA89837DEC37351CEC52C87D273FC6D /* JSBundleType.h */, + AC9297B59DE2D91347361D69D08FF561 /* JSDeltaBundleClient.cpp */, + 695524DFFEA11F4E0411E7EC9DCA4B66 /* JSDeltaBundleClient.h */, + F565731D094FA8124F716FA5E149F2FB /* JSExecutor.cpp */, + A614D298A50C0455A7090AE4C05F6B3D /* JSExecutor.h */, + 5541E648360C0947F3A1EC5CC809D8E9 /* JSIndexedRAMBundle.cpp */, + CC32F5A1DB0EDFED41BF687A7CA46ED6 /* JSIndexedRAMBundle.h */, + 691CF0D01C884E42FEEADF975E96823C /* JSModulesUnbundle.h */, + 639E8B54958A65E9ADA5469338956547 /* MessageQueueThread.h */, + 1FBC140FF36091B4F9E737B5BD5026B7 /* MethodCall.cpp */, + 2C3FA47527739CF91FDC5FFBC508FF29 /* MethodCall.h */, + 5DEA449A52E22276F68DC4943CE31881 /* ModuleRegistry.cpp */, + 0ACBEA8E73E192D881E31F5BEC03151C /* ModuleRegistry.h */, + 4C5A32E040421AB182A9F3EF1BF473F2 /* NativeModule.h */, + FE28D1F95470BF126C7FC55526C09897 /* NativeToJsBridge.cpp */, + 1F9B2EDC39CDC0980F10B95102DE2418 /* NativeToJsBridge.h */, + 26BC9B711007551FF2BC09B86D8D5447 /* RAMBundleRegistry.cpp */, + 9A7A9CDC252F75E49F2B056618E15E9C /* RAMBundleRegistry.h */, + F304C3ACBC620BACEC069CA926D82615 /* ReactMarker.cpp */, + 26156C2EAD8E6B51E497121A8C67A2E3 /* ReactMarker.h */, + B489DF853CA37E800C0D8FEB3234E33D /* RecoverableError.h */, + 0DE54816EEE3CEB34BF83992DA072E3D /* SharedProxyCxxModule.h */, + BE125F43C58EF953CC51C49314398289 /* SystraceSection.h */, + ); + name = cxxreact; + sourceTree = ""; + }; + FD734D44099E307E863BE6BFD1C7B234 /* Inspector */ = { + isa = PBXGroup; + children = ( + B9CC14D75BD1F88EDAE4A6BF42A05D39 /* RCTInspector.h */, + 74F249F5C548C5A49545829C435FBBC0 /* RCTInspector.mm */, + C17430AEB9B88D42CC05AB20780FE4B5 /* RCTInspectorPackagerConnection.h */, + DA0784403B2F413C648B701DC38DE7EE /* RCTInspectorPackagerConnection.m */, ); name = Inspector; path = React/Inspector; sourceTree = ""; }; - FE73E990434A5CF8037C52EB6ACA5FAB /* Pod */ = { + FE89D70F86F11C3E1ED4D1EDDFB8B0EE /* minizip */ = { isa = PBXGroup; children = ( - 5B22C9037EAE066E961065EBFD91092D /* LICENSE */, - D664F1B2937284E86A8AD634850BF74F /* README.md */, - 5BD6C0775A89E8B218467C3885B09F8E /* RNImageCropPicker.podspec */, + B1F7CFB44DD46AC5DDDEA17E519EFB9C /* crypt.h */, + 73C05A117F936CBD8699A7E29A446A00 /* ioapi.c */, + 9ED90AD1EA42FAA31E01B8469F2DF4AC /* ioapi.h */, + 7FDABC9A2501C8A87A52EBED279231A7 /* mztools.c */, + 9DD2CA7C70FBE51646E93D0461CEB1E6 /* mztools.h */, + 92ED0659E87BF18BECE2E7CCA1F22CA1 /* unzip.c */, + C794CD3134A28EF70538FC91DFDA4A6C /* unzip.h */, + 3AE2FF1C97E8E425C8250184709BA2DA /* zip.c */, + DE4970D240C6BD865ACB1AA8EFEBABC5 /* zip.h */, ); - name = Pod; + name = minizip; + path = ios/CodePush/SSZipArchive/minizip; sourceTree = ""; }; /* End PBXGroup section */ @@ -4926,6 +4938,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 98A2D2EE16C9649E3241654D7F2F7FCF /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + FA3B45FF55AB99FECB3964626C2C475B /* RNCConnectionState.h in Headers */, + BEED0BE207B80B4B89191CA79C5ED964 /* RNCConnectionStateWatcher.h in Headers */, + 922F3BD9FEE22D18CDDCB10732E0E56B /* RNCNetInfo.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9DB046ED4EC046849A7EC4062006E1DB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -4945,14 +4967,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B44D72469865DCA4DFD9DC46A5979F2E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 77BC534D11B48B0EA35327C2EAEE8A53 /* RNCNetInfo.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C723EC5A4C0D6327698487CA68C499F3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -5321,16 +5335,16 @@ }; EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */ = { isa = PBXNativeTarget; - buildConfigurationList = DCC33DEBD9C9202AA5B666B36285A9D4 /* Build configuration list for PBXNativeTarget "react-native-netinfo" */; + buildConfigurationList = 75067F2D2F7DF011AEF65CF4391F972D /* Build configuration list for PBXNativeTarget "react-native-netinfo" */; buildPhases = ( - B44D72469865DCA4DFD9DC46A5979F2E /* Headers */, - 890CF3B6194B19697B461ED7BCDD1AF9 /* Sources */, - 7902E0DA7A22527A92046FBB98D12CD2 /* Frameworks */, + 98A2D2EE16C9649E3241654D7F2F7FCF /* Headers */, + C10416B254EE37051273557B1842F872 /* Sources */, + 6E72277320C40D6D120C303915BB55C6 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 0627DF1FAF50FA98007AA38ED905C085 /* PBXTargetDependency */, + 1F2ACB5634B51D66CDB0519A34A9948C /* PBXTargetDependency */, ); name = "react-native-netinfo"; productName = "react-native-netinfo"; @@ -5692,15 +5706,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 890CF3B6194B19697B461ED7BCDD1AF9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F2E07D486080E033996987F64009E903 /* react-native-netinfo-dummy.m in Sources */, - 9794CC6E64C6B767909AF2A997C07704 /* RNCNetInfo.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 998A7B58E529D5892568F0042D5EB515 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5739,6 +5744,17 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C10416B254EE37051273557B1842F872 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5C3A24E0B3B19CCADAE474436BDF8B51 /* react-native-netinfo-dummy.m in Sources */, + 247E4D1020AC62EBB43233E90DD2F7EA /* RNCConnectionState.m in Sources */, + 518F39EAB5231ED6849DAC70F2B2138C /* RNCConnectionStateWatcher.m in Sources */, + 19405964A3742BB1B9E27DE9B4ED0B89 /* RNCNetInfo.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C329BA7E15DA90B000CFEDB50331E364 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5804,11 +5820,6 @@ target = 2C88CA1CB74B3C196C628F7AAA91D895 /* Pods-eSteem-tvOS */; targetProxy = D438501BD790111CC9E7D5CD35B94376 /* PBXContainerItemProxy */; }; - 0627DF1FAF50FA98007AA38ED905C085 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - targetProxy = 3B365CC784B83DC1285936BE0CC52541 /* PBXContainerItemProxy */; - }; 0725464FAD3347813173F38BE9023BD1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; @@ -5838,6 +5849,11 @@ target = 8B0BFCF5726289B36FF199BFC95080EE /* react-native-version-number */; targetProxy = 134A9A443897979E804CFDB19AC56612 /* PBXContainerItemProxy */; }; + 1F2ACB5634B51D66CDB0519A34A9948C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + targetProxy = 3AF6FEF061BCC34F916E58F27BF4F606 /* PBXContainerItemProxy */; + }; 20C70B648B61AC495989857C2C540A4E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -6010,7 +6026,7 @@ /* Begin XCBuildConfiguration section */ 042670B9148095D315D11D39C4AB05C5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C7C5B989EE05B37743151F1D332B6926 /* RNIap.xcconfig */; + baseConfigurationReference = BF81A61BE2C6A107DA2CEFE9380B93CF /* RNIap.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6095,7 +6111,7 @@ }; 1EC361789E4F45B2DD7BE999960D935C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 821B3060FA6943EE2630FAB57E724DA4 /* yoga.xcconfig */; + baseConfigurationReference = C223466F74855FF913B6718103783EB5 /* yoga.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6137,9 +6153,33 @@ }; name = Debug; }; + 23002928DE5C7D86147B81E7051AFD7F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 431A1503573A00F2608A534C569B9468 /* react-native-netinfo.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-netinfo/react-native-netinfo-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_netinfo; + PRODUCT_NAME = "react-native-netinfo"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 26BF00F7CEED069579BDE464625BE96F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C3A56C1180375BBA3BBF0C7B010C97E6 /* BugsnagReactNative.xcconfig */; + baseConfigurationReference = 51EEE7FB7E4F097A0DDA58DC6A68809C /* BugsnagReactNative.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6161,9 +6201,32 @@ }; name = Release; }; + 2B101BD344ADB4C685861B10DC9289DD /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 431A1503573A00F2608A534C569B9468 /* react-native-netinfo.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-netinfo/react-native-netinfo-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_netinfo; + PRODUCT_NAME = "react-native-netinfo"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 37C567AD5490AE104A24D65B5640907A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 14309543043D5842921F139EC97A3E4A /* react-native-fast-image.xcconfig */; + baseConfigurationReference = 924856EDDE979B2865E24CFD2033C770 /* react-native-fast-image.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6233,7 +6296,7 @@ }; 3C173C0E5A2516260C965FAA80808411 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 226F1C7ADBDF778893BC82D4B42386E1 /* React.xcconfig */; + baseConfigurationReference = D7329EA58B8F15A467773135C0E75305 /* React.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6271,7 +6334,7 @@ }; 454AF50BB86D28D71BFD808ECEC09CC1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8717E91641AC0AE499786EC692082F20 /* react-native-version-number.xcconfig */; + baseConfigurationReference = D27ED0565B42BF90DFF74C2BB4387F5E /* react-native-version-number.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6308,7 +6371,7 @@ }; 5497540B0E4EAFBAA05AF0910CEA8AB4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 14309543043D5842921F139EC97A3E4A /* react-native-fast-image.xcconfig */; + baseConfigurationReference = 924856EDDE979B2865E24CFD2033C770 /* react-native-fast-image.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6391,7 +6454,7 @@ }; 779283BB90737AD63DF37D65AF1F4D5C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 821B3060FA6943EE2630FAB57E724DA4 /* yoga.xcconfig */; + baseConfigurationReference = C223466F74855FF913B6718103783EB5 /* yoga.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6462,7 +6525,7 @@ }; 87471598D7DA73977D5324ECF7355144 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C3A56C1180375BBA3BBF0C7B010C97E6 /* BugsnagReactNative.xcconfig */; + baseConfigurationReference = 51EEE7FB7E4F097A0DDA58DC6A68809C /* BugsnagReactNative.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6623,7 +6686,7 @@ }; 9373E32A380A6DC683E009342F61E9E8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA83F7642F622E64F2D00CE8E59543F8 /* RNImageCropPicker.xcconfig */; + baseConfigurationReference = 978A1F1B59608F892026F1CD7A9A59B2 /* RNImageCropPicker.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6647,7 +6710,7 @@ }; A26252D9FCBBD6CC38945A3FDABCBF3B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C7C5B989EE05B37743151F1D332B6926 /* RNIap.xcconfig */; + baseConfigurationReference = BF81A61BE2C6A107DA2CEFE9380B93CF /* RNIap.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6874,7 +6937,7 @@ }; BA02320637D62B8079527FDE5A1827D5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA83F7642F622E64F2D00CE8E59543F8 /* RNImageCropPicker.xcconfig */; + baseConfigurationReference = 978A1F1B59608F892026F1CD7A9A59B2 /* RNImageCropPicker.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6910,7 +6973,7 @@ }; C60ABF7B069C8BF382CAA6EF4CF3914B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ECE7314DBFC1198EC8EACBEE69ECFB05 /* CodePush.xcconfig */; + baseConfigurationReference = 248E6E866B942F93F0B4C914F4B2A9BE /* CodePush.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6979,7 +7042,7 @@ }; D7551683BD236107AE87001216ABEBC3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8717E91641AC0AE499786EC692082F20 /* react-native-version-number.xcconfig */; + baseConfigurationReference = D27ED0565B42BF90DFF74C2BB4387F5E /* react-native-version-number.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -7000,56 +7063,9 @@ }; name = Debug; }; - D8B1019F5745609A0FF4625871DBB4F8 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D79102EF64A0D2EA41534A294227DDBE /* react-native-netinfo.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-netinfo/react-native-netinfo-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_netinfo; - PRODUCT_NAME = "react-native-netinfo"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - DA81CC4F587D4E8C3DA18C72FB266434 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D79102EF64A0D2EA41534A294227DDBE /* react-native-netinfo.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-netinfo/react-native-netinfo-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_netinfo; - PRODUCT_NAME = "react-native-netinfo"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; E4C99A8CC8D9B7738B2ED7FC218A855E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 226F1C7ADBDF778893BC82D4B42386E1 /* React.xcconfig */; + baseConfigurationReference = D7329EA58B8F15A467773135C0E75305 /* React.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -7147,7 +7163,7 @@ }; F931417C650F64EBF22FE81B1199706F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ECE7314DBFC1198EC8EACBEE69ECFB05 /* CodePush.xcconfig */; + baseConfigurationReference = 248E6E866B942F93F0B4C914F4B2A9BE /* CodePush.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -7253,6 +7269,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 75067F2D2F7DF011AEF65CF4391F972D /* Build configuration list for PBXNativeTarget "react-native-netinfo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2B101BD344ADB4C685861B10DC9289DD /* Debug */, + 23002928DE5C7D86147B81E7051AFD7F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 799BB06FC2BA628A958366F730E4D0F3 /* Build configuration list for PBXNativeTarget "react-native-fast-image" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -7352,15 +7377,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DCC33DEBD9C9202AA5B666B36285A9D4 /* Build configuration list for PBXNativeTarget "react-native-netinfo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DA81CC4F587D4E8C3DA18C72FB266434 /* Debug */, - D8B1019F5745609A0FF4625871DBB4F8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; F4B6899B6E489D71DC8F2B8B2E8585BA /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/AppCenter.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/AppCenter.xcscheme index a73f24696..df82e891d 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/AppCenter.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/AppCenter.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/AppCenterReactNativeShared.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/AppCenterReactNativeShared.xcscheme index c2857e06d..b64d642af 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/AppCenterReactNativeShared.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/AppCenterReactNativeShared.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/BugsnagReactNative.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/BugsnagReactNative.xcscheme index faf519ff2..135306add 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/BugsnagReactNative.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/BugsnagReactNative.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/CodePush.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/CodePush.xcscheme index 71f823754..5e3db572e 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/CodePush.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/CodePush.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/DoubleConversion.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/DoubleConversion.xcscheme index aa9bb8930..144d6b697 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/DoubleConversion.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/DoubleConversion.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/FLAnimatedImage.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/FLAnimatedImage.xcscheme index 31b644fe6..6c62da8ce 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/FLAnimatedImage.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/FLAnimatedImage.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Folly.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Folly.xcscheme index 7d39b4d42..5eafecaec 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Folly.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Folly.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem-tvOS.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem-tvOS.xcscheme index f128fe70a..75cc1a14b 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem-tvOS.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem-tvOS.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem-tvOSTests.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem-tvOSTests.xcscheme index 384e93288..841f931d0 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem-tvOSTests.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem-tvOSTests.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem.xcscheme index c1d822245..25d7a1606 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteemTests.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteemTests.xcscheme index 7f9d13f52..6f6d991c1 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteemTests.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteemTests.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController-QBImagePicker.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController-QBImagePicker.xcscheme index cbaec0f80..5d95f73e6 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController-QBImagePicker.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController-QBImagePicker.xcscheme @@ -1,6 +1,6 @@ @@ -45,7 +45,7 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController.xcscheme index 8c8d758e8..394938b0a 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RNIap.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RNIap.xcscheme new file mode 100644 index 000000000..5e3a18d32 --- /dev/null +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RNIap.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RNImageCropPicker.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RNImageCropPicker.xcscheme index 93895d9e6..4796442fa 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RNImageCropPicker.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RNImageCropPicker.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RSKImageCropper.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RSKImageCropper.xcscheme index 9f95f918a..e6cbd9475 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RSKImageCropper.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RSKImageCropper.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/SDWebImage.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/SDWebImage.xcscheme index a7207389f..630278234 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/SDWebImage.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/SDWebImage.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/boost-for-react-native.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/boost-for-react-native.xcscheme index e834c0660..6dcb0e34e 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/boost-for-react-native.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/boost-for-react-native.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/glog.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/glog.xcscheme index 319e2f3ce..e16be0b7d 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/glog.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/glog.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-fast-image.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-fast-image.xcscheme index 197c68eea..6b94ee2c5 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-fast-image.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-fast-image.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-netinfo.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-netinfo.xcscheme index 69f4b4d25..6222a0297 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-netinfo.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-netinfo.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-version-number.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-version-number.xcscheme index 87b266abf..395808be0 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-version-number.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-version-number.xcscheme @@ -1,6 +1,6 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist index 958dd6084..f53fc73f4 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist @@ -9,167 +9,154 @@ isShown orderHint - 3 + 7 AppCenterReactNativeShared.xcscheme isShown orderHint - 4 + 8 BugsnagReactNative.xcscheme isShown orderHint - 6 + 10 CodePush.xcscheme isShown orderHint - 7 + 11 DoubleConversion.xcscheme isShown orderHint - 8 + 12 FLAnimatedImage.xcscheme isShown orderHint - 12 + 13 Folly.xcscheme isShown orderHint - 9 + 14 Pods-eSteem-tvOS.xcscheme isShown orderHint - 13 + 17 Pods-eSteem-tvOSTests.xcscheme isShown orderHint - 14 + 18 Pods-eSteem.xcscheme isShown orderHint - 11 + 16 Pods-eSteemTests.xcscheme isShown orderHint - 15 + 19 QBImagePickerController-QBImagePicker.xcscheme isShown orderHint - 17 + 21 QBImagePickerController.xcscheme isShown - orderHint - 16 - - RNFastImage.xcscheme - orderHint 20 RNIap.xcscheme + isShown + orderHint - 21 + 25 RNImageCropPicker.xcscheme isShown orderHint - 21 + 26 RSKImageCropper.xcscheme isShown orderHint - 22 + 27 SDWebImage.xcscheme isShown orderHint - 23 - - SDWebImageWebPCoder.xcscheme - - orderHint - 25 + 28 boost-for-react-native.xcscheme isShown orderHint - 5 + 9 glog.xcscheme isShown orderHint - 10 - - libwebp.xcscheme - - orderHint - 11 + 15 react-native-fast-image.xcscheme isShown orderHint - 20 + 22 react-native-netinfo.xcscheme isShown orderHint - 18 + 23 react-native-version-number.xcscheme isShown orderHint - 19 + 24 SuppressBuildableAutocreation diff --git a/ios/eSteem.xcodeproj/project.pbxproj b/ios/eSteem.xcodeproj/project.pbxproj index f20f7b76c..d6c7d3df8 100644 --- a/ios/eSteem.xcodeproj/project.pbxproj +++ b/ios/eSteem.xcodeproj/project.pbxproj @@ -5,7 +5,6 @@ }; objectVersion = 46; objects = { - /* Begin PBXBuildFile section */ 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; }; 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; }; diff --git a/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate b/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate index 4ef440e54..ea566c652 100644 Binary files a/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate and b/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/src/components/index.js b/src/components/index.js index 0a02c65e4..cf074dd38 100644 --- a/src/components/index.js +++ b/src/components/index.js @@ -9,6 +9,7 @@ import Modal from './modal'; import { TextInput } from './textInput'; import ScaleSlider from './scaleSlider/scaleSliderView'; import UserListItem from './basicUIElements/view/userListItem/userListItem'; +import PostButton from './postButton/postButtonView'; export { CircularButton, @@ -24,4 +25,5 @@ export { TextButton, TextInput, UserListItem, + PostButton, }; diff --git a/src/components/numericKeyboard/views/numericKeyboardStyles.js b/src/components/numericKeyboard/views/numericKeyboardStyles.js index d8730f9b2..9d195cfff 100644 --- a/src/components/numericKeyboard/views/numericKeyboardStyles.js +++ b/src/components/numericKeyboard/views/numericKeyboardStyles.js @@ -8,15 +8,12 @@ export default EStyleSheet.create({ width: '$deviceWidth / 1.8', }, buttonGroup: { - flex: 1, flexDirection: 'row', flexWrap: 'wrap', justifyContent: 'space-between', - marginBottom: 30, }, lastButtonGroup: { width: '63%', - flex: 1, flexDirection: 'row', justifyContent: 'space-between', alignSelf: 'flex-end', diff --git a/src/components/postButton/container/postButtonContainer.js b/src/components/postButton/container/postButtonContainer.js deleted file mode 100644 index 3ad82b8d1..000000000 --- a/src/components/postButton/container/postButtonContainer.js +++ /dev/null @@ -1,53 +0,0 @@ -import React, { PureComponent } from 'react'; -import { connect } from 'react-redux'; -import { withNavigation } from 'react-navigation'; -import { isCollapsePostButton } from '../../../redux/actions/uiAction'; - -// Components -import PostButtonView from '../view/postButtonView'; - -class PostButtonContainer extends PureComponent { - constructor(props) { - super(props); - this.state = {}; - } - - // Component Life Cycle Functions - - // Component Functions - - _handleSubButtonPress = (route, action) => { - const { navigation } = this.props; - - navigation.navigate({ - routeName: route, - params: { - action, - }, - }); - }; - - _handleButtonCollapse = (status, platformIsAndroid) => { - const { dispatch, isCollapsePostButtonOpen } = this.props; - if (isCollapsePostButtonOpen !== status || platformIsAndroid) { - dispatch(isCollapsePostButton(!isCollapsePostButtonOpen)); - } - }; - - render() { - return ( - - ); - } -} - -const mapStateToProps = state => ({ - routes: state.nav.routes, - isCollapsePostButtonOpen: state.ui.isCollapsePostButton, -}); - -export default connect(mapStateToProps)(withNavigation(PostButtonContainer)); diff --git a/src/components/postButton/index.js b/src/components/postButton/index.js deleted file mode 100644 index f8f3f91ab..000000000 --- a/src/components/postButton/index.js +++ /dev/null @@ -1,5 +0,0 @@ -import PostButtonView from './view/postButtonView'; -import PostButton from './container/postButtonContainer'; - -export { PostButtonView, PostButton }; -export default PostButton; diff --git a/src/components/postButton/view/postButtonStyles.js b/src/components/postButton/postButtonStyles.js similarity index 68% rename from src/components/postButton/view/postButtonStyles.js rename to src/components/postButton/postButtonStyles.js index daaf87a61..cb9a038a4 100644 --- a/src/components/postButton/view/postButtonStyles.js +++ b/src/components/postButton/postButtonStyles.js @@ -1,16 +1,6 @@ import EStyleSheet from 'react-native-extended-stylesheet'; export default EStyleSheet.create({ - subButton: { - position: 'absolute', - alignItems: 'center', - justifyContent: 'center', - alignSelf: 'center', - backgroundColor: '#357ce6', - }, - subButtonWrapper: { - position: 'absolute', - }, postButtonWrapper: { alignItems: 'center', width: 60, @@ -27,5 +17,8 @@ export default EStyleSheet.create({ shadowOffset: { height: 2 }, shadowOpacity: 0.5, elevation: 3, + width: 60, + height: 60, + borderRadius: 60 / 2, }, }); diff --git a/src/components/postButton/postButtonView.js b/src/components/postButton/postButtonView.js new file mode 100644 index 000000000..ed7fb4586 --- /dev/null +++ b/src/components/postButton/postButtonView.js @@ -0,0 +1,29 @@ +import React from 'react'; +import { TouchableOpacity, View } from 'react-native'; +import { withNavigation } from 'react-navigation'; +import { Icon } from '../icon'; + +// Constant +import { default as ROUTES } from '../../constants/routeNames'; + +// Styles +import styles from './postButtonStyles'; + +const PostButtonView = ({ navigation }) => ( + + + navigation.navigate({ + routeName: ROUTES.SCREENS.EDITOR, + }) + } + activeOpacity={1} + > + + + + + +); + +export default withNavigation(PostButtonView); diff --git a/src/components/postButton/view/postButtonView.js b/src/components/postButton/view/postButtonView.js deleted file mode 100644 index c29616637..000000000 --- a/src/components/postButton/view/postButtonView.js +++ /dev/null @@ -1,179 +0,0 @@ -import React, { Component } from 'react'; -import { Animated, Easing, TouchableOpacity, View, Platform } from 'react-native'; -import { Icon } from '../../icon'; - -// Components -import SubPostButton from './subPostButtonView'; - -// Constant -import { default as ROUTES } from '../../../constants/routeNames'; - -// Styles -import styles from './postButtonStyles'; - -const SIZE = 60; -const durationIn = 300; -const durationOut = 200; - -class PostButtonView extends Component { - mode = new Animated.Value(0); - - icon1 = new Animated.Value(0); - - icon2 = new Animated.Value(0); - - icon3 = new Animated.Value(0); - - constructor(props) { - super(props); - this.state = { - isCollapse: false, - }; - } - - componentWillReceiveProps(nextProps) { - // For closing sub buttons - if (this.mode._value) { - const { routes, isCollapsePostButtonOpen } = this.props; - const nextRouteName = - nextProps.routes[0].routes[nextProps.routes[0].routes.length - 1].routeName; - const { routeName } = routes[0].routes[routes[0].routes.length - 1]; - const { isCollapse } = this.state; - - if ( - (routeName !== nextRouteName && nextRouteName !== ROUTES.DRAWER.MAIN) || - (isCollapsePostButtonOpen !== nextProps.isCollapsePostButtonOpen && - !nextProps.isCollapsePostButtonOpen && - isCollapse !== nextProps.isCollapsePostButtonOpen) - ) { - this._toggleView(); - } - } - } - - _toggleView = () => { - const { isCollapse } = this.state; - const { handleButtonCollapse } = this.props; - - if (this.mode._value) { - Animated.parallel( - [this.mode, this.icon1, this.icon2, this.icon3].map(item => - Animated.timing(item, { - toValue: 0, - duration: durationIn, - easing: Easing.cubic, - }), - ), - ).start(); - } else { - Animated.parallel([ - Animated.timing(this.mode, { - toValue: 1, - duration: durationOut, - easing: Easing.cubic, - }), - Animated.sequence([ - ...[this.icon1, this.icon2, this.icon3].map(item => - Animated.timing(item, { - toValue: 1, - duration: durationOut, - easing: Easing.elastic(1), - }), - ), - ]), - ]).start(); - } - - this.setState({ isCollapse: !isCollapse }); - handleButtonCollapse(!isCollapse); - }; - - render() { - const firstX = this.icon1.interpolate({ - inputRange: [0, 1], - outputRange: [25, -25], - }); - const firstY = this.icon1.interpolate({ - inputRange: [0, 1], - outputRange: [-10, -70], - }); - const secondX = this.icon2.interpolate({ - inputRange: [0, 1], - outputRange: [25, 30], - }); - const secondY = this.icon2.interpolate({ - inputRange: [0, 1], - outputRange: [-10, -95], - }); - const thirdX = this.icon3.interpolate({ - inputRange: [0, 1], - outputRange: [25, 85], - }); - const thirdY = this.icon3.interpolate({ - inputRange: [0, 1], - outputRange: [-10, -70], - }); - - const rotation = this.mode.interpolate({ - inputRange: [0, 1], - outputRange: ['0deg', '45deg'], - }); - - const { handleSubButtonPress, handleButtonCollapse } = this.props; - return ( - - handleSubButtonPress(ROUTES.SCREENS.EDITOR)} - /> - handleSubButtonPress(ROUTES.SCREENS.EDITOR, 'image')} - /> - handleSubButtonPress(ROUTES.SCREENS.EDITOR, 'camera')} - /> - - Platform.OS === 'ios' - ? this._toggleView() - : handleButtonCollapse(null, Platform.OS === 'android') - } - activeOpacity={1} - > - - - - - - ); - } -} - -export default PostButtonView; diff --git a/src/components/postButton/view/postButtonsForAndroid.js b/src/components/postButton/view/postButtonsForAndroid.js deleted file mode 100644 index 22995c73a..000000000 --- a/src/components/postButton/view/postButtonsForAndroid.js +++ /dev/null @@ -1,179 +0,0 @@ -import React, { Component } from 'react'; -import { Animated, Easing, View } from 'react-native'; -import { connect } from 'react-redux'; -import { NavigationActions } from 'react-navigation'; - -// Components -import SubPostButton from './subPostButtonView'; - -import { isCollapsePostButton } from '../../../redux/actions/uiAction'; - -// Constant -import { default as ROUTES } from '../../../constants/routeNames'; - -const SIZE = 60; -const durationIn = 300; -const durationOut = 200; - -class PostButtonsForAndroid extends Component { - mode = new Animated.Value(0); - - icon1 = new Animated.Value(0); - - icon2 = new Animated.Value(0); - - icon3 = new Animated.Value(0); - - constructor(props) { - super(props); - this.state = { - isCollapse: false, - }; - } - - componentWillReceiveProps(nextProps) { - // For closing sub buttons - const { routes, isCollapsePostButtonOpen } = this.props; - const nextRouteName = - nextProps.routes[0].routes[nextProps.routes[0].routes.length - 1].routeName; - const { routeName } = routes[0].routes[routes[0].routes.length - 1]; - const { isCollapse } = this.state; - - if ( - (routeName !== nextRouteName && - nextRouteName !== ROUTES.DRAWER.MAIN && - isCollapsePostButtonOpen) || - (isCollapsePostButtonOpen !== nextProps.isCollapsePostButtonOpen && - isCollapse !== nextProps.isCollapsePostButtonOpen) - ) { - this._toggleView(); - } - } - - _toggleView = () => { - const { isCollapse } = this.state; - - if (this.mode._value) { - Animated.parallel( - [this.mode, this.icon1, this.icon2, this.icon3].map(item => - Animated.timing(item, { - toValue: 0, - duration: durationIn, - easing: Easing.cubic, - }), - ), - ).start(); - } else { - Animated.parallel([ - Animated.timing(this.mode, { - toValue: 1, - duration: durationOut, - easing: Easing.cubic, - }), - Animated.sequence([ - ...[this.icon1, this.icon2, this.icon3].map(item => - Animated.timing(item, { - toValue: 1, - duration: durationOut, - easing: Easing.elastic(1), - }), - ), - ]), - ]).start(); - } - - this.setState({ isCollapse: !isCollapse }); - this._handleButtonCollapse(!isCollapse); - }; - - _handleButtonCollapse = status => { - const { dispatch, isCollapsePostButtonOpen } = this.props; - - if (isCollapsePostButtonOpen !== status) { - dispatch(isCollapsePostButton(status)); - } - }; - - _handleSubButtonPress = (route, action) => { - const { dispatch } = this.props; - const navigateAction = NavigationActions.navigate({ - routeName: route, - params: { action }, - action: NavigationActions.navigate({ routeName: route }), - }); - dispatch(navigateAction); - }; - - render() { - const firstX = this.icon1.interpolate({ - inputRange: [0, 1], - outputRange: [0, -50], - }); - const firstY = this.icon1.interpolate({ - inputRange: [0, 1], - outputRange: [20, -70], - }); - const secondX = this.icon2.interpolate({ - inputRange: [0, 1], - outputRange: [0, 0], - }); - const secondY = this.icon2.interpolate({ - inputRange: [0, 1], - outputRange: [20, -95], - }); - const thirdX = this.icon3.interpolate({ - inputRange: [0, 1], - outputRange: [0, 50], - }); - const thirdY = this.icon3.interpolate({ - inputRange: [0, 1], - outputRange: [20, -70], - }); - - return ( - - this._handleSubButtonPress(ROUTES.SCREENS.EDITOR)} - /> - this._handleSubButtonPress(ROUTES.SCREENS.EDITOR, 'image')} - /> - this._handleSubButtonPress(ROUTES.SCREENS.EDITOR, 'camera')} - /> - - ); - } -} - -const mapStateToProps = state => ({ - routes: state.nav.routes, - isCollapsePostButtonOpen: state.ui.isCollapsePostButton, -}); - -export default connect(mapStateToProps)(PostButtonsForAndroid); diff --git a/src/components/postButton/view/subPostButtonView.js b/src/components/postButton/view/subPostButtonView.js deleted file mode 100644 index 9fb4ebdcf..000000000 --- a/src/components/postButton/view/subPostButtonView.js +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react'; -import { Animated, TouchableOpacity } from 'react-native'; -import { Icon } from '../../icon'; - -// Styles -import styles from './postButtonStyles'; - -/* Props - * ------------------------------------------------ - * @prop { type } size - Description.... - * @prop { type } onPress - Description.... - * @prop { type } style - Description.... - * @prop { type } icon - Description.... - * - */ - -const SubPostButton = ({ style, icon, onPress, size }) => ( - - onPress && onPress()} - style={[ - styles.subButton, - { - width: size / 1.5, - height: size / 1.5, - borderRadius: size / 3, - }, - ]} - > - - - -); - -export default SubPostButton; diff --git a/src/components/posts/container/postsContainer.js b/src/components/posts/container/postsContainer.js index 10247ce05..10d473a6f 100644 --- a/src/components/posts/container/postsContainer.js +++ b/src/components/posts/container/postsContainer.js @@ -7,7 +7,6 @@ import PostsView from '../view/postsView'; import { PostCardPlaceHolder } from '../../basicUIElements'; // Actions -import { isCollapsePostButton } from '../../../redux/actions/uiAction'; import { setFeedPosts } from '../../../redux/actions/postsAction'; /* * Props Name Description Value @@ -27,14 +26,6 @@ class PostsContainer extends PureComponent { // Component Functions - _handleOnScrollStart = () => { - const { dispatch, isCollapsePostButtonOpen } = this.props; - - if (isCollapsePostButtonOpen) { - dispatch(isCollapsePostButton(false)); - } - }; - _setFeedPosts = posts => { const { dispatch } = this.props; @@ -75,7 +66,6 @@ const mapStateToProps = state => ({ isDarkTheme: state.application.isDarkTheme, isLoggedIn: state.application.isLoggedIn, isLoginDone: state.application.isLoginDone, - isCollapsePostButtonOpen: state.ui.isCollapsePostButton, nsfw: state.application.nsfw, feedPosts: state.posts.feedPosts, isConnected: state.application.isConnected, diff --git a/src/components/posts/view/postsView.js b/src/components/posts/view/postsView.js index 020bc459a..bcad25eea 100644 --- a/src/components/posts/view/postsView.js +++ b/src/components/posts/view/postsView.js @@ -280,13 +280,6 @@ class PostsView extends Component { this.setState({ isHideImage: !isHideImage }); }; - _handleOnScrollStart = () => { - const { handleOnScrollStart, handleOnScroll } = this.props; - handleOnScrollStart(); - - if (handleOnScroll) handleOnScroll(); - }; - _handleOnPressLogin = () => { const { navigation } = this.props; navigation.navigate(ROUTES.SCREENS.LOGIN); @@ -353,7 +346,6 @@ class PostsView extends Component { onEndThreshold={0} initialNumToRender={10} ListFooterComponent={this._renderFooter} - onScrollBeginDrag={() => this._handleOnScrollStart()} refreshControl={ null, - navigationOptions: () => ({ + navigationOptions: { tabBarIcon: , - }), + }, }, [ROUTES.TABBAR.POINTS]: { screen: Points, diff --git a/src/realm/realm.js b/src/realm/realm.js index 4963f0fe5..789ee0f61 100644 --- a/src/realm/realm.js +++ b/src/realm/realm.js @@ -84,22 +84,14 @@ const realm = new Realm({ path: 'esteem.realm', schema: [userSchema, authSchema, draftSchema, settingsSchema, applicationSchema, scAccounts], schemaVersion: 3, - migration, + migration: (oldRealm, newRealm) => { + if (oldRealm.schemaVersion < 3 && newRealm.schemaVersion > 2) { + const newObjects = newRealm.objects(SETTINGS_SCHEMA); + newObjects[0].isPinCodeOpen = true; + } + }, }); -const migration = (oldRealm, newRealm) => { - // EXAMPLE - // // only apply this change if upgrading to schemaVersion 1 - // if (oldRealm.schemaVersion < 1) { - // const oldObjects = oldRealm.objects('Person'); - // const newObjects = newRealm.objects('Person'); - // // loop through all objects and set the name property in the new schema - // for (let i = 0; i < oldObjects.length; i++) { - // newObjects[i].name = `${oldObjects[i].firstName} ${oldObjects[i].lastName}`; - // } - // } -}; - const settings = realm.objects(SETTINGS_SCHEMA); if (Array.from(settings).length <= 0) { diff --git a/src/redux/actions/uiAction.js b/src/redux/actions/uiAction.js index be4e9d44a..43e0fe8ef 100644 --- a/src/redux/actions/uiAction.js +++ b/src/redux/actions/uiAction.js @@ -1,19 +1,10 @@ -import { - IS_COLLAPSE_POST_BUTTON, - TOAST_NOTIFICATION, - UPDATE_ACTIVE_BOTTOM_TAB, -} from '../constants/constants'; +import { TOAST_NOTIFICATION, UPDATE_ACTIVE_BOTTOM_TAB } from '../constants/constants'; export const updateActiveBottomTab = payload => ({ payload, type: UPDATE_ACTIVE_BOTTOM_TAB, }); -export const isCollapsePostButton = payload => ({ - payload, - type: IS_COLLAPSE_POST_BUTTON, -}); - export const toastNotification = payload => ({ payload, type: TOAST_NOTIFICATION, diff --git a/src/redux/constants/constants.js b/src/redux/constants/constants.js index dfa427555..2edebdccf 100644 --- a/src/redux/constants/constants.js +++ b/src/redux/constants/constants.js @@ -44,7 +44,6 @@ export const SET_GLOBAL_PROPS = 'SET_GLOBAL_PROPS'; export const FETCH_GLOBAL_PROPS = 'FETCH_GLOBAL_PROPS'; // UI -export const IS_COLLAPSE_POST_BUTTON = 'IS_COLLAPSE_POST_BUTTON'; export const UPDATE_ACTIVE_BOTTOM_TAB = 'UPDATE_ACTIVE_BOTTOM_TAB'; export const TOAST_NOTIFICATION = 'TOAST_NOTIFICATION'; diff --git a/src/redux/reducers/uiReducer.js b/src/redux/reducers/uiReducer.js index 4d5aae4ef..a26f952ae 100644 --- a/src/redux/reducers/uiReducer.js +++ b/src/redux/reducers/uiReducer.js @@ -1,12 +1,7 @@ -import { - UPDATE_ACTIVE_BOTTOM_TAB, - IS_COLLAPSE_POST_BUTTON, - TOAST_NOTIFICATION, -} from '../constants/constants'; +import { UPDATE_ACTIVE_BOTTOM_TAB, TOAST_NOTIFICATION } from '../constants/constants'; const initialState = { activeBottomTab: 'HomeTabbar', - isCollapsePostButton: false, toastNotification: '', }; @@ -18,12 +13,6 @@ export default function(state = initialState, action) { activeBottomTab: action.payload, }; - case IS_COLLAPSE_POST_BUTTON: - return { - ...state, - isCollapsePostButton: action.payload, - }; - case TOAST_NOTIFICATION: return { ...state, diff --git a/src/screens/application/screen/applicationScreen.js b/src/screens/application/screen/applicationScreen.js index 1b23529c2..8d51742a5 100644 --- a/src/screens/application/screen/applicationScreen.js +++ b/src/screens/application/screen/applicationScreen.js @@ -11,7 +11,6 @@ import { toastNotification as toastNotificationAction } from '../../../redux/act // Components import { NoInternetConnection } from '../../../components/basicUIElements'; import { ToastNotification } from '../../../components/toastNotification'; -import PostButtonForAndroid from '../../../components/postButton/view/postButtonsForAndroid'; // Themes (Styles) import darkTheme from '../../../themes/darkTheme'; @@ -60,7 +59,6 @@ class ApplicationScreen extends Component { {!isConnected && } - {Platform.OS === 'android' && } {isShowToastNotification && (